luci-base: fix license 6987/head
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 13 Mar 2024 13:12:21 +0000 (14:12 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 15 Mar 2024 14:52:19 +0000 (15:52 +0100)
During the update of luasrcdiet with commit b5d5e5bf13e572af7f1589a01bfd338691d5f063
the license was incorrectly changed from 'Apache-2.0' to 'MIT'.

As the name implies, this is the basic package that must be installed on the
target for the LuCI to work at all. So changing the license from 'Apache-2.0'
to 'MIT' should not have happend, because this information belongs to the
package 'luci-base' and to the 'luasrcdiet'.

Therefore, with commit b0d8fff3e40568af633032aacb0624da16f4266c the
'luasrcdiet' was moved to its own package. However, it was forgotten to adapt
the licence to 'Apache-2.0' again.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-base/Makefile

index 3b3a0a4e5b9fe2651f41422e118b402316105e14..6913568948aefbadb53c39571944d9fe1a02159f 100644 (file)
@@ -27,7 +27,7 @@ LUCI_DEPENDS:=\
        +ucode-mod-html \
        +liblucihttp-ucode
 
-PKG_LICENSE:=MIT
+PKG_LICENSE:=Apache-2.0
 
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)