Skip to content

Commit d115670

Browse files
committed
happy new year 2024
Change-Id: I41845b5cd65eae5aa183a6ff356c19a9759dfb40
1 parent 1d6c58e commit d115670

25 files changed

+25
-25
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2006-2023 the Mako authors and contributors <see AUTHORS file>.
1+
Copyright 2006-2024 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

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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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-2023 the Mako authors and contributors <see AUTHORS file>
2+
# Copyright 2006-2024 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)