diff options
Diffstat (limited to 'examples/chroottar.py')
-rwxr-xr-x | examples/chroottar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chroottar.py b/examples/chroottar.py index cf0f87e..095712a 100755 --- a/examples/chroottar.py +++ b/examples/chroottar.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+ """Extract a given tarball into a temporary location and chroot into it inside a user and mount namespace. |