From 2c2705ac61f56406d643d0bdee649e893e352e66 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 6 Aug 2022 15:51:18 +0200 Subject: [PATCH] fix SPDX tag Signed-off-by: Felix Fietkau --- auth-data.c | 2 +- auth-data.h | 2 +- bpf.c | 2 +- bpf_skb_utils.h | 2 +- chacha20.h | 2 +- cli.c | 2 +- host.c | 2 +- host.h | 2 +- main.c | 2 +- mss-bpf.c | 2 +- network.c | 2 +- network.h | 2 +- pex.c | 2 +- pex.h | 2 +- rtnl.c | 2 +- service.c | 2 +- service.h | 2 +- ubus.c | 2 +- ubus.h | 2 +- unetd.h | 2 +- utils.c | 2 +- utils.h | 2 +- vxlan.c | 2 +- wg-linux.c | 2 +- wg-user.c | 2 +- wg.c | 2 +- wg.h | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/auth-data.c b/auth-data.c index c262c54..c5873db 100644 --- a/auth-data.c +++ b/auth-data.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2022 Felix Fietkau */ diff --git a/auth-data.h b/auth-data.h index 7a5e832..111db98 100644 --- a/auth-data.h +++ b/auth-data.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2022 Felix Fietkau */ diff --git a/bpf.c b/bpf.c index 955c1ca..96da983 100644 --- 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 */ diff --git a/bpf_skb_utils.h b/bpf_skb_utils.h index 643803d..e6d5f00 100644 --- a/bpf_skb_utils.h +++ b/bpf_skb_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 */ diff --git a/chacha20.h b/chacha20.h index 5519ef8..e47c32c 100644 --- a/chacha20.h +++ b/chacha20.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2022 Felix Fietkau */ diff --git a/cli.c b/cli.c index 19215ae..3715220 100644 --- 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 */ diff --git a/host.c b/host.c index cd952f5..ff3725c 100644 --- 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 */ diff --git a/host.h b/host.h index ea8e866..76c52de 100644 --- 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 */ diff --git a/main.c b/main.c index 6e1d765..f3b05d2 100644 --- 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 */ diff --git a/mss-bpf.c b/mss-bpf.c index 1aa893e..eae1ef2 100644 --- 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 */ diff --git a/network.c b/network.c index 3f598fa..165c22c 100644 --- 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 */ diff --git a/network.h b/network.h index 81fe892..8a824b9 100644 --- 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 */ diff --git a/pex.c b/pex.c index 5b27921..38d314d 100644 --- 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 */ diff --git a/pex.h b/pex.h index 8ecf938..aaf828f 100644 --- 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 */ diff --git a/rtnl.c b/rtnl.c index 4180575..faa7e0a 100644 --- 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 */ diff --git a/service.c b/service.c index a9c45a3..668eaf0 100644 --- 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 */ diff --git a/service.h b/service.h index 09041d8..09aea9b 100644 --- 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 */ diff --git a/ubus.c b/ubus.c index a17b2f7..d837416 100644 --- 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 */ diff --git a/ubus.h b/ubus.h index 90b9788..dfc0fa1 100644 --- 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 */ diff --git a/unetd.h b/unetd.h index d4a816b..84e8a06 100644 --- 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 */ diff --git a/utils.c b/utils.c index 0aa826c..083e452 100644 --- 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 */ diff --git a/utils.h b/utils.h index ce8943c..688f86c 100644 --- 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 */ diff --git a/vxlan.c b/vxlan.c index f042a48..6f7bc71 100644 --- 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 */ diff --git a/wg-linux.c b/wg-linux.c index 2f578c6..1dc0c9b 100644 --- a/wg-linux.c +++ b/wg-linux.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2022 Felix Fietkau * diff --git a/wg-user.c b/wg-user.c index cfe13d1..3a5004a 100644 --- 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 * diff --git a/wg.c b/wg.c index 5245536..9ac647f 100644 --- 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 */ diff --git a/wg.h b/wg.h index 06a9df5..2060eaf 100644 --- 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 */ -- 2.30.2