diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:07:36 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:12 +0200 |
commit | eba0900802a083faf3c7de2e5ebe2d0b9e282d7f (patch) | |
tree | 77d579290fc6862039019292ba0e729b7cefabd3 /libs | |
parent | ef6729a6bcfc5fdd5d91a7087b7f600b58972964 (diff) |
luci-lib-json: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/luci-lib-json/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/luci-lib-json/Makefile b/libs/luci-lib-json/Makefile index 069886d5c3..ededc1f650 100644 --- a/libs/luci-lib-json/Makefile +++ b/libs/luci-lib-json/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI JSON library LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |