public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Oliver Feiler <kiza@gmx.net>
Cc: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org,
	"David S. Miller" <davem@redhat.com>
Subject: [2.4 patch] net/802/{p8022,psnap}.c: add MODULE_LICENSE
Date: Wed, 19 May 2004 19:58:41 +0200	[thread overview]
Message-ID: <20040519175841.GH22742@fs.tum.de> (raw)
In-Reply-To: <200405191227.58002.kiza@gmx.net>

On Wed, May 19, 2004 at 12:27:42PM +0200, Oliver Feiler wrote:

> Hi Adrian,

Hi Oliver,

>...
> Yes, works fine. No unresolved symbols.

thanks for the confirmation, and also thanks for this report.

> FWIW, the modules psnap.o and p8022.o don't export a license and taint the 
> kernel:
>...

A fix is below (stolen from 2.6 ;-) ).

> 	Oliver

cu
Adrian

--- linux-2.4.27-pre2-full/net/802/p8022.c.old	2004-05-19 19:47:59.000000000 +0200
+++ linux-2.4.27-pre2-full/net/802/p8022.c	2004-05-19 19:51:42.000000000 +0200
@@ -142,3 +142,5 @@
 
 	restore_flags(flags);
 }
+
+MODULE_LICENSE("GPL");
--- linux-2.4.27-pre2-full/net/802/psnap.c.old	2004-05-19 19:52:22.000000000 +0200
+++ linux-2.4.27-pre2-full/net/802/psnap.c	2004-05-19 19:52:33.000000000 +0200
@@ -152,3 +152,5 @@
 
 	restore_flags(flags);
 }
+
+MODULE_LICENSE("GPL");

  reply	other threads:[~2004-05-22  0:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-10 23:53 [2.4 patch] Re: CONFIG_ATALK cannot be compiled as a module Adrian Bunk
2004-05-12 19:06 ` David S. Miller
2004-05-19 10:27 ` Oliver Feiler
2004-05-19 17:58   ` Adrian Bunk [this message]
2004-05-20  6:25     ` [2.4 patch] net/802/{p8022,psnap}.c: add MODULE_LICENSE David S. Miller

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=20040519175841.GH22742@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=davem@redhat.com \
    --cc=kiza@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net@vger.kernel.org \
    /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