Remove DRIVER_LICENSE?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm researching MODULE_LICENSE uses/declarations and AFAICT
DRIVER_LICENSE is only obfuscating the programatically declared
license. e.g.:

drivers/hid/hid-core.c:#define DRIVER_LICENSE "GPL"
drivers/hid/hid-core.c:MODULE_LICENSE(DRIVER_LICENSE);
drivers/hid/usbhid/usbmouse.c:#define DRIVER_LICENSE "GPL"
drivers/hid/usbhid/usbmouse.c:MODULE_LICENSE(DRIVER_LICENSE);
drivers/hid/usbhid/usbkbd.c:#define DRIVER_LICENSE "GPL"
drivers/hid/usbhid/usbkbd.c:MODULE_LICENSE(DRIVER_LICENSE);
drivers/hid/wacom.h:#define DRIVER_LICENSE "GPL"
drivers/hid/wacom_sys.c:MODULE_LICENSE(DRIVER_LICENSE);

Any objection to removing those uses in drivers/hid?

cheers,
grant
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux