On Thu, May 27, 2010 at 1:31 AM, Igor Zhuravlov <[email protected]> wrote: > I'd like to release some addon under the GNU GPL3+ (or under any "copyleft") > license. But this addon includes (via 'require') some code from the system > library: > main/printf.ijs NB. printf vsprintf > main/myutil.ijs NB. timespacex > packages/math/mathutil.ijs NB. mp
First off, the JAL is a library, so the LGPL would probably be appropriate (and I believe LGPL lets people convert to GPL3 whenever they like?) You can also, being the copyright holder, grant additional distribution permissions -- for example, you can list the "non-GPL3" things which you will ignore for the purpose of copyright enforcement and say that you are fine with people using them with your code. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
