Re: GPL V3 and Linux - Dead Copyright Holders

From: Luke-Jr
Date: Tue Feb 07 2006 - 08:39:07 EST


On Monday 06 February 2006 21:07, David Schwartz wrote:
> > The LGPL deals with only derivative works. The GPL also deals with mere
> > *linking*. If glibc were GPL'd, it would be illegal to make an OS
> > based on it
> > with a single C program incompatible with the GPL.
>
> The GPL also only deals with derivative works. If linking does not create
> a derivative work, then the GPL cannot affect it. The GPL cannot define its
> own scope, only copyright law does that. GPL section zero states this, but
> even if it didn't it would still be true.

GPL can establish terms for distribution of the original software, even if it
goes unmodified. In other words, by distributing the GPL software, one must
agree that all software being distributed at the same time linking to it are
GPL-compatible. The GPL cannot prohibit you from distributing the linking
software in this case, but it can prohibit distribution of the original
software.

> The GPL could say that it affected every work every created by any human
> being. It could say that it affected a work created by any person who ever
> used a GPL'd work. But these things would have no force because copyright
> law provides no such mechanism.

They would have force as conditions of distributing GPL software. If someone
distributed software under the GPL, they would be accepting its terms and
thus accepting that the GPL applies to all work they created. This example
could be a bit extreme, however, and prohibited just on the grounds of being
an invalidly-broad contract.

> The only way the GPL can control work Y because it affects work Z is
> because Y is a derivative work of work Z. If it's not, then the works are
> legally unrelated, and no matter what the GPL says, it can't affect work Y.

But it can prohibit distribution of work Z when work Y does not comply with
the terms.

> If work Z is a "mere aggregate" containin all or part of work Y, then the
> GPL would still apply to work Y, but not to any part of work Z not from
> work Y.

Linking is not mere aggregation.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/