Tagged Questions
2
votes
2answers
178 views
GPLv3 Project with BSD Library
I am working in a Python project that I want to release under the GPL3 license. This project has one file that uses the BSD lxml library .
I really need to put reference of the BSD license in the ...
3
votes
2answers
585 views
What license is applicable for an app based on CodeIgniter?
I am trying to fork an application that is based on CodeIgniter. According to the GoogleCode page, the license is GPLv3. However, examining the license.txt file inside the root directory of the ...
3
votes
4answers
967 views
Relicense BSD 2/3-clause code to GPL
Suppose I release some source code under the new BSD license. Is it allowed for someone else to take this code, make modifications to it and distribute it under the terms of the GPL? From Wikipedia:
...
1
vote
1answer
317 views
Searching for a license compatible with BSD, LGPL, and either MIT or GPL version 2, for commercial open source app
I'm writing a web app which I want to use commercially (i.e. I want to charge people to use it), but I'm happy to make the code available for others to fork. The app includes the following:
Django: ...
4
votes
4answers
350 views
Help me choose an Open-Source license
So I've done lots of open-source work. I have released many projects, most of which have fallen under GPL, LGPL, or BSD licensing.
Now I have a new project (an implementation library), and I can't ...
3
votes
1answer
435 views
AGPL-compatible license
I am using a java library licensed under AGPL3.
However, I would like to license my own work as BSD, such that my code could then be integrated in proprietary projects if one strips the library. Will ...