diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:01:42 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:39:53 +0200 |
commit | 42be6e3257fa6fd510df66eefa1902eee41d1629 (patch) | |
tree | 02f8e570e726f7ea5da57c1c315ea9d326f4d5a3 /applications | |
parent | b6dd9924cf6a596e5e1539c7cd3cd03f049b8201 (diff) |
luci-app-commands: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-commands/Makefile | 2 |
1 files changed, 2 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 |