From: Florian Eckert Date: Tue, 19 Mar 2024 12:17:27 +0000 (+0100) Subject: luci-proto-wireguard: add missing license information X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=20197f4911af83204149191adc7fd59d14ded094;p=project%2Fluci.git luci-proto-wireguard: add missing license information Signed-off-by: Florian Eckert --- diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 12137fb19b..a39e9a78d8 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -11,6 +11,7 @@ LUCI_DEPENDS:=+wireguard-tools +ucode LUCI_PKGARCH:=all PKG_PROVIDES:=luci-app-wireguard +PKG_LICENSE:=Apache-2.0 include ../../luci.mk