diff options
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 b107975..16a4d53 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-3 +# SPDX-License-Identifier: GPL-2+ import contextlib import functools diff --git a/tests/test_simple.py b/tests/test_simple.py index 114b922..5c9d2d3 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-3 +# SPDX-License-Identifier: GPL-2+ import asyncio import errno |