From d834289641eb5d607f1e26b22d8f9db89a50e24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Tue, 4 Jul 2023 11:52:43 +0200 Subject: [PATCH] luci-app-lldpd: Add license information to Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All of Tano Systems source code for the app is licensed under the MIT License. This has now been indicated accordingly in the Makefile. Signed-off-by: Marek Küthe --- applications/luci-app-lldpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-lldpd/Makefile b/applications/luci-app-lldpd/Makefile index a0a730ce07b3..bedf58153e67 100644 --- a/applications/luci-app-lldpd/Makefile +++ b/applications/luci-app-lldpd/Makefile @@ -8,6 +8,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for LLDP daemon LUCI_DEPENDS:=+lldpd +PKG_LICENSE:=MIT + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature