OSDN Git Service

rtc: da9063: 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>
Sun, 8 Nov 2015 13:12:26 +0000 (14:12 +0100)
commitce006ca6d3158466f7d4b32736b8d9c70fd11526
tree4c3416010f654be3c9173fb959b4238a4c7e454b
parent5413eaba5ae093b0704b5458696922f6518adac4
rtc: da9063: 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