diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-07-26 09:00:55 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-07-26 09:00:55 +0200 |
commit | 5a1118d38032f902b1259928f83636b86742e49e (patch) | |
tree | 7a47bcb21870d9b8dce31c94b5120c18d12aef35 /examples/netnsslirp.py | |
parent | dfe59b8fb43de011367912733516fef7f9e288bd (diff) | |
download | python-linuxnamespaces-5a1118d38032f902b1259928f83636b86742e49e.tar.gz |
The earlier GPL-3 only is implied in the new grant.
Diffstat (limited to 'examples/netnsslirp.py')
-rwxr-xr-x | examples/netnsslirp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/netnsslirp.py b/examples/netnsslirp.py index 7a1a27e..92f473b 100755 --- a/examples/netnsslirp.py +++ b/examples/netnsslirp.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+ """Construct a network namespace with a host0 interface backed by slirp4netns. """ |