summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parent5e4b4417c2444331146378333103bc4abd047186 (diff)
fix spdx (#4327)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/node.d/fronius.chart.spec.js2
-rw-r--r--tests/node.d/fronius.parse.spec.js2
-rw-r--r--tests/node.d/fronius.process.spec.js2
-rw-r--r--tests/node.d/fronius.validation.spec.js2
-rw-r--r--tests/profile/Makefile2
-rw-r--r--tests/profile/benchmark-dictionary.c2
-rw-r--r--tests/profile/benchmark-line-parsing.c2
-rw-r--r--tests/profile/benchmark-procfile-parser.c2
-rwxr-xr-xtests/profile/benchmark-registry.c2
-rw-r--r--tests/profile/benchmark-strcmp.c2
-rw-r--r--tests/profile/statsd-stress.c2
-rw-r--r--tests/profile/test-eval.c2
-rwxr-xr-xtests/stress.sh2
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8ff8d18c66..3a0246d08f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
diff --git a/tests/node.d/fronius.chart.spec.js b/tests/node.d/fronius.chart.spec.js
index 63d322aefe..92e88d2eeb 100644
--- a/tests/node.d/fronius.chart.spec.js
+++ b/tests/node.d/fronius.chart.spec.js
@@ -1,5 +1,5 @@
"use strict";
-// SPDX-License-Identifier: GPL-3.0+
+// SPDX-License-Identifier: GPL-3.0-or-later
var netdata = require("../../node.d/node_modules/netdata");
// remember: subject will be a singleton!
diff --git a/tests/node.d/fronius.parse.spec.js b/tests/node.d/fronius.parse.spec.js
index 69397668a5..e6f308fe3c 100644
--- a/tests/node.d/fronius.parse.spec.js
+++ b/tests/node.d/fronius.parse.spec.js
@@ -1,5 +1,5 @@
"use strict";
-// SPDX-License-Identifier: GPL-3.0+
+// SPDX-License-Identifier: GPL-3.0-or-later
var netdata = require("../../node.d/node_modules/netdata");
// remember: subject will be a singleton!
diff --git a/tests/node.d/fronius.process.spec.js b/tests/node.d/fronius.process.spec.js
index f7aad41f78..141fa8a6aa 100644
--- a/tests/node.d/fronius.process.spec.js
+++ b/tests/node.d/fronius.process.spec.js
@@ -1,5 +1,5 @@
"use strict";
-// SPDX-License-Identifier: GPL-3.0+
+// SPDX-License-Identifier: GPL-3.0-or-later
var netdata = require("../../node.d/node_modules/netdata");
// remember: subject will be a singleton!
diff --git a/tests/node.d/fronius.validation.spec.js b/tests/node.d/fronius.validation.spec.js
index bc98939158..b7938d52f0 100644
--- a/tests/node.d/fronius.validation.spec.js
+++ b/tests/node.d/fronius.validation.spec.js
@@ -1,5 +1,5 @@
"use strict";
-// SPDX-License-Identifier: GPL-3.0+
+// SPDX-License-Identifier: GPL-3.0-or-later
var netdata = require("../../node.d/node_modules/netdata");
// remember: subject will be a singleton!
diff --git a/tests/profile/Makefile b/tests/profile/Makefile
index 16c6e43bc2..040219e6fd 100644
--- a/tests/profile/Makefile
+++ b/tests/profile/Makefile
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
COMMON_CFLAGS=-I ../../src/ -I ../../
PROFILE_CFLAGS=-O1 -ggdb -Wall -Wextra
diff --git a/tests/profile/benchmark-dictionary.c b/tests/profile/benchmark-dictionary.c
index ac115442a9..18f26737ad 100644
--- a/tests/profile/benchmark-dictionary.c
+++ b/tests/profile/benchmark-dictionary.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
/*
* 1. build netdata (as normally)
* 2. cd tests/profile/
diff --git a/tests/profile/benchmark-line-parsing.c b/tests/profile/benchmark-line-parsing.c
index d1cc0fde28..992c8fd801 100644
--- a/tests/profile/benchmark-line-parsing.c
+++ b/tests/profile/benchmark-line-parsing.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
diff --git a/tests/profile/benchmark-procfile-parser.c b/tests/profile/benchmark-procfile-parser.c
index 2ec23265dd..4d68f6a44e 100644
--- a/tests/profile/benchmark-procfile-parser.c
+++ b/tests/profile/benchmark-procfile-parser.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
#include "config.h"
#include "common.h"
#include "clocks.h"
diff --git a/tests/profile/benchmark-registry.c b/tests/profile/benchmark-registry.c
index efab5850f0..cfed6d7c8d 100755
--- a/tests/profile/benchmark-registry.c
+++ b/tests/profile/benchmark-registry.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
/*
* compile with
diff --git a/tests/profile/benchmark-strcmp.c b/tests/profile/benchmark-strcmp.c
index d1cc0fde28..992c8fd801 100644
--- a/tests/profile/benchmark-strcmp.c
+++ b/tests/profile/benchmark-strcmp.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
diff --git a/tests/profile/statsd-stress.c b/tests/profile/statsd-stress.c
index 977a92d39a..435d58d5c0 100644
--- a/tests/profile/statsd-stress.c
+++ b/tests/profile/statsd-stress.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
#include <stdlib.h>
#include <arpa/inet.h>
#include <netinet/in.h>
diff --git a/tests/profile/test-eval.c b/tests/profile/test-eval.c
index 680acc7250..d777c5d221 100644
--- a/tests/profile/test-eval.c
+++ b/tests/profile/test-eval.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0+ */
+/* SPDX-License-Identifier: GPL-3.0-or-later */
/*
* 1. build netdata (as normally)
diff --git a/tests/stress.sh b/tests/stress.sh
index b9af86b07a..9c9393d3b7 100755
--- a/tests/stress.sh
+++ b/tests/stress.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# set the host to connect to
if [ ! -z "$1" ]