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 de1ee42..d1b8394 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-2+ +# SPDX-License-Identifier: LGPL-2.0-or-later """Unshare a UTS (and user and mount) namespace and change the hostname.""" |