summaryrefslogtreecommitdiff
path: root/src/ukify
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-02-24 19:23:01 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2023-02-24 18:53:17 +0000
commiteb81a60c73f597ef123a2094ba738fec46fb1d96 (patch)
tree9b894498311e82e182b5a6c811970bd2335b4fe8 /src/ukify
parentaff131775b002ddac74b1c65d849dcd52a02c06d (diff)
downloadsystemd-eb81a60c73f597ef123a2094ba738fec46fb1d96.tar.gz
tree-wide: Use correct SPDX license identifier
Diffstat (limited to 'src/ukify')
-rwxr-xr-xsrc/ukify/test/test_ukify.py2
-rwxr-xr-xsrc/ukify/ukify.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ukify/test/test_ukify.py b/src/ukify/test/test_ukify.py
index 34701402e5..7e025b5ef4 100755
--- a/src/ukify/test/test_ukify.py
+++ b/src/ukify/test/test_ukify.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
# pylint: disable=missing-docstring,redefined-outer-name,invalid-name
# pylint: disable=unused-import,import-outside-toplevel,useless-else-on-loop
diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py
index fc84cd640b..d34d3acc27 100755
--- a/src/ukify/ukify.py
+++ b/src/ukify/ukify.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1-or-later
# pylint: disable=missing-docstring,invalid-name,import-outside-toplevel
# pylint: disable=consider-using-with,unspecified-encoding,line-too-long