comparison 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
comparison
equal deleted inserted replaced
356:893adaf534d6 357:7f797d71bd5e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # :-
3 # SPDX-FileCopyrightText: © 2025 Franz Glasner
4 # SPDX-License-Identifier: BSD-3-Clause
5 # :-
2 r"""Unit tests for the vendored crcmod2 package. 6 r"""Unit tests for the vendored crcmod2 package.
3 7
4 """ 8 """
5 9
6 from __future__ import absolute_import, print_function 10 from __future__ import absolute_import, print_function