netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ipv4: Use SPDX-license-identifier and remove the License description
@ 2022-08-30  1:50 Li zeming
  2022-09-01  2:32 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Li zeming @ 2022-08-30  1:50 UTC (permalink / raw)
  To: davem, yoshfuji, dsahern, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Li zeming

Add the SPDX-license-identifier license agreement to more clearly
express the content of the license representative.

Signed-off-by: Li zeming <zeming@nfschina.com>
---
 net/ipv4/inetpeer.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c
index e9fed83e9b3c..141be6d94793 100644
--- a/net/ipv4/inetpeer.c
+++ b/net/ipv4/inetpeer.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *		INETPEER - A storage for permanent information about peers
  *
- *  This source is covered by the GNU GPL, the same as all kernel sources.
- *
  *  Authors:	Andrey V. Savochkin <saw@msu.ru>
  */
 
-- 
2.18.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-01  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30  1:50 [PATCH] net: ipv4: Use SPDX-license-identifier and remove the License description Li zeming
2022-09-01  2:32 ` Jakub Kicinski
2022-09-01  7:23   ` Li zeming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).