Commit a782ae09 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Mauro Carvalho Chehab

[media] media: radio: correct module license (==> GPL v2)

As per code header comment, changing the driver license entry
to match the correct version.
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 385624a8
...@@ -39,7 +39,7 @@ module_param(radio_nr, int, 0); ...@@ -39,7 +39,7 @@ module_param(radio_nr, int, 0);
MODULE_PARM_DESC(radio_nr, MODULE_PARM_DESC(radio_nr,
"Minor number for radio device (-1 ==> auto assign)"); "Minor number for radio device (-1 ==> auto assign)");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Eduardo Valentin <eduardo.valentin@nokia.com>"); MODULE_AUTHOR("Eduardo Valentin <eduardo.valentin@nokia.com>");
MODULE_DESCRIPTION("Platform driver for Si4713 FM Radio Transmitter"); MODULE_DESCRIPTION("Platform driver for Si4713 FM Radio Transmitter");
MODULE_VERSION("0.0.1"); MODULE_VERSION("0.0.1");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment