fix SPDX tag
authorFelix Fietkau <nbd@nbd.name>
Sat, 6 Aug 2022 13:51:18 +0000 (15:51 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 23 Aug 2022 11:48:18 +0000 (13:48 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
27 files changed:
auth-data.c
auth-data.h
bpf.c
bpf_skb_utils.h
chacha20.h
cli.c
host.c
host.h
main.c
mss-bpf.c
network.c
network.h
pex.c
pex.h
rtnl.c
service.c
service.h
ubus.c
ubus.h
unetd.h
utils.c
utils.h
vxlan.c
wg-linux.c
wg-user.c
wg.c
wg.h

index c262c5432c8ac7752723f7320321ea59635c2c3e..c5873dba4f82ba75bebc97ac1569a1c5a06b508f 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 7a5e832cb2181fa96afec4b473343e69e0f0b613..111db987e30c3a6a536ca1014ad0c005227ad7d0 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/bpf.c b/bpf.c
index 955c1ca847d6541ef742e9a38fa65c0a570079ad..96da98313aba0e9d973a3d9a6526908c8ff11a78 100644 (file)
--- a/bpf.c
+++ b/bpf.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 643803dd3fc8b384881c42c245b9e0751d2b3016..e6d5f00c724a08f1ea5540ff459e2e8e79ed31a1 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 5519ef8d738b24334d99f01917b9c7fe324937ce..e47c32c2a7f1228e44e7b97cee7bd2aa3e84bfea 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/cli.c b/cli.c
index 19215ae68ff2933502486af6dcd9e33de8565f04..371522097c42ccb4747e025506814ace4ca406e3 100644 (file)
--- a/cli.c
+++ b/cli.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/host.c b/host.c
index cd952f54468ec34cc0335786b51e04903066e0ab..ff3725c519dab54be1ca4296a8368647a71c315a 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/host.h b/host.h
index ea8e866058111ed1bae88cf4005c5c58b160b273..76c52de8db6ead245967276578b45c1988261cd8 100644 (file)
--- a/host.h
+++ b/host.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/main.c b/main.c
index 6e1d76582d4d6c9aea84f69e0aa9938de426fc57..f3b05d22d288aae2f1f240ac4db4bef6e6652c1e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 1aa893ee251ee1a75e3a2d053f0cf927afc5397d..eae1ef27c741debd004641d616ccd2446886a812 100644 (file)
--- a/mss-bpf.c
+++ b/mss-bpf.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2021 Felix Fietkau <nbd@nbd.name>
  */
index 3f598faf3f03e3eb0b6e71b177386bdd537b1d00..165c22ca5e61efd9debd8b50834e28f80de78134 100644 (file)
--- a/network.c
+++ b/network.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 81fe892a1ee49cac5260fc963d28a1d80e81634d..8a824b9547a3b1a70d5adf75e1d1a9f467b7269c 100644 (file)
--- a/network.h
+++ b/network.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/pex.c b/pex.c
index 5b27921c94954320877938bcdcaded80e9833bb3..38d314d0d188827f06d3f776c6b772806af1a494 100644 (file)
--- a/pex.c
+++ b/pex.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/pex.h b/pex.h
index 8ecf93873275a30dc8cb4049c74a2169e2c3bda0..aaf828f3caf35ebf9d6af0bae107c5790e8e117c 100644 (file)
--- a/pex.h
+++ b/pex.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/rtnl.c b/rtnl.c
index 41805756c9c618977b149fe19142f645334d285b..faa7e0a2595149e95f27b07fa8db995127b4ac3b 100644 (file)
--- a/rtnl.c
+++ b/rtnl.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index a9c45a3a6fe0c272f5464286b4be7d59ba280d36..668eaf06bd40ab4002ad1445ee80749f2e7b6d60 100644 (file)
--- a/service.c
+++ b/service.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 09041d837e6aa4184ba6c77489ad4cd21e2bf8b0..09aea9bbbff0705259e26ea7714d9f3a3c66abf9 100644 (file)
--- a/service.h
+++ b/service.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/ubus.c b/ubus.c
index a17b2f7a5ecfb9dc417cb0ad096fb9e06a0d251e..d83741631c9156cf1c6194a96d5a83655ee7c351 100644 (file)
--- a/ubus.c
+++ b/ubus.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/ubus.h b/ubus.h
index 90b9788f16ef7534fd46f107dd4754f394f8959d..dfc0fa1b87aa79f96c0166199d77f1a517680be7 100644 (file)
--- a/ubus.h
+++ b/ubus.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/unetd.h b/unetd.h
index d4a816b8f5a2cdded1e107f813ebef2131ea5530..84e8a06f68d8162d80463b0409fc53130bf0a84a 100644 (file)
--- a/unetd.h
+++ b/unetd.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/utils.c b/utils.c
index 0aa826c9709c69e8278976af9f73cc68636df5e6..083e4527b01eb11abaa43c1cb661667ec33f576c 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/utils.h b/utils.h
index ce8943c49088b4d96d04e514eab23345f3d3bb65..688f86c8370ecd914974ef8335a4de01ee84ed91 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/vxlan.c b/vxlan.c
index f042a487baebd3c13cce41e742878cbaa68b603d..6f7bc712ecbfa4dec1460492640c075b268a058f 100644 (file)
--- a/vxlan.c
+++ b/vxlan.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
index 2f578c6cd04a947485f89e433ea72d226e390a9f..1dc0c9bb408ab5e586a9e0cc06ad7251011feb91 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  *
index cfe13d1b78472860dd19710818299cd2bda9255c..3a5004ac7d0c289cb36d1756fa1b2e3630f331c8 100644 (file)
--- a/wg-user.c
+++ b/wg-user.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  *
diff --git a/wg.c b/wg.c
index 5245536eeed1538323e7e4935fb3f565f6d85bcc..9ac647f21a6f7b8f7a5db8c624e7b837aafb470b 100644 (file)
--- a/wg.c
+++ b/wg.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
diff --git a/wg.h b/wg.h
index 06a9df57b4b4ca5c9dfed2d738d914ce68fa607a..2060eaf2259cf9fe6fd6fee1be44d8959b00cde1 100644 (file)
--- a/wg.h
+++ b/wg.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */