]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tipc: use SPDX
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 11 Jan 2023 03:05:18 +0000 (19:05 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 14 Jan 2023 17:00:34 +0000 (09:00 -0800)
Replace boilerplate GPL text with SPDX

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
21 files changed:
tipc/bearer.c
tipc/bearer.h
tipc/cmdl.c
tipc/cmdl.h
tipc/link.c
tipc/link.h
tipc/media.c
tipc/media.h
tipc/misc.c
tipc/misc.h
tipc/msg.c
tipc/msg.h
tipc/nametable.c
tipc/nametable.h
tipc/node.c
tipc/node.h
tipc/peer.c
tipc/peer.h
tipc/socket.c
tipc/socket.h
tipc/tipc.c

index 968293bc9160bac27e1fc559d46d27836bbbb1c1..bb434f5f74bc1550e4790870cc72d985cc90d9ec 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * bearer.c    TIPC bearer functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index c0d099630b274b55214e0eccc1c7a3e0b7ce45f0..a93446592b26ec266d2fdb5c977a56196ed2bb91 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * bearer.h    TIPC bearer functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index feaac2da175ff3ee26777d5312486d90a33f7bc2..152ddb517ebbd3afb3e2d821bc73e80915c96e0a 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * cmdl.c      Framework for handling command line options.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index dcade362e692951f14d9b84de7bdb97612c4777a..18fe51bf24a7dc6bbf7b735e665fb7e696231ef9 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * cmdl.h      Framework for handling command line options.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 53f49c8937db9f0b03383283e7e41c353b3d6588..f91c300016f21f801a13e5f6eb0f33ac8f4191d1 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * link.c      TIPC link functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 6dc95e5b69b9fb0254036756253a992825d49d03..a0d4603580c5a82178ebd90671b752638018798d 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * link.c      TIPC link functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index a3fec681cbf4bbc28245f2b8a84e9139728c9d31..5ff0c8c489f1ac8a394c6b13be9417d4dbdb9acc 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * media.c     TIPC link functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 8584af74b72e93e564b14c25e102dcaf72d8e468..f1b4b54055a29789965f711b2951f1e02ccd7e4d 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * media.h     TIPC link functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 6175bf07d07c651f29f712307f5e5ebbb7a8bc39..32d4a5e0b1d193c7212cfc7e13b31298518eae1f 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * misc.c      Miscellaneous TIPC helper functions.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 59309f68f201f2a0c2f2dc6f2758168c4ff62335..d00d7c9caa2b5ab00990cf6c170cf4661a1efbf6 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * misc.h      Miscellaneous TIPC helper functions.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 1225691c9a81cdfb4017a6d1a85a92ca1604350b..731b0fa76784b5a1e4f7886ae8d36a79df7df39e 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * msg.c       Messaging (netlink) helper functions.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 56af5a705fb9199cd95511776853c1d9bce2eef0..118a26647559efff923d727a1638e81e30189c12 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * msg.h       Messaging (netlink) helper functions.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index b09ed5fc72801ad2e008f9071966fc6dc4030177..5162f7fcf479ed584dda70e8adc977205c94da8a 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * nametable.c TIPC nametable functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index e0473e18e75b6bd814917c0ea88ad1d5700d92e3..c4df8d9d209a09e304a71f14ec372cad83e6dbfc 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * nametable.h TIPC nametable functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index bf592a07463565d8391b183122e56b1c1c8335f1..e645d374cd82e99a01e827d54198a212dce96d1f 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * node.c      TIPC node functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index afee1fd060398a77ee4c0d4d60a67e18b3fb3c3f..4a986d078bfb40b21b5d4566adfd32aeef0b3b0f 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * node.h      TIPC node functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index ed18efc552faf85c7c776bb40ab13e8dedbbebba..5a583fb9185eee0550b98488b952b92b4d5340a5 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * peer.c      TIPC peer functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 89722616529e5d9f2b3613801daaf978f050453a..2bd0a2a37b15f8f3f43a3312b22ee4fe13b78219 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * peer.h      TIPC peer functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 597ffd91af5294154079b0175ed1a085bcc938de..4d376e075885f5944d4f56cbb3c8e5139c9c8007 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * socket.c    TIPC socket functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 9d1b64872f535697e128050d64060b8f18c67859..c4341bb213d646c94ea63f1aa5986c3f40c7a373 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * socket.h    TIPC socket functionality.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */
 
index 9f23a4bfd25d7e3d2492df50995a879544c242e6..56af052cbbcd58b411825bd32334bdeb3df31c19 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * tipc.       TIPC utility frontend.
  *
- *             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:    Richard Alpe <richard.alpe@ericsson.com>
  */