comparison treesum.py @ 323:48430941c18c

Adopt copyright and license wordings from https://reuse.software/faq/. While there normalize copyright years for every file to start with the file's addition to the project (i.e. with the year of file creation).
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 26 Mar 2025 18:42:23 +0100
parents dfe7bb0579e2
children
comparison
equal deleted inserted replaced
322:0cabc5439505 323:48430941c18c
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # :- 2 # :-
3 # :Copyright: (c) 2020-2025 Franz Glasner 3 # SPDX-FileCopyrightText: © 2025 Franz Glasner
4 # :License: BSD-3-Clause 4 # SPDX-License-Identifier: BSD-3-Clause
5 # :- 5 # :-
6 r"""Pure Python implementation of a directory tree checksum. 6 r"""Pure Python implementation of a directory tree checksum.
7 7
8 """ 8 """
9 9