rock88, on Sat Apr 28, 2012 9:10 PM, said:
gallenza,
Thank you for your reply. My project is divided as it were, into two parts:
1. Shared library, written with source code Handy/SDL.
2. The shell in Java, written by me and using the functions in this library (libalynx.so).
Is the second also falls under this license?
Yes, the GPL is has a strong copyleft, so if you are linked to the library, you code is under the same license.
As the original Handy by K.Wilkins is under a permissive license, you could do proprietary software with it, but you should rewrite by yourself all the SDL related stuff.
Your obligation is to distribute the source code to people who wants it, so it is possible to not have public acces to it, and send it by email to any people who asks.
But I think that the best way, for the future of this software, is probably to be a real free software project that people could help you to improve. And you will be de facto the
BDFL.
Edited by gallenza, Sun Apr 29, 2012 7:01 AM.