Tagged Questions
2
votes
1answer
211 views
Changing the license in a fork from GPL to GPL compatible? [duplicate]
I have forked a project that was released under the GPL and made substantial modifications, however there are still some parts and general ideas that are the same as upstream.
Due to user interest I ...
1
vote
3answers
140 views
Is this modified BSD license compatible with GPL?
I am working on open source project, that uses the source code from FlatAssembler project, which uses following license, based on BSD 2-clause with one additional clause added at the end of the text.
...
4
votes
2answers
173 views
When forking an dual-licensed permissive/GPL project, can I drop one of the licenses?
Consider an existing project that is dual-licensed GPL + either MIT or BSD.
Since it's dual-licensed, when I fork, can I pick one license in the fork? Or do my forked files need to continue to be ...
0
votes
2answers
101 views
How to document a dual open source license?
If a project is dual-licensed GPL & BSD, should there be one LICENSE file with the text of both licenses? Or two separate files, one for each license?
And I think I should put a copyright/license ...
1
vote
2answers
143 views
Can I use a project code which has New BSD license but uses a GPL license library?
I want to use the ICSOpenVpn project source code in my commercial application.
If we see the ICSOpenVpn project, it states that its license is New BSD but the libopenvpn.so library it uses is under ...
3
votes
1answer
73 views
Handling optional GPL dependencies
Assume I have a library A which is licensed under a two-clause Free BSD style license. Library A optionally depends on library B (the availability of the dependency is configured at build-time), which ...
1
vote
2answers
115 views
Incorporating GPL Code in my Open Source Project
I have downloaded a currently inactive GPL project with a view to updating it and releasing the completed codebase as open source. I'm not really a fan of GPL though and would rather licence my ...
0
votes
1answer
66 views
Redistributing BSD-licensed software?
Is it acceptable to distribute unmodified BSD-licensed software (pyglet) with GPL-licensed software I created? The BSD allows for sale of modified software, I know, but does it allow re-licensing of ...
2
votes
3answers
209 views
How to manage, in practice, licence files when combining GPL and BSD licensed code?
I am writing code that uses one library with GPL (not LGPL) license, and one with the 3-clause BSD license. Since I link to GPL-licensed library, my code will need to be GPL as well. How should I, in ...
3
votes
2answers
139 views
Does this BSD-like license achieve what I want it to?
I was wondering if this license is:
self defeating
just a clone of an existing, better established license
practical
any more "corporate-friendly" than the GPL
too vague/open ended
and finally, if ...
3
votes
1answer
170 views
Best way to reliably recognize open source licenses?
In many projects these days most of the novel code consists of glue code that helps combine dozens of different libraries, plugins and helpers that are licensed under a variety of open source ...
2
votes
1answer
235 views
How to license a script/package if it uses multiple 3rd-party components with different licenses?
I have already searched but didn't managed to find a suitable answer.
My problem is this: I use different software packages with different licenses to develop a free and open-source (not commercial) ...