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 /applications | |
parent | c1c06226b9607b9031bad171827090d42b5b69aa (diff) | |
parent | 0d518f5e8d9e86f298fd17ef3cd3c70cfbe767d7 (diff) |
Merge pull request #1194 from TDT-GmbH/add-license-tags
Add license tags
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-commands/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-firewall/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-qos/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-commands/Makefile b/applications/luci-app-commands/Makefile index dc5d0ca849..f41d6e2d42 100644 --- a/applications/luci-app-commands/Makefile +++ b/applications/luci-app-commands/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Shell Command Module LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-firewall/Makefile b/applications/luci-app-firewall/Makefile index 21804d7c2d..4fa85f2d5b 100644 --- a/applications/luci-app-firewall/Makefile +++ b/applications/luci-app-firewall/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Firewall and Portforwarding application LUCI_DEPENDS:=+firewall +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile index dd322a347a..fd12557453 100644 --- a/applications/luci-app-qos/Makefile +++ b/applications/luci-app-qos/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Quality of Service configuration module LUCI_DEPENDS:=+qos-scripts +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |