diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:36:33 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:36:33 +0100 |
commit | 504d934150a8eb123166b2d80bab0535d1c21cf3 (patch) | |
tree | 18f7a2906202ee8b02aca161fca6d148b5b88900 | |
parent | 9cdb26b8307c30825f0c4ada75d9e2cd250715a8 (diff) |
luci-theme-material: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | themes/luci-theme-material/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/luci-theme-material/Makefile b/themes/luci-theme-material/Makefile index 67bc45463b..8e2ca6f790 100644 --- a/themes/luci-theme-material/Makefile +++ b/themes/luci-theme-material/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Material Theme LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 + define Package/luci-theme-material/postrm #!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { |