Mercurial > hgrepos > Python > libs > ConfigMix
changeset 156:e2e8d21b4122
Adjust copyright to year 2019
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 21 Feb 2019 22:16:05 +0100 |
| parents | c73e65f43050 |
| children | 5c377941b0f8 |
| files | README.txt configmix/__init__.py configmix/compat.py configmix/config.py configmix/ini.py configmix/json.py configmix/py.py configmix/variables.py configmix/yaml.py doc/conf.py |
| diffstat | 10 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Thu Feb 21 22:08:55 2019 +0100 +++ b/README.txt Thu Feb 21 22:16:05 2019 +0100 @@ -5,7 +5,7 @@ :Author: Franz Glasner :Version: |release| :Date: |today| -:Copyright: (c) 2015–2018, Franz Glasner. +:Copyright: (c) 2015–2019, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See :ref:`LICENSE.txt <license>` for more details.
--- a/configmix/__init__.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/__init__.py Thu Feb 21 22:16:05 2019 +0100 @@ -2,7 +2,7 @@ """A library for helping with configuration files. :Author: Franz Glasner -:Copyright: (c) 2015–2018, Franz Glasner. +:Copyright: (c) 2015–2019, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See LICENSE.txt for details.
--- a/configmix/compat.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/compat.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """Some minimal compatibility shim between Python2 and Python3
--- a/configmix/config.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/config.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """The unified configuration dictionary with attribute support or
--- a/configmix/ini.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/ini.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """Read INI-style configuration files.
--- a/configmix/json.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/json.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2018-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """Read JSON-style configuration files.
--- a/configmix/py.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/py.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """Read configuration settings from Python files.
--- a/configmix/variables.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/variables.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """Variable expansion: implementation of namespaces and filters
--- a/configmix/yaml.py Thu Feb 21 22:08:55 2019 +0100 +++ b/configmix/yaml.py Thu Feb 21 22:16:05 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #- -# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- """Simple wrapper for :mod:`yaml` to support all-unicode strings when
--- a/doc/conf.py Thu Feb 21 22:08:55 2019 +0100 +++ b/doc/conf.py Thu Feb 21 22:16:05 2019 +0100 @@ -23,7 +23,7 @@ # -- Project information ----------------------------------------------------- project = 'ConfigMix' -copyright = u('2015–2018, Franz Glasner. All rights reserved') +copyright = u('2015–2019, Franz Glasner. All rights reserved') author = 'Franz Glasner' # The short X.Y version
