From 92daa2fc3f9b9bca3607936d007c3059ebece977 Mon Sep 17 00:00:00 2001 From: Mark Atwood Date: Wed, 17 Jun 2026 10:57:39 -0700 Subject: [PATCH 1/2] fix: update license identifiers and copyright years to GPL-3.0+ --- CMakeLists.txt | 2 +- IDE/XilinxSDK/bench.sh | 2 +- IDE/XilinxSDK/combine.sh | 2 +- IDE/XilinxSDK/graph.sh | 2 +- scripts/bench/bench_functions.sh | 2 +- wrapper/Ada/alire.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 772da1456d..db60a09b8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # CMakeLists.txt # -# Copyright (C) 2006-2024 wolfSSL Inc. +# Copyright (C) 2006-2026 wolfSSL Inc. # # This file is part of wolfSSL. (formerly known as CyaSSL) # diff --git a/IDE/XilinxSDK/bench.sh b/IDE/XilinxSDK/bench.sh index 850acc63fb..2825564d37 100755 --- a/IDE/XilinxSDK/bench.sh +++ b/IDE/XilinxSDK/bench.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later # # Parametrisation to this script is as follows: # * The first argument will be taken as suffix to the result folder diff --git a/IDE/XilinxSDK/combine.sh b/IDE/XilinxSDK/combine.sh index 4cf2d26db3..3734cb19da 100755 --- a/IDE/XilinxSDK/combine.sh +++ b/IDE/XilinxSDK/combine.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later # # Parametrisation to this script is as follows: # * none yet diff --git a/IDE/XilinxSDK/graph.sh b/IDE/XilinxSDK/graph.sh index d903bdcac6..73ee2f93d4 100755 --- a/IDE/XilinxSDK/graph.sh +++ b/IDE/XilinxSDK/graph.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck disable=SC2043 # noise. fine for a loop to run only once. # -# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later # # Parametrisation to this script is as follows: # * none yet diff --git a/scripts/bench/bench_functions.sh b/scripts/bench/bench_functions.sh index 36b971cef8..fb2b56c1b2 100755 --- a/scripts/bench/bench_functions.sh +++ b/scripts/bench/bench_functions.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later # # Parametrisation to this script is as follows: # * `my_path` MUST be set diff --git a/wrapper/Ada/alire.toml b/wrapper/Ada/alire.toml index 4ddd4ac462..35ffd9d27c 100644 --- a/wrapper/Ada/alire.toml +++ b/wrapper/Ada/alire.toml @@ -5,7 +5,7 @@ version = "5.8.0" authors = ["WolfSSL Team "] maintainers = ["Fernando Oleo Blanco ", "Manuel Gomez "] maintainers-logins = ["Irvise", "mgrojo"] -licenses = "GPL-2.0-only" +licenses = "GPL-3.0-or-later" website = "https://www.wolfssl.com/" project-files = ["wolfssl.gpr"] tags = ["ssl", "tls", "embedded", "spark"] From 70e0c5c5c9242c9e7f80ab90e9f8649284fe7cee Mon Sep 17 00:00:00 2001 From: Mark Atwood Date: Wed, 17 Jun 2026 11:10:58 -0700 Subject: [PATCH 2/2] fix: use SPDX license identifier in RPM spec --- rpm/spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/spec.in b/rpm/spec.in index 283f428ec5..e080c24596 100644 --- a/rpm/spec.in +++ b/rpm/spec.in @@ -2,7 +2,7 @@ Summary: Embedded SSL Library Name: @PACKAGE@ Version: @VERSION@ Release: 1 -License: GPLv3 +License: GPL-3.0-or-later Group: System Environment/Libraries BuildRequires: gcc BuildRequires: glibc