luci-app-sqm: add missing PKG_LICENSE
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 15 Mar 2024 14:23:58 +0000 (15:23 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 15 Mar 2024 14:30:31 +0000 (15:30 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-sqm/Makefile

index cce746a2a81f9daff5ba4ec26e6fbaa570e426eb..f577778ba3804775ec17ee3b21d0550ed07705de 100644 (file)
@@ -3,11 +3,11 @@
 
 include $(TOPDIR)/rules.mk
 
-LUCI_TITLE:=LuCI Support for SQM Scripts
-LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package
-
 PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
+PKG_LICENSE:=Apache-2.0
 
+LUCI_TITLE:=LuCI Support for SQM Scripts
+LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package
 LUCI_DEPENDS:=+luci-base +sqm-scripts
 
 include ../../luci.mk