diff options
Diffstat (limited to 'linuxnamespaces/tarutils.py')
-rw-r--r-- | linuxnamespaces/tarutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxnamespaces/tarutils.py b/linuxnamespaces/tarutils.py index 5ad60cd..9569939 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-3 +# SPDX-License-Identifier: GPL-2+ """Extensions to the tarfile module. * ZstdTarFile extends TarFile to deal with zstd-compressed archives. |