mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Krennmair <a.krennmair@aon.at>
To: marcelo@conectiva.com.br
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix for a few annoying "no license" warnings
Date: Mon, 26 Nov 2001 19:35:14 +0100	[thread overview]
Message-ID: <20011126193514.A914@aon.at> (raw)

[-- Attachment #1: Type: text/plain, Size: 1850 bytes --]

Hello Marcelo,
the following patch fixes these annoying "no license" warning from
insmod for af_packet.o, msdos.o, vfat.o, inflate_fs.o by adding the
MODULE_LICENSE. The patch is against 2.4.16.

diff -uNr linux-2.4.16.orig/fs/inflate_fs/inflate_syms.c linux-2.4.16/fs/inflate_fs/inflate_syms.c
--- linux-2.4.16.orig/fs/inflate_fs/inflate_syms.c	Thu Oct 25 22:53:53 2001
+++ linux-2.4.16/fs/inflate_fs/inflate_syms.c	Mon Nov 26 19:17:33 2001
@@ -19,3 +19,4 @@
 EXPORT_SYMBOL(zlib_fs_inflateReset);
 EXPORT_SYMBOL(zlib_fs_adler32);
 EXPORT_SYMBOL(zlib_fs_inflateSyncPoint);
+MODULE_LICENSE("GPL");
diff -uNr linux-2.4.16.orig/fs/msdos/msdosfs_syms.c linux-2.4.16/fs/msdos/msdosfs_syms.c
--- linux-2.4.16.orig/fs/msdos/msdosfs_syms.c	Mon Mar 13 21:35:39 2000
+++ linux-2.4.16/fs/msdos/msdosfs_syms.c	Mon Nov 26 19:16:32 2001
@@ -40,3 +40,4 @@
 
 module_init(init_msdos_fs)
 module_exit(exit_msdos_fs)
+MODULE_LICENSE("GPL");
diff -uNr linux-2.4.16.orig/fs/vfat/vfatfs_syms.c linux-2.4.16/fs/vfat/vfatfs_syms.c
--- linux-2.4.16.orig/fs/vfat/vfatfs_syms.c	Fri Oct 12 22:48:42 2001
+++ linux-2.4.16/fs/vfat/vfatfs_syms.c	Mon Nov 26 19:16:53 2001
@@ -33,3 +33,4 @@
 
 module_init(init_vfat_fs)
 module_exit(exit_vfat_fs)
+MODULE_LICENSE("GPL");
diff -uNr linux-2.4.16.orig/net/packet/af_packet.c linux-2.4.16/net/packet/af_packet.c
--- linux-2.4.16.orig/net/packet/af_packet.c	Wed Oct 31 00:08:12 2001
+++ linux-2.4.16/net/packet/af_packet.c	Mon Nov 26 19:15:45 2001
@@ -1902,3 +1902,4 @@
 
 module_init(packet_init);
 module_exit(packet_exit);
+MODULE_LICENSE("GPL");

Regards,
Andreas Krennmair
-- 
I know I could use the "mem=6M" switch to test it out myself, but I keep
telling myself that I have a lot of testers who have nothing better to do
than make me happy. Right? ("Yes Master").
  -- Linus Torvalds

[-- Attachment #2: Type: application/pgp-signature, Size: 537 bytes --]

                 reply	other threads:[~2001-11-26 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011126193514.A914@aon.at \
    --to=a.krennmair@aon.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®