diff options
Diffstat (limited to 'applications/luci-app-dcwapd')
-rw-r--r-- | applications/luci-app-dcwapd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-app-dcwapd/Makefile b/applications/luci-app-dcwapd/Makefile index 5c3ddef3c1..0669b0304b 100644 --- a/applications/luci-app-dcwapd/Makefile +++ b/applications/luci-app-dcwapd/Makefile @@ -1,15 +1,14 @@ # # Copyright (C) 2019 EWSI # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# This is free software, licensed under the Apache License, Version 2.0 . include $(TOPDIR)/rules.mk LUCI_TITLE:=Dual Channel Wi-Fi AP Daemon configuration module LUCI_DEPENDS:=+luci-base +luci-compat +dcwapd +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Carey Sonsino <csonsino@gmail.com> include ../../luci.mk |