openwisp-monitoring: cleanup Makefile
authorNick Hainke <vincent@systemli.org>
Sun, 3 Jul 2022 09:21:11 +0000 (11:21 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 22 Sep 2022 08:30:59 +0000 (01:30 -0700)
The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.

Signed-off-by: Nick Hainke <vincent@systemli.org>
admin/openwisp-monitoring/Makefile

index fb8a0e8208c4b00da4511a16c00dc51c4178dba7..2d703339512321ee5cea5e65ea8ae6b0a0d3f4d8 100644 (file)
@@ -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