From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux Networking <netdev@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: 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>,
Bagas Sanjaya <bagasdotme@gmail.com>,
Greg Ungerer <gerg@linux-m68k.org>,
Simon Horman <simon.horman@corigine.com>,
Tom Rix <trix@redhat.com>,
Yang Yingliang <yangyingliang@huawei.com>,
Thomas Davis <tadavis@lbl.gov>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH net 1/5] net: bonding: Add SPDX identifier to remaining files
Date: Mon, 15 May 2023 13:07:11 +0700 [thread overview]
Message-ID: <20230515060714.621952-2-bagasdotme@gmail.com> (raw)
In-Reply-To: <20230515060714.621952-1-bagasdotme@gmail.com>
Previous batches of SPDX conversion missed bond_main.c and bonding_priv.h
because these files doesn't mention intended GPL version. Add SPDX identifier
to these files, assuming GPL 1.0+.
Cc: Thomas Davis <tadavis@lbl.gov>
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
drivers/net/bonding/bond_main.c | 3 ++-
drivers/net/bonding/bonding_priv.h | 4 +---
include/net/bonding.h | 4 +---
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 3fed888629f7b5..73059bff425729 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -1,8 +1,9 @@
+// SPDX-License-Identifier: GPL-1.0+
/*
* originally based on the dummy device.
*
* Copyright 1999, Thomas Davis, tadavis@lbl.gov.
- * Licensed under the GPL. Based on dummy.c, and eql.c devices.
+ * Based on dummy.c, and eql.c devices.
*
* bonding.c: an Ethernet Bonding driver
*
diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h
index 48cdf3a49a7d74..fef6288c6944fb 100644
--- a/drivers/net/bonding/bonding_priv.h
+++ b/drivers/net/bonding/bonding_priv.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-1.0+ */
/*
* Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
*
@@ -7,9 +8,6 @@
* BUT, I'm the one who modified it for ethernet, so:
* (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
*
- * This software may be used and distributed according to the terms
- * of the GNU Public License, incorporated herein by reference.
- *
*/
#ifndef _BONDING_PRIV_H
diff --git a/include/net/bonding.h b/include/net/bonding.h
index 0efef2a952b79e..d46af0571758af 100644
--- a/include/net/bonding.h
+++ b/include/net/bonding.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-1.0+ */
/*
* Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
*
@@ -7,9 +8,6 @@
* BUT, I'm the one who modified it for ethernet, so:
* (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
*
- * This software may be used and distributed according to the terms
- * of the GNU Public License, incorporated herein by reference.
- *
*/
#ifndef _NET_BONDING_H
--
An old man doll... just what I always wanted! - Clara
next prev parent reply other threads:[~2023-05-15 6:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-15 6:07 [PATCH net 0/5] SPDX conversion for bonding, 8390, and i825xx drivers Bagas Sanjaya
2023-05-15 6:07 ` Bagas Sanjaya [this message]
2023-05-15 6:07 ` [PATCH net 2/5] net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifier Bagas Sanjaya
2023-05-15 6:07 ` [PATCH net 3/5] net: ethernet: 8390: Replace GPL 2.0 boilerplate with SPDX identifier Bagas Sanjaya
2023-05-15 6:07 ` [PATCH net 4/5] net: ethernet: i825xx: Replace unversioned GPL (GPL 1.0) notice " Bagas Sanjaya
2023-05-17 11:21 ` Geert Uytterhoeven
2023-05-19 10:57 ` Bagas Sanjaya
2023-05-15 6:07 ` [PATCH net 5/5] net: ethernet: i825xx: sun3_8256: Add SPDX license identifier Bagas Sanjaya
2023-05-16 14:00 ` [PATCH net 0/5] SPDX conversion for bonding, 8390, and i825xx drivers patchwork-bot+netdevbpf
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=20230515060714.621952-2-bagasdotme@gmail.com \
--to=bagasdotme@gmail.com \
--cc=andy@greyhouse.net \
--cc=christophe.jaillet@wanadoo.fr \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gerg@linux-m68k.org \
--cc=j.vosburgh@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sammy@sammy.net \
--cc=simon.horman@corigine.com \
--cc=stephen@networkplumber.org \
--cc=tadavis@lbl.gov \
--cc=trix@redhat.com \
--cc=yangyingliang@huawei.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox