summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dcwapd
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2024-03-24 16:10:22 +0200
committerPaul Donald <newtwen+github@gmail.com>2024-05-28 01:55:14 +0200
commitd174bb8917873a6556faf15141f5219f24df2ef8 (patch)
tree34a77103c3a2674a08f52354afeefd4fe6ddac3b /applications/luci-app-dcwapd
parentfbbfdb4afc95a59df1034f1fda525e94855e1633 (diff)
treewide: add missing license information
The license is derived from sources or from a copyright of the Makefile. Otherwise, a global Apache-2.0 is used. Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-dcwapd')
-rw-r--r--applications/luci-app-dcwapd/Makefile5
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