summaryrefslogtreecommitdiffstats
path: root/diagrams
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-30 01:36:42 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-30 02:36:42 +0300
commitd536ba6a438b04166bd4c5337c9658e5d4c83ecb (patch)
treeeef8dc42a9938b835a3d7fe642c6d9b5c870a20c /diagrams
parent5e4b4417c2444331146378333103bc4abd047186 (diff)
fix spdx (#4327)
Diffstat (limited to 'diagrams')
-rw-r--r--diagrams/Makefile.am2
-rwxr-xr-xdiagrams/build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/diagrams/Makefile.am b/diagrams/Makefile.am
index 7a5eead69e..04f99c8fdc 100644
--- a/diagrams/Makefile.am
+++ b/diagrams/Makefile.am
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
diff --git a/diagrams/build.sh b/diagrams/build.sh
index 6992b7689b..9b3963e58c 100755
--- a/diagrams/build.sh
+++ b/diagrams/build.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
path=$(dirname "$0")
cd "${path}" || exit 1