Questions tagged [foss]
Free and Open Source Software
27 questions
-4
votes
1
answer
135
views
Is it legitimate to track down a library maintainer who has disappeared? [closed]
There's a public FOSS library available online, which has not seen any commits by its author for about 3 years. 2 years ago the maintainer added a README.md comment saying he's sorry for being ...
-3
votes
4
answers
394
views
How to break the vicious cycle of test-writing preceding an initial release?
I'm developing a FOSS library which I am pretty fond of. More specific details probably don't matter.
I've already "finished" a feature set sufficient for an initial release IMHO. However - some of ...
3
votes
2
answers
114
views
How can I consult users of my FOSS library about a design change idea?
I have a FOSS library made public through GitHub. It's not a big library, it doesn't have a community around it or anything like that - but it does get a few dozen unique clones a week.
Now, I'm ...
1
vote
3
answers
1k
views
How to prevent unfair use of open source software licensed under Apache 2.0 [closed]
I have released many open source software under Apache 2.0, now I'm providing a SaaS using that software.
Basically, I need to prevent people just taking my software and just rebrand it to provide it ...
1
vote
0
answers
123
views
How should I approach documentation generation for my FOSS library? [closed]
I've published a small FOSS library (link below, but what it does is not very material to this question), on GitHub. It doesn't have releases yet, but it's quite usable and (sort of) tested.
Now, I ...
8
votes
3
answers
421
views
What are the options for licensing a code project with "license soup" in the sources?
I'm working on a software project which I intend to release as FOSS in some way. My code includes quite a few header/source files written by others:
Better Enums
A slightly modified GSL Lite
An ...
-1
votes
1
answer
362
views
Using a GNU GPL licensed component in a BSD licensed software [duplicate]
I am currently in process of writing a software application.
In this application, I use another software project which is licensed by GNU GPL. I have widely modified the GNU licensed component and ...
2
votes
1
answer
144
views
Working on Free Software [closed]
My main experience is with iOS, but I'd like to move into writing free and open source software instead. Are there many jobs out there that allow you to work on projects like this? I've looked on the ...
1
vote
2
answers
2k
views
Where to place 3rd party software license information? [closed]
After a user installs my application, where in the app's install directory should I place information regarding 3rd party software (e.g. FOSS) licenses? Should I just append it to my EULA? Is there ...
0
votes
2
answers
527
views
selling closed source commercial product in a virtualbox (GPL)
Can I sell a closed source commercial product inside a virtualbox VM?
This is extremely useful when you want to deliver server side software to users, and not mess in with different OS's (windows/osx)...
2
votes
2
answers
233
views
Properly licensing FOSS: text location
I have a few FOSS projects that I want to release under the BSD license, since I only wish to maintain the intellectual property of the code, that others will know I've been writing it.
I suppose all ...
3
votes
2
answers
4k
views
Professional Development: Finding that "pet project" to work on - then managing other commitments [closed]
At the moment, like a fair few of you I'd imagine, I spend at least 40 hours working on projects that use a specific set of technologies. Sometimes I'm doing maintenance, and have those technologies ...
1
vote
1
answer
431
views
Who gets source code access with agpl
After reading for what seems days on the specifics of GPLv3 and more specifically AGPLv3, I have one question as far as distributing and to whom.
If I create a web app (server and client) for a ...
4
votes
2
answers
184
views
Most appropriate OSS license for infrastructure code
I'm looking into potentially releasing some infrastructure code (related to automated builds and deployments) as OSS and I'm curious about how the various OSS licenses effect it.
Specifically, LGPL ...
6
votes
1
answer
817
views
Are there any FOSS operating systems available that conform to NASA's JPL coding standards? [closed]
I, like many others, have been completely enamored with the recent successful landing of Mar's Curiosity rover. After reading a couple of articles, and following a few links, I've found a couple C ...