# HG changeset patch # User Franz Glasner # Date 1771340354 -3600 # Node ID 8e4ece6fad74c5081cc3addfe5095dbd10d996c7 # Parent da99ab6eda086515ee7e8612980e0e197f849cff FIX: License filenames in README.txt and cutils/__init__.py. diff -r da99ab6eda08 -r 8e4ece6fad74 README.txt --- a/README.txt Tue Feb 17 14:56:05 2026 +0100 +++ b/README.txt Tue Feb 17 15:59:14 2026 +0100 @@ -7,8 +7,14 @@ :Date: 2025-04-02 :Copyright: © 2020-2026 Franz Glasner. :License: BSD 3-Clause "New" or "Revised" License. - See LICENSE.txt for details. If you cannot find LICENSE.txt - see . + See BSD-3-Clause.txt for details. + If you cannot find BSD-3-Clause.txt see + . + + Parts of the code have the following licenses: + + - MIT License + :ID: @(#) $HGid$ Pure Python implementations of some (Unix) coreutils and some additional diff -r da99ab6eda08 -r 8e4ece6fad74 cutils/__init__.py --- a/cutils/__init__.py Tue Feb 17 14:56:05 2026 +0100 +++ b/cutils/__init__.py Tue Feb 17 15:59:14 2026 +0100 @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- # :- -# SPDX-FileCopyrightText: © 2020-2025 Franz Glasner +# SPDX-FileCopyrightText: © 2020-2026 Franz Glasner # SPDX-License-Identifier: BSD-3-Clause # :- r""" :Author: Franz Glasner -:Copyright: © 2020-2025 Franz Glasner +:Copyright: © 2020-2026 Franz Glasner :License: BSD 3-Clause "New" or "Revised" License. - See :ref:`LICENSE.txt ` for details. - If you cannot find LICENSE.txt see + See :file:`BSD-3-Clause.txt` for details. + If you cannot find BSD-3-Clause.txt see . :ID: @(#) $HGid$