Relative Content

Tag Archive for apache-license

I have made extensive use of Apache Commons libraries. I am now to release my (non-profit) application. Is there anything I should worry about?

I have developed a Java program for academic purposes (non-profit, non-open-source).
In the process, I made extensive use of many apache common libraries.
The program is now to be set free on the net, so I was wondering what my precautions should be. My program will (preferably) consist of a single .jar file, having all the apache commons .jar files living inside it (I didn’t modify them in any way).

Changing the license in a fork from GPL to GPL compatible? [duplicate]

This question already has answers here: Switching licenses, or cross licensing existing GNU GPL v3 software (2 answers) Closed 11 years ago. 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 […]