From b67a40014b67e1670bec23d8a0a04e133abd093c Mon Sep 17 00:00:00 2001 From: Renaud Date: Sun, 12 Dec 2021 18:10:08 +0100 Subject: [PATCH] OpenSSL: license is now Apache-2.0 (#3078) * openssl: fix license As of v3.0.0 OpenSSL is published under the Apache License 2.0 see https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final/ * openssl-mingw: fix license As of v3.0.0 OpenSSL is using Apache License 2.0 --- bucket/openssl-mingw.json | 2 +- bucket/openssl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json index eb125b754e..ba6a03cdf7 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -2,7 +2,7 @@ "version": "3.0.0", "description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.", "homepage": "https://curl.haxx.se/windows/", - "license": "OpenSSL", + "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://curl.haxx.se/windows/dl-7.80.0/openssl-3.0.0-win64-mingw.tar.xz", diff --git a/bucket/openssl.json b/bucket/openssl.json index 5c7994b7d1..e5f6634f98 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -3,7 +3,7 @@ "description": "TLS/SSL toolkit", "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "license": { - "identifier": "OpenSSL|Freeware", + "identifier": "Apache-2.0", "url": "https://www.openssl.org/source/license-openssl-ssleay.txt" }, "architecture": {