]> Git Repo - linux.git/commitdiff
UIO: uio_pdrv: fix license specification
authorUwe Kleine-König <[email protected]>
Fri, 11 Jul 2008 09:10:37 +0000 (11:10 +0200)
committerGreg Kroah-Hartman <[email protected]>
Thu, 21 Aug 2008 17:15:39 +0000 (10:15 -0700)
Thanks to Magnus Damm for pointing that out.

Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: Magnus Damm <[email protected]>
Acked-by: Hans J. Koch <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/uio/uio_pdrv.c

index aa3bff8f93ab1be7ee5ca6b2376381d8bbbe2136..0b4ef39cd85d289d3aee60264dd6044bee1f0b8b 100644 (file)
@@ -116,5 +116,5 @@ module_exit(uio_pdrv_exit);
 
 MODULE_AUTHOR("Uwe Kleine-Koenig");
 MODULE_DESCRIPTION("Userspace I/O platform driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:" DRIVER_NAME);
This page took 0.04908 seconds and 4 git commands to generate.