fix: use SPDX GPL-3.0-or-later license identifiers in metadata

This commit is contained in:
Mark Atwood
2026-08-07 13:34:41 -07:00
parent 91df42ec02
commit ec0ec04531
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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)
#
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -5,7 +5,7 @@ version = "5.9.2"
authors = ["WolfSSL Team <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>", "Manuel Gomez <mgrojo@gmail.com>"]
maintainers-logins = ["Irvise", "mgrojo"]
licenses = "GPL-3.0-only"
licenses = "GPL-3.0-or-later"
website = "https://www.wolfssl.com/"
project-files = ["wolfssl.gpr"]
tags = ["ssl", "tls", "embedded", "spark"]