summaryrefslogtreecommitdiffstats
path: root/diagrams
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-06-04 07:52:07 -0400
committerAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-06-04 07:52:07 -0400
commitc58b105228f24b7786b26e97c52145eca1f527d5 (patch)
treec5abaf381b5a59e44398d0d878a5d6904eaa2db6 /diagrams
parent7f3e447b9808f0f3df5d89c0f95b7aa21eefb50c (diff)
Add SPDX tags to a few files that were missed earlier.
Diffstat (limited to 'diagrams')
-rw-r--r--diagrams/Makefile.am1
-rwxr-xr-xdiagrams/build.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/diagrams/Makefile.am b/diagrams/Makefile.am
index 420bd5246c..7a5eead69e 100644
--- a/diagrams/Makefile.am
+++ b/diagrams/Makefile.am
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
diff --git a/diagrams/build.sh b/diagrams/build.sh
index 53f0ea7ab6..6992b7689b 100755
--- a/diagrams/build.sh
+++ b/diagrams/build.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
path=$(dirname "$0")
cd "${path}" || exit 1