From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Valentin Subject: Re: [v2,06/14] thermal: mvebu: Fix license declaration Date: Thu, 11 Apr 2013 14:55:57 -0400 Message-ID: <5167073D.3030605@ti.com> References: <1363991114-4225-7-git-send-email-ezequiel.garcia@free-electrons.com> <5166E76E.5020104@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5166E76E.5020104@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Eduardo Valentin Cc: Lior Amsalem , Thomas Petazzoni , Jason Cooper , Nobuhiro Iwamatsu , linux-pm@vger.kernel.org, Andrew Lunn , Ezequiel Garcia , Gregory Clement , Zhang Rui , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: linux-pm@vger.kernel.org Ezequiel, On 11-04-2013 12:40, Eduardo Valentin wrote: > Hi Rui, > > On 22-03-2013 18:25, Ezequiel Garcia wrote: >> The license text declared in the header explicit says GPL v2 only, >> but the MODULE_LICENSE macro says GPL, which means GPL v2 or later. >> Fix it. >> >> Signed-off-by: Ezequiel Garcia >> > > This specific patch is fine to me. > > Acked-by: Eduardo Valentin > I know you have discarded the idea of merging the driver into a single driver, but can you please resend this patch on top of drivers/thermal/kirkwood_thermal.c file. This change still applies. >> --- >> drivers/thermal/mvebu_thermal.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/thermal/mvebu_thermal.c >> b/drivers/thermal/mvebu_thermal.c >> index 2aeaf75..0c9344d 100644 >> --- a/drivers/thermal/mvebu_thermal.c >> +++ b/drivers/thermal/mvebu_thermal.c >> @@ -128,4 +128,4 @@ module_platform_driver(mvebu_thermal_driver); >> >> MODULE_AUTHOR("Nobuhiro Iwamatsu "); >> MODULE_DESCRIPTION("mvebu thermal driver"); >> -MODULE_LICENSE("GPL"); >> +MODULE_LICENSE("GPL v2"); >> > > Side question, while here: > Ezequiel, does this driver need a MODULE_ALIAS > > >