From 5a1118d38032f902b1259928f83636b86742e49e Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 26 Jul 2025 09:00:55 +0200 Subject: relicense as GPL-2+ The earlier GPL-3 only is implied in the new grant. --- linuxnamespaces/systemd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxnamespaces/systemd/__init__.py') 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 -# SPDX-License-Identifier: GPL-3 +# SPDX-License-Identifier: GPL-2+ """Communicate with a systemd instance to create e.g. delegated croups.""" -- cgit v1.2.3