projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a13feb
)
rtc: pcf2127: make module license match the file header
author
Uwe Kleine-König
<
[email protected]
>
Wed, 9 Sep 2015 09:29:10 +0000
(11:29 +0200)
committer
Alexandre Belloni
<
[email protected]
>
Mon, 2 Nov 2015 23:50:46 +0000
(
00:50
+0100)
The header of the pcf2127 driver specifies GPL v2 only as license, so
use "GPL v2" as module license specifier instead of "GPL" as the latter
means "GNU Public License v2 or later".
Signed-off-by: Uwe Kleine-König <
[email protected]
>
Signed-off-by: Alexandre Belloni <
[email protected]
>
drivers/rtc/rtc-pcf2127.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-pcf2127.c
b/drivers/rtc/rtc-pcf2127.c
index 4b11d31f71740b4de9897ec46be1ec0b4cb39835..a26bae60826cfbaeddcb220f0cf067e64213231b 100644
(file)
--- a/
drivers/rtc/rtc-pcf2127.c
+++ b/
drivers/rtc/rtc-pcf2127.c
@@
-241,5
+241,5
@@
module_i2c_driver(pcf2127_driver);
MODULE_AUTHOR("Renaud Cerrato <
[email protected]
>");
MODULE_DESCRIPTION("NXP PCF2127 RTC driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL
v2
");
MODULE_VERSION(DRV_VERSION);