summaryrefslogtreecommitdiff
path: root/linuxnamespaces
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
parent5a1118d38032f902b1259928f83636b86742e49e (diff)
downloadpython-linuxnamespaces-58a50ba141208d6b558c33bbda22c29aa515fbcf.tar.gz
further weaken license to LGPL2+
Also use a valid spdx identifier.
Diffstat (limited to 'linuxnamespaces')
-rw-r--r--linuxnamespaces/__init__.py2
-rw-r--r--linuxnamespaces/atlocation.py2
-rw-r--r--linuxnamespaces/filedescriptor.py2
-rw-r--r--linuxnamespaces/idmap.py2
-rw-r--r--linuxnamespaces/syscalls.py2
-rw-r--r--linuxnamespaces/systemd/__init__.py2
-rw-r--r--linuxnamespaces/systemd/dbussy.py2
-rw-r--r--linuxnamespaces/systemd/jeepney.py2
-rw-r--r--linuxnamespaces/tarutils.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/linuxnamespaces/__init__.py b/linuxnamespaces/__init__.py
index ccf3314..b9a3191 100644
--- a/linuxnamespaces/__init__.py
+++ b/linuxnamespaces/__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
"""Provide plumbing-layer functionality for working with Linux namespaces in
Python.
diff --git a/linuxnamespaces/atlocation.py b/linuxnamespaces/atlocation.py
index 1e719a1..8019c75 100644
--- a/linuxnamespaces/atlocation.py
+++ b/linuxnamespaces/atlocation.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
"""Describe a location in the filesystem by a combination of a file descriptor
and a file name each of which can be optional. Many Linux system calls are able
diff --git a/linuxnamespaces/filedescriptor.py b/linuxnamespaces/filedescriptor.py
index f159a83..64c6b05 100644
--- a/linuxnamespaces/filedescriptor.py
+++ b/linuxnamespaces/filedescriptor.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
"""A type tag for integers that represent file descriptors."""
diff --git a/linuxnamespaces/idmap.py b/linuxnamespaces/idmap.py
index 315198a..d9cf0eb 100644
--- a/linuxnamespaces/idmap.py
+++ b/linuxnamespaces/idmap.py
@@ -1,5 +1,5 @@
# Copyright 2024-2025 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-2+
+# SPDX-License-Identifier: LGPL-2.0-or-later
"""Provide functionalit related to mapping user and group ids in a user
namespace.
diff --git a/linuxnamespaces/syscalls.py b/linuxnamespaces/syscalls.py
index 86b21e3..667c557 100644
--- a/linuxnamespaces/syscalls.py
+++ b/linuxnamespaces/syscalls.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
"""Provide typed Python functions for a number of Linux system calls relevant
for Linux namespaces including the new mount API.
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."""
diff --git a/linuxnamespaces/tarutils.py b/linuxnamespaces/tarutils.py
index 9569939..105bbb3 100644
--- a/linuxnamespaces/tarutils.py
+++ b/linuxnamespaces/tarutils.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# Copyright 2024 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-2+
+# SPDX-License-Identifier: LGPL-2.0-or-later
"""Extensions to the tarfile module.
* ZstdTarFile extends TarFile to deal with zstd-compressed archives.