]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: GPL copyright inconsistency fix
authorSteve Twiss <stwiss.opensource@diasemi.com>
Fri, 2 Oct 2015 10:21:11 +0000 (11:21 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 3 Oct 2015 15:24:07 +0000 (17:24 +0200)
commit79ccdcc922c1c3981fbe039cd4c1b51defa149ef
tree5576dedf7df93cae61f8d9dcf827ce834f5e6291
parent90ab4a1df078820900614158ff2add2ca5de5687
rtc: GPL copyright inconsistency fix

Fix misleading and inconsistent copyright header wording.

Alter the copyright header text and MODULE_LICENSE macro to ensure the
GPL v2 licence description is correctly represented.

It will remove the incorrectly LGPL worded text. Words such as "Library"
from the line "GNU Library General Public License"; and replace the word
"library" with "program" in several other places.

The copyright should match the GPL v2 description as specified in the GNU
license found here: http://www.gnu.org/licenses/gpl-2.0.html

It should also match this copyright text with the correct MODULE_LICENSE
macro text as found in the kernel: include/linux/module.h
In this case "GNU Public License v2 or later" is linked with "GPL".

Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-da9063.c