From: Bagas Sanjaya <bagasdotme@gmail•com>
To: Guenter Roeck <linux@roeck-us•net>
Cc: "Linux DRI Development" <dri-devel@lists•freedesktop.org>,
"Linux Kernel Mailing List" <linux-kernel@vger•kernel.org>,
"Linux Networking" <netdev@vger•kernel.org>,
"Linux ARM" <linux-arm-kernel@lists•infradead.org>,
"Linux Staging Drivers" <linux-staging@lists•linux.dev>,
"Linux Watchdog Devices" <linux-watchdog@vger•kernel.org>,
"Linux Kernel Actions" <linux-actions@lists•infradead.org>,
"Diederik de Haas" <didi.debian@cknow•org>,
"Kate Stewart" <kstewart@linuxfoundation•org>,
"David Airlie" <airlied@redhat•com>,
"Karsten Keil" <isdn@linux-pingi•de>,
"Jay Vosburgh" <j.vosburgh@gmail•com>,
"Andy Gospodarek" <andy@greyhouse•net>,
"David S. Miller" <davem@davemloft•net>,
"Eric Dumazet" <edumazet@google•com>,
"Jakub Kicinski" <kuba@kernel•org>,
"Paolo Abeni" <pabeni@redhat•com>,
"Sam Creasey" <sammy@sammy•net>,
"Dominik Brodowski" <linux@dominikbrodowski•net>,
"Daniel Mack" <daniel@zonque•org>,
"Haojian Zhuang" <haojian.zhuang@gmail•com>,
"Robert Jarzmik" <robert.jarzmik@free•fr>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation•org>,
"Wim Van Sebroeck" <wim@linux-watchdog•org>,
"Jan Kara" <jack@suse•com>, "Andreas Färber" <afaerber@suse•de>,
"Manivannan Sadhasivam" <mani@kernel•org>,
"Tom Rix" <trix@redhat•com>,
"Simon Horman" <simon.horman@corigine•com>,
"Yang Yingliang" <yangyingliang@huawei•com>,
"Steven Rostedt (Google)" <rostedt@goodmis•org>,
"Pavel Machek" <pavel@ucw•cz>,
"Minghao Chi" <chi.minghao@zte•com.cn>,
"Kalle Valo" <kvalo@kernel•org>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix•de>,
"Viresh Kumar" <viresh.kumar@linaro•org>,
"Arnd Bergmann" <arnd@arndb•de>, "Deepak R Varma" <drv@mailo•com>,
"Davidlohr Bueso" <dave@stgolabs•net>,
"Thomas Gleixner" <tglx@linutronix•de>,
"Jacob Keller" <jacob.e.keller@intel•com>,
"Gaosheng Cui" <cuigaosheng1@huawei•com>,
"Dan Carpenter" <error27@gmail•com>, Archana <craechal@gmail•com>,
"Ray Lehtiniemi" <rayl@mail•com>,
"Alessandro Zummo" <a.zummo@towertech•it>,
"Andrey Panin" <pazke@donpac•ru>,
"Oleg Drokin" <green@crimea•edu>, "Marc Zyngier" <maz@kernel•org>,
"Jonas Jensen" <jonas.jensen@gmail•com>,
"Sylver Bruneau" <sylver.bruneau@googlemail•com>,
"Andrew Sharp" <andy.sharp@lsi•com>,
"Denis Turischev" <denis@compulab•co.il>,
"Mika Westerberg" <mika.westerberg@linux•intel.com>
Subject: Re: [PATCH 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier
Date: Fri, 12 May 2023 16:05:52 +0700 [thread overview]
Message-ID: <2883e834-eccd-937e-0f3e-2d787994d4cf@gmail.com> (raw)
In-Reply-To: <46c263f6-dd9c-408c-b3e0-bfb2676c6505@roeck-us.net>
On 5/11/23 22:08, Guenter Roeck wrote:
>> +/* SPDX-License-Identifier: GPL-2.0-only */
>
> This was supposed to be a C++ style comment for C source files.
> Has the rule changed ?
>
Oops, I don't see checkpatch. Will fix.
>> +/* SPDX-License-Identifier: GPL-2.0-only */
>
> The text below suggests that this should be GPL1+.
>
OK, will fix.
Thanks for review!
--
An old man doll... just what I always wanted! - Clara
next prev parent reply other threads:[~2023-05-12 9:06 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 13:33 [PATCH 00/10] Treewide GPL SPDX conversion (love letter to Didi) Bagas Sanjaya
2023-05-11 13:33 ` [PATCH 01/10] agp/amd64: Remove GPL distribution notice Bagas Sanjaya
2023-05-11 14:30 ` Simon Horman
2023-05-11 13:33 ` [PATCH 02/10] mISDN: Replace GPL notice boilerplate with SPDX identifier Bagas Sanjaya
2023-05-11 14:25 ` Simon Horman
2023-05-12 3:28 ` kernel test robot
2023-05-11 13:33 ` [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files Bagas Sanjaya
2023-05-11 14:25 ` Simon Horman
2023-05-12 3:52 ` kernel test robot
2023-05-11 13:34 ` [PATCH 04/10] net: ethernet: 8390: Replace GPL boilerplate with SPDX identifier Bagas Sanjaya
2023-05-11 14:24 ` Simon Horman
2023-05-11 22:56 ` Greg Ungerer
2023-05-12 6:57 ` Sven-Haegar Koch
2023-05-12 7:36 ` Bagas Sanjaya
2023-05-12 4:09 ` kernel test robot
2023-05-11 13:34 ` [PATCH 05/10] net: ethernet: i825xx: " Bagas Sanjaya
2023-05-11 14:31 ` Simon Horman
2023-05-12 4:50 ` kernel test robot
2023-05-11 13:34 ` [PATCH 06/10] pcmcia: Add " Bagas Sanjaya
2023-05-11 14:34 ` Simon Horman
2023-05-12 4:50 ` kernel test robot
2023-05-11 13:34 ` [PATCH 07/10] drivers: staging: wlan-ng: Remove GPL/MPL boilerplate Bagas Sanjaya
2023-05-11 14:29 ` Simon Horman
2023-05-11 13:34 ` [PATCH 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier Bagas Sanjaya
2023-05-11 14:32 ` Simon Horman
2023-05-11 15:08 ` Guenter Roeck
2023-05-12 9:05 ` Bagas Sanjaya [this message]
2023-05-12 5:28 ` kernel test robot
2023-05-11 13:34 ` [PATCH 09/10] udf: Replace " Bagas Sanjaya
2023-05-11 14:33 ` Simon Horman
2023-05-12 5:47 ` kernel test robot
2023-05-12 13:14 ` Jan Kara
2023-05-11 13:34 ` [PATCH 10/10] include: synclink: Replace GPL " Bagas Sanjaya
2023-05-11 14:33 ` Simon Horman
2023-05-12 6:00 ` kernel test robot
2023-05-12 0:41 ` [PATCH 00/10] Treewide GPL SPDX conversion (love letter to Didi) Jakub Kicinski
2023-05-12 9:07 ` Bagas Sanjaya
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=2883e834-eccd-937e-0f3e-2d787994d4cf@gmail.com \
--to=bagasdotme@gmail$(echo .)com \
--cc=a.zummo@towertech$(echo .)it \
--cc=afaerber@suse$(echo .)de \
--cc=airlied@redhat$(echo .)com \
--cc=andy.sharp@lsi$(echo .)com \
--cc=andy@greyhouse$(echo .)net \
--cc=arnd@arndb$(echo .)de \
--cc=chi.minghao@zte$(echo .)com.cn \
--cc=craechal@gmail$(echo .)com \
--cc=cuigaosheng1@huawei$(echo .)com \
--cc=daniel@zonque$(echo .)org \
--cc=dave@stgolabs$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=denis@compulab$(echo .)co.il \
--cc=didi.debian@cknow$(echo .)org \
--cc=dri-devel@lists$(echo .)freedesktop.org \
--cc=drv@mailo$(echo .)com \
--cc=edumazet@google$(echo .)com \
--cc=error27@gmail$(echo .)com \
--cc=green@crimea$(echo .)edu \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=haojian.zhuang@gmail$(echo .)com \
--cc=isdn@linux-pingi$(echo .)de \
--cc=j.vosburgh@gmail$(echo .)com \
--cc=jack@suse$(echo .)com \
--cc=jacob.e.keller@intel$(echo .)com \
--cc=jonas.jensen@gmail$(echo .)com \
--cc=kstewart@linuxfoundation$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=kvalo@kernel$(echo .)org \
--cc=linux-actions@lists$(echo .)infradead.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-staging@lists$(echo .)linux.dev \
--cc=linux-watchdog@vger$(echo .)kernel.org \
--cc=linux@dominikbrodowski$(echo .)net \
--cc=linux@roeck-us$(echo .)net \
--cc=mani@kernel$(echo .)org \
--cc=maz@kernel$(echo .)org \
--cc=mika.westerberg@linux$(echo .)intel.com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=pavel@ucw$(echo .)cz \
--cc=pazke@donpac$(echo .)ru \
--cc=rayl@mail$(echo .)com \
--cc=robert.jarzmik@free$(echo .)fr \
--cc=rostedt@goodmis$(echo .)org \
--cc=sammy@sammy$(echo .)net \
--cc=simon.horman@corigine$(echo .)com \
--cc=sylver.bruneau@googlemail$(echo .)com \
--cc=tglx@linutronix$(echo .)de \
--cc=trix@redhat$(echo .)com \
--cc=u.kleine-koenig@pengutronix$(echo .)de \
--cc=viresh.kumar@linaro$(echo .)org \
--cc=wim@linux-watchdog$(echo .)org \
--cc=yangyingliang@huawei$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox