mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-12 21:01:26 +02:00
fix: use SPDX GPL-3.0-or-later license identifiers in metadata
This commit is contained in:
+1
-1
@@ -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,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,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,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
@@ -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,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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user