From: Greg KH <greg@kroah.com>
To: Frank Davis <fdavis@si.rr.com>
Cc: linux-kernel@vger.kernel.org, alan <alan@redhat.com>,
Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [PATCH] 2.4.10-ac10: more MODULE_LICENSE patches
Date: Tue, 9 Oct 2001 20:06:13 -0700 [thread overview]
Message-ID: <20011009200613.C4526@kroah.com> (raw)
In-Reply-To: <3BC3AC55.90606@si.rr.com>
In-Reply-To: <3BC3AC55.90606@si.rr.com>
On Tue, Oct 09, 2001 at 10:03:01PM -0400, Frank Davis wrote:
> --- drivers/usb/hub.c.old Mon Oct 8 18:25:36 2001
> +++ drivers/usb/hub.c Tue Oct 9 21:17:47 2001
> @@ -856,7 +856,7 @@
> };
>
> MODULE_DEVICE_TABLE (usb, hub_id_table);
> -
> +MODULE_LICENSE("GPL");
> static struct usb_driver hub_driver = {
> name: "hub",
> probe: hub_probe,
hub.c is not a module. Alan, please do not apply.
> --- drivers/usb/inode.c.old Mon Oct 8 18:25:37 2001
> +++ drivers/usb/inode.c Tue Oct 9 21:15:15 2001
> @@ -767,4 +767,5 @@
> #if 0
> module_init(usbdevfs_init);
> module_exit(usbdevfs_cleanup);
> +MODULE_LICENSE("GPL");
> #endif
inode.c is not a module either. Alan, please do not apply.
Both of these files are covered with the MODULE_LICENSE found in usb.c
thanks,
greg k-h
prev parent reply other threads:[~2001-10-10 3:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-10 2:03 [PATCH] 2.4.10-ac10: more MODULE_LICENSE patches Frank Davis
2001-10-10 3:06 ` Greg KH [this message]
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=20011009200613.C4526@kroah.com \
--to=greg@kroah.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=alan@redhat.com \
--cc=fdavis@si.rr.com \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.