summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-lorawan-basicstation
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-lorawan-basicstation
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-lorawan-basicstation')
-rw-r--r--applications/luci-app-lorawan-basicstation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-lorawan-basicstation/Makefile b/applications/luci-app-lorawan-basicstation/Makefile
index 5875eb17f8..9ced8e198f 100644
--- a/applications/luci-app-lorawan-basicstation/Makefile
+++ b/applications/luci-app-lorawan-basicstation/Makefile
@@ -11,7 +11,7 @@ LUCI_TITLE:=LuCI Support for LoRaWAN basicstation
LUCI_DEPENDS:=+luci-base +basicstation
PKG_MAINTAINER:=Marcus Schref <mschref@tdt.de>
-PKG_LICENSE:=APACHE-2.0
+PKG_LICENSE:=Apache-2.0
include ../../luci.mk