Re: [2.6 patch] binfmt_som.c: add MODULE_LICENSE

From: Adrian Bunk
Date: Mon Aug 11 2008 - 11:54:15 EST


On Mon, Aug 11, 2008 at 10:56:51AM -0400, John David Anglin wrote:
> > On Sun, Aug 10, 2008 at 06:10:15PM -0600, Grant Grundler wrote:
> > > On Sun, Aug 10, 2008 at 05:11:59PM +0300, Adrian Bunk wrote:
> > > > On Sat, Aug 09, 2008 at 06:55:11PM -0600, Grant Grundler wrote:
> > > ...
> > > > > Someone from HP needs to ACK this patch since I believe HP funded the code
> > > > > changes made during the parisc-linux port. This should be a no-brainer
> > > > > and I expect Bdale Garbee can quickly take care of this.
> > > >
> > > > Either the file is available since the beginning under the terms of the
> > > > GPLv2 (or a compatible license that can be reduced to GPLv2) or it's
> > > > addition to the kernel was a huge mistake.
> > >
> > > As a former HP employee who was one of the several parisc-linux developers,
> > > I'm certain the intent was to release this as GPL. That's why I said
> > > "this should be a no-brainer".
> > >
> > > However, it's still HP's (and not my) right to assert that.
> >
> > If it wasn't already 100% clear that the file was released under
> > the terms of the GPLv2 (or a compatible license that can be reduced
> > to GPLv2) at the day when it was included into the kernel something
> > went horribly wrong back then.
> >
> > Otherwise HP would have the situation SCO was desperately searching for...
>
> This file was included before the SCO situation arose. The copyright
> notice is similar to most. Checking 2.6.22.19, I see that more than
> half the .c files lack MODULE_LICENSE("GPL") lines.

MODULE_LICENSE() has nothing to do with the SCO case.

As the name already indicates it is only for modules (it doesn't make
sense in built-in code) for showing that a module has a licence that is
compatible with the GPL (all other modules are legally somewhere between
fishy and illegal).

>...
> The whole licensing issue for the linux program and modules,
> particularly for individual files, appears to be a mess. The
> COPYING file is vague on the licensing for files. The recommended
> wording suggested by the FSF isn't used. I can't see that adding
> MODULE_LICENSE("GPL") lines is going to help much.
>
> There are several GPL licenses and versions. The line isn't
> going to mean much to a lawyer. I really think each file should
> be specific about its licensing in words that can be clearly
> understood.

The toplevel COPYING file of the kernel sources contains the exact
licence text for all files (including binfmt_som.c) in the kernel.

Even if the wording suggested by the FSF is not used in all files it's
clear that the kernel is under the GPLv2, and there isn't any serious
doubt that if a file like binfmt_som.c was not under a GPLv2 compatible
licence but built into a GPLv2'ed kernel the resulting image couldn't be
legally distributed.

Does anyone involved with code going from HP to the Linux kernel
seriously think that there is code for which it isn't 100% certain
that it was made available under the GPLv2?

> Dave

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

--
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/