mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
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
This commit is contained in:
parent
37c5a599ad
commit
b67a40014b
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user