Skip to content

Commit 798abe4

Browse files
committed
2025
Change-Id: Ifb33b8df2f838851f329415fa70f494acb4ccde5
1 parent 2548df2 commit 798abe4

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