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/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 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"]