Re: [PATCH] 2.4.10-ac10: more MODULE_LICENSE patches

From: Greg KH (greg@kroah.com)
Date: Tue Oct 09 2001 - 22:06:13 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 15 2001 - 21:00:29 EST