From 589c9f674d4d4ce78dbd8956cb3cbdc6151c54d6 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 19 Mar 2024 13:48:02 +0100 Subject: [PATCH] luci-lib-httpclient: add missing license information Signed-off-by: Florian Eckert --- libs/luci-lib-httpclient/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/luci-lib-httpclient/Makefile b/libs/luci-lib-httpclient/Makefile index 9c28c35d81..77a9bb1010 100644 --- a/libs/luci-lib-httpclient/Makefile +++ b/libs/luci-lib-httpclient/Makefile @@ -11,4 +11,6 @@ LUCI_DEPENDS:=+luci-lib-base +luci-lib-nixio +luci-lib-httpprotoutils include ../../luci.mk +PKG_LICENSE:=Apache-2.0 + # call BuildPackage - OpenWrt buildroot signature -- 2.30.2