diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-06-20 16:40:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 16:40:48 +0300 |
commit | cb557f61c37d57e53323aae00b604d4969eeca19 (patch) | |
tree | 48fc15f268d9e217ee49027d30046323a9618b5e /modules | |
parent | c1c06226b9607b9031bad171827090d42b5b69aa (diff) | |
parent | 0d518f5e8d9e86f298fd17ef3cd3c70cfbe767d7 (diff) |
Merge pull request #1194 from TDT-GmbH/add-license-tags
Add license tags
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/Makefile | 1 | ||||
-rw-r--r-- | modules/luci-mod-admin-full/Makefile | 1 | ||||
-rw-r--r-- | modules/luci-mod-rpc/Makefile | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 753ff259f..cc57ce8ee 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -17,6 +17,7 @@ LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua + PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet PKG_MD5SUM:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea +PKG_LICENSE:=Apache-2.0 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1 diff --git a/modules/luci-mod-admin-full/Makefile b/modules/luci-mod-admin-full/Makefile index 5fed2797e..36ddf13f1 100644 --- a/modules/luci-mod-admin-full/Makefile +++ b/modules/luci-mod-admin-full/Makefile @@ -10,6 +10,7 @@ LUCI_TITLE:=LuCI Administration - full-featured for full control LUCI_DEPENDS:=+luci-base PKG_BUILD_DEPENDS:=iwinfo +PKG_LICENSE:=Apache-2.0 include ../../luci.mk diff --git a/modules/luci-mod-rpc/Makefile b/modules/luci-mod-rpc/Makefile index e64c86c62..bc1f6d275 100644 --- a/modules/luci-mod-rpc/Makefile +++ b/modules/luci-mod-rpc/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI RPC - JSON-RPC API LUCI_DEPENDS:=+luci-lib-json +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |