Re: Linux 2.4.17-pre1

Mikael Pettersson (mikpe@csd.uu.se)
Wed, 28 Nov 2001 23:00:23 +0100 (MET)


On Wed, 28 Nov 2001 13:47:07 -0200 (BRST), Marcelo Tosatti wrote:
>pre1:
>
>- Added missing MODULE_LICENSE("GPL") in some (Andreas Krennmair)
> modules

Below is yet another one, for ide-tape.c; please apply.

The files in fs/nls/ that have license tags (nls_iso8859-1.c lacks one),
use "BSD without advertising clause", which causes the kernel to be
tainted. Shouldn't fs/nls/*.c use "Dual BSD/GPL" or "GPL" instead?

/Mikael

--- linux-2.4.17-pre1/drivers/ide/ide-tape.c.~1~ Thu Aug 16 23:47:01 2001
+++ linux-2.4.17-pre1/drivers/ide/ide-tape.c Wed Nov 28 20:34:07 2001
@@ -6182,6 +6182,7 @@
};

MODULE_DESCRIPTION("ATAPI Streaming TAPE Driver");
+MODULE_LICENSE("GPL");

static void __exit idetape_exit (void)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/