summaryrefslogtreecommitdiffstats
path: root/plugins.d
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-30 01:36:42 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-30 02:36:42 +0300
commitd536ba6a438b04166bd4c5337c9658e5d4c83ecb (patch)
treeeef8dc42a9938b835a3d7fe642c6d9b5c870a20c /plugins.d
parent5e4b4417c2444331146378333103bc4abd047186 (diff)
fix spdx (#4327)
Diffstat (limited to 'plugins.d')
-rw-r--r--plugins.d/Makefile.am2
-rwxr-xr-xplugins.d/alarm-email.sh2
-rwxr-xr-xplugins.d/alarm-notify.sh.in2
-rwxr-xr-xplugins.d/alarm-test.sh2
-rwxr-xr-xplugins.d/cgroup-name.sh.in2
-rwxr-xr-xplugins.d/cgroup-network-helper.sh2
-rwxr-xr-xplugins.d/charts.d.dryrun-helper.sh2
-rwxr-xr-xplugins.d/charts.d.plugin.in2
-rwxr-xr-xplugins.d/fping.plugin.in2
-rw-r--r--plugins.d/loopsleepms.sh.inc2
-rwxr-xr-xplugins.d/node.d.plugin.in2
-rwxr-xr-xplugins.d/python.d.plugin.in2
-rwxr-xr-xplugins.d/tc-qos-helper.sh.in2
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins.d/Makefile.am b/plugins.d/Makefile.am
index 904a3fdef8..6acec72752 100644
--- a/plugins.d/Makefile.am
+++ b/plugins.d/Makefile.am
@@ -1,6 +1,6 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
CLEANFILES = \
diff --git a/plugins.d/alarm-email.sh b/plugins.d/alarm-email.sh
index 78791c0af6..69c4c3f8df 100755
--- a/plugins.d/alarm-email.sh
+++ b/plugins.d/alarm-email.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# OBSOLETE - REPLACED WITH
# alarm-notify.sh
diff --git a/plugins.d/alarm-notify.sh.in b/plugins.d/alarm-notify.sh.in
index dc481ad0a7..4aef3a521a 100755
--- a/plugins.d/alarm-notify.sh.in
+++ b/plugins.d/alarm-notify.sh.in
@@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to send alarm notifications for netdata
#
diff --git a/plugins.d/alarm-test.sh b/plugins.d/alarm-test.sh
index bb73860146..828aa756bb 100755
--- a/plugins.d/alarm-test.sh
+++ b/plugins.d/alarm-test.sh
@@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to test alarm notifications for netdata
diff --git a/plugins.d/cgroup-name.sh.in b/plugins.d/cgroup-name.sh.in
index 28b4c0893e..53696a4bf9 100755
--- a/plugins.d/cgroup-name.sh.in
+++ b/plugins.d/cgroup-name.sh.in
@@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to find a better name for cgroups
#
diff --git a/plugins.d/cgroup-network-helper.sh b/plugins.d/cgroup-network-helper.sh
index a0969b2c8b..666f02fc88 100755
--- a/plugins.d/cgroup-network-helper.sh
+++ b/plugins.d/cgroup-network-helper.sh
@@ -5,7 +5,7 @@
# detect container and virtual machine interfaces
#
# (C) 2017 Costa Tsaousis
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# This script is called as root (by cgroup-network), with either a pid, or a cgroup path.
# It tries to find all the network interfaces that belong to the same cgroup.
diff --git a/plugins.d/charts.d.dryrun-helper.sh b/plugins.d/charts.d.dryrun-helper.sh
index 62c1a80403..67496c1bdf 100755
--- a/plugins.d/charts.d.dryrun-helper.sh
+++ b/plugins.d/charts.d.dryrun-helper.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# shellcheck disable=SC2181
diff --git a/plugins.d/charts.d.plugin.in b/plugins.d/charts.d.plugin.in
index 482cea0bc7..3477894d89 100755
--- a/plugins.d/charts.d.plugin.in
+++ b/plugins.d/charts.d.plugin.in
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
diff --git a/plugins.d/fping.plugin.in b/plugins.d/fping.plugin.in
index 0535206e74..2c03e418e1 100755
--- a/plugins.d/fping.plugin.in
+++ b/plugins.d/fping.plugin.in
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
diff --git a/plugins.d/loopsleepms.sh.inc b/plugins.d/loopsleepms.sh.inc
index 7a611ea5b1..bdc032b99d 100644
--- a/plugins.d/loopsleepms.sh.inc
+++ b/plugins.d/loopsleepms.sh.inc
@@ -1,5 +1,5 @@
# no need for shebang - this file is included from other scripts
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
LOOPSLEEP_DATE="$(which date 2>/dev/null || command -v date 2>/dev/null)"
if [ -z "$LOOPSLEEP_DATE" ]
diff --git a/plugins.d/node.d.plugin.in b/plugins.d/node.d.plugin.in
index f22b7d8c95..05c126e900 100755
--- a/plugins.d/node.d.plugin.in
+++ b/plugins.d/node.d.plugin.in
@@ -11,7 +11,7 @@
// netdata
// real-time performance and health monitoring, done right!
// (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
-// SPDX-License-Identifier: GPL-3.0+
+// SPDX-License-Identifier: GPL-3.0-or-later
// --------------------------------------------------------------------------------------------------------------------
diff --git a/plugins.d/python.d.plugin.in b/plugins.d/python.d.plugin.in
index f3fc9bfebf..04cbddd921 100755
--- a/plugins.d/python.d.plugin.in
+++ b/plugins.d/python.d.plugin.in
@@ -6,7 +6,7 @@ echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
import gc
import os
diff --git a/plugins.d/tc-qos-helper.sh.in b/plugins.d/tc-qos-helper.sh.in
index 27c853e62d..6f6b0a591a 100755
--- a/plugins.d/tc-qos-helper.sh.in
+++ b/plugins.d/tc-qos-helper.sh.in
@@ -3,7 +3,7 @@
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# This script is a helper to allow netdata collect tc data.
# tc output parsing has been implemented in C, inside netdata