From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id xl3si222925wib.1.2015.10.03.08.27.29 for ; Sat, 03 Oct 2015 08:27:29 -0700 (PDT) Date: Sat, 3 Oct 2015 17:27:28 +0200 From: Alexandre Belloni To: Steve Twiss Cc: Allessandro Zummo , David Dajun Chen , LKML , RTC , Support Opensource Subject: [rtc-linux] Re: [PATCH V1] rtc: GPL copyright inconsistency fix Message-ID: <20151003152728.GD2694@piout.net> References: <201510021025.t92AP2Bn026715@swsrvapps-01.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <201510021025.t92AP2Bn026715@swsrvapps-01.diasemi.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 02/10/2015 at 11:21:11 +0100, Steve Twiss wrote : > From: Steve Twiss > > 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". > I would have though diasemi would stick to GPL 2 only. > > Signed-off-by: Steve Twiss > > --- > > This patch applies against linux-next and v4.3-rc3 > > > > drivers/rtc/rtc-da9063.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753356AbbJCP1c (ORCPT ); Sat, 3 Oct 2015 11:27:32 -0400 Received: from down.free-electrons.com ([37.187.137.238]:42846 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753167AbbJCP13 (ORCPT ); Sat, 3 Oct 2015 11:27:29 -0400 Date: Sat, 3 Oct 2015 17:27:28 +0200 From: Alexandre Belloni To: Steve Twiss Cc: Allessandro Zummo , David Dajun Chen , LKML , RTC , Support Opensource Subject: Re: [PATCH V1] rtc: GPL copyright inconsistency fix Message-ID: <20151003152728.GD2694@piout.net> References: <201510021025.t92AP2Bn026715@swsrvapps-01.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201510021025.t92AP2Bn026715@swsrvapps-01.diasemi.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/10/2015 at 11:21:11 +0100, Steve Twiss wrote : > From: Steve Twiss > > 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". > I would have though diasemi would stick to GPL 2 only. > > Signed-off-by: Steve Twiss > > --- > > This patch applies against linux-next and v4.3-rc3 > > > > drivers/rtc/rtc-da9063.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com