summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/keydata.py2
-rw-r--r--tests/test_compression.py2
-rw-r--r--tests/test_find_top_level.py2
-rw-r--r--tests/test_hash.py2
-rw-r--r--tests/test_manifest.py2
-rw-r--r--tests/test_openpgp.py2
-rw-r--r--tests/test_profile.py2
-rw-r--r--tests/test_recursiveloader.py2
-rw-r--r--tests/test_util.py2
-rw-r--r--tests/test_verify.py2
-rw-r--r--tests/testutil.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/keydata.py b/tests/keydata.py
index 70762dc..379306b 100644
--- a/tests/keydata.py
+++ b/tests/keydata.py
@@ -1,6 +1,6 @@
# gemato: OpenPGP key data for tests
# (c) 2017-2023 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import base64
diff --git a/tests/test_compression.py b/tests/test_compression.py
index 43e218e..3e5a6d6 100644
--- a/tests/test_compression.py
+++ b/tests/test_compression.py
@@ -1,6 +1,6 @@
# gemato: compressed file tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import base64
import io
diff --git a/tests/test_find_top_level.py b/tests/test_find_top_level.py
index aefa72d..5ac0a5f 100644
--- a/tests/test_find_top_level.py
+++ b/tests/test_find_top_level.py
@@ -1,6 +1,6 @@
# gemato: Top-level Manifest finding tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import gzip
import os
diff --git a/tests/test_hash.py b/tests/test_hash.py
index 1741b20..2a8d0eb 100644
--- a/tests/test_hash.py
+++ b/tests/test_hash.py
@@ -1,6 +1,6 @@
# gemato: hash support tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import io
diff --git a/tests/test_manifest.py b/tests/test_manifest.py
index 81414d4..4305b54 100644
--- a/tests/test_manifest.py
+++ b/tests/test_manifest.py
@@ -1,6 +1,6 @@
# gemato: Manifest file support tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import datetime
import io
diff --git a/tests/test_openpgp.py b/tests/test_openpgp.py
index 51b6445..357cad4 100644
--- a/tests/test_openpgp.py
+++ b/tests/test_openpgp.py
@@ -1,6 +1,6 @@
# gemato: OpenPGP signature support tests
# (c) 2017-2023 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import base64
import contextlib
diff --git a/tests/test_profile.py b/tests/test_profile.py
index 1d4a7df..815de8e 100644
--- a/tests/test_profile.py
+++ b/tests/test_profile.py
@@ -1,6 +1,6 @@
# gemato: Profile behavior tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import itertools
import os
diff --git a/tests/test_recursiveloader.py b/tests/test_recursiveloader.py
index a0bbff8..3079b96 100644
--- a/tests/test_recursiveloader.py
+++ b/tests/test_recursiveloader.py
@@ -1,6 +1,6 @@
# gemato: Recursive loader tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import base64
import contextlib
diff --git a/tests/test_util.py b/tests/test_util.py
index 7a0974f..da1df67 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -1,6 +1,6 @@
# gemato: Utility function tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import pytest
diff --git a/tests/test_verify.py b/tests/test_verify.py
index 32e30c8..b9078ba 100644
--- a/tests/test_verify.py
+++ b/tests/test_verify.py
@@ -1,6 +1,6 @@
# gemato: Verification tests
# (c) 2017-2022 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import contextlib
import errno
diff --git a/tests/testutil.py b/tests/testutil.py
index 2af60f7..d85cf3f 100644
--- a/tests/testutil.py
+++ b/tests/testutil.py
@@ -1,6 +1,6 @@
# gemato: Test utility functions
# (c) 2017-2023 Michał Górny
-# Licensed under the terms of 2-clause BSD license
+# SPDX-License-Identifier: GPL-2.0-or-later
import errno
import functools