[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-04-03 (23:58) |
From: | Jacques Garrigue <garrigue@m...> |
Subject: | Re: [Caml-list] LGPL Exception Question |
From: Aaron Ogden <aaron_ogden_2000@yahoo.com> > Part of the LGPL that INRIA(and many others) use > states: > "Everyone is permitted to copy and distribute > verbatim copies > of this license document, but changing it is not > allowed." > > If INRIA nor anyone else is not allowed to change the > LGPL, how is it that the special linking exception is legal? You are not allowed to change the document, but you are perfectly allowed to define your own license by adding extra clauses or exceptions to it. This is what ocaml does: the license text is copied verbatim, but an exception is indicated prior to it, and in each covered file. This is a bit like the QPL: the original must me distributed unmodified, but patches are OK. GCC itself does it, by introducing an exception to the GPL for libgcc. Jacques Garrigue