--- 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");
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