aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-12-11 23:06:22 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-12-11 23:17:17 +0000
commitbb52e25269ff405340401eba45c73db5c213c2be (patch)
tree663ce69af6706e7d2b5809ce340ca553bd01e152 /security
parent013d6d30fbd03af209a417c78e21359b15c8301d (diff)
downloadports-bb52e25269ff405340401eba45c73db5c213c2be.tar.gz
ports-bb52e25269ff405340401eba45c73db5c213c2be.zip
security/mbedtls: fix LICENSE (dual with GPLv2+)
"Unless specifically indicated otherwise in a file, Mbed TLS files are provided under the Apache License 2.0, or the GNU General Public License v2.0 or later (SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later)." Approved by: portmgr@ (blanket metadata change approval) (cherry picked from commit cd08d6c7ed39147df7ed9beef9536c9c5151ac01)
Diffstat (limited to 'security')
-rw-r--r--security/mbedtls/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index b3db9e786cce..dad0c2475864 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -6,8 +6,10 @@ CATEGORIES= security devel
MAINTAINER= tijl@FreeBSD.org
COMMENT= SSL/TLS and cryptography library
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/apache-2.0.txt
+LICENSE= APACHE20 GPLv2+
+LICENSE_COMB= dual
+LICENSE_FILE_APACHE20= ${WRKSRC}/apache-2.0.txt
+LICENSE_FILE_GPLv2= ${WRKSRC}/gpl-2.0.txt
USE_GITHUB= yes
GH_ACCOUNT= ARMmbed