changeset 126:dfe7bb0579e2

Extend copyright years to 2025
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 02 Jan 2025 17:09:50 +0100
parents 12d6ec1f8613
children 6a50d02fe0ca
files LICENSE.txt README.txt cutils/__init__.py cutils/dos2unix.py cutils/util/cm.py cutils/util/constants.py dos2unix.py treesum.py
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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$
 
--- 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 <license>` for details.
             If you cannot find LICENSE.txt see
--- 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`.
--- 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.
--- 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.
--- 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`.
--- 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.