Skip to content

Commit

Permalink
UIO: uio_pdrv: fix license specification
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Uwe Kleine-König authored and gregkh committed Aug 21, 2008
1 parent 331995e commit 0f90927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/uio/uio_pdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 0f90927

Please sign in to comment.