summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-09 13:23:58 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-09 13:23:58 +0900
commitdb9ecf050165fd1033c6f81485917e229c4be537 (patch)
tree68a1e401823fc90fddae82e8858738b026ab8f89 /tools
parent21d8f2533db7c46b80f74bd147869eb4f10195a6 (diff)
downloadsystemd-db9ecf050165fd1033c6f81485917e229c4be537.tar.gz
license: LGPL-2.1+ -> LGPL-2.1-or-later
Diffstat (limited to 'tools')
-rwxr-xr-xtools/find-double-newline.sh2
-rwxr-xr-xtools/find-tabs.sh2
-rw-r--r--tools/gdb-sd_dump_hashmaps.py2
-rwxr-xr-xtools/generate-gperfs.py2
-rwxr-xr-xtools/make-autosuspend-rules.py2
-rwxr-xr-xtools/make-directive-index.py2
-rwxr-xr-xtools/make-man-index.py2
-rwxr-xr-xtools/oss-fuzz.sh2
-rwxr-xr-xtools/update-dbus-docs.py2
-rwxr-xr-xtools/update-man-rules.py2
-rwxr-xr-xtools/xml_helper.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/tools/find-double-newline.sh b/tools/find-double-newline.sh
index 51204eb7c9..7ea6de8311 100755
--- a/tools/find-double-newline.sh
+++ b/tools/find-double-newline.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
TOP=`git rev-parse --show-toplevel`
diff --git a/tools/find-tabs.sh b/tools/find-tabs.sh
index 95249f9c9c..54d922975c 100755
--- a/tools/find-tabs.sh
+++ b/tools/find-tabs.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
TOP=`git rev-parse --show-toplevel`
diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py
index 66018a54fd..d2388b7171 100644
--- a/tools/gdb-sd_dump_hashmaps.py
+++ b/tools/gdb-sd_dump_hashmaps.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
import gdb
diff --git a/tools/generate-gperfs.py b/tools/generate-gperfs.py
index 5392df0ebb..d240b2c383 100755
--- a/tools/generate-gperfs.py
+++ b/tools/generate-gperfs.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
"""
Generate %-from-name.gperf from %-list.txt
diff --git a/tools/make-autosuspend-rules.py b/tools/make-autosuspend-rules.py
index a20edc0f34..633b7711d1 100755
--- a/tools/make-autosuspend-rules.py
+++ b/tools/make-autosuspend-rules.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
# Generate autosuspend rules for devices that have been tested to work properly
# with autosuspend by the Chromium OS team. Based on
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index b04281490d..bbdc5572f5 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
import sys
import collections
diff --git a/tools/make-man-index.py b/tools/make-man-index.py
index 37c708d81d..bae36fbabf 100755
--- a/tools/make-man-index.py
+++ b/tools/make-man-index.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
import collections
import sys
diff --git a/tools/oss-fuzz.sh b/tools/oss-fuzz.sh
index 5b8690b687..491246b32b 100755
--- a/tools/oss-fuzz.sh
+++ b/tools/oss-fuzz.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
set -ex
diff --git a/tools/update-dbus-docs.py b/tools/update-dbus-docs.py
index 14ae30f33c..cb8eda9cc5 100755
--- a/tools/update-dbus-docs.py
+++ b/tools/update-dbus-docs.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
import argparse
import collections
diff --git a/tools/update-man-rules.py b/tools/update-man-rules.py
index f5db691f3e..9e1660c123 100755
--- a/tools/update-man-rules.py
+++ b/tools/update-man-rules.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
from __future__ import print_function
import collections
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index f399e7493c..0361358bec 100755
--- a/tools/xml_helper.py
+++ b/tools/xml_helper.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
from lxml import etree as tree