summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-06-04 11:21:17 -0400
committerAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-06-04 11:21:17 -0400
commita9d6ff1ac0b8730b1e39e4077fd22b0c665f4f36 (patch)
tree68cc5048408b99b8d601511420cb3d8e6497dd10
parent770a1a083b92386d8ecdd1a0b0560cd82dcd5f52 (diff)
Add SPDX license tags for Dockerfiles.
Use of CC0 is based on discussion with the original author of the files.
-rw-r--r--Dockerfile1
-rw-r--r--Dockerfile.aarch641
-rw-r--r--Dockerfile.armv7hf1
3 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index cb1f75cb9e..9dbc9348c2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
# author : titpetric
# original: https://github.com/titpetric/netdata
+# SPDX-License-Identifier: CC0-1.0
FROM debian:stretch
diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64
index 5442698766..64e916892b 100644
--- a/Dockerfile.aarch64
+++ b/Dockerfile.aarch64
@@ -1,5 +1,6 @@
# author : titpetric
# original: https://github.com/titpetric/netdata
+# SPDX-License-Identifier: CC0-1.0
FROM resin/aarch64-debian:stretch
diff --git a/Dockerfile.armv7hf b/Dockerfile.armv7hf
index 278e454241..5a8b78b883 100644
--- a/Dockerfile.armv7hf
+++ b/Dockerfile.armv7hf
@@ -1,5 +1,6 @@
# author : titpetric
# original: https://github.com/titpetric/netdata
+# SPDX-License-Identifier: CC0-1.0
FROM resin/armv7hf-debian:stretch