diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-08-12 15:48:52 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-08-12 15:48:52 +0200 |
commit | 58a50ba141208d6b558c33bbda22c29aa515fbcf (patch) | |
tree | 01d3f4d2fe548ed540994fb92a04da5eb6d9d842 /tests | |
parent | 5a1118d38032f902b1259928f83636b86742e49e (diff) | |
download | python-linuxnamespaces-58a50ba141208d6b558c33bbda22c29aa515fbcf.tar.gz |
further weaken license to LGPL2+
Also use a valid spdx identifier.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_atlocation.py | 2 | ||||
-rw-r--r-- | tests/test_simple.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_atlocation.py b/tests/test_atlocation.py index 16a4d53..1ed0d3a 100644 --- a/tests/test_atlocation.py +++ b/tests/test_atlocation.py @@ -1,5 +1,5 @@ # Copyright 2024 Helmut Grohne <helmut@subdivi.de> -# SPDX-License-Identifier: GPL-2+ +# SPDX-License-Identifier: LGPL-2.0-or-later import contextlib import functools diff --git a/tests/test_simple.py b/tests/test_simple.py index 5c9d2d3..b174763 100644 --- a/tests/test_simple.py +++ b/tests/test_simple.py @@ -1,5 +1,5 @@ # Copyright 2024 Helmut Grohne <helmut@subdivi.de> -# SPDX-License-Identifier: GPL-2+ +# SPDX-License-Identifier: LGPL-2.0-or-later import asyncio import errno |