From 17023550a67a0020b981a63112b2876cd25b9674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 2 Jan 2026 02:09:30 +0100 Subject: [PATCH] Update copyright year. --- CMakeLists.txt | 2 +- COPYING | 2 +- doc/python/conf.py | 2 +- doc/python/corrade.containers.rst | 2 +- doc/python/corrade.pluginmanager.rst | 2 +- doc/python/corrade.rst | 2 +- doc/python/corrade.utility.rst | 2 +- doc/python/magnum.gl.rst | 2 +- doc/python/magnum.materialtools.rst | 2 +- doc/python/magnum.math.rst | 2 +- doc/python/magnum.meshtools.rst | 2 +- doc/python/magnum.platform.rst | 2 +- doc/python/magnum.primitives.rst | 2 +- doc/python/magnum.rst | 2 +- doc/python/magnum.scenegraph.rst | 2 +- doc/python/magnum.scenetools.rst | 2 +- doc/python/magnum.shaders.rst | 2 +- doc/python/magnum.text.rst | 2 +- doc/python/magnum.trade.rst | 2 +- doc/python/pages/api-conventions.rst | 2 +- doc/python/pages/building.rst | 2 +- doc/python/pages/changelog.rst | 2 +- doc/python/pages/credits.rst | 2 +- doc/python/pages/developers.rst | 2 +- doc/python/pages/index.rst | 6 +++--- modules/CMakeLists.txt | 2 +- modules/FindMagnumBindings.cmake | 2 +- modules/MagnumBindingsConfig.cmake | 2 +- src/CMakeLists.txt | 2 +- src/Corrade/CMakeLists.txt | 2 +- src/Corrade/Containers/CMakeLists.txt | 2 +- src/Corrade/Containers/OptionalPythonBindings.h | 2 +- src/Corrade/Containers/PythonBindings.h | 2 +- src/Corrade/Containers/StridedArrayViewPythonBindings.h | 2 +- src/Corrade/PluginManager/CMakeLists.txt | 2 +- src/Corrade/PluginManager/PythonBindings.h | 2 +- src/Corrade/PythonBindings.h | 2 +- src/Magnum/CMakeLists.txt | 2 +- src/Magnum/GL/CMakeLists.txt | 2 +- src/Magnum/GL/PythonBindings.h | 2 +- src/Magnum/PythonBindings.h | 2 +- src/Magnum/SceneGraph/CMakeLists.txt | 2 +- src/Magnum/SceneGraph/PythonBindings.h | 2 +- src/Magnum/StridedArrayViewPythonBindings.h | 2 +- src/Magnum/Test/CMakeLists.txt | 2 +- src/Magnum/Test/VersionTest.cpp | 2 +- src/Magnum/Trade/CMakeLists.txt | 2 +- src/Magnum/Trade/PythonBindings.h | 2 +- src/Magnum/versionBindings.h.cmake | 2 +- src/python/CMakeLists.txt | 2 +- src/python/corrade/CMakeLists.txt | 2 +- src/python/corrade/EnumOperators.h | 2 +- src/python/corrade/PyBuffer.h | 2 +- src/python/corrade/__init__.py.in | 2 +- src/python/corrade/bootstrap.h | 2 +- src/python/corrade/containers.cpp | 2 +- src/python/corrade/corrade.cpp | 2 +- src/python/corrade/pluginmanager.cpp | 2 +- src/python/corrade/pluginmanager.h | 2 +- src/python/corrade/staticconfigure.h.cmake | 2 +- src/python/corrade/test/CMakeLists.txt | 2 +- src/python/corrade/test/__init__.py | 2 +- src/python/corrade/test/test_containers.py | 2 +- src/python/corrade/test/test_containers_numpy.py | 2 +- src/python/corrade/test/test_optional.cpp | 2 +- src/python/corrade/test/test_pluginmanager.py | 2 +- src/python/corrade/test/test_stridedarrayview.cpp | 2 +- src/python/corrade/test/test_utility.py | 2 +- src/python/corrade/utility.cpp | 2 +- src/python/magnum/CMakeLists.txt | 2 +- src/python/magnum/__init__.py | 2 +- src/python/magnum/acessorsForPixelFormat.h | 2 +- src/python/magnum/bootstrap.h | 2 +- src/python/magnum/gl.cpp | 2 +- src/python/magnum/magnum.cpp | 2 +- src/python/magnum/materialtools.cpp | 2 +- src/python/magnum/math.cpp | 2 +- src/python/magnum/math.h | 2 +- src/python/magnum/math.matrix.h | 2 +- src/python/magnum/math.matrixdouble.cpp | 2 +- src/python/magnum/math.matrixfloat.cpp | 2 +- src/python/magnum/math.range.cpp | 2 +- src/python/magnum/math.vector.h | 2 +- src/python/magnum/math.vectorfloat.cpp | 2 +- src/python/magnum/math.vectorintegral.cpp | 2 +- src/python/magnum/meshtools.cpp | 2 +- src/python/magnum/platform/CMakeLists.txt | 2 +- src/python/magnum/platform/_init.py | 2 +- src/python/magnum/platform/application.h | 2 +- src/python/magnum/platform/cgl.cpp | 2 +- src/python/magnum/platform/egl.cpp | 2 +- src/python/magnum/platform/glfw.cpp | 2 +- src/python/magnum/platform/glx.cpp | 2 +- src/python/magnum/platform/holder.h | 2 +- src/python/magnum/platform/sdl2.cpp | 2 +- src/python/magnum/platform/wgl.cpp | 2 +- src/python/magnum/platform/windowlessapplication.h | 2 +- src/python/magnum/primitives.cpp | 2 +- src/python/magnum/scenegraph.cpp | 2 +- src/python/magnum/scenegraph.h | 2 +- src/python/magnum/scenegraph.matrix.cpp | 2 +- src/python/magnum/scenegraph.trs.cpp | 2 +- src/python/magnum/scenetools.cpp | 2 +- src/python/magnum/shaders.cpp | 2 +- src/python/magnum/staticconfigure.h.cmake | 2 +- src/python/magnum/test/__init__.py | 2 +- src/python/magnum/test/benchmark_math.py | 2 +- src/python/magnum/test/test.py | 2 +- src/python/magnum/test/test_gl.py | 2 +- src/python/magnum/test/test_gl_gl.py | 2 +- src/python/magnum/test/test_materialtools.py | 2 +- src/python/magnum/test/test_math.py | 2 +- src/python/magnum/test/test_math_numpy.py | 2 +- src/python/magnum/test/test_meshtools.py | 2 +- src/python/magnum/test/test_meshtools_gl.py | 2 +- src/python/magnum/test/test_primitives.py | 2 +- src/python/magnum/test/test_scenegraph.py | 2 +- src/python/magnum/test/test_scenegraph_matrix.py | 2 +- src/python/magnum/test/test_scenegraph_numpy.py | 2 +- src/python/magnum/test/test_scenegraph_trs.py | 2 +- src/python/magnum/test/test_scenetools.py | 2 +- src/python/magnum/test/test_shaders_gl.py | 2 +- src/python/magnum/test/test_text.py | 2 +- src/python/magnum/test/test_text_gl.py | 2 +- src/python/magnum/test/test_trade.py | 2 +- src/python/magnum/text.cpp | 2 +- src/python/magnum/trade.cpp | 2 +- src/python/setup.py.cmake | 2 +- 128 files changed, 130 insertions(+), 130 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bc0b04..3eab10a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/COPYING b/COPYING index b23555f..6409b7e 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš and contributors Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/conf.py b/doc/python/conf.py index bd7963c..0ad1d6b 100644 --- a/doc/python/conf.py +++ b/doc/python/conf.py @@ -267,7 +267,7 @@ PAGE_HEADER = """ FINE_PRINT = """ | Magnum Python docs. Part of the `Magnum project `_, - copyright © `Vladimír Vondruš `_ and contributors, 2010--2025. + copyright © `Vladimír Vondruš `_ and contributors, 2010--2026. | Generated by `m.css Python doc generator `_. Contact the team via `GitHub `_, `Gitter `_, diff --git a/doc/python/corrade.containers.rst b/doc/python/corrade.containers.rst index 4d5f09b..677c9c4 100644 --- a/doc/python/corrade.containers.rst +++ b/doc/python/corrade.containers.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/corrade.pluginmanager.rst b/doc/python/corrade.pluginmanager.rst index 6457ecb..99778c2 100644 --- a/doc/python/corrade.pluginmanager.rst +++ b/doc/python/corrade.pluginmanager.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/corrade.rst b/doc/python/corrade.rst index 9366c7e..ab424f1 100644 --- a/doc/python/corrade.rst +++ b/doc/python/corrade.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/corrade.utility.rst b/doc/python/corrade.utility.rst index 5d1d005..5c390c3 100644 --- a/doc/python/corrade.utility.rst +++ b/doc/python/corrade.utility.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.gl.rst b/doc/python/magnum.gl.rst index cbd8bf7..82556fc 100644 --- a/doc/python/magnum.gl.rst +++ b/doc/python/magnum.gl.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.materialtools.rst b/doc/python/magnum.materialtools.rst index 32c2903..b0b63b6 100644 --- a/doc/python/magnum.materialtools.rst +++ b/doc/python/magnum.materialtools.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.math.rst b/doc/python/magnum.math.rst index ed09c22..daea9a7 100644 --- a/doc/python/magnum.math.rst +++ b/doc/python/magnum.math.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.meshtools.rst b/doc/python/magnum.meshtools.rst index cd4a569..5473d95 100644 --- a/doc/python/magnum.meshtools.rst +++ b/doc/python/magnum.meshtools.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.platform.rst b/doc/python/magnum.platform.rst index 47bd5a8..ea729e8 100644 --- a/doc/python/magnum.platform.rst +++ b/doc/python/magnum.platform.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.primitives.rst b/doc/python/magnum.primitives.rst index 017f5e3..a03238c 100644 --- a/doc/python/magnum.primitives.rst +++ b/doc/python/magnum.primitives.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.rst b/doc/python/magnum.rst index d440f86..8e14c91 100644 --- a/doc/python/magnum.rst +++ b/doc/python/magnum.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.scenegraph.rst b/doc/python/magnum.scenegraph.rst index 6838b48..727bd02 100644 --- a/doc/python/magnum.scenegraph.rst +++ b/doc/python/magnum.scenegraph.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.scenetools.rst b/doc/python/magnum.scenetools.rst index 8d7b19a..4f02f44 100644 --- a/doc/python/magnum.scenetools.rst +++ b/doc/python/magnum.scenetools.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.shaders.rst b/doc/python/magnum.shaders.rst index 0b6d8c2..ae5d18e 100644 --- a/doc/python/magnum.shaders.rst +++ b/doc/python/magnum.shaders.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.text.rst b/doc/python/magnum.text.rst index 205679e..71dc233 100644 --- a/doc/python/magnum.text.rst +++ b/doc/python/magnum.text.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/magnum.trade.rst b/doc/python/magnum.trade.rst index acef6ef..11a5634 100644 --- a/doc/python/magnum.trade.rst +++ b/doc/python/magnum.trade.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/pages/api-conventions.rst b/doc/python/pages/api-conventions.rst index dad019c..ec8b9ac 100644 --- a/doc/python/pages/api-conventions.rst +++ b/doc/python/pages/api-conventions.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/pages/building.rst b/doc/python/pages/building.rst index 95905a1..363a0b0 100644 --- a/doc/python/pages/building.rst +++ b/doc/python/pages/building.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 33884a2..036353b 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/pages/credits.rst b/doc/python/pages/credits.rst index e3a3fe2..9cc15df 100644 --- a/doc/python/pages/credits.rst +++ b/doc/python/pages/credits.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/pages/developers.rst b/doc/python/pages/developers.rst index e714cbc..d179ec7 100644 --- a/doc/python/pages/developers.rst +++ b/doc/python/pages/developers.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/python/pages/index.rst b/doc/python/pages/index.rst index 9beffda..1750841 100644 --- a/doc/python/pages/index.rst +++ b/doc/python/pages/index.rst @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a @@ -76,8 +76,8 @@ the project website for further information. Magnum, including the Python bindings, is licensed under the MIT/Expat license: Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 Vladimír Vondruš and - contributors + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš + and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index edd349f..4d3f7c2 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/modules/FindMagnumBindings.cmake b/modules/FindMagnumBindings.cmake index 23d3a28..4f4710d 100644 --- a/modules/FindMagnumBindings.cmake +++ b/modules/FindMagnumBindings.cmake @@ -35,7 +35,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/modules/MagnumBindingsConfig.cmake b/modules/MagnumBindingsConfig.cmake index 0215897..4b022e1 100644 --- a/modules/MagnumBindingsConfig.cmake +++ b/modules/MagnumBindingsConfig.cmake @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d68427a..906728d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/CMakeLists.txt b/src/Corrade/CMakeLists.txt index 850f20d..1e36e20 100644 --- a/src/Corrade/CMakeLists.txt +++ b/src/Corrade/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/Containers/CMakeLists.txt b/src/Corrade/Containers/CMakeLists.txt index 7938255..9fc3f9c 100644 --- a/src/Corrade/Containers/CMakeLists.txt +++ b/src/Corrade/Containers/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/Containers/OptionalPythonBindings.h b/src/Corrade/Containers/OptionalPythonBindings.h index f4a81a7..525a1d7 100644 --- a/src/Corrade/Containers/OptionalPythonBindings.h +++ b/src/Corrade/Containers/OptionalPythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/Containers/PythonBindings.h b/src/Corrade/Containers/PythonBindings.h index acdb034..16b12b3 100644 --- a/src/Corrade/Containers/PythonBindings.h +++ b/src/Corrade/Containers/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/Containers/StridedArrayViewPythonBindings.h b/src/Corrade/Containers/StridedArrayViewPythonBindings.h index b9fed17..60102af 100644 --- a/src/Corrade/Containers/StridedArrayViewPythonBindings.h +++ b/src/Corrade/Containers/StridedArrayViewPythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/PluginManager/CMakeLists.txt b/src/Corrade/PluginManager/CMakeLists.txt index d7bb30f..c82ff54 100644 --- a/src/Corrade/PluginManager/CMakeLists.txt +++ b/src/Corrade/PluginManager/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/PluginManager/PythonBindings.h b/src/Corrade/PluginManager/PythonBindings.h index 3945b39..b32b8fb 100644 --- a/src/Corrade/PluginManager/PythonBindings.h +++ b/src/Corrade/PluginManager/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Corrade/PythonBindings.h b/src/Corrade/PythonBindings.h index d3e7652..2c63458 100644 --- a/src/Corrade/PythonBindings.h +++ b/src/Corrade/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/CMakeLists.txt b/src/Magnum/CMakeLists.txt index de65313..5b9d596 100644 --- a/src/Magnum/CMakeLists.txt +++ b/src/Magnum/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/CMakeLists.txt b/src/Magnum/GL/CMakeLists.txt index 9dd756a..593644f 100644 --- a/src/Magnum/GL/CMakeLists.txt +++ b/src/Magnum/GL/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/PythonBindings.h b/src/Magnum/GL/PythonBindings.h index 9ae99eb..f2b3b47 100644 --- a/src/Magnum/GL/PythonBindings.h +++ b/src/Magnum/GL/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/PythonBindings.h b/src/Magnum/PythonBindings.h index 550515e..a8b8438 100644 --- a/src/Magnum/PythonBindings.h +++ b/src/Magnum/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/SceneGraph/CMakeLists.txt b/src/Magnum/SceneGraph/CMakeLists.txt index 45e9eac..e2097ae 100644 --- a/src/Magnum/SceneGraph/CMakeLists.txt +++ b/src/Magnum/SceneGraph/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/SceneGraph/PythonBindings.h b/src/Magnum/SceneGraph/PythonBindings.h index bfca204..81a8845 100644 --- a/src/Magnum/SceneGraph/PythonBindings.h +++ b/src/Magnum/SceneGraph/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/StridedArrayViewPythonBindings.h b/src/Magnum/StridedArrayViewPythonBindings.h index 7789142..b7ef958 100644 --- a/src/Magnum/StridedArrayViewPythonBindings.h +++ b/src/Magnum/StridedArrayViewPythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Test/CMakeLists.txt b/src/Magnum/Test/CMakeLists.txt index 80ce4f5..92ab1ec 100644 --- a/src/Magnum/Test/CMakeLists.txt +++ b/src/Magnum/Test/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Test/VersionTest.cpp b/src/Magnum/Test/VersionTest.cpp index 632de45..1437498 100644 --- a/src/Magnum/Test/VersionTest.cpp +++ b/src/Magnum/Test/VersionTest.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/CMakeLists.txt b/src/Magnum/Trade/CMakeLists.txt index 76e2fd9..d6f39d1 100644 --- a/src/Magnum/Trade/CMakeLists.txt +++ b/src/Magnum/Trade/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/PythonBindings.h b/src/Magnum/Trade/PythonBindings.h index be4073f..6071a9c 100644 --- a/src/Magnum/Trade/PythonBindings.h +++ b/src/Magnum/Trade/PythonBindings.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/versionBindings.h.cmake b/src/Magnum/versionBindings.h.cmake index 5b3ac1d..fe2b817 100644 --- a/src/Magnum/versionBindings.h.cmake +++ b/src/Magnum/versionBindings.h.cmake @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt index 09f6416..6f4ceff 100644 --- a/src/python/CMakeLists.txt +++ b/src/python/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/CMakeLists.txt b/src/python/corrade/CMakeLists.txt index c89c2d4..5863e7d 100644 --- a/src/python/corrade/CMakeLists.txt +++ b/src/python/corrade/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/EnumOperators.h b/src/python/corrade/EnumOperators.h index 9d098d3..deb5931 100644 --- a/src/python/corrade/EnumOperators.h +++ b/src/python/corrade/EnumOperators.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/PyBuffer.h b/src/python/corrade/PyBuffer.h index f623f9b..a0eb989 100644 --- a/src/python/corrade/PyBuffer.h +++ b/src/python/corrade/PyBuffer.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/__init__.py.in b/src/python/corrade/__init__.py.in index aef38d6..2b4dd8b 100644 --- a/src/python/corrade/__init__.py.in +++ b/src/python/corrade/__init__.py.in @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/bootstrap.h b/src/python/corrade/bootstrap.h index 26f3a11..1f68b15 100644 --- a/src/python/corrade/bootstrap.h +++ b/src/python/corrade/bootstrap.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/containers.cpp b/src/python/corrade/containers.cpp index d46f594..f623785 100644 --- a/src/python/corrade/containers.cpp +++ b/src/python/corrade/containers.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/corrade.cpp b/src/python/corrade/corrade.cpp index 9d978f6..245dd96 100644 --- a/src/python/corrade/corrade.cpp +++ b/src/python/corrade/corrade.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/pluginmanager.cpp b/src/python/corrade/pluginmanager.cpp index 77ecccb..0b8fae0 100644 --- a/src/python/corrade/pluginmanager.cpp +++ b/src/python/corrade/pluginmanager.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/pluginmanager.h b/src/python/corrade/pluginmanager.h index dd868a2..78667c0 100644 --- a/src/python/corrade/pluginmanager.h +++ b/src/python/corrade/pluginmanager.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/staticconfigure.h.cmake b/src/python/corrade/staticconfigure.h.cmake index 75a6ebd..3e07b8e 100644 --- a/src/python/corrade/staticconfigure.h.cmake +++ b/src/python/corrade/staticconfigure.h.cmake @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/CMakeLists.txt b/src/python/corrade/test/CMakeLists.txt index d5f8128..dd8859e 100644 --- a/src/python/corrade/test/CMakeLists.txt +++ b/src/python/corrade/test/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/__init__.py b/src/python/corrade/test/__init__.py index 723bab8..f08dc41 100644 --- a/src/python/corrade/test/__init__.py +++ b/src/python/corrade/test/__init__.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/test_containers.py b/src/python/corrade/test/test_containers.py index f32a6bb..8a55f6d 100644 --- a/src/python/corrade/test/test_containers.py +++ b/src/python/corrade/test/test_containers.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/test_containers_numpy.py b/src/python/corrade/test/test_containers_numpy.py index 766a3c8..0f8c3b9 100644 --- a/src/python/corrade/test/test_containers_numpy.py +++ b/src/python/corrade/test/test_containers_numpy.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/test_optional.cpp b/src/python/corrade/test/test_optional.cpp index a9d6ab8..f43926a 100644 --- a/src/python/corrade/test/test_optional.cpp +++ b/src/python/corrade/test/test_optional.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/test_pluginmanager.py b/src/python/corrade/test/test_pluginmanager.py index 828c161..e5a7b78 100644 --- a/src/python/corrade/test/test_pluginmanager.py +++ b/src/python/corrade/test/test_pluginmanager.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/test_stridedarrayview.cpp b/src/python/corrade/test/test_stridedarrayview.cpp index c6f901c..2b03333 100644 --- a/src/python/corrade/test/test_stridedarrayview.cpp +++ b/src/python/corrade/test/test_stridedarrayview.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/test/test_utility.py b/src/python/corrade/test/test_utility.py index c22449b..cb368a0 100644 --- a/src/python/corrade/test/test_utility.py +++ b/src/python/corrade/test/test_utility.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/corrade/utility.cpp b/src/python/corrade/utility.cpp index 9565890..bb918ca 100644 --- a/src/python/corrade/utility.cpp +++ b/src/python/corrade/utility.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/CMakeLists.txt b/src/python/magnum/CMakeLists.txt index 89f4705..ec09bcd 100644 --- a/src/python/magnum/CMakeLists.txt +++ b/src/python/magnum/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/__init__.py b/src/python/magnum/__init__.py index 9944399..7ff723d 100644 --- a/src/python/magnum/__init__.py +++ b/src/python/magnum/__init__.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/acessorsForPixelFormat.h b/src/python/magnum/acessorsForPixelFormat.h index dc2fd23..b920375 100644 --- a/src/python/magnum/acessorsForPixelFormat.h +++ b/src/python/magnum/acessorsForPixelFormat.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/bootstrap.h b/src/python/magnum/bootstrap.h index 128c4e4..cc939b7 100644 --- a/src/python/magnum/bootstrap.h +++ b/src/python/magnum/bootstrap.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/gl.cpp b/src/python/magnum/gl.cpp index ae868e4..5fb205c 100644 --- a/src/python/magnum/gl.cpp +++ b/src/python/magnum/gl.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/magnum.cpp b/src/python/magnum/magnum.cpp index d80bf5c..5999a3c 100644 --- a/src/python/magnum/magnum.cpp +++ b/src/python/magnum/magnum.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/materialtools.cpp b/src/python/magnum/materialtools.cpp index 75a00cc..89b0fa9 100644 --- a/src/python/magnum/materialtools.cpp +++ b/src/python/magnum/materialtools.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.cpp b/src/python/magnum/math.cpp index 6976532..4bdb0c7 100644 --- a/src/python/magnum/math.cpp +++ b/src/python/magnum/math.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.h b/src/python/magnum/math.h index 890e91b..8c422d0 100644 --- a/src/python/magnum/math.h +++ b/src/python/magnum/math.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.matrix.h b/src/python/magnum/math.matrix.h index adaf532..b13cb3a 100644 --- a/src/python/magnum/math.matrix.h +++ b/src/python/magnum/math.matrix.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.matrixdouble.cpp b/src/python/magnum/math.matrixdouble.cpp index b7db53a..3a053bf 100644 --- a/src/python/magnum/math.matrixdouble.cpp +++ b/src/python/magnum/math.matrixdouble.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.matrixfloat.cpp b/src/python/magnum/math.matrixfloat.cpp index 9aeee2d..124eddc 100644 --- a/src/python/magnum/math.matrixfloat.cpp +++ b/src/python/magnum/math.matrixfloat.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.range.cpp b/src/python/magnum/math.range.cpp index f1d4f8d..ec53ca4 100644 --- a/src/python/magnum/math.range.cpp +++ b/src/python/magnum/math.range.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.vector.h b/src/python/magnum/math.vector.h index 184f3a8..b701fa2 100644 --- a/src/python/magnum/math.vector.h +++ b/src/python/magnum/math.vector.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.vectorfloat.cpp b/src/python/magnum/math.vectorfloat.cpp index 8638ee5..80f5537 100644 --- a/src/python/magnum/math.vectorfloat.cpp +++ b/src/python/magnum/math.vectorfloat.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/math.vectorintegral.cpp b/src/python/magnum/math.vectorintegral.cpp index 30faafb..39f544b 100644 --- a/src/python/magnum/math.vectorintegral.cpp +++ b/src/python/magnum/math.vectorintegral.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/meshtools.cpp b/src/python/magnum/meshtools.cpp index 8d1f322..1fc1b10 100644 --- a/src/python/magnum/meshtools.cpp +++ b/src/python/magnum/meshtools.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/CMakeLists.txt b/src/python/magnum/platform/CMakeLists.txt index 94f7c2a..6cae15d 100644 --- a/src/python/magnum/platform/CMakeLists.txt +++ b/src/python/magnum/platform/CMakeLists.txt @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/_init.py b/src/python/magnum/platform/_init.py index 06a8808..a90d565 100644 --- a/src/python/magnum/platform/_init.py +++ b/src/python/magnum/platform/_init.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/application.h b/src/python/magnum/platform/application.h index b415794..1975633 100644 --- a/src/python/magnum/platform/application.h +++ b/src/python/magnum/platform/application.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/cgl.cpp b/src/python/magnum/platform/cgl.cpp index 85aed01..1f5d595 100644 --- a/src/python/magnum/platform/cgl.cpp +++ b/src/python/magnum/platform/cgl.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/egl.cpp b/src/python/magnum/platform/egl.cpp index 5234414..3243f36 100644 --- a/src/python/magnum/platform/egl.cpp +++ b/src/python/magnum/platform/egl.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/glfw.cpp b/src/python/magnum/platform/glfw.cpp index 1a38cce..b8c9603 100644 --- a/src/python/magnum/platform/glfw.cpp +++ b/src/python/magnum/platform/glfw.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/glx.cpp b/src/python/magnum/platform/glx.cpp index 6be6c6a..aa3cc48 100644 --- a/src/python/magnum/platform/glx.cpp +++ b/src/python/magnum/platform/glx.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/holder.h b/src/python/magnum/platform/holder.h index 7583e77..04d0b9e 100644 --- a/src/python/magnum/platform/holder.h +++ b/src/python/magnum/platform/holder.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/sdl2.cpp b/src/python/magnum/platform/sdl2.cpp index 4783e02..119475f 100644 --- a/src/python/magnum/platform/sdl2.cpp +++ b/src/python/magnum/platform/sdl2.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/wgl.cpp b/src/python/magnum/platform/wgl.cpp index be5f27f..75732ba 100644 --- a/src/python/magnum/platform/wgl.cpp +++ b/src/python/magnum/platform/wgl.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/platform/windowlessapplication.h b/src/python/magnum/platform/windowlessapplication.h index c8f51b8..3e2602a 100644 --- a/src/python/magnum/platform/windowlessapplication.h +++ b/src/python/magnum/platform/windowlessapplication.h @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/primitives.cpp b/src/python/magnum/primitives.cpp index 05dfb53..9fc9f5e 100644 --- a/src/python/magnum/primitives.cpp +++ b/src/python/magnum/primitives.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/scenegraph.cpp b/src/python/magnum/scenegraph.cpp index 8c9c69c..240a6f3 100644 --- a/src/python/magnum/scenegraph.cpp +++ b/src/python/magnum/scenegraph.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/scenegraph.h b/src/python/magnum/scenegraph.h index 2500dfd..3c5bde0 100644 --- a/src/python/magnum/scenegraph.h +++ b/src/python/magnum/scenegraph.h @@ -4,7 +4,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/scenegraph.matrix.cpp b/src/python/magnum/scenegraph.matrix.cpp index 278898e..c8efc98 100644 --- a/src/python/magnum/scenegraph.matrix.cpp +++ b/src/python/magnum/scenegraph.matrix.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/scenegraph.trs.cpp b/src/python/magnum/scenegraph.trs.cpp index 5490848..ff654b1 100644 --- a/src/python/magnum/scenegraph.trs.cpp +++ b/src/python/magnum/scenegraph.trs.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/scenetools.cpp b/src/python/magnum/scenetools.cpp index 970c01c..f0d7df2 100644 --- a/src/python/magnum/scenetools.cpp +++ b/src/python/magnum/scenetools.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/shaders.cpp b/src/python/magnum/shaders.cpp index 5c6e1f9..6dcc979 100644 --- a/src/python/magnum/shaders.cpp +++ b/src/python/magnum/shaders.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/staticconfigure.h.cmake b/src/python/magnum/staticconfigure.h.cmake index f560a52..02c0f88 100644 --- a/src/python/magnum/staticconfigure.h.cmake +++ b/src/python/magnum/staticconfigure.h.cmake @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/__init__.py b/src/python/magnum/test/__init__.py index 6c8f2aa..b85a82c 100644 --- a/src/python/magnum/test/__init__.py +++ b/src/python/magnum/test/__init__.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/benchmark_math.py b/src/python/magnum/test/benchmark_math.py index fbe40c9..ff53b3d 100755 --- a/src/python/magnum/test/benchmark_math.py +++ b/src/python/magnum/test/benchmark_math.py @@ -4,7 +4,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test.py b/src/python/magnum/test/test.py index a126b0a..9cc0e99 100644 --- a/src/python/magnum/test/test.py +++ b/src/python/magnum/test/test.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_gl.py b/src/python/magnum/test/test_gl.py index 6238d08..0ce1b40 100644 --- a/src/python/magnum/test/test_gl.py +++ b/src/python/magnum/test/test_gl.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_gl_gl.py b/src/python/magnum/test/test_gl_gl.py index b9f5b30..128865e 100644 --- a/src/python/magnum/test/test_gl_gl.py +++ b/src/python/magnum/test/test_gl_gl.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_materialtools.py b/src/python/magnum/test/test_materialtools.py index 97ab02a..ed7dfad 100644 --- a/src/python/magnum/test/test_materialtools.py +++ b/src/python/magnum/test/test_materialtools.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_math.py b/src/python/magnum/test/test_math.py index d515f8e..03e54b2 100644 --- a/src/python/magnum/test/test_math.py +++ b/src/python/magnum/test/test_math.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_math_numpy.py b/src/python/magnum/test/test_math_numpy.py index d880644..94f1eaf 100644 --- a/src/python/magnum/test/test_math_numpy.py +++ b/src/python/magnum/test/test_math_numpy.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_meshtools.py b/src/python/magnum/test/test_meshtools.py index 2ceb5af..ec968c2 100644 --- a/src/python/magnum/test/test_meshtools.py +++ b/src/python/magnum/test/test_meshtools.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_meshtools_gl.py b/src/python/magnum/test/test_meshtools_gl.py index 766ff3b..fe6dcc0 100644 --- a/src/python/magnum/test/test_meshtools_gl.py +++ b/src/python/magnum/test/test_meshtools_gl.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_primitives.py b/src/python/magnum/test/test_primitives.py index 3767874..587593c 100644 --- a/src/python/magnum/test/test_primitives.py +++ b/src/python/magnum/test/test_primitives.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_scenegraph.py b/src/python/magnum/test/test_scenegraph.py index dd69ed8..d0b1f5e 100644 --- a/src/python/magnum/test/test_scenegraph.py +++ b/src/python/magnum/test/test_scenegraph.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_scenegraph_matrix.py b/src/python/magnum/test/test_scenegraph_matrix.py index 7f14ce3..858930c 100644 --- a/src/python/magnum/test/test_scenegraph_matrix.py +++ b/src/python/magnum/test/test_scenegraph_matrix.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_scenegraph_numpy.py b/src/python/magnum/test/test_scenegraph_numpy.py index a113113..5b0f249 100644 --- a/src/python/magnum/test/test_scenegraph_numpy.py +++ b/src/python/magnum/test/test_scenegraph_numpy.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_scenegraph_trs.py b/src/python/magnum/test/test_scenegraph_trs.py index 78d135f..bab71b5 100644 --- a/src/python/magnum/test/test_scenegraph_trs.py +++ b/src/python/magnum/test/test_scenegraph_trs.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_scenetools.py b/src/python/magnum/test/test_scenetools.py index d023f57..82f422c 100644 --- a/src/python/magnum/test/test_scenetools.py +++ b/src/python/magnum/test/test_scenetools.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_shaders_gl.py b/src/python/magnum/test/test_shaders_gl.py index 42e4fff..020f562 100644 --- a/src/python/magnum/test/test_shaders_gl.py +++ b/src/python/magnum/test/test_shaders_gl.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_text.py b/src/python/magnum/test/test_text.py index 2ac4cb7..556ef6a 100644 --- a/src/python/magnum/test/test_text.py +++ b/src/python/magnum/test/test_text.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_text_gl.py b/src/python/magnum/test/test_text_gl.py index b33ae9b..dc9ce66 100644 --- a/src/python/magnum/test/test_text_gl.py +++ b/src/python/magnum/test/test_text_gl.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/test/test_trade.py b/src/python/magnum/test/test_trade.py index ad61968..de11750 100644 --- a/src/python/magnum/test/test_trade.py +++ b/src/python/magnum/test/test_trade.py @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/text.cpp b/src/python/magnum/text.cpp index 55fcc96..6f58aea 100644 --- a/src/python/magnum/text.cpp +++ b/src/python/magnum/text.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/magnum/trade.cpp b/src/python/magnum/trade.cpp index a91a5e4..e21021e 100644 --- a/src/python/magnum/trade.cpp +++ b/src/python/magnum/trade.cpp @@ -2,7 +2,7 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023, 2024, 2025 + 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/python/setup.py.cmake b/src/python/setup.py.cmake index 0b46b97..1b9ef8f 100644 --- a/src/python/setup.py.cmake +++ b/src/python/setup.py.cmake @@ -2,7 +2,7 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023, 2024, 2025 +# 2020, 2021, 2022, 2023, 2024, 2025, 2026 # Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a