diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-07-26 09:00:55 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-07-26 09:00:55 +0200 |
commit | 5a1118d38032f902b1259928f83636b86742e49e (patch) | |
tree | 7a47bcb21870d9b8dce31c94b5120c18d12aef35 /linuxnamespaces/systemd | |
parent | dfe59b8fb43de011367912733516fef7f9e288bd (diff) | |
download | python-linuxnamespaces-main.tar.gz |
The earlier GPL-3 only is implied in the new grant.
Diffstat (limited to 'linuxnamespaces/systemd')
-rw-r--r-- | linuxnamespaces/systemd/__init__.py | 2 | ||||
-rw-r--r-- | linuxnamespaces/systemd/dbussy.py | 2 | ||||
-rw-r--r-- | linuxnamespaces/systemd/jeepney.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/linuxnamespaces/systemd/__init__.py b/linuxnamespaces/systemd/__init__.py index 84cb135..ff09d00 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-3 +# SPDX-License-Identifier: GPL-2+ """Communicate with a systemd instance to create e.g. delegated croups.""" diff --git a/linuxnamespaces/systemd/dbussy.py b/linuxnamespaces/systemd/dbussy.py index 60b74fc..e38a119 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-3 +# SPDX-License-Identifier: GPL-2+ """Communicate with a systemd instance via dbus using dbussy.""" diff --git a/linuxnamespaces/systemd/jeepney.py b/linuxnamespaces/systemd/jeepney.py index ef276d3..16fbca1 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-3 +# SPDX-License-Identifier: GPL-2+ """Communicate with a systemd instance via dbus using jeepney.""" |