Merge pull request #10720 from MarkAtwood/fix/license-metadata-gplv3

fix: update license identifiers and copyright years to GPL-3.0+
pull/11147/head
JacobBarthelmeh 2026-08-11 10:55:30 -06:00 committed by GitHub
commit 8f4fcf5dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

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)
#

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

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

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

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

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

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