diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-13 12:41:38 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-21 21:44:53 +0100 |
commit | 0da116f25b1a80ac9429fd7d13ee30130494f19e (patch) | |
tree | f61f26001bab17dd3fb47c2c7fcd619ee6e92185 /package/system/ca-certificates | |
parent | 7a3deadf91a356b6b0ac25771854f8fa1c3e6980 (diff) |
ca-certificates: add missing license information
The package has no licence information. So let's fix it.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'package/system/ca-certificates')
-rw-r--r-- | package/system/ca-certificates/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |