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