The file header declares the code to be covered by GPL v2 only, so use explicit v2 for MODULE_LICENSE, too.
Signed-off-by: Uwe Kleine-König <[email protected]> --- drivers/uio/uio_aec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/uio/uio_aec.c b/drivers/uio/uio_aec.c index 1548982..9fed75c 100644 --- a/drivers/uio/uio_aec.c +++ b/drivers/uio/uio_aec.c @@ -170,7 +170,7 @@ static void __exit aectc_exit(void) pci_unregister_driver(&pci_driver); } -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); module_init(aectc_init); module_exit(aectc_exit); -- 1.8.2.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

