summaryrefslogtreecommitdiffstats
path: root/contrib
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 /contrib
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 'contrib')
-rw-r--r--contrib/Makefile.am1
-rwxr-xr-xcontrib/nc-backend.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index d9250179b4..431c413ede 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
diff --git a/contrib/nc-backend.sh b/contrib/nc-backend.sh
index aac5c20bba..eb8f82919f 100755
--- a/contrib/nc-backend.sh
+++ b/contrib/nc-backend.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
MODE="${1}"
MY_PORT="${2}"