diff tests/test_crc32.py @ 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 1181d8cb4846
children
line wrap: on
line diff
--- 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.
 
 """