Browse Source

Add SPDX license tags for Dockerfiles.

Use of CC0 is based on discussion with the original author of the files.
Austin S. Hemmelgarn 6 years ago
parent
commit
a9d6ff1ac0
3 changed files with 3 additions and 0 deletions
  1. 1 0
      Dockerfile
  2. 1 0
      Dockerfile.aarch64
  3. 1 0
      Dockerfile.armv7hf

+ 1 - 0
Dockerfile

@@ -1,5 +1,6 @@
 # author  : titpetric
 # original: https://github.com/titpetric/netdata
+# SPDX-License-Identifier: CC0-1.0
 
 FROM debian:stretch
 

+ 1 - 0
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
 

+ 1 - 0
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