From: Jan Janssen Date: Fri, 24 Feb 2023 18:23:01 +0000 (+0100) Subject: tree-wide: Use correct SPDX license identifier X-Git-Tag: v254-rc1~1157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb81a60c73f597ef123a2094ba738fec46fb1d96;p=thirdparty%2Fsystemd.git tree-wide: Use correct SPDX license identifier --- diff --git a/src/core/bpf/meson.build b/src/core/bpf/meson.build index 28e703664f2..ea9539bc476 100644 --- a/src/core/bpf/meson.build +++ b/src/core/bpf/meson.build @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.1+ +# SPDX-License-Identifier: LGPL-2.1-or-later if conf.get('BPF_FRAMEWORK') != 1 subdir_done() diff --git a/src/ukify/test/test_ukify.py b/src/ukify/test/test_ukify.py index 34701402e56..7e025b5ef4f 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 fc84cd640b4..d34d3acc273 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