Mercurial > hgrepos > Python > libs > ConfigMix
changeset 673:77d4a3e7c9e2
Extent all important copyright years to 2023
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Apr 2023 09:21:36 +0200 |
| parents | 453c6e2820d1 |
| children | 006513997cef |
| files | LICENSE.txt README.txt configmix/__init__.py docs/conf.py |
| diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/LICENSE.txt Wed Apr 12 09:17:06 2023 +0200 +++ b/LICENSE.txt Wed Apr 12 09:21:36 2023 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2015-2022, Franz Glasner +Copyright (c) 2015-2023, Franz Glasner All rights reserved. Redistribution and use in source and binary forms, with or without
--- a/README.txt Wed Apr 12 09:17:06 2023 +0200 +++ b/README.txt Wed Apr 12 09:21:36 2023 +0200 @@ -5,7 +5,7 @@ :Author: Franz Glasner :Version: 0.21.1 :Date: 2022-06-03 -:Copyright: (c) 2015–2022, Franz Glasner. +:Copyright: (c) 2015–2023, Franz Glasner. All rights reserved. :License: BSD 3-Clause "New" or "Revised" License. See :ref:`LICENSE.txt <license>` for more details.
--- a/configmix/__init__.py Wed Apr 12 09:17:06 2023 +0200 +++ b/configmix/__init__.py Wed Apr 12 09:21:36 2023 +0200 @@ -2,7 +2,7 @@ """A library for helping with configuration files. :Author: Franz Glasner -:Copyright: (c) 2015–2022, Franz Glasner. +:Copyright: (c) 2015–2023, Franz Glasner. All rights reserved. :License: BSD 3-Clause "New" or "Revised" License. See LICENSE.txt for details.
--- a/docs/conf.py Wed Apr 12 09:17:06 2023 +0200 +++ b/docs/conf.py Wed Apr 12 09:21:36 2023 +0200 @@ -24,7 +24,7 @@ # -- Project information ----------------------------------------------------- project = 'ConfigMix' -copyright = u('2015–2022, Franz Glasner. All rights reserved') +copyright = u('2015–2023, Franz Glasner. All rights reserved') author = 'Franz Glasner' # The short X.Y version
