[openwrt/openwrt] ca-certificates: add missing license information
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 21 13:48:07 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0da116f25b1a80ac9429fd7d13ee30130494f19e
commit 0da116f25b1a80ac9429fd7d13ee30130494f19e
Author: Florian Eckert <fe at dev.tdt.de>
AuthorDate: Wed Mar 13 12:41:38 2024 +0100
ca-certificates: add missing license information
The package has no licence information. So let's fix it.
Signed-off-by: Florian Eckert <fe at dev.tdt.de>
---
package/system/ca-certificates/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile
index 06418cebfa..254d7b5178 100644
--- a/package/system/ca-certificates/Makefile
+++ b/package/system/ca-certificates/Makefile
@@ -11,6 +11,9 @@ PKG_VERSION:=20240203
PKG_RELEASE:=1
PKG_MAINTAINER:=
+PKG_LICENSE:=GPL-2.0-or-later MPL-2.0
+PKG_LICENSE_FILES:=debian/copyright
+
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@DEBIAN/pool/main/c/ca-certificates
PKG_HASH:=3286d3fc42c4d11b7086711a85f865b44065ce05cf1fb5376b2abed07622a9c6
More information about the lede-commits
mailing list