summaryrefslogtreecommitdiffstats
path: root/src/systemctl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 14:16:14 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-28 09:55:35 +0100
commit7a6eb60bd524a221f891c5c50a9be77d4f245a1a (patch)
tree74a1b4bb8c1bf558197c2a2e53a78492fb820bd6 /src/systemctl
parentkernel-install: add boilerplate on installed .install files (diff)
downloadsystemd-7a6eb60bd524a221f891c5c50a9be77d4f245a1a.tar.xz
systemd-7a6eb60bd524a221f891c5c50a9be77d4f245a1a.zip
license: LGPL-2.1+ -> LGPL-2.1-or-later
Follow-up for db9ecf050165fd1033c6f81485917e229c4be537 and faa73d4e0c8095fedd98ff29851b9634810ff97e.
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl-mount.c2
-rw-r--r--src/systemctl/systemctl-mount.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/systemctl/systemctl-mount.c b/src/systemctl/systemctl-mount.c
index 646f9b77df..04e626550d 100644
--- a/src/systemctl/systemctl-mount.c
+++ b/src/systemctl/systemctl-mount.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include "bus-error.h"
#include "bus-locator.h"
diff --git a/src/systemctl/systemctl-mount.h b/src/systemctl/systemctl-mount.h
index db0343f831..60d6875d82 100644
--- a/src/systemctl/systemctl-mount.h
+++ b/src/systemctl/systemctl-mount.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
int mount_bind(int argc, char *argv[], void *userdata);