diff options
Diffstat (limited to 'examples/chhostname.py')
-rwxr-xr-x | examples/chhostname.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chhostname.py b/examples/chhostname.py index bf174e6..de1ee42 100755 --- a/examples/chhostname.py +++ b/examples/chhostname.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+ """Unshare a UTS (and user and mount) namespace and change the hostname.""" |