# HG changeset patch # User Franz Glasner # Date 1735483407 -3600 # Node ID 1856374bbd407bedc18437886ccd3e9c33426e78 # Parent e15b3d1ff0d95bbc3914d98a83144c1a854aca28 FIX: Typo. While there: also adjust copyright to 2024. diff -r e15b3d1ff0d9 -r 1856374bbd40 cutils/dos2unix.py --- a/cutils/dos2unix.py Sun Dec 29 15:31:38 2024 +0100 +++ b/cutils/dos2unix.py Sun Dec 29 15:43:27 2024 +0100 @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2022 Franz Glasner +# :Copyright: (c) 2020-2024 Franz Glasner # :License: BSD-3-Clause # :- -r"""Pure Python implementation of `dos2-unix`. +r"""Pure Python implementation of `dos2unix`. """ diff -r e15b3d1ff0d9 -r 1856374bbd40 dos2unix.py --- a/dos2unix.py Sun Dec 29 15:31:38 2024 +0100 +++ b/dos2unix.py Sun Dec 29 15:43:27 2024 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2020-2022 Franz Glasner +# :Copyright: (c) 2020-2024 Franz Glasner # :License: BSD-3-Clause # :- r"""Pure Python implementation of `dos2unix`.