2001-10-10 02:02:07

by Frank Davis

[permalink] [raw]
Subject: [PATCH] 2.4.10-ac10: more MODULE_LICENSE patches

--- drivers/pcmcia/pci_socket.c.old Tue Jun 12 19:52:14 2001
+++ drivers/pcmcia/pci_socket.c Tue Oct 9 21:04:08 2001
@@ -266,3 +266,4 @@

module_init(pci_socket_init);
module_exit(pci_socket_exit);
+MODULE_LICENSE("GPL");


Attachments:
USBHUB (270.00 B)
USBINODE (222.00 B)
MACSERIA (246.00 B)
CISTPL (353.00 B)
HD64465_ (289.00 B)
NVRAM (215.00 B)
SA1100_G (445.00 B)
RTC_MAC (206.00 B)
RSRC_MGR (354.00 B)
PCI_SOCK (226.00 B)
Download all attachments

2001-10-10 03:13:31

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] 2.4.10-ac10: more MODULE_LICENSE patches

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