summaryrefslogtreecommitdiff
path: root/examples/chrootfuse.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-07-26 09:00:55 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-07-26 09:00:55 +0200
commit5a1118d38032f902b1259928f83636b86742e49e (patch)
tree7a47bcb21870d9b8dce31c94b5120c18d12aef35 /examples/chrootfuse.py
parentdfe59b8fb43de011367912733516fef7f9e288bd (diff)
downloadpython-linuxnamespaces-5a1118d38032f902b1259928f83636b86742e49e.tar.gz
relicense as GPL-2+HEADmain
The earlier GPL-3 only is implied in the new grant.
Diffstat (limited to 'examples/chrootfuse.py')
-rwxr-xr-xexamples/chrootfuse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chrootfuse.py b/examples/chrootfuse.py
index d8ca965..0eeb5ce 100755
--- a/examples/chrootfuse.py
+++ b/examples/chrootfuse.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# Copyright 2024 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-3
+# SPDX-License-Identifier: GPL-2+
"""Mount a given filesystem image inside a user and mount namespace using
an unprivileged fuse driver and chroot into the mounted filesystem. Supported