From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755507AbdL2Kxu (ORCPT ); Fri, 29 Dec 2017 05:53:50 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:39028 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753861AbdL2Kxr (ORCPT ); Fri, 29 Dec 2017 05:53:47 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.cirrus.com Date: Fri, 29 Dec 2017 10:52:12 +0000 From: Charles Keepax To: Krzysztof Kozlowski CC: Philippe Ombredanne , Russell King , Kukjin Kim , Simtec Linux Team , , , , , , Marek Szyprowski , Bartlomiej Zolnierkiewicz , Arnd Bergmann , Olof Johansson Subject: Re: [PATCH 3/5] ARM: S3C64XX: Add SPDX license identifier Message-ID: <20171229105212.thkj4q4qezsg2jdl@localhost.localdomain> References: <1514231675-17582-1-git-send-email-krzk@kernel.org> <1514231675-17582-3-git-send-email-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1514231675-17582-3-git-send-email-krzk@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=676 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1712290156 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 25, 2017 at 08:54:33PM +0100, Krzysztof Kozlowski wrote: > Replace GPL license statements with a SPDX license indentifiers (GPL-2.0 > and GPL-2.0+). > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/mach-s3c64xx/crag6410.h | 5 +---- > arch/arm/mach-s3c64xx/mach-crag6410-module.c | 15 ++++++------- > arch/arm/mach-s3c64xx/mach-crag6410.c | 19 ++++++----------- For the Cragganmore bits: Acked-by: Charles Keepax Thanks, Charles > diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c > index ea5f2169c850..29ed7b7bafb6 100644 > --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c > +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c > @@ -1,12 +1,9 @@ > -/* Speyside modules for Cragganmore - board data probing > - * > - * Copyright 2011 Wolfson Microelectronics plc > - * Mark Brown > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// > +//Speyside modules for Cragganmore - board data probing There is a space missing here but probably only worth fixing if you are respinning the series for other reasons anyway. > +// > +// Copyright 2011 Wolfson Microelectronics plc > +// Mark Brown