diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:14:40 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:23 +0200 |
commit | ec6a1d6d4d05f956f47b889161178f6a4abf90cc (patch) | |
tree | 94c2a4a41876727cd165cc30d2947e1b920d9cc2 /modules/luci-mod-rpc | |
parent | 56aea9794b3fc364e66e2b23208b35e2617b2a8e (diff) |
luci-mod-rpc: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-rpc')
-rw-r--r-- | modules/luci-mod-rpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |