From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752700AbeEPIar (ORCPT ); Wed, 16 May 2018 04:30:47 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:45703 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752007AbeEPIao (ORCPT ); Wed, 16 May 2018 04:30:44 -0400 X-Google-Smtp-Source: AB8JxZpLgQtjszMLCDDcxxZ8nMAP5opYx6kJNzVLcMCDMuVx7FiulQ2ORpvw5JwP+buXezrOGYq5cA== Message-ID: <1526459441.2897.54.camel@baylibre.com> Subject: Re: [PATCH] clk: meson: use SPDX license identifiers consistently From: Jerome Brunet To: Stephen Boyd , Carlo Caione , Kevin Hilman , Neil Armstrong Cc: linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 16 May 2018 10:30:41 +0200 In-Reply-To: <152640711006.34267.13271626390751114709@swboyd.mtv.corp.google.com> References: <20180515164229.4606-1-jbrunet@baylibre.com> <152640711006.34267.13271626390751114709@swboyd.mtv.corp.google.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 (3.26.6-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > - * > > - * 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 . > > 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. >