summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-31 15:33:12 -0400
committerAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-05-31 15:33:12 -0400
commite8915e26537615282003d6baf094d59712c9b4f1 (patch)
tree2c46b9218f824fd94a803f255ccac3ebcdf959df /profile
parent1feb09ad461addb81478e5351845b0491cf2dab6 (diff)
Add SPDX-License-Identifier headers to most files.
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
Diffstat (limited to 'profile')
-rw-r--r--profile/Makefile1
-rw-r--r--profile/benchmark-dictionary.c2
-rw-r--r--profile/benchmark-line-parsing.c1
-rw-r--r--profile/benchmark-procfile-parser.c1
-rwxr-xr-xprofile/benchmark-registry.c1
-rw-r--r--profile/benchmark-strcmp.c1
-rw-r--r--profile/statsd-stress.c1
-rw-r--r--profile/test-eval.c1
8 files changed, 8 insertions, 1 deletions
diff --git a/profile/Makefile b/profile/Makefile
index 0011d9fd4f..d0eda1a322 100644
--- a/profile/Makefile
+++ b/profile/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-3.0+
COMMON_CFLAGS=-I ../src/ -I ../
PROFILE_CFLAGS=-O1 -ggdb -Wall -Wextra
diff --git a/profile/benchmark-dictionary.c b/profile/benchmark-dictionary.c
index 8ec3ae0318..d920243036 100644
--- a/profile/benchmark-dictionary.c
+++ b/profile/benchmark-dictionary.c
@@ -1,4 +1,4 @@
-
+/* SPDX-License-Identifier: GPL-3.0+ */
/*
* 1. build netdata (as normally)
* 2. cd profile/
diff --git a/profile/benchmark-line-parsing.c b/profile/benchmark-line-parsing.c
index 75b3c7066f..d1cc0fde28 100644
--- a/profile/benchmark-line-parsing.c
+++ b/profile/benchmark-line-parsing.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0+ */
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
diff --git a/profile/benchmark-procfile-parser.c b/profile/benchmark-procfile-parser.c
index b2c6d6cd27..2ec23265dd 100644
--- a/profile/benchmark-procfile-parser.c
+++ b/profile/benchmark-procfile-parser.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0+ */
#include "config.h"
#include "common.h"
#include "clocks.h"
diff --git a/profile/benchmark-registry.c b/profile/benchmark-registry.c
index fd771a7a78..efab5850f0 100755
--- a/profile/benchmark-registry.c
+++ b/profile/benchmark-registry.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0+ */
/*
* compile with
diff --git a/profile/benchmark-strcmp.c b/profile/benchmark-strcmp.c
index 75b3c7066f..d1cc0fde28 100644
--- a/profile/benchmark-strcmp.c
+++ b/profile/benchmark-strcmp.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0+ */
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
diff --git a/profile/statsd-stress.c b/profile/statsd-stress.c
index 05a7f5de3c..977a92d39a 100644
--- a/profile/statsd-stress.c
+++ b/profile/statsd-stress.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0+ */
#include <stdlib.h>
#include <arpa/inet.h>
#include <netinet/in.h>
diff --git a/profile/test-eval.c b/profile/test-eval.c
index 7602690f82..680acc7250 100644
--- a/profile/test-eval.c
+++ b/profile/test-eval.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0+ */
/*
* 1. build netdata (as normally)