On Dec 30, 10:26 am, Phil Hagelberg <technoma...@gmail.com> wrote:
> lpetit <laurent.pe...@gmail.com> writes:
> > I'm not sure. From what I remember, what you describe is more related
> > to LGPL ?
>
> No, the LGPL allows using the code in another program that is Free but
> not GPL-licensed.

Actually the LGPL allows linking to the library (somewhat different
than "using the code") from any program, even one which is not under
an open-source license.  "L" used to stand for "library" and the
canonical example of a LGPL library is GNU's libc:  any program can
link to it, and such linkage doesn't make the program have the same
license as libc.

mfh


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to