diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:22:24 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:30 +0200 |
commit | 408f45aef3219d80033c914db647d12b8eb4cf9b (patch) | |
tree | 8643fdb2537f8f67982da8ec7d64a51e913cffaa /themes | |
parent | d40bb2e60e7969fb2edbe8ad93c7b372674af1de (diff) |
luci-theme-bootstrap: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-bootstrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/Makefile b/themes/luci-theme-bootstrap/Makefile index c4e684ed1..1bb205ee0 100644 --- a/themes/luci-theme-bootstrap/Makefile +++ b/themes/luci-theme-bootstrap/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Bootstrap Theme (default) LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |