aboutsummaryrefslogtreecommitdiff
path: root/admin/openwisp-monitoring
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-07-03 11:21:11 +0200
committerRosen Penev <rosenp@gmail.com>2022-09-22 01:30:59 -0700
commit327d857e4a2db4f54943cc1bf16f45590ff017dd (patch)
tree3ff9762912ed0e0ff5417f6723b08806d7b4389d /admin/openwisp-monitoring
parent5bc5270af0d61a6354b84e145d1f9b7ae0fb5105 (diff)
openwisp-monitoring: cleanup Makefile
The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'admin/openwisp-monitoring')
-rw-r--r--admin/openwisp-monitoring/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/openwisp-monitoring/Makefile b/admin/openwisp-monitoring/Makefile
index fb8a0e820..2d7033395 100644
--- a/admin/openwisp-monitoring/Makefile
+++ b/admin/openwisp-monitoring/Makefile
@@ -1,14 +1,14 @@
-# openwisp.org
+# SPDX-Identifier-License: GPL-3.0-only
#
-# This is free software, licensed under the GNU General Public License v3.
-# See /LICENSE for more information.
+# openwisp.org
+
include $(TOPDIR)/rules.mk
PKG_NAME:=openwisp-monitoring
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Federico Capoano <support@openwisp.io>
-PKG_LICENSE:=GPL3.0-or-later
+PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE_URL:=https://github.com/openwisp/openwrt-openwisp-monitoring.git