Skip to content

Commit

Permalink
rtc: pcf2127: make module license match the file header
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Uwe Kleine-König authored and alexandrebelloni committed Nov 2, 2015
1 parent 6a13feb commit 4d8318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-pcf2127.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 4d8318b

Please sign in to comment.