Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933787AbeAKUc1 (ORCPT + 1 other); Thu, 11 Jan 2018 15:32:27 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:45526 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933296AbeAKUcY (ORCPT ); Thu, 11 Jan 2018 15:32:24 -0500 X-Google-Smtp-Source: ACJfBosVUZLAxxRF9Qev6xH5jh8vJO94advRymAg/kbGNr9GLjW+kK9A1cZAAChrRowOf16ic3hMag== Subject: Re: [PATCH v2] leds: ledtrig-transient: Add SPDX license identifiers To: Shuah Khan , rpurdie@rpsys.net, pavel@ucw.cz, keescook@chromium.org, shuah@kernel.org References: <20180110224205.21926-1-shuahkh@osg.samsung.com> Cc: linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org From: Jacek Anaszewski Message-ID: Date: Thu, 11 Jan 2018 21:31:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20180110224205.21926-1-shuahkh@osg.samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Shuah, Thanks for the update. On 01/10/2018 11:42 PM, Shuah Khan wrote: > Replace GPL license statements with SPDX GPL-2.0 license identifiers > and and correct the module license to GPLv2. > > Signed-off-by: Shuah Khan > --- > Changes since v1: > - Changed comment format and updated the entire block to match the > comment format based on Jacek's review. > > drivers/leds/trigger/ledtrig-transient.c | 33 +++++++++++++------------------- > 1 file changed, 13 insertions(+), 20 deletions(-) > > diff --git a/drivers/leds/trigger/ledtrig-transient.c b/drivers/leds/trigger/ledtrig-transient.c > index 7acce64b692a..9d1769073562 100644 > --- a/drivers/leds/trigger/ledtrig-transient.c > +++ b/drivers/leds/trigger/ledtrig-transient.c > @@ -1,22 +1,15 @@ > -/* > - * LED Kernel Transient Trigger > - * > - * Copyright (C) 2012 Shuah Khan > - * > - * Based on Richard Purdie's ledtrig-timer.c and Atsushi Nemoto's > - * ledtrig-heartbeat.c > - * Design and use-case input from Jonas Bonn and > - * Neil 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. > - * > - */ > -/* > - * Transient trigger allows one shot timer activation. Please refer to > - * Documentation/leds/ledtrig-transient.txt for details > -*/ > +// SPDX-License-Identifier: GPL-2.0 > +// > +// LED Kernel Transient Trigger > +// > +// Transient trigger allows one shot timer activation. Please refer to > +// Documentation/leds/ledtrig-transient.txt for details > +// Copyright (C) 2012 Shuah Khan > +// > +// Based on Richard Purdie's ledtrig-timer.c and Atsushi Nemoto's > +// ledtrig-heartbeat.c > +// Design and use-case input from Jonas Bonn and > +// Neil Brown > > #include > #include > @@ -238,4 +231,4 @@ module_exit(transient_trig_exit); > > MODULE_AUTHOR("Shuah Khan "); > MODULE_DESCRIPTION("Transient LED trigger"); > -MODULE_LICENSE("GPL"); > +MODULE_LICENSE("GPL v2"); > Applied. -- Best regards, Jacek Anaszewski