summaryrefslogtreecommitdiff
path: root/linuxnamespaces/systemd
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-08-12 15:48:52 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-08-12 15:48:52 +0200
commit58a50ba141208d6b558c33bbda22c29aa515fbcf (patch)
tree01d3f4d2fe548ed540994fb92a04da5eb6d9d842 /linuxnamespaces/systemd
parent5a1118d38032f902b1259928f83636b86742e49e (diff)
downloadpython-linuxnamespaces-58a50ba141208d6b558c33bbda22c29aa515fbcf.tar.gz
further weaken license to LGPL2+
Also use a valid spdx identifier.
Diffstat (limited to 'linuxnamespaces/systemd')
-rw-r--r--linuxnamespaces/systemd/__init__.py2
-rw-r--r--linuxnamespaces/systemd/dbussy.py2
-rw-r--r--linuxnamespaces/systemd/jeepney.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/linuxnamespaces/systemd/__init__.py b/linuxnamespaces/systemd/__init__.py
index ff09d00..77d005d 100644
--- a/linuxnamespaces/systemd/__init__.py
+++ b/linuxnamespaces/systemd/__init__.py
@@ -1,5 +1,5 @@
# Copyright 2024 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-2+
+# SPDX-License-Identifier: LGPL-2.0-or-later
"""Communicate with a systemd instance to create e.g. delegated croups."""
diff --git a/linuxnamespaces/systemd/dbussy.py b/linuxnamespaces/systemd/dbussy.py
index e38a119..bb093f7 100644
--- a/linuxnamespaces/systemd/dbussy.py
+++ b/linuxnamespaces/systemd/dbussy.py
@@ -1,5 +1,5 @@
# Copyright 2024 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-2+
+# SPDX-License-Identifier: LGPL-2.0-or-later
"""Communicate with a systemd instance via dbus using dbussy."""
diff --git a/linuxnamespaces/systemd/jeepney.py b/linuxnamespaces/systemd/jeepney.py
index 16fbca1..c9fa37a 100644
--- a/linuxnamespaces/systemd/jeepney.py
+++ b/linuxnamespaces/systemd/jeepney.py
@@ -1,5 +1,5 @@
# Copyright 2024 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-2+
+# SPDX-License-Identifier: LGPL-2.0-or-later
"""Communicate with a systemd instance via dbus using jeepney."""