From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH iproute2 01/10] bridge: use SPDX
Date: Tue, 10 Jan 2023 19:17:03 -0800 [thread overview]
Message-ID: <20230111031712.19037-2-stephen@networkplumber.org> (raw)
In-Reply-To: <20230111031712.19037-1-stephen@networkplumber.org>
Replace GPL 2.0 or later boilerplate text.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
bridge/monitor.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/bridge/monitor.c b/bridge/monitor.c
index d82f45cc02d1..552614d79902 100644
--- a/bridge/monitor.c
+++ b/bridge/monitor.c
@@ -1,13 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* brmonitor.c "bridge monitor"
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- *
* Authors: Stephen Hemminger <shemminger@vyatta.com>
- *
*/
#include <stdio.h>
--
2.39.0
next prev parent reply other threads:[~2023-01-11 3:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-11 3:17 [PATCH iproute2 00/10] SPDX cleanups Stephen Hemminger
2023-01-11 3:17 ` Stephen Hemminger [this message]
2023-01-11 3:17 ` [PATCH iproute2 02/10] genl: use SPDX Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 03/10] lib: replace GPL boilerplate with SPDX Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 04/10] devlink: use SPDX Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 05/10] ip: " Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 06/10] testsuite: " Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 07/10] tipc: " Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 08/10] tc: replace GPL-BSD boilerplate in codel and fq Stephen Hemminger
2023-01-11 3:17 ` [PATCH iproute2 09/10] tc: use SPDX Stephen Hemminger
2023-01-13 10:34 ` Simon Horman
2023-01-13 17:32 ` Stephen Hemminger
2023-01-14 15:42 ` Simon Horman
2023-01-11 3:17 ` [PATCH iproute2 10/10] misc: " Stephen Hemminger
2023-01-13 10:36 ` [PATCH iproute2 00/10] SPDX cleanups Simon Horman
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=20230111031712.19037-2-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.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.