All of lore.kernel.org
 help / color / mirror / Atom feed
From: jbrunet@baylibre.com (Jerome Brunet)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] clk: meson: use SPDX license identifiers consistently
Date: Wed, 16 May 2018 10:30:41 +0200	[thread overview]
Message-ID: <1526459441.2897.54.camel@baylibre.com> (raw)
In-Reply-To: <152640711006.34267.13271626390751114709@swboyd.mtv.corp.google.com>

On Tue, 2018-05-15 at 10:58 -0700, Stephen Boyd wrote:
> Quoting Jerome Brunet (2018-05-15 09:42:29)
> > diff --git a/drivers/clk/meson/clk-audio-divider.c b/drivers/clk/meson/clk-audio-divider.c
> > index f7ab5b1db342..ac0743cd0f2f 100644
> > --- a/drivers/clk/meson/clk-audio-divider.c
> > +++ b/drivers/clk/meson/clk-audio-divider.c
> > @@ -1,18 +1,7 @@
> > +// SPDX-License-Identifier: GPL-2.0+
> 
> This is GPL2 or later.
> 
> >  /*
> >   * Copyright (c) 2017 AmLogic, Inc.
> >   * Author: Jerome Brunet <jbrunet@baylibre.com>
> > - *
> > - * This program is free software; you can redistribute it and/or modify it
> > - * under the terms and conditions of the GNU General Public License,
> > - * version 2, as published by the Free Software Foundation.
> > - *
> > - * This program is distributed in the hope it will be useful, but WITHOUT
> > - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> > - * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
> > - * more details.
> > - *
> > - * You should have received a copy of the GNU General Public License along with
> > - * this program.  If not, see <http://www.gnu.org/licenses/>.
> 
> But this looks like GPL2 only because there isn't an "or later" part of
> the text. Is it intentional to relicense to GPL2+ instead of GPL2 only?

Nope, no re-licensing intended. Thanks a lot for the explanation.
I'll recheck the rest of the patch for this error.

> If so, please add that into the commit text.
> 

WARNING: multiple messages have this Message-ID (diff)
From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>, Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>
Cc: linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] clk: meson: use SPDX license identifiers consistently
Date: Wed, 16 May 2018 10:30:41 +0200	[thread overview]
Message-ID: <1526459441.2897.54.camel@baylibre.com> (raw)
In-Reply-To: <152640711006.34267.13271626390751114709@swboyd.mtv.corp.google.com>

On Tue, 2018-05-15 at 10:58 -0700, Stephen Boyd wrote:
> Quoting Jerome Brunet (2018-05-15 09:42:29)
> > diff --git a/drivers/clk/meson/clk-audio-divider.c b/drivers/clk/meson/clk-audio-divider.c
> > index f7ab5b1db342..ac0743cd0f2f 100644
> > --- a/drivers/clk/meson/clk-audio-divider.c
> > +++ b/drivers/clk/meson/clk-audio-divider.c
> > @@ -1,18 +1,7 @@
> > +// SPDX-License-Identifier: GPL-2.0+
> 
> This is GPL2 or later.
> 
> >  /*
> >   * Copyright (c) 2017 AmLogic, Inc.
> >   * Author: Jerome Brunet <jbrunet@baylibre.com>
> > - *
> > - * This program is free software; you can redistribute it and/or modify it
> > - * under the terms and conditions of the GNU General Public License,
> > - * version 2, as published by the Free Software Foundation.
> > - *
> > - * This program is distributed in the hope it will be useful, but WITHOUT
> > - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> > - * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
> > - * more details.
> > - *
> > - * You should have received a copy of the GNU General Public License along with
> > - * this program.  If not, see <http://www.gnu.org/licenses/>.
> 
> But this looks like GPL2 only because there isn't an "or later" part of
> the text. Is it intentional to relicense to GPL2+ instead of GPL2 only?

Nope, no re-licensing intended. Thanks a lot for the explanation.
I'll recheck the rest of the patch for this error.

> If so, please add that into the commit text.
> 


  reply	other threads:[~2018-05-16  8:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15 16:42 [PATCH] clk: meson: use SPDX license identifiers consistently Jerome Brunet
2018-05-15 16:42 ` Jerome Brunet
2018-05-15 16:44 ` Neil Armstrong
2018-05-15 16:44   ` Neil Armstrong
2018-05-15 17:02 ` Fabio Estevam
2018-05-15 17:02   ` Fabio Estevam
2018-05-15 17:58 ` Stephen Boyd
2018-05-15 17:58   ` Stephen Boyd
2018-05-15 17:58   ` Stephen Boyd
2018-05-16  8:30   ` Jerome Brunet [this message]
2018-05-16  8:30     ` Jerome Brunet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526459441.2897.54.camel@baylibre.com \
    --to=jbrunet@baylibre.com \
    --cc=linus-amlogic@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.