# HG changeset patch # User Franz Glasner # Date 1550783765 -3600 # Node ID e2e8d21b4122a4155c35614ff1f8559dc805abc5 # Parent c73e65f43050a7b5b0733c09d8be396b32d5ee84 Adjust copyright to year 2019 diff -r c73e65f43050 -r e2e8d21b4122 README.txt --- 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 ` for more details. diff -r c73e65f43050 -r e2e8d21b4122 configmix/__init__.py --- 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. diff -r c73e65f43050 -r e2e8d21b4122 configmix/compat.py --- 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 diff -r c73e65f43050 -r e2e8d21b4122 configmix/config.py --- 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 diff -r c73e65f43050 -r e2e8d21b4122 configmix/ini.py --- 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. diff -r c73e65f43050 -r e2e8d21b4122 configmix/json.py --- 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. diff -r c73e65f43050 -r e2e8d21b4122 configmix/py.py --- 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. diff -r c73e65f43050 -r e2e8d21b4122 configmix/variables.py --- 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 diff -r c73e65f43050 -r e2e8d21b4122 configmix/yaml.py --- 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 diff -r c73e65f43050 -r e2e8d21b4122 doc/conf.py --- 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