# HG changeset patch # User Franz Glasner # Date 1735834190 -3600 # Node ID dfe7bb0579e2691b1bdc0533bbd6585d56f4c92e # Parent 12d6ec1f861362b131169a15849c466cc1fce8d8 Extend copyright years to 2025 diff -r 12d6ec1f8613 -r dfe7bb0579e2 LICENSE.txt --- a/LICENSE.txt Thu Jan 02 17:03:10 2025 +0100 +++ b/LICENSE.txt Thu Jan 02 17:09:50 2025 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2020-2022 Franz Glasner +Copyright (c) 2020-2025 Franz Glasner Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff -r 12d6ec1f8613 -r dfe7bb0579e2 README.txt --- a/README.txt Thu Jan 02 17:03:10 2025 +0100 +++ b/README.txt Thu Jan 02 17:09:50 2025 +0100 @@ -5,7 +5,7 @@ :Author: Franz Glasner :Version: 0.4.4 :Date: 2022-05-30 -:Copyright: (c) 2020-2022 Franz Glasner +:Copyright: (c) 2020-2025 Franz Glasner :License: BSD 3-Clause "New" or "Revised" License :ID: @(#) $HGid$ diff -r 12d6ec1f8613 -r dfe7bb0579e2 cutils/__init__.py --- a/cutils/__init__.py Thu Jan 02 17:03:10 2025 +0100 +++ b/cutils/__init__.py Thu Jan 02 17:09:50 2025 +0100 @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- r""" :Author: Franz Glasner -:Copyright: (c) 2020-2022 Franz Glasner +:Copyright: (c) 2020-2025 Franz Glasner :License: BSD 3-Clause "New" or "Revised" License. See :ref:`LICENSE.txt ` for details. If you cannot find LICENSE.txt see diff -r 12d6ec1f8613 -r dfe7bb0579e2 cutils/dos2unix.py --- a/cutils/dos2unix.py Thu Jan 02 17:03:10 2025 +0100 +++ b/cutils/dos2unix.py Thu Jan 02 17:09:50 2025 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2024 Franz Glasner +# :Copyright: (c) 2020-2025 Franz Glasner # :License: BSD-3-Clause # :- r"""Pure Python implementation of `dos2unix`. diff -r 12d6ec1f8613 -r dfe7bb0579e2 cutils/util/cm.py --- a/cutils/util/cm.py Thu Jan 02 17:03:10 2025 +0100 +++ b/cutils/util/cm.py Thu Jan 02 17:09:50 2025 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2024 Franz Glasner +# :Copyright: (c) 2020-2025 Franz Glasner # :License: BSD-3-Clause # :- r"""Context manager extensions and compatibility. diff -r 12d6ec1f8613 -r dfe7bb0579e2 cutils/util/constants.py --- a/cutils/util/constants.py Thu Jan 02 17:03:10 2025 +0100 +++ b/cutils/util/constants.py Thu Jan 02 17:09:50 2025 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2022 Franz Glasner +# :Copyright: (c) 2020-2025 Franz Glasner # :License: BSD-3-Clause # :- r"""Common constants and compatibility definitions. diff -r 12d6ec1f8613 -r dfe7bb0579e2 dos2unix.py --- a/dos2unix.py Thu Jan 02 17:03:10 2025 +0100 +++ b/dos2unix.py Thu Jan 02 17:09:50 2025 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2024 Franz Glasner +# :Copyright: (c) 2020-2025 Franz Glasner # :License: BSD-3-Clause # :- r"""Pure Python implementation of `dos2unix`. diff -r 12d6ec1f8613 -r dfe7bb0579e2 treesum.py --- a/treesum.py Thu Jan 02 17:03:10 2025 +0100 +++ b/treesum.py Thu Jan 02 17:09:50 2025 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2024 Franz Glasner +# :Copyright: (c) 2020-2025 Franz Glasner # :License: BSD-3-Clause # :- r"""Pure Python implementation of a directory tree checksum.