# HG changeset patch # User Franz Glasner # Date 1589355214 -7200 # Node ID 13711ba8e81ec86a07e117f56b6522356682ff53 # Parent c97ca53a73e145f17e8a23779efb94af26da3de8 Adjust copyright year to 2020 diff -r c97ca53a73e1 -r 13711ba8e81e LICENSE.txt --- a/LICENSE.txt Wed May 13 09:26:29 2020 +0200 +++ b/LICENSE.txt Wed May 13 09:33:34 2020 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2015-2019, Franz Glasner +Copyright (c) 2015-2020, Franz Glasner All rights reserved. Redistribution and use in source and binary forms, with or without diff -r c97ca53a73e1 -r 13711ba8e81e README.txt --- a/README.txt Wed May 13 09:26:29 2020 +0200 +++ b/README.txt Wed May 13 09:33:34 2020 +0200 @@ -5,7 +5,7 @@ :Author: Franz Glasner :Version: 0.7.2 :Date: |VCSJustDate| -:Copyright: (c) 2015–2019, Franz Glasner. +:Copyright: (c) 2015–2020, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See :ref:`LICENSE.txt ` for more details. diff -r c97ca53a73e1 -r 13711ba8e81e configmix/__init__.py --- a/configmix/__init__.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/__init__.py Wed May 13 09:33:34 2020 +0200 @@ -2,7 +2,7 @@ """A library for helping with configuration files. :Author: Franz Glasner -:Copyright: (c) 2015–2019, Franz Glasner. +:Copyright: (c) 2015–2020, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See LICENSE.txt for details. diff -r c97ca53a73e1 -r 13711ba8e81e configmix/compat.py --- a/configmix/compat.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/compat.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """Some minimal compatibility shim between Python2 and Python3 diff -r c97ca53a73e1 -r 13711ba8e81e configmix/config.py --- a/configmix/config.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/config.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """The unified configuration dictionary with attribute support or diff -r c97ca53a73e1 -r 13711ba8e81e configmix/ini.py --- a/configmix/ini.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/ini.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """Read INI-style configuration files. diff -r c97ca53a73e1 -r 13711ba8e81e configmix/json.py --- a/configmix/json.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/json.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2018-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2018-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """Read JSON-style configuration files. diff -r c97ca53a73e1 -r 13711ba8e81e configmix/py.py --- a/configmix/py.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/py.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """Read configuration settings from Python files. diff -r c97ca53a73e1 -r 13711ba8e81e configmix/toml.py --- a/configmix/toml.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/toml.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """Read TOML style configuration files. diff -r c97ca53a73e1 -r 13711ba8e81e configmix/variables.py --- a/configmix/variables.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/variables.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. # :- """Variable interpolation: implementation of namespaces and filters diff -r c97ca53a73e1 -r 13711ba8e81e configmix/yaml.py --- a/configmix/yaml.py Wed May 13 09:26:29 2020 +0200 +++ b/configmix/yaml.py Wed May 13 09:33:34 2020 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2020, 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 c97ca53a73e1 -r 13711ba8e81e docs/conf.py --- a/docs/conf.py Wed May 13 09:26:29 2020 +0200 +++ b/docs/conf.py Wed May 13 09:33:34 2020 +0200 @@ -24,7 +24,7 @@ # -- Project information ----------------------------------------------------- project = 'ConfigMix' -copyright = u('2015–2019, Franz Glasner. All rights reserved') +copyright = u('2015–2020, Franz Glasner. All rights reserved') author = 'Franz Glasner' # The short X.Y version