From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux SPDX Licenses <linux-spdx@vger.kernel.org>,
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>
Cc: "Diederik de Haas" <didi.debian@cknow.org>,
"Kate Stewart" <kstewart@linuxfoundation.org>,
"Philippe Ombredanne" <pombredanne@nexb.com>,
"Thomas Gleixner" <tglx@linutronix.de>,
"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>,
"Guenter Roeck" <linux@roeck-us.net>, "Jan Kara" <jack@suse.com>,
"Andreas Färber" <afaerber@suse.de>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Bagas Sanjaya" <bagasdotme@gmail.com>,
"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
"Simon Horman" <simon.horman@corigine.com>
Subject: [PATCH v2 01/10] agp/amd64: Remove GPL distribution notice
Date: Fri, 12 May 2023 17:06:12 +0700 [thread overview]
Message-ID: <20230512100620.36807-2-bagasdotme@gmail.com> (raw)
In-Reply-To: <20230512100620.36807-1-bagasdotme@gmail.com>
There is already SPDX tag which does the job, so remove the redundant
notice.
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
drivers/char/agp/amd64-agp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index ce8651436609fc..b93b0f836e52ba 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright 2001-2003 SuSE Labs.
- * Distributed under the GNU public license, v2.
*
* This is a GART driver for the AMD Opteron/Athlon64 on-CPU northbridge.
* It also includes support for the AMD 8151 AGP bridge,
--
An old man doll... just what I always wanted! - Clara
WARNING: multiple messages have this Message-ID (diff)
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux SPDX Licenses <linux-spdx@vger.kernel.org>,
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>
Cc: "Kate Stewart" <kstewart@linuxfoundation.org>,
"Simon Horman" <simon.horman@corigine.com>,
"Dominik Brodowski" <linux@dominikbrodowski.net>,
"Eric Dumazet" <edumazet@google.com>,
"Bagas Sanjaya" <bagasdotme@gmail.com>,
"Robert Jarzmik" <robert.jarzmik@free.fr>,
"Andy Gospodarek" <andy@greyhouse.net>,
"Jakub Kicinski" <kuba@kernel.org>,
"Paolo Abeni" <pabeni@redhat.com>,
"Guenter Roeck" <linux@roeck-us.net>,
"Sam Creasey" <sammy@sammy.net>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Jay Vosburgh" <j.vosburgh@gmail.com>,
"Philippe Ombredanne" <pombredanne@nexb.com>,
"Haojian Zhuang" <haojian.zhuang@gmail.com>,
"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
"David Airlie" <airlied@redhat.com>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
"Karsten Keil" <isdn@linux-pingi.de>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"David S. Miller" <davem@davemloft.net>,
"Diederik de Haas" <didi.debian@cknow.org>,
"Jan Kara" <jack@suse.com>, "Andreas Färber" <afaerber@suse.de>,
"Daniel Mack" <daniel@zonque.org>
Subject: [PATCH v2 01/10] agp/amd64: Remove GPL distribution notice
Date: Fri, 12 May 2023 17:06:12 +0700 [thread overview]
Message-ID: <20230512100620.36807-2-bagasdotme@gmail.com> (raw)
In-Reply-To: <20230512100620.36807-1-bagasdotme@gmail.com>
There is already SPDX tag which does the job, so remove the redundant
notice.
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
drivers/char/agp/amd64-agp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index ce8651436609fc..b93b0f836e52ba 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright 2001-2003 SuSE Labs.
- * Distributed under the GNU public license, v2.
*
* This is a GART driver for the AMD Opteron/Athlon64 on-CPU northbridge.
* It also includes support for the AMD 8151 AGP bridge,
--
An old man doll... just what I always wanted! - Clara
next prev parent reply other threads:[~2023-05-12 10:07 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 10:06 [PATCH v2 00/10] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya [this message]
2023-05-12 10:06 ` [PATCH v2 01/10] agp/amd64: Remove GPL distribution notice Bagas Sanjaya
2023-05-12 10:06 ` [PATCH v2 02/10] mISDN: Replace GPL notice boilerplate with SPDX identifier Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 10:06 ` [PATCH v2 03/10] net: bonding: Add SPDX identifier to remaining files Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 10:06 ` [PATCH v2 04/10] net: ethernet: 8390: Replace GPL boilerplate with SPDX identifier Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 11:27 ` Geert Uytterhoeven
2023-05-12 11:27 ` Geert Uytterhoeven
2023-05-12 13:03 ` Richard Fontana
2023-05-12 13:03 ` Richard Fontana
2023-05-12 10:06 ` [PATCH v2 05/10] net: ethernet: i825xx: " Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 11:21 ` Greg Kroah-Hartman
2023-05-12 11:21 ` Greg Kroah-Hartman
2023-05-12 10:06 ` [PATCH v2 06/10] pcmcia: Add " Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 10:06 ` [PATCH v2 07/10] drivers: staging: wlan-ng: Remove GPL/MPL boilerplate Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 10:06 ` [PATCH v2 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 12:46 ` Richard Fontana
2023-05-12 12:46 ` Richard Fontana
2023-05-13 10:52 ` Bagas Sanjaya
2023-05-13 10:52 ` Bagas Sanjaya
2023-05-13 13:43 ` Richard Fontana
2023-05-13 13:43 ` Richard Fontana
2023-05-13 15:07 ` Greg Kroah-Hartman
2023-05-13 15:07 ` Greg Kroah-Hartman
2023-05-14 13:08 ` Guenter Roeck
2023-05-14 13:08 ` Guenter Roeck
2023-05-12 12:49 ` Guenter Roeck
2023-05-12 12:49 ` Guenter Roeck
2023-05-12 12:50 ` Bagas Sanjaya
2023-05-12 12:50 ` Bagas Sanjaya
2023-05-12 13:14 ` Andreas Färber
2023-05-12 13:14 ` Andreas Färber
2023-05-12 10:06 ` [PATCH v2 09/10] udf: Replace " Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 13:21 ` Richard Fontana
2023-05-12 13:21 ` Richard Fontana
2023-05-13 9:31 ` Bagas Sanjaya
2023-05-13 9:31 ` Bagas Sanjaya
2023-05-13 9:48 ` Pali Rohár
2023-05-13 9:48 ` Pali Rohár
2023-05-13 9:59 ` Greg Kroah-Hartman
2023-05-13 9:59 ` Greg Kroah-Hartman
2023-05-12 10:06 ` [PATCH v2 10/10] include: synclink: Replace GPL " Bagas Sanjaya
2023-05-12 10:06 ` Bagas Sanjaya
2023-05-12 11:23 ` [PATCH v2 00/10] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) Greg Kroah-Hartman
2023-05-12 11:23 ` Greg Kroah-Hartman
2023-05-13 9:25 ` Bagas Sanjaya
2023-05-13 9:25 ` 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=20230512100620.36807-2-bagasdotme@gmail.com \
--to=bagasdotme@gmail.com \
--cc=afaerber@suse.de \
--cc=airlied@redhat.com \
--cc=andy@greyhouse.net \
--cc=christophe.jaillet@wanadoo.fr \
--cc=daniel@zonque.org \
--cc=davem@davemloft.net \
--cc=didi.debian@cknow.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=edumazet@google.com \
--cc=gregkh@linuxfoundation.org \
--cc=haojian.zhuang@gmail.com \
--cc=isdn@linux-pingi.de \
--cc=j.vosburgh@gmail.com \
--cc=jack@suse.com \
--cc=kstewart@linuxfoundation.org \
--cc=kuba@kernel.org \
--cc=linux-actions@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spdx@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
--cc=linux@roeck-us.net \
--cc=mani@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pombredanne@nexb.com \
--cc=robert.jarzmik@free.fr \
--cc=sammy@sammy.net \
--cc=simon.horman@corigine.com \
--cc=tglx@linutronix.de \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.