Skip to content

Commit 36e1046

Browse files
committed
happy new year
Change-Id: I1aef208387ea7d25462b8effdfc298e89c74dadd
1 parent 4279e65 commit 36e1046

25 files changed

Lines changed: 26 additions & 26 deletions

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>.
1+
Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19-
SOFTWARE.
19+
SOFTWARE.

mako/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/__init__.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/_ast_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/_ast_util.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/ast.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/cache.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/cmd.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/codegen.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/compat.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mako/exceptions.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

mako/ext/autohandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ext/autohandler.py
2-
# Copyright 2006-2021 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2022 the Mako authors and contributors <see AUTHORS file>
33
#
44
# This module is part of Mako and is released under
55
# the MIT License: http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)