[openwrt/openwrt] ca-certificates: add missing license information
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 10 14:08:39 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/9b12d414767880c302984c074d669021b6524046
commit 9b12d414767880c302984c074d669021b6524046
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>
(cherry picked from commit 0da116f25b1a80ac9429fd7d13ee30130494f19e)
Link: https://github.com/openwrt/openwrt/pull/15918
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.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 ec588cc65b..9aab6a0945 100644
--- a/package/system/ca-certificates/Makefile
+++ b/package/system/ca-certificates/Makefile
@@ -11,6 +11,9 @@ PKG_VERSION:=20230311
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:=83de934afa186e279d1ed08ea0d73f5cf43a6fbfb5f00874b6db3711c64576f3
More information about the lede-commits
mailing list