From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga04.intel.com ([192.55.52.120]:61835 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726072AbfFTKIC (ORCPT ); Thu, 20 Jun 2019 06:08:02 -0400 Date: Thu, 20 Jun 2019 13:07:59 +0300 From: Andy Shevchenko Message-ID: <20190620100759.GR9224@smile.fi.intel.com> References: <20190620092443.4854-1-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190620092443.4854-1-mika.westerberg@linux.intel.com> Sender: linux-pwm-owner@vger.kernel.org List-ID: Subject: Re: [PATCH] pwm: lpss: Convert to use SPDX identifier To: Mika Westerberg Cc: Thierry Reding , linux-pwm@vger.kernel.org On Thu, Jun 20, 2019 at 12:24:43PM +0300, Mika Westerberg wrote: > This gets rid of the license boilerplate duplicated in each file. > > No functional changes intended. Reviewed-by: Andy Shevchenko > > Signed-off-by: Mika Westerberg > --- > drivers/pwm/pwm-lpss-pci.c | 5 +---- > drivers/pwm/pwm-lpss-platform.c | 5 +---- > drivers/pwm/pwm-lpss.c | 5 +---- > drivers/pwm/pwm-lpss.h | 5 +---- > 4 files changed, 4 insertions(+), 16 deletions(-) > > diff --git a/drivers/pwm/pwm-lpss-pci.c b/drivers/pwm/pwm-lpss-pci.c > index c1527cb645be..5e47d9bccf22 100644 > --- a/drivers/pwm/pwm-lpss-pci.c > +++ b/drivers/pwm/pwm-lpss-pci.c > @@ -1,13 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Intel Low Power Subsystem PWM controller PCI driver > * > * Copyright (C) 2014, Intel Corporation > * > * Derived from the original pwm-lpss.c > - * > - * 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. > */ > > #include > diff --git a/drivers/pwm/pwm-lpss-platform.c b/drivers/pwm/pwm-lpss-platform.c > index 757230e1f575..ce77539a0855 100644 > --- a/drivers/pwm/pwm-lpss-platform.c > +++ b/drivers/pwm/pwm-lpss-platform.c > @@ -1,13 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Intel Low Power Subsystem PWM controller driver > * > * Copyright (C) 2014, Intel Corporation > * > * Derived from the original pwm-lpss.c > - * > - * 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. > */ > > #include > diff --git a/drivers/pwm/pwm-lpss.c b/drivers/pwm/pwm-lpss.c > index 2ac3a2aa9e53..9a1b25926956 100644 > --- a/drivers/pwm/pwm-lpss.c > +++ b/drivers/pwm/pwm-lpss.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Intel Low Power Subsystem PWM controller driver > * > @@ -7,10 +8,6 @@ > * Author: Chang Rebecca Swee Fun > * Author: Chew Chiau Ee > * Author: Alan Cox > - * > - * 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. > */ > > #include > diff --git a/drivers/pwm/pwm-lpss.h b/drivers/pwm/pwm-lpss.h > index 3236be835bd9..f47dede100f8 100644 > --- a/drivers/pwm/pwm-lpss.h > +++ b/drivers/pwm/pwm-lpss.h > @@ -1,13 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > /* > * Intel Low Power Subsystem PWM controller driver > * > * Copyright (C) 2014, Intel Corporation > * > * Derived from the original pwm-lpss.c > - * > - * 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. > */ > > #ifndef __PWM_LPSS_H > -- > 2.20.1 > -- With Best Regards, Andy Shevchenko