This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New GCC Runtime Library Exception: not fit for purpose


Quoting Ian Lance Taylor <iant@google.com>:

Joern Rennecke <amylaar@spamcop.net> writes:

So, assuming you may link in other stuff that is not an Independent
Module, that logically includes pieces derived from gcc itself if you
make sure that they either don't need the GCC runtime, or that they
incorporate pieces of it.  You'd only need to make sure that you
compile these with an Eligible Compilation Process.

No. That would imply that the runtime library exception license somehow releases you from all other licenses on the code, which is not the case. If your program is derived from code which is under the GPL without the runtime library exception, you must obey the full GPL.

But if code that is not an Independent Module may be added, and the conveying has to be consistent with the licensing of that code, what purpose does
the mentioning of Independent Modules in the Grant of Additional Permission
serve? It seems you are saying that 'Independent Modules' could be read
as 'any other code you like' to give the same meaning, only more clearly.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]