comparison configmix/variables.py @ 593:f454889e41fa

Adjust copyright year (the end) to 2022
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Jan 2022 21:04:11 +0100
parents 6b3da9e5acc6
children 57fe110c50c8
comparison
equal deleted inserted replaced
592:eae394e86e22 593:f454889e41fa
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # :- 2 # :-
3 # :Copyright: (c) 2015-2021, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2022, Franz Glasner. All rights reserved.
4 # :License: BSD-3-Clause. See LICENSE.txt for details. 4 # :License: BSD-3-Clause. See LICENSE.txt for details.
5 # :- 5 # :-
6 """Variable interpolation: implementation of namespaces and filters 6 """Variable interpolation: implementation of namespaces and filters
7 7
8 """ 8 """