summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/luci-lib-base/Makefile2
-rw-r--r--libs/luci-lib-httpclient/Makefile2
-rw-r--r--libs/luci-lib-httpprotoutils/Makefile2
-rw-r--r--libs/luci-lib-ipkg/Makefile2
-rw-r--r--libs/luci-lib-iptparser/Makefile2
-rw-r--r--libs/luci-lib-jsonc/Makefile2
6 files changed, 12 insertions, 0 deletions
diff --git a/libs/luci-lib-base/Makefile b/libs/luci-lib-base/Makefile
index 35b1836ecd..c2acdfe50b 100644
--- a/libs/luci-lib-base/Makefile
+++ b/libs/luci-lib-base/Makefile
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=basic libraries for luci
LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +luci-lib-jsonc +liblucihttp-lua
+PKG_LICENSE:=Apache-2.0
+
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
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
diff --git a/libs/luci-lib-httpprotoutils/Makefile b/libs/luci-lib-httpprotoutils/Makefile
index 95f45d2002..fea4f5b373 100644
--- a/libs/luci-lib-httpprotoutils/Makefile
+++ b/libs/luci-lib-httpprotoutils/Makefile
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=HTTP protocol utility functions
LUCI_DEPENDS:=+luci-lib-base
+PKG_LICENSE:=Apache-2.0
+
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-ipkg/Makefile b/libs/luci-lib-ipkg/Makefile
index 52fcf6fe82..aaed839bea 100644
--- a/libs/luci-lib-ipkg/Makefile
+++ b/libs/luci-lib-ipkg/Makefile
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Legacy opkg interface class
LUCI_DEPENDS:=+luci-base
+PKG_LICENSE:=Apache-2.0
+
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-iptparser/Makefile b/libs/luci-lib-iptparser/Makefile
index 06748adbfc..c5e45faede 100644
--- a/libs/luci-lib-iptparser/Makefile
+++ b/libs/luci-lib-iptparser/Makefile
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Iptables listing parser class
LUCI_DEPENDS:=+luci-base
+PKG_LICENSE:=Apache-2.0
+
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-jsonc/Makefile b/libs/luci-lib-jsonc/Makefile
index 6a63dab5ef..1714c2bee3 100644
--- a/libs/luci-lib-jsonc/Makefile
+++ b/libs/luci-lib-jsonc/Makefile
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Lua binding for JSON-C
LUCI_DEPENDS:=+liblua +libjson-c
+PKG_LICENSE:=Apache-2.0
+
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature