Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
#
Expand Down
2 changes: 1 addition & 1 deletion IDE/XilinxSDK/bench.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion IDE/XilinxSDK/combine.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion IDE/XilinxSDK/graph.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/bench/bench_functions.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wrapper/Ada/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "5.8.0"
authors = ["WolfSSL Team <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>", "Manuel Gomez <mgrojo@gmail.com>"]
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"]
Expand Down
Loading