# HG changeset patch # User Franz Glasner # Date 1624564913 -7200 # Node ID ce2a8f5a2fb285c0030d4e1773c386c8d7b0a66f # Parent 8ce46c9e70ab4170023b9ebb559ef4d354c29837 Extend copyright year in compat.py to 2021 diff -r 8ce46c9e70ab -r ce2a8f5a2fb2 configmix/compat.py --- a/configmix/compat.py Thu Jun 24 21:21:45 2021 +0200 +++ b/configmix/compat.py Thu Jun 24 22:01:53 2021 +0200 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. +# :Copyright: (c) 2015-2021, Franz Glasner. All rights reserved. # :License: BSD-3-Clause. See LICENSE.txt for details. # :- """Some minimal compatibility shim between Python2 and Python3