From 42be6e3257fa6fd510df66eefa1902eee41d1629 Mon Sep 17 00:00:00 2001 From: Quirin Hofstaetter Date: Fri, 13 Jan 2017 14:01:42 +0100 Subject: luci-app-commands: add license tag Signed-off-by: Quirin Hofstaetter --- applications/luci-app-commands/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications') 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 -- cgit v1.2.3 From 015348d8e1fc8083359e526903479610bd47dccf Mon Sep 17 00:00:00 2001 From: Quirin Hofstaetter Date: Fri, 13 Jan 2017 14:03:08 +0100 Subject: luci-app-firewall: add license tag Signed-off-by: Quirin Hofstaetter --- applications/luci-app-firewall/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications') 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 -- cgit v1.2.3 From b2ee84ce60d64adc7566cfa31518c397dce07ef4 Mon Sep 17 00:00:00 2001 From: Quirin Hofstaetter Date: Fri, 13 Jan 2017 14:03:59 +0100 Subject: luci-app-qos: add license tag Signed-off-by: Quirin Hofstaetter --- applications/luci-app-qos/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications') 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 -- cgit v1.2.3