changeset 357:7f797d71bd5e

Add SPDX license tags to unittest scripts
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 02 Apr 2025 14:05:03 +0200
parents 893adaf534d6
children 2acf206a8fdf
files tests/_test_setup.py tests/test_crc32.py tests/test_crcmod.py tests/test_match.py tests/test_shasum.py tests/test_walk.py
diffstat 6 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/_test_setup.py	Wed Apr 02 13:27:43 2025 +0200
+++ b/tests/_test_setup.py	Wed Apr 02 14:05:03 2025 +0200
@@ -1,4 +1,8 @@
 # -*- coding: utf-8 -*-
+# :-
+# SPDX-FileCopyrightText: © 2022 Franz Glasner
+# SPDX-License-Identifier: BSD-3-Clause
+# :-
 r"""Unit tests
 
 """
--- a/tests/test_crc32.py	Wed Apr 02 13:27:43 2025 +0200
+++ b/tests/test_crc32.py	Wed Apr 02 14:05:03 2025 +0200
@@ -1,4 +1,8 @@
 # -*- coding: utf-8 -*-
+# :-
+# SPDX-FileCopyrightText: © 2025 Franz Glasner
+# SPDX-License-Identifier: BSD-3-Clause
+# :-
 r"""Unit tests for the vendored crcmod2 package.
 
 """
--- a/tests/test_crcmod.py	Wed Apr 02 13:27:43 2025 +0200
+++ b/tests/test_crcmod.py	Wed Apr 02 14:05:03 2025 +0200
@@ -1,4 +1,8 @@
 # -*- coding: utf-8 -*-
+# :-
+# SPDX-FileCopyrightText: © 2025 Franz Glasner
+# SPDX-License-Identifier: BSD-3-Clause
+# :-
 r"""Unit tests for the vendored crcmod2 package.
 
 """
--- a/tests/test_match.py	Wed Apr 02 13:27:43 2025 +0200
+++ b/tests/test_match.py	Wed Apr 02 14:05:03 2025 +0200
@@ -1,4 +1,8 @@
 # -*- coding: utf-8 -*-
+# :-
+# SPDX-FileCopyrightText: © 2025 Franz Glasner
+# SPDX-License-Identifier: BSD-3-Clause
+# :-
 r"""Unit tests for :mod:`cutils.util.glob`
 
 """
--- a/tests/test_shasum.py	Wed Apr 02 13:27:43 2025 +0200
+++ b/tests/test_shasum.py	Wed Apr 02 14:05:03 2025 +0200
@@ -1,4 +1,8 @@
 # -*- coding: utf-8 -*-
+# :-
+# SPDX-FileCopyrightText: © 2022 Franz Glasner
+# SPDX-License-Identifier: BSD-3-Clause
+# :-
 r"""Unit tests
 
 """
--- a/tests/test_walk.py	Wed Apr 02 13:27:43 2025 +0200
+++ b/tests/test_walk.py	Wed Apr 02 14:05:03 2025 +0200
@@ -1,4 +1,8 @@
 # -*- coding: utf-8 -*-
+# :-
+# SPDX-FileCopyrightText: © 2025 Franz Glasner
+# SPDX-License-Identifier: BSD-3-Clause
+# :-
 r"""Unit tests
 
 """