diff options
Diffstat (limited to 'applications/luci-app-mwan3/Makefile')
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 98c0293e05..17c087237b 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -1,14 +1,13 @@ # # Copyright (C) 2017 Dan Luedtke <mail@danrl.com> # -# This is free software, licensed under the Apache License, Version 2.0 . -# +# This is free software, licensed under the GNU General Public License v2. include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager LUCI_DEPENDS:=+luci-base +mwan3 -PKG_LICENSE:=GPLv2 +PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de> |