From: Josef Schlehofer Date: Sat, 22 Feb 2020 22:03:37 +0000 (+0100) Subject: mbedtls: use correct SPDX License Identifier and add License file X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8fe9daf77575d871eb5dfeb607d9626de9a5f8d6;p=openwrt%2Fstaging%2Fdedeckeh.git mbedtls: use correct SPDX License Identifier and add License file License "GPL-2.0+" is deprecated License Identifier according to SPDX License list [1]. The correct one is GPL-2.0-or-later. While at it, also add the License file. [1] https://spdx.org/licenses/ Signed-off-by: Josef Schlehofer --- diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index ad1da70268..7ceb0dc4af 100644 --- a/package/libs/mbedtls/Makefile +++ b/package/libs/mbedtls/Makefile @@ -17,7 +17,8 @@ PKG_SOURCE_URL:=https://tls.mbed.org/download/ PKG_HASH:=6ebdea6565c714f1315b9af6a802afb4b4e89976f7d5d2b15aa8028eb52e7d09 PKG_BUILD_PARALLEL:=1 -PKG_LICENSE:=GPL-2.0+ +PKG_LICENSE:=GPL-2.0-or-later +PKG_LICENSE_FILES:=gpl-2.0.txt PKG_CPE_ID:=cpe:/a:arm:mbed_tls PKG_CONFIG_DEPENDS:=CONFIG_LIBMBEDTLS_DEBUG_C