diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:37:14 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:37:14 +0100 |
commit | 0f5fd2e70adda2f23eca7cd649181048e213187e (patch) | |
tree | e194415b36d301153e03dbc14113346f6afd98a0 /themes/luci-theme-openwrt | |
parent | 504d934150a8eb123166b2d80bab0535d1c21cf3 (diff) |
luci-theme-openwrt: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-openwrt')
-rw-r--r-- | themes/luci-theme-openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt/Makefile b/themes/luci-theme-openwrt/Makefile index 4d707b90e1..f61ce4a98e 100644 --- a/themes/luci-theme-openwrt/Makefile +++ b/themes/luci-theme-openwrt/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI OpenWrt.org theme LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 + define Package/luci-theme-openwrt/postrm #!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { |