From eef921c23898c7799e75e462a3e86469e7d0bfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 3 Oct 2024 17:34:32 +0200 Subject: [PATCH] It's October already?! --- CMakeLists.txt | 3 ++- COPYING | 2 +- doc/00-page-order.dox | 3 ++- doc/animation.dox | 3 ++- doc/building.dox | 3 ++- doc/changelog-old.dox | 3 ++- doc/changelog.dox | 3 ++- doc/cmake.dox | 3 ++- doc/coding-style.dox | 3 ++- doc/compilation-speedup.dox | 3 ++- doc/conf.py | 2 +- doc/credits.dox | 3 ++- doc/custom-buildsystems-order-plugins.dot | 3 ++- doc/custom-buildsystems-order.dot | 3 ++- doc/custom-buildsystems.dox | 3 ++- doc/debug-tools.dox | 3 ++- doc/debuggers.dox | 3 ++- doc/developers.dox | 3 ++- doc/features.dox | 3 ++- doc/file-formats.dox | 3 ++- doc/generated/CMakeLists.txt | 3 ++- doc/generated/atlas.cpp | 3 ++- doc/generated/colormaps.cpp | 3 ++- doc/generated/easings.cpp | 3 ++- doc/generated/primitives.cpp | 3 ++- doc/generated/shaders.cpp | 3 ++- doc/getting-started.dox | 3 ++- doc/mainpage.dox | 5 +++-- doc/matrix-vector.dox | 3 ++- doc/method-chaining.dox | 3 ++- doc/namespaces.dox | 3 ++- doc/openal-support.dox | 3 ++- doc/openal.dox | 3 ++- doc/opengl-mapping.dox | 3 ++- doc/opengl-support.dox | 3 ++- doc/opengl-workarounds.dox | 3 ++- doc/opengl-wrapping.dox | 3 ++- doc/opengl.dox | 3 ++- doc/platform.dox | 3 ++- doc/platforms-android.dox | 3 ++- doc/platforms-gl.dox | 3 ++- doc/platforms-html5.dox | 3 ++- doc/platforms-ios.dox | 3 ++- doc/platforms-linux.dox | 3 ++- doc/platforms-macos.dox | 3 ++- doc/platforms-vk.dox | 3 ++- doc/platforms-windows.dox | 3 ++- doc/platforms.dox | 3 ++- doc/plugins.dox | 3 ++- doc/portability.dox | 3 ++- doc/scenegraph-features.dot | 3 ++- doc/scenegraph-hierarchy.dot | 3 ++- doc/scenegraph.dox | 3 ++- doc/shaders.dox | 3 ++- doc/singles.dox | 3 ++- doc/snippets/Animation-custom.cpp | 3 ++- doc/snippets/Animation.cpp | 3 ++- doc/snippets/Audio-scenegraph.cpp | 3 ++- doc/snippets/Audio.cpp | 3 ++- doc/snippets/CMakeLists.txt | 3 ++- doc/snippets/DebugTools-gl.cpp | 3 ++- doc/snippets/DebugTools.cpp | 3 ++- doc/snippets/GL-application.cpp | 3 ++- doc/snippets/GL.cpp | 3 ++- doc/snippets/Magnum-application.cpp | 3 ++- doc/snippets/Magnum.cpp | 3 ++- doc/snippets/MaterialTools.cpp | 3 ++- doc/snippets/Math-cpp14.cpp | 3 ++- doc/snippets/Math-stl.cpp | 3 ++- doc/snippets/Math.cpp | 3 ++- doc/snippets/MathAlgorithms.cpp | 3 ++- doc/snippets/MeshTools-gl.cpp | 3 ++- doc/snippets/MeshTools-stl.cpp | 3 ++- doc/snippets/MeshTools.cpp | 3 ++- doc/snippets/Platform-custom.cpp | 3 ++- doc/snippets/Platform-portability.cpp | 3 ++- doc/snippets/Platform-windowless-custom.cpp | 3 ++- doc/snippets/Platform-windowless-thread.cpp | 3 ++- doc/snippets/Platform-windowless.cpp | 3 ++- doc/snippets/Platform.cpp | 3 ++- doc/snippets/Primitives.cpp | 3 ++- doc/snippets/SceneGraph-gl.cpp | 3 ++- doc/snippets/SceneGraph.cpp | 3 ++- doc/snippets/SceneTools.cpp | 3 ++- doc/snippets/ShaderTools.cpp | 3 ++- doc/snippets/Shaders-gl.cpp | 3 ++- doc/snippets/Text-gl.cpp | 3 ++- doc/snippets/Text.cpp | 3 ++- doc/snippets/TextureTools.cpp | 3 ++- doc/snippets/Trade.cpp | 3 ++- doc/snippets/Trade.glsl | 3 ++- doc/snippets/Vk.cpp | 3 ++- doc/snippets/configure.h.cmake | 3 ++- doc/snippets/debugtools-compareimage.cpp | 3 ++- doc/snippets/debugtools-comparematerial.cpp | 3 ++- doc/snippets/debugtools-frameprofiler.cpp | 3 ++- doc/snippets/getting-started-blue.cpp | 3 ++- doc/snippets/getting-started.cpp | 3 ++- doc/snippets/platforms-html5.cpp | 3 ++- doc/snippets/plugins.cpp | 3 ++- doc/tips.dox | 3 ++- doc/transformations.dox | 3 ++- doc/troubleshooting.dox | 3 ++- doc/types.dox | 3 ++- doc/utilities.dox | 3 ++- doc/vk-renderpass-layouts.dot | 3 ++- doc/vulkan-mapping.dox | 3 ++- doc/vulkan-support.dox | 3 ++- doc/vulkan-workarounds.dox | 3 ++- doc/vulkan-wrapping.dox | 3 ++- doc/vulkan.dox | 3 ++- modules/CMakeLists.txt | 3 ++- modules/FindEGL.cmake | 3 ++- modules/FindGLFW.cmake | 3 ++- modules/FindMagnum.cmake | 3 ++- modules/FindOpenAL.cmake | 3 ++- modules/FindOpenGLES2.cmake | 3 ++- modules/FindOpenGLES3.cmake | 3 ++- modules/FindSDL2.cmake | 3 ++- modules/FindVulkan.cmake | 3 ++- modules/MagnumConfig.cmake | 3 ++- package/debian/copyright | 2 +- package/hunter/HunterAddPackages.cmake | 3 ++- package/hunter/HunterInit.cmake | 3 ++- src/CMakeLists.txt | 3 ++- src/Magnum/AbstractResourceLoader.h | 3 ++- src/Magnum/Animation/Animation.h | 3 ++- src/Magnum/Animation/CMakeLists.txt | 3 ++- src/Magnum/Animation/Easing.h | 3 ++- src/Magnum/Animation/Interpolation.cpp | 3 ++- src/Magnum/Animation/Interpolation.h | 3 ++- src/Magnum/Animation/Player.cpp | 3 ++- src/Magnum/Animation/Player.h | 3 ++- src/Magnum/Animation/Player.hpp | 3 ++- src/Magnum/Animation/Test/Benchmark.cpp | 3 ++- src/Magnum/Animation/Test/CMakeLists.txt | 3 ++- src/Magnum/Animation/Test/EasingTest.cpp | 3 ++- src/Magnum/Animation/Test/InterpolationTest.cpp | 3 ++- src/Magnum/Animation/Test/PlayerCustomTest.cpp | 3 ++- src/Magnum/Animation/Test/PlayerTest.cpp | 3 ++- src/Magnum/Animation/Test/TrackTest.cpp | 3 ++- src/Magnum/Animation/Test/TrackViewTest.cpp | 3 ++- src/Magnum/Animation/Track.h | 3 ++- src/Magnum/Array.h | 3 ++- src/Magnum/Audio/AbstractImporter.cpp | 3 ++- src/Magnum/Audio/AbstractImporter.h | 3 ++- src/Magnum/Audio/Audio.cpp | 3 ++- src/Magnum/Audio/Audio.h | 3 ++- src/Magnum/Audio/Buffer.cpp | 3 ++- src/Magnum/Audio/Buffer.h | 3 ++- src/Magnum/Audio/BufferFormat.cpp | 3 ++- src/Magnum/Audio/BufferFormat.h | 3 ++- src/Magnum/Audio/CMakeLists.txt | 3 ++- src/Magnum/Audio/Context.cpp | 3 ++- src/Magnum/Audio/Context.h | 3 ++- src/Magnum/Audio/Extensions.h | 3 ++- src/Magnum/Audio/Listener.cpp | 3 ++- src/Magnum/Audio/Listener.h | 3 ++- src/Magnum/Audio/Playable.cpp | 3 ++- src/Magnum/Audio/Playable.h | 3 ++- src/Magnum/Audio/PlayableGroup.cpp | 3 ++- src/Magnum/Audio/PlayableGroup.h | 3 ++- src/Magnum/Audio/Renderer.cpp | 3 ++- src/Magnum/Audio/Renderer.h | 3 ++- src/Magnum/Audio/Source.cpp | 3 ++- src/Magnum/Audio/Source.h | 3 ++- src/Magnum/Audio/Test/AbstractImporterTest.cpp | 3 ++- src/Magnum/Audio/Test/BufferALTest.cpp | 3 ++- src/Magnum/Audio/Test/BufferFormatTest.cpp | 3 ++- src/Magnum/Audio/Test/CMakeLists.txt | 3 ++- src/Magnum/Audio/Test/ContextALTest.cpp | 3 ++- src/Magnum/Audio/Test/ContextTest.cpp | 3 ++- src/Magnum/Audio/Test/GlobalStateAcrossLibrariesALTest.cpp | 3 ++- src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.cpp | 3 ++- src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.h | 3 ++- src/Magnum/Audio/Test/ListenerALTest.cpp | 3 ++- src/Magnum/Audio/Test/PlayableALTest.cpp | 3 ++- src/Magnum/Audio/Test/RendererALTest.cpp | 3 ++- src/Magnum/Audio/Test/RendererTest.cpp | 3 ++- src/Magnum/Audio/Test/SourceALTest.cpp | 3 ++- src/Magnum/Audio/Test/SourceTest.cpp | 3 ++- src/Magnum/Audio/Test/configure.h.cmake | 3 ++- src/Magnum/Audio/al-info.cpp | 3 ++- src/Magnum/Audio/configure.h.cmake | 3 ++- src/Magnum/Audio/visibility.h | 3 ++- src/Magnum/British.h | 3 ++- src/Magnum/CMakeLists.txt | 3 ++- src/Magnum/DebugTools/BufferData.cpp | 3 ++- src/Magnum/DebugTools/BufferData.h | 3 ++- src/Magnum/DebugTools/CMakeLists.txt | 3 ++- src/Magnum/DebugTools/ColorMap.cpp | 3 ++- src/Magnum/DebugTools/ColorMap.h | 3 ++- src/Magnum/DebugTools/CompareImage.cpp | 3 ++- src/Magnum/DebugTools/CompareImage.h | 3 ++- src/Magnum/DebugTools/CompareMaterial.cpp | 3 ++- src/Magnum/DebugTools/CompareMaterial.h | 3 ++- src/Magnum/DebugTools/DebugTools.h | 3 ++- src/Magnum/DebugTools/ForceRenderer.cpp | 3 ++- src/Magnum/DebugTools/ForceRenderer.h | 3 ++- src/Magnum/DebugTools/FrameProfiler.cpp | 3 ++- src/Magnum/DebugTools/FrameProfiler.h | 3 ++- .../DebugTools/Implementation/ForceRendererTransformation.h | 3 ++- src/Magnum/DebugTools/Implementation/colormap-to-srgb.py | 3 ++- src/Magnum/DebugTools/Implementation/cool-warm.py | 3 ++- src/Magnum/DebugTools/ObjectRenderer.cpp | 3 ++- src/Magnum/DebugTools/ObjectRenderer.h | 3 ++- src/Magnum/DebugTools/Profiler.cpp | 3 ++- src/Magnum/DebugTools/Profiler.h | 3 ++- src/Magnum/DebugTools/ResourceManager.cpp | 3 ++- src/Magnum/DebugTools/ResourceManager.h | 3 ++- src/Magnum/DebugTools/Screenshot.cpp | 3 ++- src/Magnum/DebugTools/Screenshot.h | 3 ++- src/Magnum/DebugTools/Test/BufferDataGLTest.cpp | 3 ++- src/Magnum/DebugTools/Test/CMakeLists.txt | 3 ++- src/Magnum/DebugTools/Test/CompareImageTest.cpp | 3 ++- src/Magnum/DebugTools/Test/CompareMaterialTest.cpp | 3 ++- src/Magnum/DebugTools/Test/ForceRendererGLTest.cpp | 3 ++- src/Magnum/DebugTools/Test/ForceRendererTest.cpp | 3 ++- src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp | 3 ++- src/Magnum/DebugTools/Test/FrameProfilerTest.cpp | 3 ++- src/Magnum/DebugTools/Test/ObjectRendererGLTest.cpp | 3 ++- src/Magnum/DebugTools/Test/ScreenshotGLTest.cpp | 3 ++- src/Magnum/DebugTools/Test/TextureImageGLTest.cpp | 3 ++- src/Magnum/DebugTools/Test/configure.h.cmake | 3 ++- src/Magnum/DebugTools/TextureImage.cpp | 3 ++- src/Magnum/DebugTools/TextureImage.frag | 3 ++- src/Magnum/DebugTools/TextureImage.h | 3 ++- src/Magnum/DebugTools/TextureImage.vert | 3 ++- src/Magnum/DebugTools/visibility.h | 3 ++- src/Magnum/DimensionTraits.h | 3 ++- src/Magnum/FileCallback.cpp | 3 ++- src/Magnum/FileCallback.h | 3 ++- src/Magnum/GL/AbstractFramebuffer.cpp | 3 ++- src/Magnum/GL/AbstractFramebuffer.h | 3 ++- src/Magnum/GL/AbstractObject.cpp | 3 ++- src/Magnum/GL/AbstractObject.h | 3 ++- src/Magnum/GL/AbstractQuery.cpp | 3 ++- src/Magnum/GL/AbstractQuery.h | 3 ++- src/Magnum/GL/AbstractShaderProgram.cpp | 3 ++- src/Magnum/GL/AbstractShaderProgram.h | 3 ++- src/Magnum/GL/AbstractTexture.cpp | 3 ++- src/Magnum/GL/AbstractTexture.h | 3 ++- src/Magnum/GL/Attribute.cpp | 3 ++- src/Magnum/GL/Attribute.h | 3 ++- src/Magnum/GL/Buffer.cpp | 3 ++- src/Magnum/GL/Buffer.h | 3 ++- src/Magnum/GL/BufferImage.cpp | 3 ++- src/Magnum/GL/BufferImage.h | 3 ++- src/Magnum/GL/BufferTexture.cpp | 3 ++- src/Magnum/GL/BufferTexture.h | 3 ++- src/Magnum/GL/BufferTextureFormat.h | 3 ++- src/Magnum/GL/CMakeLists.txt | 3 ++- src/Magnum/GL/Context.cpp | 3 ++- src/Magnum/GL/Context.h | 3 ++- src/Magnum/GL/CubeMapTexture.cpp | 3 ++- src/Magnum/GL/CubeMapTexture.h | 3 ++- src/Magnum/GL/CubeMapTextureArray.cpp | 3 ++- src/Magnum/GL/CubeMapTextureArray.h | 3 ++- src/Magnum/GL/DebugOutput.cpp | 3 ++- src/Magnum/GL/DebugOutput.h | 3 ++- src/Magnum/GL/DefaultFramebuffer.cpp | 3 ++- src/Magnum/GL/DefaultFramebuffer.h | 3 ++- src/Magnum/GL/Extensions.h | 3 ++- src/Magnum/GL/Framebuffer.cpp | 3 ++- src/Magnum/GL/Framebuffer.h | 3 ++- src/Magnum/GL/GL.h | 3 ++- src/Magnum/GL/ImageFormat.h | 3 ++- src/Magnum/GL/Implementation/BufferState.cpp | 3 ++- src/Magnum/GL/Implementation/BufferState.h | 3 ++- src/Magnum/GL/Implementation/ContextState.cpp | 3 ++- src/Magnum/GL/Implementation/ContextState.h | 3 ++- src/Magnum/GL/Implementation/DebugState.cpp | 3 ++- src/Magnum/GL/Implementation/DebugState.h | 3 ++- src/Magnum/GL/Implementation/FramebufferState.cpp | 3 ++- src/Magnum/GL/Implementation/FramebufferState.h | 3 ++- src/Magnum/GL/Implementation/MeshState.cpp | 3 ++- src/Magnum/GL/Implementation/MeshState.h | 3 ++- src/Magnum/GL/Implementation/QueryState.cpp | 3 ++- src/Magnum/GL/Implementation/QueryState.h | 3 ++- src/Magnum/GL/Implementation/RendererState.cpp | 3 ++- src/Magnum/GL/Implementation/RendererState.h | 3 ++- src/Magnum/GL/Implementation/ShaderProgramState.cpp | 3 ++- src/Magnum/GL/Implementation/ShaderProgramState.h | 3 ++- src/Magnum/GL/Implementation/ShaderState.cpp | 3 ++- src/Magnum/GL/Implementation/ShaderState.h | 3 ++- src/Magnum/GL/Implementation/State.cpp | 3 ++- src/Magnum/GL/Implementation/State.h | 3 ++- src/Magnum/GL/Implementation/TextureState.cpp | 3 ++- src/Magnum/GL/Implementation/TextureState.h | 3 ++- src/Magnum/GL/Implementation/TransformFeedbackState.h | 3 ++- .../GL/Implementation/compressedPixelFormatMapping.hpp | 3 ++- src/Magnum/GL/Implementation/defaultDebugCallback.h | 3 ++- src/Magnum/GL/Implementation/driverSpecific.cpp | 3 ++- src/Magnum/GL/Implementation/maxTextureSize.cpp | 3 ++- src/Magnum/GL/Implementation/maxTextureSize.h | 3 ++- src/Magnum/GL/Implementation/pixelFormatMapping.hpp | 3 ++- src/Magnum/GL/Mesh.cpp | 3 ++- src/Magnum/GL/Mesh.h | 3 ++- src/Magnum/GL/MeshView.cpp | 3 ++- src/Magnum/GL/MeshView.h | 3 ++- src/Magnum/GL/MultisampleTexture.cpp | 3 ++- src/Magnum/GL/MultisampleTexture.h | 3 ++- src/Magnum/GL/OpenGL.cpp | 3 ++- src/Magnum/GL/OpenGL.h | 3 ++- src/Magnum/GL/OpenGLTester.cpp | 3 ++- src/Magnum/GL/OpenGLTester.h | 3 ++- src/Magnum/GL/PipelineStatisticsQuery.h | 3 ++- src/Magnum/GL/PixelFormat.cpp | 3 ++- src/Magnum/GL/PixelFormat.h | 3 ++- src/Magnum/GL/PrimitiveQuery.cpp | 3 ++- src/Magnum/GL/PrimitiveQuery.h | 3 ++- src/Magnum/GL/RectangleTexture.cpp | 3 ++- src/Magnum/GL/RectangleTexture.h | 3 ++- src/Magnum/GL/Renderbuffer.cpp | 3 ++- src/Magnum/GL/Renderbuffer.h | 3 ++- src/Magnum/GL/RenderbufferFormat.h | 3 ++- src/Magnum/GL/Renderer.cpp | 3 ++- src/Magnum/GL/Renderer.h | 3 ++- src/Magnum/GL/SampleQuery.h | 3 ++- src/Magnum/GL/Sampler.cpp | 3 ++- src/Magnum/GL/Sampler.h | 3 ++- src/Magnum/GL/Shader.cpp | 3 ++- src/Magnum/GL/Shader.h | 3 ++- src/Magnum/GL/Test/AbstractObjectGLTest.cpp | 3 ++- src/Magnum/GL/Test/AbstractQueryGLTest.cpp | 3 ++- src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp | 3 ++- src/Magnum/GL/Test/AbstractShaderProgramTest.cpp | 3 ++- src/Magnum/GL/Test/AbstractTextureGLTest.cpp | 3 ++- src/Magnum/GL/Test/AttributeTest.cpp | 3 ++- src/Magnum/GL/Test/BufferGLTest.cpp | 3 ++- src/Magnum/GL/Test/BufferImageGLTest.cpp | 3 ++- src/Magnum/GL/Test/BufferImageTest.cpp | 3 ++- src/Magnum/GL/Test/BufferTest.cpp | 3 ++- src/Magnum/GL/Test/BufferTextureGLTest.cpp | 3 ++- src/Magnum/GL/Test/BufferTextureTest.cpp | 3 ++- src/Magnum/GL/Test/CMakeLists.txt | 3 ++- src/Magnum/GL/Test/ContextGLTest.cpp | 3 ++- src/Magnum/GL/Test/ContextTest.cpp | 3 ++- src/Magnum/GL/Test/CubeMapTextureArrayGLTest.cpp | 3 ++- src/Magnum/GL/Test/CubeMapTextureArrayTest.cpp | 3 ++- src/Magnum/GL/Test/CubeMapTextureGLTest.cpp | 3 ++- src/Magnum/GL/Test/CubeMapTextureTest.cpp | 3 ++- src/Magnum/GL/Test/DebugOutputGLTest.cpp | 3 ++- src/Magnum/GL/Test/DebugOutputTest.cpp | 3 ++- src/Magnum/GL/Test/DefaultFramebufferTest.cpp | 3 ++- src/Magnum/GL/Test/FramebufferGLTest.cpp | 3 ++- src/Magnum/GL/Test/FramebufferTest.cpp | 3 ++- src/Magnum/GL/Test/GlobalStateAcrossLibrariesGLTest.cpp | 3 ++- src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.cpp | 3 ++- src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.h | 3 ++- src/Magnum/GL/Test/MeshGLTest.cpp | 3 ++- src/Magnum/GL/Test/MeshTest.cpp | 3 ++- src/Magnum/GL/Test/MultisampleTextureGLTest.cpp | 3 ++- src/Magnum/GL/Test/MultisampleTextureTest.cpp | 3 ++- src/Magnum/GL/Test/PipelineStatisticsQueryGLTest.cpp | 3 ++- src/Magnum/GL/Test/PipelineStatisticsQueryTest.cpp | 3 ++- src/Magnum/GL/Test/PixelFormatTest.cpp | 3 ++- src/Magnum/GL/Test/PixelStorageGLTest.cpp | 3 ++- src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp | 3 ++- src/Magnum/GL/Test/PrimitiveQueryTest.cpp | 3 ++- src/Magnum/GL/Test/RectangleTextureGLTest.cpp | 3 ++- src/Magnum/GL/Test/RectangleTextureTest.cpp | 3 ++- src/Magnum/GL/Test/RenderbufferGLTest.cpp | 3 ++- src/Magnum/GL/Test/RenderbufferTest.cpp | 3 ++- src/Magnum/GL/Test/RendererGLTest.cpp | 3 ++- src/Magnum/GL/Test/RendererTest.cpp | 3 ++- src/Magnum/GL/Test/SampleQueryGLTest.cpp | 3 ++- src/Magnum/GL/Test/SampleQueryTest.cpp | 3 ++- src/Magnum/GL/Test/SamplerTest.cpp | 3 ++- src/Magnum/GL/Test/ShaderGLTest.cpp | 3 ++- src/Magnum/GL/Test/ShaderTest.cpp | 3 ++- src/Magnum/GL/Test/TextureArrayGLTest.cpp | 3 ++- src/Magnum/GL/Test/TextureArrayTest.cpp | 3 ++- src/Magnum/GL/Test/TextureGLTest.cpp | 3 ++- src/Magnum/GL/Test/TextureTest.cpp | 3 ++- src/Magnum/GL/Test/TimeQueryGLTest.cpp | 3 ++- src/Magnum/GL/Test/TimeQueryTest.cpp | 3 ++- src/Magnum/GL/Test/TransformFeedbackGLTest.cpp | 3 ++- src/Magnum/GL/Test/TransformFeedbackTest.cpp | 3 ++- src/Magnum/GL/Test/VersionTest.cpp | 3 ++- src/Magnum/GL/Test/configure.h.cmake | 3 ++- src/Magnum/GL/Texture.cpp | 3 ++- src/Magnum/GL/Texture.h | 3 ++- src/Magnum/GL/TextureArray.cpp | 3 ++- src/Magnum/GL/TextureArray.h | 3 ++- src/Magnum/GL/TextureFormat.cpp | 3 ++- src/Magnum/GL/TextureFormat.h | 3 ++- src/Magnum/GL/TimeQuery.h | 3 ++- src/Magnum/GL/TransformFeedback.cpp | 3 ++- src/Magnum/GL/TransformFeedback.h | 3 ++- src/Magnum/GL/Version.cpp | 3 ++- src/Magnum/GL/Version.h | 3 ++- src/Magnum/GL/visibility.h | 3 ++- src/Magnum/Image.cpp | 3 ++- src/Magnum/Image.h | 3 ++- src/Magnum/ImageFlags.cpp | 3 ++- src/Magnum/ImageFlags.h | 3 ++- src/Magnum/ImageView.cpp | 3 ++- src/Magnum/ImageView.h | 3 ++- src/Magnum/Implementation/ImageProperties.h | 3 ++- src/Magnum/Implementation/WindowsWeakSymbol.cpp | 3 ++- src/Magnum/Implementation/WindowsWeakSymbol.h | 3 ++- src/Magnum/Implementation/compressedPixelFormatMapping.hpp | 3 ++- src/Magnum/Implementation/configure.h.cmake | 3 ++- src/Magnum/Implementation/converterUtilities.h | 3 ++- src/Magnum/Implementation/meshIndexTypeMapping.hpp | 3 ++- src/Magnum/Implementation/meshPrimitiveMapping.hpp | 3 ++- src/Magnum/Implementation/pixelFormatMapping.hpp | 3 ++- src/Magnum/Implementation/vertexFormatMapping.hpp | 3 ++- src/Magnum/Magnum.h | 3 ++- src/Magnum/MaterialTools/CMakeLists.txt | 3 ++- src/Magnum/MaterialTools/Copy.cpp | 3 ++- src/Magnum/MaterialTools/Copy.h | 3 ++- src/Magnum/MaterialTools/Filter.cpp | 3 ++- src/Magnum/MaterialTools/Filter.h | 3 ++- src/Magnum/MaterialTools/Implementation/attributesEqual.h | 3 ++- src/Magnum/MaterialTools/Merge.cpp | 3 ++- src/Magnum/MaterialTools/Merge.h | 3 ++- src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.cpp | 3 ++- src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.h | 3 ++- src/Magnum/MaterialTools/RemoveDuplicates.cpp | 3 ++- src/Magnum/MaterialTools/RemoveDuplicates.h | 3 ++- src/Magnum/MaterialTools/Test/CMakeLists.txt | 3 ++- src/Magnum/MaterialTools/Test/CopyTest.cpp | 3 ++- src/Magnum/MaterialTools/Test/FilterTest.cpp | 3 ++- src/Magnum/MaterialTools/Test/MergeTest.cpp | 3 ++- .../MaterialTools/Test/PhongToPbrMetallicRoughnessTest.cpp | 3 ++- src/Magnum/MaterialTools/Test/RemoveDuplicatesTest.cpp | 3 ++- src/Magnum/MaterialTools/visibility.h | 3 ++- src/Magnum/Math/Algorithms/CMakeLists.txt | 3 ++- src/Magnum/Math/Algorithms/GaussJordan.h | 3 ++- src/Magnum/Math/Algorithms/GramSchmidt.h | 3 ++- src/Magnum/Math/Algorithms/KahanSum.h | 3 ++- src/Magnum/Math/Algorithms/Qr.h | 3 ++- src/Magnum/Math/Algorithms/Svd.h | 3 ++- src/Magnum/Math/Algorithms/Test/CMakeLists.txt | 3 ++- src/Magnum/Math/Algorithms/Test/GaussJordanTest.cpp | 3 ++- src/Magnum/Math/Algorithms/Test/GramSchmidtTest.cpp | 3 ++- src/Magnum/Math/Algorithms/Test/KahanSumTest.cpp | 3 ++- src/Magnum/Math/Algorithms/Test/QrTest.cpp | 3 ++- src/Magnum/Math/Algorithms/Test/SvdTest.cpp | 3 ++- src/Magnum/Math/Angle.cpp | 3 ++- src/Magnum/Math/Angle.h | 3 ++- src/Magnum/Math/Bezier.h | 3 ++- src/Magnum/Math/BitVector.h | 3 ++- src/Magnum/Math/BoolVector.h | 3 ++- src/Magnum/Math/CMakeLists.txt | 3 ++- src/Magnum/Math/Color.cpp | 3 ++- src/Magnum/Math/Color.h | 3 ++- src/Magnum/Math/ColorBatch.cpp | 3 ++- src/Magnum/Math/ColorBatch.h | 3 ++- src/Magnum/Math/Complex.h | 3 ++- src/Magnum/Math/ConfigurationValue.h | 3 ++- src/Magnum/Math/Constants.h | 3 ++- src/Magnum/Math/CubicHermite.h | 3 ++- src/Magnum/Math/Distance.h | 3 ++- src/Magnum/Math/Dual.h | 3 ++- src/Magnum/Math/DualComplex.h | 3 ++- src/Magnum/Math/DualQuaternion.h | 3 ++- src/Magnum/Math/Frustum.h | 3 ++- src/Magnum/Math/Functions.cpp | 3 ++- src/Magnum/Math/Functions.h | 3 ++- src/Magnum/Math/FunctionsBatch.h | 3 ++- src/Magnum/Math/Half.cpp | 3 ++- src/Magnum/Math/Half.h | 3 ++- src/Magnum/Math/Implementation/generateHalfTables.py | 6 ++++-- src/Magnum/Math/Implementation/halfTables.hpp | 3 ++- src/Magnum/Math/Intersection.h | 3 ++- src/Magnum/Math/Math.h | 3 ++- src/Magnum/Math/Matrix.h | 3 ++- src/Magnum/Math/Matrix3.h | 3 ++- src/Magnum/Math/Matrix4.h | 3 ++- src/Magnum/Math/Packing.cpp | 3 ++- src/Magnum/Math/Packing.h | 3 ++- src/Magnum/Math/PackingBatch.cpp | 3 ++- src/Magnum/Math/PackingBatch.h | 3 ++- src/Magnum/Math/Quaternion.h | 3 ++- src/Magnum/Math/Range.h | 3 ++- src/Magnum/Math/RectangularMatrix.h | 3 ++- src/Magnum/Math/StrictWeakOrdering.h | 3 ++- src/Magnum/Math/Swizzle.h | 3 ++- src/Magnum/Math/Tags.h | 3 ++- src/Magnum/Math/Test/AngleTest.cpp | 3 ++- src/Magnum/Math/Test/BezierTest.cpp | 3 ++- src/Magnum/Math/Test/BitVectorTest.cpp | 3 ++- src/Magnum/Math/Test/CMakeLists.txt | 3 ++- src/Magnum/Math/Test/ColorBatchTest.cpp | 3 ++- src/Magnum/Math/Test/ColorTest.cpp | 3 ++- src/Magnum/Math/Test/ComplexTest.cpp | 3 ++- src/Magnum/Math/Test/ConfigurationValueTest.cpp | 3 ++- src/Magnum/Math/Test/ConstantsTest.cpp | 3 ++- src/Magnum/Math/Test/CubicHermiteTest.cpp | 3 ++- src/Magnum/Math/Test/DistanceTest.cpp | 3 ++- src/Magnum/Math/Test/DualComplexTest.cpp | 3 ++- src/Magnum/Math/Test/DualQuaternionTest.cpp | 3 ++- src/Magnum/Math/Test/DualTest.cpp | 3 ++- src/Magnum/Math/Test/FrustumTest.cpp | 3 ++- src/Magnum/Math/Test/FunctionsBatchTest.cpp | 3 ++- src/Magnum/Math/Test/FunctionsBenchmark.cpp | 3 ++- src/Magnum/Math/Test/FunctionsTest.cpp | 3 ++- src/Magnum/Math/Test/HalfTest.cpp | 3 ++- src/Magnum/Math/Test/InterpolationBenchmark.cpp | 3 ++- src/Magnum/Math/Test/IntersectionBenchmark.cpp | 3 ++- src/Magnum/Math/Test/IntersectionTest.cpp | 3 ++- src/Magnum/Math/Test/Matrix3Test.cpp | 3 ++- src/Magnum/Math/Test/Matrix4Test.cpp | 3 ++- src/Magnum/Math/Test/MatrixBenchmark.cpp | 3 ++- src/Magnum/Math/Test/MatrixTest.cpp | 3 ++- src/Magnum/Math/Test/PackingBatchTest.cpp | 3 ++- src/Magnum/Math/Test/PackingTest.cpp | 3 ++- src/Magnum/Math/Test/QuaternionTest.cpp | 3 ++- src/Magnum/Math/Test/RangeTest.cpp | 3 ++- src/Magnum/Math/Test/RectangularMatrixTest.cpp | 3 ++- src/Magnum/Math/Test/StrictWeakOrderingTest.cpp | 3 ++- src/Magnum/Math/Test/SwizzleTest.cpp | 3 ++- src/Magnum/Math/Test/TagsTest.cpp | 3 ++- src/Magnum/Math/Test/TimeStlTest.cpp | 3 ++- src/Magnum/Math/Test/TimeTest.cpp | 3 ++- src/Magnum/Math/Test/TypeTraitsTest.cpp | 3 ++- src/Magnum/Math/Test/UnitTest.cpp | 3 ++- src/Magnum/Math/Test/Vector2Test.cpp | 3 ++- src/Magnum/Math/Test/Vector3Test.cpp | 3 ++- src/Magnum/Math/Test/Vector4Test.cpp | 3 ++- src/Magnum/Math/Test/VectorBenchmark.cpp | 3 ++- src/Magnum/Math/Test/VectorTest.cpp | 3 ++- src/Magnum/Math/Test/configure.h.cmake | 3 ++- src/Magnum/Math/Time.cpp | 3 ++- src/Magnum/Math/Time.h | 3 ++- src/Magnum/Math/TimeStl.h | 3 ++- src/Magnum/Math/TypeTraits.h | 3 ++- src/Magnum/Math/Unit.h | 3 ++- src/Magnum/Math/Vector.h | 3 ++- src/Magnum/Math/Vector2.h | 3 ++- src/Magnum/Math/Vector3.h | 3 ++- src/Magnum/Math/Vector4.h | 3 ++- src/Magnum/Math/instantiation.cpp | 3 ++- src/Magnum/Mesh.cpp | 3 ++- src/Magnum/Mesh.h | 3 ++- src/Magnum/MeshTools/BoundingVolume.cpp | 3 ++- src/Magnum/MeshTools/BoundingVolume.h | 3 ++- src/Magnum/MeshTools/CMakeLists.txt | 3 ++- src/Magnum/MeshTools/Combine.cpp | 3 ++- src/Magnum/MeshTools/Combine.h | 3 ++- src/Magnum/MeshTools/CombineIndexedArrays.cpp | 3 ++- src/Magnum/MeshTools/CombineIndexedArrays.h | 3 ++- src/Magnum/MeshTools/Compile.cpp | 3 ++- src/Magnum/MeshTools/Compile.h | 3 ++- src/Magnum/MeshTools/CompileLines.cpp | 3 ++- src/Magnum/MeshTools/CompileLines.h | 3 ++- src/Magnum/MeshTools/CompressIndices.cpp | 3 ++- src/Magnum/MeshTools/CompressIndices.h | 3 ++- src/Magnum/MeshTools/Concatenate.cpp | 3 ++- src/Magnum/MeshTools/Concatenate.h | 3 ++- src/Magnum/MeshTools/Copy.cpp | 3 ++- src/Magnum/MeshTools/Copy.h | 3 ++- src/Magnum/MeshTools/Duplicate.cpp | 3 ++- src/Magnum/MeshTools/Duplicate.h | 3 ++- src/Magnum/MeshTools/Filter.cpp | 3 ++- src/Magnum/MeshTools/Filter.h | 3 ++- src/Magnum/MeshTools/FilterAttributes.h | 3 ++- src/Magnum/MeshTools/FlipNormals.cpp | 3 ++- src/Magnum/MeshTools/FlipNormals.h | 3 ++- src/Magnum/MeshTools/FullScreenTriangle.cpp | 3 ++- src/Magnum/MeshTools/FullScreenTriangle.h | 3 ++- src/Magnum/MeshTools/GenerateFlatNormals.h | 3 ++- src/Magnum/MeshTools/GenerateIndices.cpp | 3 ++- src/Magnum/MeshTools/GenerateIndices.h | 3 ++- src/Magnum/MeshTools/GenerateLines.cpp | 3 ++- src/Magnum/MeshTools/GenerateLines.h | 3 ++- src/Magnum/MeshTools/GenerateNormals.cpp | 3 ++- src/Magnum/MeshTools/GenerateNormals.h | 3 ++- src/Magnum/MeshTools/Implementation/Tipsify.h | 3 ++- src/Magnum/MeshTools/Implementation/remapAttributeData.h | 3 ++- src/Magnum/MeshTools/Interleave.cpp | 3 ++- src/Magnum/MeshTools/Interleave.h | 3 ++- src/Magnum/MeshTools/InterleaveFlags.h | 3 ++- src/Magnum/MeshTools/Reference.h | 3 ++- src/Magnum/MeshTools/RemoveDuplicates.cpp | 3 ++- src/Magnum/MeshTools/RemoveDuplicates.h | 3 ++- src/Magnum/MeshTools/Subdivide.h | 3 ++- src/Magnum/MeshTools/Test/BoundingVolumeTest.cpp | 3 ++- src/Magnum/MeshTools/Test/CMakeLists.txt | 3 ++- src/Magnum/MeshTools/Test/CombineIndexedArraysTest.cpp | 3 ++- src/Magnum/MeshTools/Test/CombineTest.cpp | 3 ++- src/Magnum/MeshTools/Test/CompileGLTest.cpp | 3 ++- src/Magnum/MeshTools/Test/CompileLinesGLTest.cpp | 3 ++- src/Magnum/MeshTools/Test/CompressIndicesTest.cpp | 3 ++- src/Magnum/MeshTools/Test/ConcatenateTest.cpp | 3 ++- src/Magnum/MeshTools/Test/CopyTest.cpp | 3 ++- src/Magnum/MeshTools/Test/DuplicateTest.cpp | 3 ++- src/Magnum/MeshTools/Test/FilterTest.cpp | 3 ++- src/Magnum/MeshTools/Test/FlipNormalsTest.cpp | 3 ++- src/Magnum/MeshTools/Test/FullScreenTriangleGLTest.cpp | 3 ++- src/Magnum/MeshTools/Test/GenerateIndicesTest.cpp | 3 ++- src/Magnum/MeshTools/Test/GenerateLinesTest.cpp | 3 ++- src/Magnum/MeshTools/Test/GenerateNormalsTest.cpp | 3 ++- src/Magnum/MeshTools/Test/InterleaveTest.cpp | 3 ++- src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp | 3 ++- src/Magnum/MeshTools/Test/SubdivideTest.cpp | 3 ++- src/Magnum/MeshTools/Test/TipsifyTest.cpp | 3 ++- src/Magnum/MeshTools/Test/TransformTest.cpp | 3 ++- src/Magnum/MeshTools/Test/configure.h.cmake | 3 ++- src/Magnum/MeshTools/Tipsify.cpp | 3 ++- src/Magnum/MeshTools/Tipsify.h | 3 ++- src/Magnum/MeshTools/Transform.cpp | 3 ++- src/Magnum/MeshTools/Transform.h | 3 ++- src/Magnum/MeshTools/visibility.h | 3 ++- src/Magnum/PixelFormat.cpp | 3 ++- src/Magnum/PixelFormat.h | 3 ++- src/Magnum/PixelStorage.cpp | 3 ++- src/Magnum/PixelStorage.h | 3 ++- src/Magnum/Platform/AbstractXApplication.cpp | 3 ++- src/Magnum/Platform/AbstractXApplication.h | 3 ++- src/Magnum/Platform/AndroidApplication.cpp | 3 ++- src/Magnum/Platform/AndroidApplication.h | 3 ++- src/Magnum/Platform/CMakeLists.txt | 3 ++- src/Magnum/Platform/EmscriptenApplication.cpp | 3 ++- src/Magnum/Platform/EmscriptenApplication.h | 3 ++- src/Magnum/Platform/EmscriptenApplication.js | 3 ++- src/Magnum/Platform/GLContext.h | 3 ++- src/Magnum/Platform/GlfwApplication.cpp | 3 ++- src/Magnum/Platform/GlfwApplication.h | 3 ++- src/Magnum/Platform/GlxApplication.cpp | 3 ++- src/Magnum/Platform/GlxApplication.h | 3 ++- src/Magnum/Platform/Implementation/AbstractContextHandler.h | 3 ++- src/Magnum/Platform/Implementation/DpiScaling.cpp | 3 ++- src/Magnum/Platform/Implementation/DpiScaling.h | 3 ++- src/Magnum/Platform/Implementation/DpiScaling.mm | 3 ++- src/Magnum/Platform/Implementation/Egl.cpp | 3 ++- src/Magnum/Platform/Implementation/Egl.h | 3 ++- src/Magnum/Platform/Implementation/EglContextHandler.cpp | 3 ++- src/Magnum/Platform/Implementation/EglContextHandler.h | 3 ++- src/Magnum/Platform/Implementation/GlxContextHandler.cpp | 3 ++- src/Magnum/Platform/Implementation/GlxContextHandler.h | 3 ++- src/Magnum/Platform/Implementation/OpenGLFunctionLoader.cpp | 3 ++- src/Magnum/Platform/Implementation/OpenGLFunctionLoader.h | 3 ++- src/Magnum/Platform/Platform.h | 3 ++- src/Magnum/Platform/Platform.js.in | 3 ++- src/Magnum/Platform/Screen.h | 3 ++- src/Magnum/Platform/ScreenedApplication.h | 3 ++- src/Magnum/Platform/ScreenedApplication.hpp | 3 ++- src/Magnum/Platform/Sdl2Application.cpp | 3 ++- src/Magnum/Platform/Sdl2Application.h | 3 ++- src/Magnum/Platform/Test/AndroidApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/CMakeLists.txt | 3 ++- src/Magnum/Platform/Test/GlfwApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/GlxApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/Sdl2ApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/WindowlessCglApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/WindowlessEglApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/WindowlessGlxApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/WindowlessIosApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/WindowlessWglApplicationTest.cpp | 3 ++- src/Magnum/Platform/Test/XEglApplicationTest.cpp | 3 ++- src/Magnum/Platform/WebApplication.css | 3 ++- src/Magnum/Platform/WindowlessCglApplication.cpp | 3 ++- src/Magnum/Platform/WindowlessCglApplication.h | 3 ++- src/Magnum/Platform/WindowlessEglApplication.cpp | 3 ++- src/Magnum/Platform/WindowlessEglApplication.h | 3 ++- src/Magnum/Platform/WindowlessEmscriptenApplication.js | 3 ++- src/Magnum/Platform/WindowlessGlxApplication.cpp | 3 ++- src/Magnum/Platform/WindowlessGlxApplication.h | 3 ++- src/Magnum/Platform/WindowlessIosApplication.h | 3 ++- src/Magnum/Platform/WindowlessIosApplication.mm | 3 ++- src/Magnum/Platform/WindowlessWglApplication.cpp | 3 ++- src/Magnum/Platform/WindowlessWglApplication.h | 3 ++- src/Magnum/Platform/XEglApplication.cpp | 3 ++- src/Magnum/Platform/XEglApplication.h | 3 ++- src/Magnum/Platform/gl-info.cpp | 3 ++- src/Magnum/Primitives/Axis.cpp | 3 ++- src/Magnum/Primitives/Axis.h | 3 ++- src/Magnum/Primitives/CMakeLists.txt | 3 ++- src/Magnum/Primitives/Capsule.cpp | 3 ++- src/Magnum/Primitives/Capsule.h | 3 ++- src/Magnum/Primitives/Circle.cpp | 3 ++- src/Magnum/Primitives/Circle.h | 3 ++- src/Magnum/Primitives/Cone.cpp | 3 ++- src/Magnum/Primitives/Cone.h | 3 ++- src/Magnum/Primitives/Crosshair.cpp | 3 ++- src/Magnum/Primitives/Crosshair.h | 3 ++- src/Magnum/Primitives/Cube.cpp | 3 ++- src/Magnum/Primitives/Cube.h | 3 ++- src/Magnum/Primitives/Cylinder.cpp | 3 ++- src/Magnum/Primitives/Cylinder.h | 3 ++- src/Magnum/Primitives/Gradient.cpp | 3 ++- src/Magnum/Primitives/Gradient.h | 3 ++- src/Magnum/Primitives/Grid.cpp | 3 ++- src/Magnum/Primitives/Grid.h | 3 ++- src/Magnum/Primitives/Icosphere.cpp | 3 ++- src/Magnum/Primitives/Icosphere.h | 3 ++- src/Magnum/Primitives/Implementation/Spheroid.cpp | 3 ++- src/Magnum/Primitives/Implementation/Spheroid.h | 3 ++- src/Magnum/Primitives/Implementation/WireframeSpheroid.cpp | 3 ++- src/Magnum/Primitives/Implementation/WireframeSpheroid.h | 3 ++- src/Magnum/Primitives/Line.cpp | 3 ++- src/Magnum/Primitives/Line.h | 3 ++- src/Magnum/Primitives/Plane.cpp | 3 ++- src/Magnum/Primitives/Plane.h | 3 ++- src/Magnum/Primitives/Square.cpp | 3 ++- src/Magnum/Primitives/Square.h | 3 ++- src/Magnum/Primitives/Test/AxisTest.cpp | 3 ++- src/Magnum/Primitives/Test/CMakeLists.txt | 3 ++- src/Magnum/Primitives/Test/CapsuleTest.cpp | 3 ++- src/Magnum/Primitives/Test/CircleTest.cpp | 3 ++- src/Magnum/Primitives/Test/ConeTest.cpp | 3 ++- src/Magnum/Primitives/Test/CrosshairTest.cpp | 3 ++- src/Magnum/Primitives/Test/CubeTest.cpp | 3 ++- src/Magnum/Primitives/Test/CylinderTest.cpp | 3 ++- src/Magnum/Primitives/Test/GradientTest.cpp | 3 ++- src/Magnum/Primitives/Test/GridTest.cpp | 3 ++- src/Magnum/Primitives/Test/IcosphereTest.cpp | 3 ++- src/Magnum/Primitives/Test/LineTest.cpp | 3 ++- src/Magnum/Primitives/Test/PlaneTest.cpp | 3 ++- src/Magnum/Primitives/Test/SquareTest.cpp | 3 ++- src/Magnum/Primitives/Test/UVSphereTest.cpp | 3 ++- src/Magnum/Primitives/Test/data.glsl | 3 ++- src/Magnum/Primitives/UVSphere.cpp | 3 ++- src/Magnum/Primitives/UVSphere.h | 3 ++- src/Magnum/Primitives/visibility.h | 3 ++- src/Magnum/Resource.cpp | 3 ++- src/Magnum/Resource.h | 3 ++- src/Magnum/ResourceManager.h | 3 ++- src/Magnum/Sampler.cpp | 3 ++- src/Magnum/Sampler.h | 3 ++- src/Magnum/SceneGraph/AbstractFeature.h | 3 ++- src/Magnum/SceneGraph/AbstractFeature.hpp | 3 ++- src/Magnum/SceneGraph/AbstractGroupedFeature.h | 3 ++- src/Magnum/SceneGraph/AbstractObject.h | 3 ++- src/Magnum/SceneGraph/AbstractTransformation.h | 3 ++- src/Magnum/SceneGraph/AbstractTranslation.h | 3 ++- src/Magnum/SceneGraph/AbstractTranslationRotation2D.h | 3 ++- src/Magnum/SceneGraph/AbstractTranslationRotation3D.h | 3 ++- .../SceneGraph/AbstractTranslationRotationScaling2D.h | 3 ++- .../SceneGraph/AbstractTranslationRotationScaling3D.h | 3 ++- src/Magnum/SceneGraph/Animable.cpp | 3 ++- src/Magnum/SceneGraph/Animable.h | 3 ++- src/Magnum/SceneGraph/Animable.hpp | 3 ++- src/Magnum/SceneGraph/AnimableGroup.h | 3 ++- src/Magnum/SceneGraph/CMakeLists.txt | 3 ++- src/Magnum/SceneGraph/Camera.h | 3 ++- src/Magnum/SceneGraph/Camera.hpp | 3 ++- src/Magnum/SceneGraph/Drawable.h | 3 ++- src/Magnum/SceneGraph/Drawable.hpp | 3 ++- src/Magnum/SceneGraph/DualComplexTransformation.h | 3 ++- src/Magnum/SceneGraph/DualQuaternionTransformation.h | 3 ++- src/Magnum/SceneGraph/FeatureGroup.h | 3 ++- src/Magnum/SceneGraph/FeatureGroup.hpp | 3 ++- src/Magnum/SceneGraph/MatrixTransformation2D.h | 3 ++- src/Magnum/SceneGraph/MatrixTransformation2D.hpp | 3 ++- src/Magnum/SceneGraph/MatrixTransformation3D.h | 3 ++- src/Magnum/SceneGraph/MatrixTransformation3D.hpp | 3 ++- src/Magnum/SceneGraph/Object.h | 3 ++- src/Magnum/SceneGraph/Object.hpp | 3 ++- src/Magnum/SceneGraph/RigidMatrixTransformation2D.h | 3 ++- src/Magnum/SceneGraph/RigidMatrixTransformation2D.hpp | 3 ++- src/Magnum/SceneGraph/RigidMatrixTransformation3D.h | 3 ++- src/Magnum/SceneGraph/RigidMatrixTransformation3D.hpp | 3 ++- src/Magnum/SceneGraph/Scene.h | 3 ++- src/Magnum/SceneGraph/SceneGraph.h | 3 ++- src/Magnum/SceneGraph/Test/AnimableTest.cpp | 3 ++- src/Magnum/SceneGraph/Test/CMakeLists.txt | 3 ++- src/Magnum/SceneGraph/Test/CameraTest.cpp | 3 ++- .../SceneGraph/Test/DualComplexTransformationTest.cpp | 3 ++- .../SceneGraph/Test/DualQuaternionTransformationTest.cpp | 3 ++- src/Magnum/SceneGraph/Test/MatrixTransformation2DTest.cpp | 3 ++- src/Magnum/SceneGraph/Test/MatrixTransformation3DTest.cpp | 3 ++- src/Magnum/SceneGraph/Test/ObjectTest.cpp | 3 ++- .../SceneGraph/Test/RigidMatrixTransformation2DTest.cpp | 3 ++- .../SceneGraph/Test/RigidMatrixTransformation3DTest.cpp | 3 ++- src/Magnum/SceneGraph/Test/SceneTest.cpp | 3 ++- .../Test/TranslationRotationScalingTransformation2DTest.cpp | 3 ++- .../Test/TranslationRotationScalingTransformation3DTest.cpp | 3 ++- .../SceneGraph/Test/TranslationTransformationTest.cpp | 3 ++- .../SceneGraph/TranslationRotationScalingTransformation2D.h | 3 ++- .../SceneGraph/TranslationRotationScalingTransformation3D.h | 3 ++- src/Magnum/SceneGraph/TranslationTransformation.h | 3 ++- src/Magnum/SceneGraph/instantiation.cpp | 3 ++- src/Magnum/SceneGraph/visibility.h | 3 ++- src/Magnum/SceneTools/CMakeLists.txt | 3 ++- src/Magnum/SceneTools/Combine.cpp | 3 ++- src/Magnum/SceneTools/Combine.h | 3 ++- src/Magnum/SceneTools/Copy.cpp | 3 ++- src/Magnum/SceneTools/Copy.h | 3 ++- src/Magnum/SceneTools/Filter.cpp | 3 ++- src/Magnum/SceneTools/Filter.h | 3 ++- src/Magnum/SceneTools/FlattenMeshHierarchy.cpp | 3 ++- src/Magnum/SceneTools/FlattenMeshHierarchy.h | 3 ++- src/Magnum/SceneTools/FlattenTransformationHierarchy.h | 3 ++- src/Magnum/SceneTools/Hierarchy.cpp | 3 ++- src/Magnum/SceneTools/Hierarchy.h | 3 ++- src/Magnum/SceneTools/Implementation/combine.h | 3 ++- .../Implementation/convertToSingleFunctionObjects.h | 3 ++- .../SceneTools/Implementation/sceneConverterUtilities.h | 3 ++- src/Magnum/SceneTools/Map.cpp | 3 ++- src/Magnum/SceneTools/Map.h | 3 ++- src/Magnum/SceneTools/OrderClusterParents.h | 3 ++- src/Magnum/SceneTools/Test/CMakeLists.txt | 3 ++- src/Magnum/SceneTools/Test/CombineTest.cpp | 3 ++- .../SceneTools/Test/ConvertToSingleFunctionObjectsTest.cpp | 3 ++- src/Magnum/SceneTools/Test/CopyTest.cpp | 3 ++- src/Magnum/SceneTools/Test/FilterTest.cpp | 3 ++- src/Magnum/SceneTools/Test/FlattenMeshHierarchyTest.cpp | 3 ++- src/Magnum/SceneTools/Test/HierarchyTest.cpp | 3 ++- src/Magnum/SceneTools/Test/MapTest.cpp | 3 ++- .../SceneTools/Test/SceneConverterImplementationTest.cpp | 3 ++- src/Magnum/SceneTools/Test/SceneConverterTest.cpp | 3 ++- src/Magnum/SceneTools/Test/configure.h.cmake | 3 ++- src/Magnum/SceneTools/sceneconverter.cpp | 3 ++- src/Magnum/SceneTools/visibility.h | 3 ++- src/Magnum/ShaderTools/AbstractConverter.cpp | 3 ++- src/Magnum/ShaderTools/AbstractConverter.h | 3 ++- src/Magnum/ShaderTools/CMakeLists.txt | 3 ++- src/Magnum/ShaderTools/Implementation/spirv.h | 3 ++- src/Magnum/ShaderTools/ShaderTools.h | 3 ++- src/Magnum/ShaderTools/Stage.cpp | 3 ++- src/Magnum/ShaderTools/Stage.h | 3 ++- src/Magnum/ShaderTools/Test/AbstractConverterTest.cpp | 3 ++- src/Magnum/ShaderTools/Test/CMakeLists.txt | 3 ++- src/Magnum/ShaderTools/Test/SpirvTest.cpp | 3 ++- src/Magnum/ShaderTools/Test/StageTest.cpp | 3 ++- src/Magnum/ShaderTools/Test/configure.h.cmake | 3 ++- src/Magnum/ShaderTools/configure.h.cmake | 3 ++- src/Magnum/ShaderTools/shaderconverter.cpp | 3 ++- src/Magnum/ShaderTools/visibility.h | 3 ++- src/Magnum/Shaders/CMakeLists.txt | 3 ++- src/Magnum/Shaders/DistanceFieldVector.frag | 3 ++- src/Magnum/Shaders/DistanceFieldVector.h | 3 ++- src/Magnum/Shaders/DistanceFieldVectorGL.cpp | 3 ++- src/Magnum/Shaders/DistanceFieldVectorGL.h | 3 ++- src/Magnum/Shaders/Flat.frag | 3 ++- src/Magnum/Shaders/Flat.h | 3 ++- src/Magnum/Shaders/Flat.vert | 3 ++- src/Magnum/Shaders/FlatGL.cpp | 3 ++- src/Magnum/Shaders/FlatGL.h | 3 ++- src/Magnum/Shaders/FullScreenTriangle.glsl | 3 ++- src/Magnum/Shaders/Generic.h | 3 ++- src/Magnum/Shaders/GenericGL.h | 3 ++- src/Magnum/Shaders/Implementation/lineMiterLimit.h | 3 ++- src/Magnum/Shaders/Line.cpp | 3 ++- src/Magnum/Shaders/Line.frag | 3 ++- src/Magnum/Shaders/Line.h | 3 ++- src/Magnum/Shaders/Line.vert | 3 ++- src/Magnum/Shaders/LineGL.cpp | 3 ++- src/Magnum/Shaders/LineGL.h | 3 ++- src/Magnum/Shaders/MeshVisualizer.frag | 3 ++- src/Magnum/Shaders/MeshVisualizer.geom | 3 ++- src/Magnum/Shaders/MeshVisualizer.h | 3 ++- src/Magnum/Shaders/MeshVisualizer.vert | 3 ++- src/Magnum/Shaders/MeshVisualizerGL.cpp | 3 ++- src/Magnum/Shaders/MeshVisualizerGL.h | 3 ++- src/Magnum/Shaders/Phong.frag | 3 ++- src/Magnum/Shaders/Phong.h | 3 ++- src/Magnum/Shaders/Phong.vert | 3 ++- src/Magnum/Shaders/PhongGL.cpp | 3 ++- src/Magnum/Shaders/PhongGL.h | 3 ++- src/Magnum/Shaders/Shaders.h | 3 ++- src/Magnum/Shaders/Test/CMakeLists.txt | 3 ++- src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/DistanceFieldVectorGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/DistanceFieldVectorTest.cpp | 3 ++- src/Magnum/Shaders/Test/FlatGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/FlatGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/FlatTest.cpp | 3 ++- src/Magnum/Shaders/Test/GLShaderWrapperGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/GLShaderWrapperTest.cpp | 3 ++- src/Magnum/Shaders/Test/GenericGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/GenericTest.cpp | 3 ++- src/Magnum/Shaders/Test/LineGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/LineGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/LineTest.cpp | 3 ++- src/Magnum/Shaders/Test/MeshVisualizerGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/MeshVisualizerGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/MeshVisualizerTest.cpp | 3 ++- src/Magnum/Shaders/Test/PhongGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/PhongGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/PhongTest.cpp | 3 ++- src/Magnum/Shaders/Test/ShadersGLBenchmark.cpp | 3 ++- src/Magnum/Shaders/Test/VectorGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/VectorGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/VectorTest.cpp | 3 ++- src/Magnum/Shaders/Test/VertexColorGLTest.cpp | 3 ++- src/Magnum/Shaders/Test/VertexColorGL_Test.cpp | 3 ++- src/Magnum/Shaders/Test/configure.h.cmake | 3 ++- src/Magnum/Shaders/Vector.frag | 3 ++- src/Magnum/Shaders/Vector.h | 3 ++- src/Magnum/Shaders/Vector.vert | 3 ++- src/Magnum/Shaders/VectorGL.cpp | 3 ++- src/Magnum/Shaders/VectorGL.h | 3 ++- src/Magnum/Shaders/VertexColor.frag | 3 ++- src/Magnum/Shaders/VertexColor.h | 3 ++- src/Magnum/Shaders/VertexColor.vert | 3 ++- src/Magnum/Shaders/VertexColorGL.cpp | 3 ++- src/Magnum/Shaders/VertexColorGL.h | 3 ++- src/Magnum/Shaders/compatibility.glsl | 3 ++- src/Magnum/Shaders/generic.glsl | 3 ++- src/Magnum/Shaders/glShaderWrapper.cpp | 3 ++- src/Magnum/Shaders/glShaderWrapper.h | 3 ++- src/Magnum/Shaders/visibility.h | 3 ++- src/Magnum/Tags.h | 3 ++- src/Magnum/Test/ArrayTest.cpp | 3 ++- src/Magnum/Test/BritishTest.cpp | 3 ++- src/Magnum/Test/CMakeLists.txt | 3 ++- src/Magnum/Test/ConverterUtilitiesTest.cpp | 3 ++- src/Magnum/Test/FileCallbackTest.cpp | 3 ++- src/Magnum/Test/ImageFlagsTest.cpp | 3 ++- src/Magnum/Test/ImageTest.cpp | 3 ++- src/Magnum/Test/ImageViewTest.cpp | 3 ++- src/Magnum/Test/MeshTest.cpp | 3 ++- src/Magnum/Test/PixelFormatTest.cpp | 3 ++- src/Magnum/Test/PixelStorageTest.cpp | 3 ++- src/Magnum/Test/ResourceManagerTest.cpp | 3 ++- src/Magnum/Test/SamplerTest.cpp | 3 ++- src/Magnum/Test/TagsTest.cpp | 3 ++- src/Magnum/Test/TimelineTest.cpp | 3 ++- src/Magnum/Test/VersionTest.cpp | 3 ++- src/Magnum/Test/VertexFormatTest.cpp | 3 ++- src/Magnum/Text/AbstractFont.cpp | 3 ++- src/Magnum/Text/AbstractFont.h | 3 ++- src/Magnum/Text/AbstractFontConverter.cpp | 3 ++- src/Magnum/Text/AbstractFontConverter.h | 3 ++- src/Magnum/Text/AbstractGlyphCache.cpp | 3 ++- src/Magnum/Text/AbstractGlyphCache.h | 3 ++- src/Magnum/Text/AbstractShaper.cpp | 3 ++- src/Magnum/Text/AbstractShaper.h | 3 ++- src/Magnum/Text/Alignment.cpp | 3 ++- src/Magnum/Text/Alignment.h | 3 ++- src/Magnum/Text/CMakeLists.txt | 3 ++- src/Magnum/Text/Direction.cpp | 3 ++- src/Magnum/Text/Direction.h | 3 ++- src/Magnum/Text/DistanceFieldGlyphCache.h | 3 ++- src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp | 3 ++- src/Magnum/Text/DistanceFieldGlyphCacheGL.h | 3 ++- src/Magnum/Text/Feature.cpp | 3 ++- src/Magnum/Text/Feature.h | 3 ++- src/Magnum/Text/GlyphCache.h | 3 ++- src/Magnum/Text/GlyphCacheGL.cpp | 3 ++- src/Magnum/Text/GlyphCacheGL.h | 3 ++- src/Magnum/Text/Implementation/printFourCC.h | 3 ++- src/Magnum/Text/Renderer.cpp | 3 ++- src/Magnum/Text/Renderer.h | 3 ++- src/Magnum/Text/Script.cpp | 3 ++- src/Magnum/Text/Script.h | 3 ++- src/Magnum/Text/Test/AbstractFontConverterTest.cpp | 3 ++- src/Magnum/Text/Test/AbstractFontTest.cpp | 3 ++- src/Magnum/Text/Test/AbstractGlyphCacheTest.cpp | 3 ++- src/Magnum/Text/Test/AbstractShaperTest.cpp | 3 ++- src/Magnum/Text/Test/AlignmentTest.cpp | 3 ++- src/Magnum/Text/Test/CMakeLists.txt | 3 ++- src/Magnum/Text/Test/DirectionTest.cpp | 3 ++- src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp | 3 ++- src/Magnum/Text/Test/DistanceFieldGlyphCacheGL_Test.cpp | 3 ++- src/Magnum/Text/Test/FeatureTest.cpp | 3 ++- src/Magnum/Text/Test/GlyphCacheGLTest.cpp | 3 ++- src/Magnum/Text/Test/GlyphCacheGL_Test.cpp | 3 ++- src/Magnum/Text/Test/RendererGLTest.cpp | 3 ++- src/Magnum/Text/Test/RendererTest.cpp | 3 ++- src/Magnum/Text/Test/ScriptTest.cpp | 3 ++- src/Magnum/Text/Test/configure.h.cmake | 3 ++- src/Magnum/Text/Text.h | 3 ++- src/Magnum/Text/configure.h.cmake | 3 ++- src/Magnum/Text/fontconverter.cpp | 3 ++- src/Magnum/Text/visibility.h | 3 ++- src/Magnum/TextureTools/Atlas.cpp | 3 ++- src/Magnum/TextureTools/Atlas.h | 3 ++- src/Magnum/TextureTools/CMakeLists.txt | 3 ++- src/Magnum/TextureTools/DistanceField.h | 3 ++- src/Magnum/TextureTools/DistanceFieldGL.cpp | 3 ++- src/Magnum/TextureTools/DistanceFieldGL.h | 3 ++- src/Magnum/TextureTools/DistanceFieldShader.frag | 3 ++- src/Magnum/TextureTools/DistanceFieldShader.vert | 3 ++- src/Magnum/TextureTools/Test/AtlasBenchmark.cpp | 3 ++- src/Magnum/TextureTools/Test/AtlasTest.cpp | 3 ++- .../Test/AtlasTestFiles/extract-font-glyph-sizes.py | 3 ++- .../Test/AtlasTestFiles/extract-texture-sizes.py | 3 ++- src/Magnum/TextureTools/Test/CMakeLists.txt | 3 ++- src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp | 3 ++- src/Magnum/TextureTools/Test/DistanceFieldGL_Test.cpp | 3 ++- src/Magnum/TextureTools/Test/configure.h.cmake | 3 ++- src/Magnum/TextureTools/TextureTools.h | 3 ++- src/Magnum/TextureTools/distancefieldconverter.cpp | 3 ++- src/Magnum/TextureTools/visibility.h | 3 ++- src/Magnum/Timeline.cpp | 3 ++- src/Magnum/Timeline.h | 3 ++- src/Magnum/Trade/AbstractImageConverter.cpp | 3 ++- src/Magnum/Trade/AbstractImageConverter.h | 3 ++- src/Magnum/Trade/AbstractImporter.cpp | 3 ++- src/Magnum/Trade/AbstractImporter.h | 3 ++- src/Magnum/Trade/AbstractMaterialData.h | 3 ++- src/Magnum/Trade/AbstractSceneConverter.cpp | 3 ++- src/Magnum/Trade/AbstractSceneConverter.h | 3 ++- src/Magnum/Trade/AnimationData.cpp | 3 ++- src/Magnum/Trade/AnimationData.h | 3 ++- src/Magnum/Trade/ArrayAllocator.cpp | 3 ++- src/Magnum/Trade/ArrayAllocator.h | 3 ++- src/Magnum/Trade/CMakeLists.txt | 3 ++- src/Magnum/Trade/CameraData.cpp | 3 ++- src/Magnum/Trade/CameraData.h | 3 ++- src/Magnum/Trade/Data.cpp | 3 ++- src/Magnum/Trade/Data.h | 3 ++- src/Magnum/Trade/FlatMaterialData.cpp | 3 ++- src/Magnum/Trade/FlatMaterialData.h | 3 ++- src/Magnum/Trade/ImageData.cpp | 3 ++- src/Magnum/Trade/ImageData.h | 3 ++- src/Magnum/Trade/Implementation/arrayUtilities.h | 3 ++- .../Trade/Implementation/checkSharedSceneFieldMapping.h | 3 ++- src/Magnum/Trade/Implementation/converterUtilities.h | 3 ++- .../Trade/Implementation/materialAttributeProperties.hpp | 3 ++- src/Magnum/Trade/Implementation/materialLayerProperties.hpp | 3 ++- src/Magnum/Trade/LightData.cpp | 3 ++- src/Magnum/Trade/LightData.h | 3 ++- src/Magnum/Trade/MaterialData.cpp | 3 ++- src/Magnum/Trade/MaterialData.h | 3 ++- src/Magnum/Trade/MaterialLayerData.h | 3 ++- src/Magnum/Trade/MeshData.cpp | 3 ++- src/Magnum/Trade/MeshData.h | 3 ++- src/Magnum/Trade/MeshData2D.cpp | 3 ++- src/Magnum/Trade/MeshData2D.h | 3 ++- src/Magnum/Trade/MeshData3D.cpp | 3 ++- src/Magnum/Trade/MeshData3D.h | 3 ++- src/Magnum/Trade/MeshObjectData2D.cpp | 3 ++- src/Magnum/Trade/MeshObjectData2D.h | 3 ++- src/Magnum/Trade/MeshObjectData3D.cpp | 3 ++- src/Magnum/Trade/MeshObjectData3D.h | 3 ++- src/Magnum/Trade/ObjectData2D.cpp | 3 ++- src/Magnum/Trade/ObjectData2D.h | 3 ++- src/Magnum/Trade/ObjectData3D.cpp | 3 ++- src/Magnum/Trade/ObjectData3D.h | 3 ++- src/Magnum/Trade/PbrClearCoatMaterialData.cpp | 3 ++- src/Magnum/Trade/PbrClearCoatMaterialData.h | 3 ++- src/Magnum/Trade/PbrMetallicRoughnessMaterialData.cpp | 3 ++- src/Magnum/Trade/PbrMetallicRoughnessMaterialData.h | 3 ++- src/Magnum/Trade/PbrSpecularGlossinessMaterialData.cpp | 3 ++- src/Magnum/Trade/PbrSpecularGlossinessMaterialData.h | 3 ++- src/Magnum/Trade/PhongMaterialData.cpp | 3 ++- src/Magnum/Trade/PhongMaterialData.h | 3 ++- src/Magnum/Trade/SceneData.cpp | 3 ++- src/Magnum/Trade/SceneData.h | 3 ++- src/Magnum/Trade/SkinData.cpp | 3 ++- src/Magnum/Trade/SkinData.h | 3 ++- src/Magnum/Trade/Test/AbstractImageConverterTest.cpp | 3 ++- src/Magnum/Trade/Test/AbstractImporterTest.cpp | 3 ++- src/Magnum/Trade/Test/AbstractSceneConverterTest.cpp | 3 ++- src/Magnum/Trade/Test/AnimationDataTest.cpp | 3 ++- src/Magnum/Trade/Test/CMakeLists.txt | 3 ++- src/Magnum/Trade/Test/CameraDataTest.cpp | 3 ++- src/Magnum/Trade/Test/DataTest.cpp | 3 ++- src/Magnum/Trade/Test/FlatMaterialDataTest.cpp | 3 ++- src/Magnum/Trade/Test/ImageConverterImplementationTest.cpp | 3 ++- src/Magnum/Trade/Test/ImageConverterTest.cpp | 3 ++- src/Magnum/Trade/Test/ImageDataTest.cpp | 3 ++- src/Magnum/Trade/Test/LightDataTest.cpp | 3 ++- src/Magnum/Trade/Test/MaterialDataTest.cpp | 3 ++- src/Magnum/Trade/Test/MeshData2DTest.cpp | 3 ++- src/Magnum/Trade/Test/MeshData3DTest.cpp | 3 ++- src/Magnum/Trade/Test/MeshDataTest.cpp | 3 ++- src/Magnum/Trade/Test/ObjectData2DTest.cpp | 3 ++- src/Magnum/Trade/Test/ObjectData3DTest.cpp | 3 ++- src/Magnum/Trade/Test/PbrClearCoatMaterialDataTest.cpp | 3 ++- .../Trade/Test/PbrMetallicRoughnessMaterialDataTest.cpp | 3 ++- .../Trade/Test/PbrSpecularGlossinessMaterialDataTest.cpp | 3 ++- src/Magnum/Trade/Test/PhongMaterialDataTest.cpp | 3 ++- src/Magnum/Trade/Test/SceneDataTest.cpp | 3 ++- src/Magnum/Trade/Test/SkinDataTest.cpp | 3 ++- src/Magnum/Trade/Test/TextureDataTest.cpp | 3 ++- src/Magnum/Trade/Test/configure.h.cmake | 3 ++- src/Magnum/Trade/TextureData.cpp | 3 ++- src/Magnum/Trade/TextureData.h | 3 ++- src/Magnum/Trade/Trade.h | 3 ++- src/Magnum/Trade/configure.h.cmake | 3 ++- src/Magnum/Trade/imageconverter.cpp | 3 ++- src/Magnum/Trade/visibility.h | 3 ++- src/Magnum/Types.h | 3 ++- src/Magnum/VertexFormat.cpp | 3 ++- src/Magnum/VertexFormat.h | 3 ++- src/Magnum/Vk/Assert.h | 3 ++- src/Magnum/Vk/Buffer.cpp | 3 ++- src/Magnum/Vk/Buffer.h | 3 ++- src/Magnum/Vk/BufferCreateInfo.h | 3 ++- src/Magnum/Vk/CMakeLists.txt | 3 ++- src/Magnum/Vk/CommandBuffer.cpp | 3 ++- src/Magnum/Vk/CommandBuffer.h | 3 ++- src/Magnum/Vk/CommandPool.cpp | 3 ++- src/Magnum/Vk/CommandPool.h | 3 ++- src/Magnum/Vk/CommandPoolCreateInfo.h | 3 ++- src/Magnum/Vk/ComputePipelineCreateInfo.h | 3 ++- src/Magnum/Vk/DescriptorPool.cpp | 3 ++- src/Magnum/Vk/DescriptorPool.h | 3 ++- src/Magnum/Vk/DescriptorPoolCreateInfo.h | 3 ++- src/Magnum/Vk/DescriptorSet.cpp | 3 ++- src/Magnum/Vk/DescriptorSet.h | 3 ++- src/Magnum/Vk/DescriptorSetLayout.cpp | 3 ++- src/Magnum/Vk/DescriptorSetLayout.h | 3 ++- src/Magnum/Vk/DescriptorSetLayoutCreateInfo.h | 3 ++- src/Magnum/Vk/DescriptorType.cpp | 3 ++- src/Magnum/Vk/DescriptorType.h | 3 ++- src/Magnum/Vk/Device.cpp | 3 ++- src/Magnum/Vk/Device.h | 3 ++- src/Magnum/Vk/DeviceCreateInfo.h | 3 ++- src/Magnum/Vk/DeviceFeatures.cpp | 3 ++- src/Magnum/Vk/DeviceFeatures.h | 3 ++- src/Magnum/Vk/DeviceProperties.cpp | 3 ++- src/Magnum/Vk/DeviceProperties.h | 3 ++- src/Magnum/Vk/Enums.cpp | 3 ++- src/Magnum/Vk/Enums.h | 3 ++- src/Magnum/Vk/ExtensionProperties.cpp | 3 ++- src/Magnum/Vk/ExtensionProperties.h | 3 ++- src/Magnum/Vk/Extensions.cpp | 3 ++- src/Magnum/Vk/Extensions.h | 3 ++- src/Magnum/Vk/Fence.cpp | 3 ++- src/Magnum/Vk/Fence.h | 3 ++- src/Magnum/Vk/FenceCreateInfo.h | 3 ++- src/Magnum/Vk/Framebuffer.cpp | 3 ++- src/Magnum/Vk/Framebuffer.h | 3 ++- src/Magnum/Vk/FramebufferCreateInfo.h | 3 ++- src/Magnum/Vk/Handle.cpp | 3 ++- src/Magnum/Vk/Handle.h | 3 ++- src/Magnum/Vk/Image.cpp | 3 ++- src/Magnum/Vk/Image.h | 3 ++- src/Magnum/Vk/ImageCreateInfo.h | 3 ++- src/Magnum/Vk/ImageView.cpp | 3 ++- src/Magnum/Vk/ImageView.h | 3 ++- src/Magnum/Vk/ImageViewCreateInfo.h | 3 ++- src/Magnum/Vk/Implementation/Arguments.cpp | 3 ++- src/Magnum/Vk/Implementation/Arguments.h | 3 ++- src/Magnum/Vk/Implementation/DeviceFeatures.h | 3 ++- src/Magnum/Vk/Implementation/DeviceState.cpp | 3 ++- src/Magnum/Vk/Implementation/DeviceState.h | 3 ++- src/Magnum/Vk/Implementation/DriverWorkaround.cpp | 3 ++- src/Magnum/Vk/Implementation/DriverWorkaround.h | 3 ++- src/Magnum/Vk/Implementation/InstanceState.cpp | 3 ++- src/Magnum/Vk/Implementation/InstanceState.h | 3 ++- .../Vk/Implementation/compressedPixelFormatMapping.hpp | 3 ++- src/Magnum/Vk/Implementation/deviceFeatureMapping.hpp | 3 ++- .../Vk/Implementation/dynamicRasterizationStateMapping.hpp | 3 ++- src/Magnum/Vk/Implementation/pixelFormatMapping.hpp | 3 ++- src/Magnum/Vk/Implementation/spirvPatching.h | 3 ++- src/Magnum/Vk/Implementation/structureHelpers.h | 3 ++- src/Magnum/Vk/Implementation/vertexFormatMapping.hpp | 3 ++- src/Magnum/Vk/Instance.cpp | 3 ++- src/Magnum/Vk/Instance.h | 3 ++- src/Magnum/Vk/InstanceCreateInfo.h | 3 ++- src/Magnum/Vk/Integration.h | 3 ++- src/Magnum/Vk/LayerProperties.cpp | 3 ++- src/Magnum/Vk/LayerProperties.h | 3 ++- src/Magnum/Vk/Memory.cpp | 3 ++- src/Magnum/Vk/Memory.h | 3 ++- src/Magnum/Vk/MemoryAllocateInfo.h | 3 ++- src/Magnum/Vk/Mesh.cpp | 3 ++- src/Magnum/Vk/Mesh.h | 3 ++- src/Magnum/Vk/MeshLayout.cpp | 3 ++- src/Magnum/Vk/MeshLayout.h | 3 ++- src/Magnum/Vk/Pipeline.cpp | 3 ++- src/Magnum/Vk/Pipeline.h | 3 ++- src/Magnum/Vk/PipelineLayout.cpp | 3 ++- src/Magnum/Vk/PipelineLayout.h | 3 ++- src/Magnum/Vk/PipelineLayoutCreateInfo.h | 3 ++- src/Magnum/Vk/PixelFormat.cpp | 3 ++- src/Magnum/Vk/PixelFormat.h | 3 ++- src/Magnum/Vk/Queue.cpp | 3 ++- src/Magnum/Vk/Queue.h | 3 ++- src/Magnum/Vk/RasterizationPipelineCreateInfo.h | 3 ++- src/Magnum/Vk/RenderPass.cpp | 3 ++- src/Magnum/Vk/RenderPass.h | 3 ++- src/Magnum/Vk/RenderPassCreateInfo.h | 3 ++- src/Magnum/Vk/Result.cpp | 3 ++- src/Magnum/Vk/Result.h | 3 ++- src/Magnum/Vk/Sampler.cpp | 3 ++- src/Magnum/Vk/Sampler.h | 3 ++- src/Magnum/Vk/SamplerCreateInfo.h | 3 ++- src/Magnum/Vk/Shader.cpp | 3 ++- src/Magnum/Vk/Shader.h | 3 ++- src/Magnum/Vk/ShaderCreateInfo.h | 3 ++- src/Magnum/Vk/ShaderSet.cpp | 3 ++- src/Magnum/Vk/ShaderSet.h | 3 ++- src/Magnum/Vk/Test/AssertDisabledTest.cpp | 3 ++- src/Magnum/Vk/Test/AssertTest.cpp | 3 ++- src/Magnum/Vk/Test/BufferTest.cpp | 3 ++- src/Magnum/Vk/Test/BufferVkTest.cpp | 3 ++- src/Magnum/Vk/Test/CMakeLists.txt | 3 ++- src/Magnum/Vk/Test/CommandBufferTest.cpp | 3 ++- src/Magnum/Vk/Test/CommandBufferVkTest.cpp | 3 ++- src/Magnum/Vk/Test/CommandPoolTest.cpp | 3 ++- src/Magnum/Vk/Test/CommandPoolVkTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorPoolTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorPoolVkTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorSetLayoutTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorSetLayoutVkTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorSetTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorSetVkTest.cpp | 3 ++- src/Magnum/Vk/Test/DescriptorTypeTest.cpp | 3 ++- src/Magnum/Vk/Test/DeviceFeaturesTest.cpp | 3 ++- src/Magnum/Vk/Test/DevicePropertiesTest.cpp | 3 ++- src/Magnum/Vk/Test/DevicePropertiesVkTest.cpp | 3 ++- src/Magnum/Vk/Test/DeviceTest.cpp | 3 ++- src/Magnum/Vk/Test/DeviceVkTest.cpp | 3 ++- src/Magnum/Vk/Test/ExtensionPropertiesTest.cpp | 3 ++- src/Magnum/Vk/Test/ExtensionPropertiesVkTest.cpp | 3 ++- src/Magnum/Vk/Test/ExtensionsTest.cpp | 3 ++- src/Magnum/Vk/Test/FenceTest.cpp | 3 ++- src/Magnum/Vk/Test/FenceVkTest.cpp | 3 ++- src/Magnum/Vk/Test/FramebufferTest.cpp | 3 ++- src/Magnum/Vk/Test/FramebufferVkTest.cpp | 3 ++- src/Magnum/Vk/Test/HandleTest.cpp | 3 ++- src/Magnum/Vk/Test/ImageTest.cpp | 3 ++- src/Magnum/Vk/Test/ImageViewTest.cpp | 3 ++- src/Magnum/Vk/Test/ImageViewVkTest.cpp | 3 ++- src/Magnum/Vk/Test/ImageVkTest.cpp | 3 ++- src/Magnum/Vk/Test/InstanceTest.cpp | 3 ++- src/Magnum/Vk/Test/InstanceVkTest.cpp | 3 ++- src/Magnum/Vk/Test/IntegrationTest.cpp | 3 ++- src/Magnum/Vk/Test/LayerPropertiesTest.cpp | 3 ++- src/Magnum/Vk/Test/LayerPropertiesVkTest.cpp | 3 ++- src/Magnum/Vk/Test/MemoryTest.cpp | 3 ++- src/Magnum/Vk/Test/MemoryVkTest.cpp | 3 ++- src/Magnum/Vk/Test/MeshLayoutTest.cpp | 3 ++- src/Magnum/Vk/Test/MeshTest.cpp | 3 ++- src/Magnum/Vk/Test/MeshVkTest.cpp | 3 ++- src/Magnum/Vk/Test/PipelineLayoutTest.cpp | 3 ++- src/Magnum/Vk/Test/PipelineLayoutVkTest.cpp | 3 ++- src/Magnum/Vk/Test/PipelineTest.cpp | 3 ++- src/Magnum/Vk/Test/PipelineVkTest.cpp | 3 ++- src/Magnum/Vk/Test/PixelFormatTest.cpp | 3 ++- src/Magnum/Vk/Test/QueueTest.cpp | 3 ++- src/Magnum/Vk/Test/QueueVkTest.cpp | 3 ++- src/Magnum/Vk/Test/RenderPassTest.cpp | 3 ++- src/Magnum/Vk/Test/RenderPassVkTest.cpp | 3 ++- src/Magnum/Vk/Test/ResultTest.cpp | 3 ++- src/Magnum/Vk/Test/SamplerTest.cpp | 3 ++- src/Magnum/Vk/Test/SamplerVkTest.cpp | 3 ++- src/Magnum/Vk/Test/ShaderSetTest.cpp | 3 ++- src/Magnum/Vk/Test/ShaderTest.cpp | 3 ++- src/Magnum/Vk/Test/ShaderVkTest.cpp | 3 ++- src/Magnum/Vk/Test/StructureHelpersTest.cpp | 3 ++- src/Magnum/Vk/Test/VersionTest.cpp | 3 ++- src/Magnum/Vk/Test/VersionVkTest.cpp | 3 ++- src/Magnum/Vk/Test/configure.h.cmake | 3 ++- src/Magnum/Vk/Test/pixelFormatTraits.h | 3 ++- src/Magnum/Vk/TypeTraits.h | 3 ++- src/Magnum/Vk/Version.cpp | 3 ++- src/Magnum/Vk/Version.h | 3 ++- src/Magnum/Vk/Vk.h | 3 ++- src/Magnum/Vk/Vulkan.h | 3 ++- src/Magnum/Vk/VulkanTester.cpp | 3 ++- src/Magnum/Vk/VulkanTester.h | 3 ++- src/Magnum/Vk/visibility.h | 3 ++- src/Magnum/Vk/vk-info.cpp | 3 ++- src/Magnum/configure.h.cmake | 3 ++- src/Magnum/version.h.cmake | 3 ++- src/Magnum/visibility.h | 3 ++- src/MagnumExternal/CMakeLists.txt | 3 ++- src/MagnumExternal/OpenAL/CMakeLists.txt | 3 ++- src/MagnumExternal/OpenAL/extensions.h | 3 ++- src/MagnumExternal/OpenGL/CMakeLists.txt | 3 ++- src/MagnumExternal/OpenGL/GL/CMakeLists.txt | 3 ++- src/MagnumExternal/OpenGL/GL/flextGL.cpp | 3 ++- src/MagnumExternal/OpenGL/GL/flextGL.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GL/flextGL.h | 3 ++- src/MagnumExternal/OpenGL/GL/flextGL.h.template | 3 ++- src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp | 3 ++- src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/CMakeLists.txt | 3 ++- .../OpenGL/GLES2/Emscripten/flextGLEmscripten.h.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGL.cpp | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGL.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGL.h | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGL.h.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGLEmscripten.h | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp | 3 ++- .../OpenGL/GLES2/flextGLPlatform.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp | 3 ++- .../OpenGL/GLES2/flextGLPlatformIOS.cpp.template | 3 ++- .../OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp | 3 ++- .../OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp | 3 ++- .../OpenGL/GLES2/flextGLWindowsDesktop.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h | 3 ++- .../OpenGL/GLES2/flextGLWindowsDesktop.h.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/CMakeLists.txt | 3 ++- .../OpenGL/GLES3/Emscripten/flextGLEmscripten.h.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGL.cpp | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGL.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGL.h | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGL.h.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGLEmscripten.h | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp | 3 ++- .../OpenGL/GLES3/flextGLPlatform.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp | 3 ++- .../OpenGL/GLES3/flextGLPlatformIOS.cpp.template | 3 ++- .../OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp | 3 ++- .../OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp | 3 ++- .../OpenGL/GLES3/flextGLWindowsDesktop.cpp.template | 3 ++- src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h | 3 ++- .../OpenGL/GLES3/flextGLWindowsDesktop.h.template | 3 ++- src/MagnumExternal/OpenGL/KHR/CMakeLists.txt | 3 ++- src/MagnumExternal/Vulkan/CMakeLists.txt | 3 ++- src/MagnumExternal/Vulkan/flextVk.cpp | 3 ++- src/MagnumExternal/Vulkan/flextVk.cpp.template | 3 ++- src/MagnumExternal/Vulkan/flextVk.h | 3 ++- src/MagnumExternal/Vulkan/flextVk.h.template | 3 ++- src/MagnumExternal/Vulkan/flextVkGlobal.h | 3 ++- src/MagnumExternal/Vulkan/flextVkGlobal.h.template | 3 ++- src/MagnumPlugins/AnyAudioImporter/AnyImporter.cpp | 3 ++- src/MagnumPlugins/AnyAudioImporter/AnyImporter.h | 3 ++- src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt | 3 ++- .../AnyAudioImporter/Test/AnyAudioImporterTest.cpp | 3 ++- src/MagnumPlugins/AnyAudioImporter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/AnyAudioImporter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyAudioImporter/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyAudioImporter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/AnyImageConverter/AnyImageConverter.cpp | 3 ++- src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h | 3 ++- src/MagnumPlugins/AnyImageConverter/CMakeLists.txt | 3 ++- .../AnyImageConverter/Test/AnyImageConverterTest.cpp | 3 ++- src/MagnumPlugins/AnyImageConverter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/AnyImageConverter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyImageConverter/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyImageConverter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp | 3 ++- src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h | 3 ++- src/MagnumPlugins/AnyImageImporter/CMakeLists.txt | 3 ++- .../AnyImageImporter/Test/AnyImageImporterTest.cpp | 3 ++- src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyImageImporter/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyImageImporter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/AnySceneConverter/AnySceneConverter.cpp | 3 ++- src/MagnumPlugins/AnySceneConverter/AnySceneConverter.h | 3 ++- src/MagnumPlugins/AnySceneConverter/CMakeLists.txt | 3 ++- .../AnySceneConverter/Test/AnySceneConverterTest.cpp | 3 ++- src/MagnumPlugins/AnySceneConverter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/AnySceneConverter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/AnySceneConverter/configure.h.cmake | 3 ++- src/MagnumPlugins/AnySceneConverter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp | 3 ++- src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h | 3 ++- src/MagnumPlugins/AnySceneImporter/CMakeLists.txt | 3 ++- .../AnySceneImporter/Test/AnySceneImporterTest.cpp | 3 ++- src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/AnySceneImporter/configure.h.cmake | 3 ++- src/MagnumPlugins/AnySceneImporter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/AnyShaderConverter/AnyConverter.cpp | 3 ++- src/MagnumPlugins/AnyShaderConverter/AnyConverter.h | 3 ++- src/MagnumPlugins/AnyShaderConverter/CMakeLists.txt | 3 ++- .../AnyShaderConverter/Test/AnyConverterTest.cpp | 3 ++- src/MagnumPlugins/AnyShaderConverter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/AnyShaderConverter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyShaderConverter/configure.h.cmake | 3 ++- src/MagnumPlugins/AnyShaderConverter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/CMakeLists.txt | 3 ++- src/MagnumPlugins/Implementation/propagateConfiguration.h | 3 ++- src/MagnumPlugins/MagnumFont/CMakeLists.txt | 3 ++- src/MagnumPlugins/MagnumFont/MagnumFont.cpp | 3 ++- src/MagnumPlugins/MagnumFont/MagnumFont.h | 3 ++- src/MagnumPlugins/MagnumFont/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/MagnumFont/Test/MagnumFontGLTest.cpp | 3 ++- src/MagnumPlugins/MagnumFont/Test/MagnumFontTest.cpp | 3 ++- src/MagnumPlugins/MagnumFont/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/MagnumFont/configure.h.cmake | 3 ++- src/MagnumPlugins/MagnumFont/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/MagnumFontConverter/CMakeLists.txt | 3 ++- .../MagnumFontConverter/MagnumFontConverter.cpp | 3 ++- src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.h | 3 ++- src/MagnumPlugins/MagnumFontConverter/Test/CMakeLists.txt | 3 ++- .../MagnumFontConverter/Test/MagnumFontConverterTest.cpp | 3 ++- .../MagnumFontConverter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/MagnumFontConverter/configure.h.cmake | 3 ++- .../MagnumFontConverter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/ObjImporter/CMakeLists.txt | 3 ++- src/MagnumPlugins/ObjImporter/ObjImporter.cpp | 3 ++- src/MagnumPlugins/ObjImporter/ObjImporter.h | 3 ++- src/MagnumPlugins/ObjImporter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp | 3 ++- src/MagnumPlugins/ObjImporter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/ObjImporter/configure.h.cmake | 3 ++- src/MagnumPlugins/ObjImporter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/TgaImageConverter/CMakeLists.txt | 3 ++- src/MagnumPlugins/TgaImageConverter/Test/CMakeLists.txt | 3 ++- .../TgaImageConverter/Test/TgaImageConverterTest.cpp | 3 ++- src/MagnumPlugins/TgaImageConverter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp | 3 ++- src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h | 3 ++- src/MagnumPlugins/TgaImageConverter/configure.h.cmake | 3 ++- src/MagnumPlugins/TgaImageConverter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/TgaImporter/CMakeLists.txt | 3 ++- src/MagnumPlugins/TgaImporter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp | 3 ++- src/MagnumPlugins/TgaImporter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/TgaImporter/TgaHeader.h | 3 ++- src/MagnumPlugins/TgaImporter/TgaImporter.cpp | 3 ++- src/MagnumPlugins/TgaImporter/TgaImporter.h | 3 ++- src/MagnumPlugins/TgaImporter/configure.h.cmake | 3 ++- src/MagnumPlugins/TgaImporter/importStaticPlugin.cpp | 3 ++- src/MagnumPlugins/WavAudioImporter/CMakeLists.txt | 3 ++- src/MagnumPlugins/WavAudioImporter/Test/CMakeLists.txt | 3 ++- src/MagnumPlugins/WavAudioImporter/Test/WavHeaderTest.cpp | 3 ++- src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp | 3 ++- src/MagnumPlugins/WavAudioImporter/Test/configure.h.cmake | 3 ++- src/MagnumPlugins/WavAudioImporter/WavHeader.cpp | 3 ++- src/MagnumPlugins/WavAudioImporter/WavHeader.h | 3 ++- src/MagnumPlugins/WavAudioImporter/WavImporter.cpp | 3 ++- src/MagnumPlugins/WavAudioImporter/WavImporter.h | 3 ++- src/MagnumPlugins/WavAudioImporter/configure.h.cmake | 3 ++- src/MagnumPlugins/WavAudioImporter/importStaticPlugin.cpp | 3 ++- src/debuggers/CMakeLists.txt | 3 ++- src/debuggers/gdb/magnum/__init__.py | 3 ++- src/debuggers/gdb/magnum/printers.py | 3 ++- src/debuggers/natvis/magnum.natvis | 3 ++- src/dummy.cpp | 3 ++- 1410 files changed, 2820 insertions(+), 1412 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb86b18f6..545b21090 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2023 Vincent Le Garrec # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/COPYING b/COPYING index 87a5f7a8d..9087e5d54 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022 + 2020, 2021, 2022, 2023, 2024 Vladimír Vondruš and contributors Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/00-page-order.dox b/doc/00-page-order.dox index 1e7280d5d..cf83e93b0 100644 --- a/doc/00-page-order.dox +++ b/doc/00-page-order.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/animation.dox b/doc/animation.dox index 0759e9390..c67f0cfbb 100644 --- a/doc/animation.dox +++ b/doc/animation.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/building.dox b/doc/building.dox index 4be34db2f..05ed3d918 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2018 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/changelog-old.dox b/doc/changelog-old.dox index 8f7a93eaf..db736553c 100644 --- a/doc/changelog-old.dox +++ b/doc/changelog-old.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/changelog.dox b/doc/changelog.dox index 5eee0504d..7b86aac66 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/cmake.dox b/doc/cmake.dox index 75124d566..7e11f08d3 100644 --- a/doc/cmake.dox +++ b/doc/cmake.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/coding-style.dox b/doc/coding-style.dox index f42357484..7698321c4 100644 --- a/doc/coding-style.dox +++ b/doc/coding-style.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/compilation-speedup.dox b/doc/compilation-speedup.dox index 50167bcd9..1de9d0dc7 100644 --- a/doc/compilation-speedup.dox +++ b/doc/compilation-speedup.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/conf.py b/doc/conf.py index 67f128258..a9f40e8d1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -30,7 +30,7 @@ LINKS_NAVBAR2 = [ ("Python API", []) ] -FINE_PRINT = """

Magnum docs. Part of the Magnum project, copyright © Vladimír Vondruš and contributors, 2010–2023.
Generated by Doxygen {doxygen_version} and m.css. Contact the team via GitHub, Gitter, e-mail or Twitter.

""" +FINE_PRINT = """

Magnum docs. Part of the Magnum project, copyright © Vladimír Vondruš and contributors, 2010–2024.
Generated by Doxygen {doxygen_version} and m.css. Contact the team via GitHub, Gitter, e-mail or Twitter.

""" SEARCH_HELP = """

Search for symbols, directories, files, pages, OpenGL, GLSL, Vulkan and OpenAL APIs. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use / to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using L while M produces a Markdown link.

""" diff --git a/doc/credits.dox b/doc/credits.dox index f38697b8f..94c0cf8ed 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/custom-buildsystems-order-plugins.dot b/doc/custom-buildsystems-order-plugins.dot index d30e0e6c7..de62dc5a2 100644 --- a/doc/custom-buildsystems-order-plugins.dot +++ b/doc/custom-buildsystems-order-plugins.dot @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/custom-buildsystems-order.dot b/doc/custom-buildsystems-order.dot index 8986def27..27a7f971a 100644 --- a/doc/custom-buildsystems-order.dot +++ b/doc/custom-buildsystems-order.dot @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/custom-buildsystems.dox b/doc/custom-buildsystems.dox index 09de32edc..0fe772e82 100644 --- a/doc/custom-buildsystems.dox +++ b/doc/custom-buildsystems.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/debug-tools.dox b/doc/debug-tools.dox index 4e38b5ec7..1eb022436 100644 --- a/doc/debug-tools.dox +++ b/doc/debug-tools.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/debuggers.dox b/doc/debuggers.dox index c8ecfa4a4..040b67cba 100644 --- a/doc/debuggers.dox +++ b/doc/debuggers.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Guillaume Jacquemin Copyright © 2023 Pablo Escobar diff --git a/doc/developers.dox b/doc/developers.dox index 01db52f18..40efd3898 100644 --- a/doc/developers.dox +++ b/doc/developers.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/features.dox b/doc/features.dox index db31f07a4..ae452d3ca 100644 --- a/doc/features.dox +++ b/doc/features.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/file-formats.dox b/doc/file-formats.dox index 3a57751a1..75a8769fe 100644 --- a/doc/file-formats.dox +++ b/doc/file-formats.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/generated/CMakeLists.txt b/doc/generated/CMakeLists.txt index 0a0ffc01b..519128e2b 100644 --- a/doc/generated/CMakeLists.txt +++ b/doc/generated/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/doc/generated/atlas.cpp b/doc/generated/atlas.cpp index 1e1b0f42b..ac539758e 100644 --- a/doc/generated/atlas.cpp +++ b/doc/generated/atlas.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/generated/colormaps.cpp b/doc/generated/colormaps.cpp index 440be5915..599ea0348 100644 --- a/doc/generated/colormaps.cpp +++ b/doc/generated/colormaps.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/generated/easings.cpp b/doc/generated/easings.cpp index 8c201f317..b77748d83 100644 --- a/doc/generated/easings.cpp +++ b/doc/generated/easings.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/generated/primitives.cpp b/doc/generated/primitives.cpp index 6ab130239..bb6873f39 100644 --- a/doc/generated/primitives.cpp +++ b/doc/generated/primitives.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/generated/shaders.cpp b/doc/generated/shaders.cpp index 068d2da63..d59e230aa 100644 --- a/doc/generated/shaders.cpp +++ b/doc/generated/shaders.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/getting-started.dox b/doc/getting-started.dox index d30ccfd9b..5ee475202 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/mainpage.dox b/doc/mainpage.dox index 60579d3c5..ffadfb413 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -85,7 +86,7 @@ Magnum is licensed under the MIT/Expat license: > > Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -> 2020, 2021, 2022, 2023 +> 2020, 2021, 2022, 2023, 2024 > Vladimír Vondruš <mosra@centrum.cz> and contributors > > Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/matrix-vector.dox b/doc/matrix-vector.dox index e063b94fb..d8548e2cc 100644 --- a/doc/matrix-vector.dox +++ b/doc/matrix-vector.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/method-chaining.dox b/doc/method-chaining.dox index 5799e3f5d..ba0a7afef 100644 --- a/doc/method-chaining.dox +++ b/doc/method-chaining.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/namespaces.dox b/doc/namespaces.dox index f31fd8102..2a2a02bec 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/openal-support.dox b/doc/openal-support.dox index 8769f5eb2..e4d4dc7cd 100644 --- a/doc/openal-support.dox +++ b/doc/openal-support.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Copyright © 2019 Guillaume Jacquemin diff --git a/doc/openal.dox b/doc/openal.dox index 6f2b98de1..be23eedd1 100644 --- a/doc/openal.dox +++ b/doc/openal.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/opengl-mapping.dox b/doc/opengl-mapping.dox index ee54487fe..71d03dd16 100644 --- a/doc/opengl-mapping.dox +++ b/doc/opengl-mapping.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/opengl-support.dox b/doc/opengl-support.dox index 983accc90..633b627da 100644 --- a/doc/opengl-support.dox +++ b/doc/opengl-support.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/opengl-workarounds.dox b/doc/opengl-workarounds.dox index c77b38899..48e260581 100644 --- a/doc/opengl-workarounds.dox +++ b/doc/opengl-workarounds.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/opengl-wrapping.dox b/doc/opengl-wrapping.dox index 7b52d1b4a..281ee593a 100644 --- a/doc/opengl-wrapping.dox +++ b/doc/opengl-wrapping.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/opengl.dox b/doc/opengl.dox index 1d7f2e7f1..353eab4fe 100644 --- a/doc/opengl.dox +++ b/doc/opengl.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platform.dox b/doc/platform.dox index 08fe06ebd..847562acd 100644 --- a/doc/platform.dox +++ b/doc/platform.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-android.dox b/doc/platforms-android.dox index 7d5dc0aa5..f834d6616 100644 --- a/doc/platforms-android.dox +++ b/doc/platforms-android.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-gl.dox b/doc/platforms-gl.dox index 8f3f7b6e6..94a87840d 100644 --- a/doc/platforms-gl.dox +++ b/doc/platforms-gl.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-html5.dox b/doc/platforms-html5.dox index 5ca7788eb..cc656613c 100644 --- a/doc/platforms-html5.dox +++ b/doc/platforms-html5.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/doc/platforms-ios.dox b/doc/platforms-ios.dox index 752daf885..09c4a4d2e 100644 --- a/doc/platforms-ios.dox +++ b/doc/platforms-ios.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-linux.dox b/doc/platforms-linux.dox index 767590121..52eaf9c8d 100644 --- a/doc/platforms-linux.dox +++ b/doc/platforms-linux.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-macos.dox b/doc/platforms-macos.dox index 69acd0d9b..2141029b7 100644 --- a/doc/platforms-macos.dox +++ b/doc/platforms-macos.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-vk.dox b/doc/platforms-vk.dox index 6ae0b474d..dd09e8a84 100644 --- a/doc/platforms-vk.dox +++ b/doc/platforms-vk.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms-windows.dox b/doc/platforms-windows.dox index 2c5a8b708..43b3029f9 100644 --- a/doc/platforms-windows.dox +++ b/doc/platforms-windows.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/platforms.dox b/doc/platforms.dox index 6d194ec43..a8544aee8 100644 --- a/doc/platforms.dox +++ b/doc/platforms.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/plugins.dox b/doc/plugins.dox index 233447cb6..9e295a1fe 100644 --- a/doc/plugins.dox +++ b/doc/plugins.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/portability.dox b/doc/portability.dox index dc06a1ae1..074c71a4f 100644 --- a/doc/portability.dox +++ b/doc/portability.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/scenegraph-features.dot b/doc/scenegraph-features.dot index 59c2dea46..f00530db3 100644 --- a/doc/scenegraph-features.dot +++ b/doc/scenegraph-features.dot @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/scenegraph-hierarchy.dot b/doc/scenegraph-hierarchy.dot index 98f39015a..8f42cd879 100644 --- a/doc/scenegraph-hierarchy.dot +++ b/doc/scenegraph-hierarchy.dot @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/scenegraph.dox b/doc/scenegraph.dox index dde987b16..99474153a 100644 --- a/doc/scenegraph.dox +++ b/doc/scenegraph.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/shaders.dox b/doc/shaders.dox index 405072607..1d75e4055 100644 --- a/doc/shaders.dox +++ b/doc/shaders.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/singles.dox b/doc/singles.dox index 871c4ac7e..109540b69 100644 --- a/doc/singles.dox +++ b/doc/singles.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Animation-custom.cpp b/doc/snippets/Animation-custom.cpp index 8be479e82..b0660adda 100644 --- a/doc/snippets/Animation-custom.cpp +++ b/doc/snippets/Animation-custom.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Animation.cpp b/doc/snippets/Animation.cpp index c3af4e5a0..db020c4fc 100644 --- a/doc/snippets/Animation.cpp +++ b/doc/snippets/Animation.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Audio-scenegraph.cpp b/doc/snippets/Audio-scenegraph.cpp index 517b03080..1e668f205 100644 --- a/doc/snippets/Audio-scenegraph.cpp +++ b/doc/snippets/Audio-scenegraph.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Audio.cpp b/doc/snippets/Audio.cpp index 2adc76259..777627926 100644 --- a/doc/snippets/Audio.cpp +++ b/doc/snippets/Audio.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/CMakeLists.txt b/doc/snippets/CMakeLists.txt index 34041fc3e..ab73200ca 100644 --- a/doc/snippets/CMakeLists.txt +++ b/doc/snippets/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/doc/snippets/DebugTools-gl.cpp b/doc/snippets/DebugTools-gl.cpp index a82b14213..5e2a16b81 100644 --- a/doc/snippets/DebugTools-gl.cpp +++ b/doc/snippets/DebugTools-gl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/DebugTools.cpp b/doc/snippets/DebugTools.cpp index 07358cce8..7fba25c53 100644 --- a/doc/snippets/DebugTools.cpp +++ b/doc/snippets/DebugTools.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/GL-application.cpp b/doc/snippets/GL-application.cpp index f821f282a..c70d00b3f 100644 --- a/doc/snippets/GL-application.cpp +++ b/doc/snippets/GL-application.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/GL.cpp b/doc/snippets/GL.cpp index 54c422319..a4851a683 100644 --- a/doc/snippets/GL.cpp +++ b/doc/snippets/GL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Magnum-application.cpp b/doc/snippets/Magnum-application.cpp index 47275f17a..55ee01043 100644 --- a/doc/snippets/Magnum-application.cpp +++ b/doc/snippets/Magnum-application.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Magnum.cpp b/doc/snippets/Magnum.cpp index 1b59404db..4bc2585e3 100644 --- a/doc/snippets/Magnum.cpp +++ b/doc/snippets/Magnum.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/MaterialTools.cpp b/doc/snippets/MaterialTools.cpp index 6e61bc256..007c0742c 100644 --- a/doc/snippets/MaterialTools.cpp +++ b/doc/snippets/MaterialTools.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Math-cpp14.cpp b/doc/snippets/Math-cpp14.cpp index 38c28ab16..cc8c3d1df 100644 --- a/doc/snippets/Math-cpp14.cpp +++ b/doc/snippets/Math-cpp14.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Math-stl.cpp b/doc/snippets/Math-stl.cpp index d5d903261..ceab45e28 100644 --- a/doc/snippets/Math-stl.cpp +++ b/doc/snippets/Math-stl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Math.cpp b/doc/snippets/Math.cpp index 57d5b7099..8b186e046 100644 --- a/doc/snippets/Math.cpp +++ b/doc/snippets/Math.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/MathAlgorithms.cpp b/doc/snippets/MathAlgorithms.cpp index f51f0f296..3941a117f 100644 --- a/doc/snippets/MathAlgorithms.cpp +++ b/doc/snippets/MathAlgorithms.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/MeshTools-gl.cpp b/doc/snippets/MeshTools-gl.cpp index 4c4d19210..544aa8fdb 100644 --- a/doc/snippets/MeshTools-gl.cpp +++ b/doc/snippets/MeshTools-gl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/MeshTools-stl.cpp b/doc/snippets/MeshTools-stl.cpp index 6f1332262..ab68fd999 100644 --- a/doc/snippets/MeshTools-stl.cpp +++ b/doc/snippets/MeshTools-stl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/MeshTools.cpp b/doc/snippets/MeshTools.cpp index ef26394c5..f5970aef6 100644 --- a/doc/snippets/MeshTools.cpp +++ b/doc/snippets/MeshTools.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Platform-custom.cpp b/doc/snippets/Platform-custom.cpp index 03c91535c..9a2acc3ae 100644 --- a/doc/snippets/Platform-custom.cpp +++ b/doc/snippets/Platform-custom.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Platform-portability.cpp b/doc/snippets/Platform-portability.cpp index daefa649d..002a31f1c 100644 --- a/doc/snippets/Platform-portability.cpp +++ b/doc/snippets/Platform-portability.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Platform-windowless-custom.cpp b/doc/snippets/Platform-windowless-custom.cpp index 1a7e4a54d..7a8fc377b 100644 --- a/doc/snippets/Platform-windowless-custom.cpp +++ b/doc/snippets/Platform-windowless-custom.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Platform-windowless-thread.cpp b/doc/snippets/Platform-windowless-thread.cpp index 2c1ffb17d..d6a2c3843 100644 --- a/doc/snippets/Platform-windowless-thread.cpp +++ b/doc/snippets/Platform-windowless-thread.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Platform-windowless.cpp b/doc/snippets/Platform-windowless.cpp index 332c79aed..f2278a545 100644 --- a/doc/snippets/Platform-windowless.cpp +++ b/doc/snippets/Platform-windowless.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Platform.cpp b/doc/snippets/Platform.cpp index 300d8e12d..308a2280d 100644 --- a/doc/snippets/Platform.cpp +++ b/doc/snippets/Platform.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Primitives.cpp b/doc/snippets/Primitives.cpp index 9a8fcc8ae..c3d6246df 100644 --- a/doc/snippets/Primitives.cpp +++ b/doc/snippets/Primitives.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/SceneGraph-gl.cpp b/doc/snippets/SceneGraph-gl.cpp index 481f22111..0f048965c 100644 --- a/doc/snippets/SceneGraph-gl.cpp +++ b/doc/snippets/SceneGraph-gl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/SceneGraph.cpp b/doc/snippets/SceneGraph.cpp index 76a6b5c0d..f91971ed2 100644 --- a/doc/snippets/SceneGraph.cpp +++ b/doc/snippets/SceneGraph.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/SceneTools.cpp b/doc/snippets/SceneTools.cpp index 76d9a1a76..a202987e5 100644 --- a/doc/snippets/SceneTools.cpp +++ b/doc/snippets/SceneTools.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/ShaderTools.cpp b/doc/snippets/ShaderTools.cpp index 177220f78..2c76917c3 100644 --- a/doc/snippets/ShaderTools.cpp +++ b/doc/snippets/ShaderTools.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Shaders-gl.cpp b/doc/snippets/Shaders-gl.cpp index 7f1d4c6a9..fa821ede9 100644 --- a/doc/snippets/Shaders-gl.cpp +++ b/doc/snippets/Shaders-gl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Text-gl.cpp b/doc/snippets/Text-gl.cpp index 37668f40e..a5023d8e4 100644 --- a/doc/snippets/Text-gl.cpp +++ b/doc/snippets/Text-gl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Text.cpp b/doc/snippets/Text.cpp index 5c9435f4a..4309be4c6 100644 --- a/doc/snippets/Text.cpp +++ b/doc/snippets/Text.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/TextureTools.cpp b/doc/snippets/TextureTools.cpp index cc606ff2b..1a624ef1d 100644 --- a/doc/snippets/TextureTools.cpp +++ b/doc/snippets/TextureTools.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Trade.cpp b/doc/snippets/Trade.cpp index e7e1de286..f2a2ab1e7 100644 --- a/doc/snippets/Trade.cpp +++ b/doc/snippets/Trade.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Trade.glsl b/doc/snippets/Trade.glsl index 2b62add1f..0d30bd3c0 100644 --- a/doc/snippets/Trade.glsl +++ b/doc/snippets/Trade.glsl @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/Vk.cpp b/doc/snippets/Vk.cpp index 8540f6758..c19f57b4d 100644 --- a/doc/snippets/Vk.cpp +++ b/doc/snippets/Vk.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/configure.h.cmake b/doc/snippets/configure.h.cmake index 8dcb29107..2d0ee038d 100644 --- a/doc/snippets/configure.h.cmake +++ b/doc/snippets/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/debugtools-compareimage.cpp b/doc/snippets/debugtools-compareimage.cpp index b8ae98c1f..a51387bc7 100644 --- a/doc/snippets/debugtools-compareimage.cpp +++ b/doc/snippets/debugtools-compareimage.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/debugtools-comparematerial.cpp b/doc/snippets/debugtools-comparematerial.cpp index 44c275ce6..4150020f6 100644 --- a/doc/snippets/debugtools-comparematerial.cpp +++ b/doc/snippets/debugtools-comparematerial.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/debugtools-frameprofiler.cpp b/doc/snippets/debugtools-frameprofiler.cpp index 54b6f77c0..2e914490f 100644 --- a/doc/snippets/debugtools-frameprofiler.cpp +++ b/doc/snippets/debugtools-frameprofiler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/getting-started-blue.cpp b/doc/snippets/getting-started-blue.cpp index fd5472518..150aea120 100644 --- a/doc/snippets/getting-started-blue.cpp +++ b/doc/snippets/getting-started-blue.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/getting-started.cpp b/doc/snippets/getting-started.cpp index 1c355c2d1..a6c9c6a16 100644 --- a/doc/snippets/getting-started.cpp +++ b/doc/snippets/getting-started.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/platforms-html5.cpp b/doc/snippets/platforms-html5.cpp index 4b0820faf..7741b9476 100644 --- a/doc/snippets/platforms-html5.cpp +++ b/doc/snippets/platforms-html5.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/snippets/plugins.cpp b/doc/snippets/plugins.cpp index 66d6fa967..3bc4300bf 100644 --- a/doc/snippets/plugins.cpp +++ b/doc/snippets/plugins.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/tips.dox b/doc/tips.dox index 82bbaeee3..31f061f26 100644 --- a/doc/tips.dox +++ b/doc/tips.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/transformations.dox b/doc/transformations.dox index d12ab996f..bcc366b56 100644 --- a/doc/transformations.dox +++ b/doc/transformations.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/troubleshooting.dox b/doc/troubleshooting.dox index 1e3a16595..28a8e5881 100644 --- a/doc/troubleshooting.dox +++ b/doc/troubleshooting.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/types.dox b/doc/types.dox index 244f77f73..be177df63 100644 --- a/doc/types.dox +++ b/doc/types.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/utilities.dox b/doc/utilities.dox index eb0efb04e..a59411b82 100644 --- a/doc/utilities.dox +++ b/doc/utilities.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/vk-renderpass-layouts.dot b/doc/vk-renderpass-layouts.dot index c5f5cd0e0..3e326a5bc 100644 --- a/doc/vk-renderpass-layouts.dot +++ b/doc/vk-renderpass-layouts.dot @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/vulkan-mapping.dox b/doc/vulkan-mapping.dox index 3a85a261b..69e76605f 100644 --- a/doc/vulkan-mapping.dox +++ b/doc/vulkan-mapping.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/vulkan-support.dox b/doc/vulkan-support.dox index 1a16f4587..47982322b 100644 --- a/doc/vulkan-support.dox +++ b/doc/vulkan-support.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/vulkan-workarounds.dox b/doc/vulkan-workarounds.dox index 5a27a557d..421915711 100644 --- a/doc/vulkan-workarounds.dox +++ b/doc/vulkan-workarounds.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/vulkan-wrapping.dox b/doc/vulkan-wrapping.dox index 48e3dea7c..8abc1fa47 100644 --- a/doc/vulkan-wrapping.dox +++ b/doc/vulkan-wrapping.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/doc/vulkan.dox b/doc/vulkan.dox index ccd6a748b..78565134b 100644 --- a/doc/vulkan.dox +++ b/doc/vulkan.dox @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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 1a5f91436..34594a81a 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/FindEGL.cmake b/modules/FindEGL.cmake index 66a4c5484..a812797b6 100644 --- a/modules/FindEGL.cmake +++ b/modules/FindEGL.cmake @@ -17,7 +17,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/FindGLFW.cmake b/modules/FindGLFW.cmake index 8cf9a54bc..a7ed3a0e6 100644 --- a/modules/FindGLFW.cmake +++ b/modules/FindGLFW.cmake @@ -21,7 +21,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2016 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 88959a3ff..a751b995f 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -208,7 +208,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/FindOpenAL.cmake b/modules/FindOpenAL.cmake index ecb7691f5..4a532ae4e 100644 --- a/modules/FindOpenAL.cmake +++ b/modules/FindOpenAL.cmake @@ -20,7 +20,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/FindOpenGLES2.cmake b/modules/FindOpenGLES2.cmake index ef1da66ac..f837d9627 100644 --- a/modules/FindOpenGLES2.cmake +++ b/modules/FindOpenGLES2.cmake @@ -20,7 +20,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/FindOpenGLES3.cmake b/modules/FindOpenGLES3.cmake index 4d79aff23..6c1d25429 100644 --- a/modules/FindOpenGLES3.cmake +++ b/modules/FindOpenGLES3.cmake @@ -20,7 +20,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/FindSDL2.cmake b/modules/FindSDL2.cmake index 2ce89cae2..50df96aa0 100644 --- a/modules/FindSDL2.cmake +++ b/modules/FindSDL2.cmake @@ -20,7 +20,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2018 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/modules/FindVulkan.cmake b/modules/FindVulkan.cmake index a859bf9c5..13af34e65 100644 --- a/modules/FindVulkan.cmake +++ b/modules/FindVulkan.cmake @@ -20,7 +20,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/MagnumConfig.cmake b/modules/MagnumConfig.cmake index 1e00c00d4..59c5d9302 100644 --- a/modules/MagnumConfig.cmake +++ b/modules/MagnumConfig.cmake @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/package/debian/copyright b/package/debian/copyright index 2a510fa90..7adb424a2 100644 --- a/package/debian/copyright +++ b/package/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Vladimír Vondruš Source: https://github.com/mosra/magnum Files: * -Copyright: 2010-2023 Vladimír Vondruš +Copyright: 2010-2024 Vladimír Vondruš License: Expat 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/package/hunter/HunterAddPackages.cmake b/package/hunter/HunterAddPackages.cmake index 1e79d0839..35ac20b7b 100644 --- a/package/hunter/HunterAddPackages.cmake +++ b/package/hunter/HunterAddPackages.cmake @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2018 Pascal Thomet # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/package/hunter/HunterInit.cmake b/package/hunter/HunterInit.cmake index c074cfc18..133309642 100644 --- a/package/hunter/HunterInit.cmake +++ b/package/hunter/HunterInit.cmake @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2018 Pascal Thomet # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b9c99314a..d63373a7d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2022 Guillaume Jacquemin # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/AbstractResourceLoader.h b/src/Magnum/AbstractResourceLoader.h index 93921dc9f..4a69e48e8 100644 --- a/src/Magnum/AbstractResourceLoader.h +++ b/src/Magnum/AbstractResourceLoader.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Animation.h b/src/Magnum/Animation/Animation.h index 8b6fcee1c..653868767 100644 --- a/src/Magnum/Animation/Animation.h +++ b/src/Magnum/Animation/Animation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/CMakeLists.txt b/src/Magnum/Animation/CMakeLists.txt index 89b03dda0..fbbfc2d19 100644 --- a/src/Magnum/Animation/CMakeLists.txt +++ b/src/Magnum/Animation/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Animation/Easing.h b/src/Magnum/Animation/Easing.h index 8b3853787..be0902759 100644 --- a/src/Magnum/Animation/Easing.h +++ b/src/Magnum/Animation/Easing.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Interpolation.cpp b/src/Magnum/Animation/Interpolation.cpp index 1fffa0425..e7586dfbc 100644 --- a/src/Magnum/Animation/Interpolation.cpp +++ b/src/Magnum/Animation/Interpolation.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Interpolation.h b/src/Magnum/Animation/Interpolation.h index e2564819b..82a8d1776 100644 --- a/src/Magnum/Animation/Interpolation.h +++ b/src/Magnum/Animation/Interpolation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Player.cpp b/src/Magnum/Animation/Player.cpp index 38fec6e7e..1da7bb7b9 100644 --- a/src/Magnum/Animation/Player.cpp +++ b/src/Magnum/Animation/Player.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Player.h b/src/Magnum/Animation/Player.h index 0b9ee79a5..242c67781 100644 --- a/src/Magnum/Animation/Player.h +++ b/src/Magnum/Animation/Player.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Player.hpp b/src/Magnum/Animation/Player.hpp index 997af70df..eed235a20 100644 --- a/src/Magnum/Animation/Player.hpp +++ b/src/Magnum/Animation/Player.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/Benchmark.cpp b/src/Magnum/Animation/Test/Benchmark.cpp index ce1fe744d..5ec01b243 100644 --- a/src/Magnum/Animation/Test/Benchmark.cpp +++ b/src/Magnum/Animation/Test/Benchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/CMakeLists.txt b/src/Magnum/Animation/Test/CMakeLists.txt index 98866297a..ad31a47e3 100644 --- a/src/Magnum/Animation/Test/CMakeLists.txt +++ b/src/Magnum/Animation/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Animation/Test/EasingTest.cpp b/src/Magnum/Animation/Test/EasingTest.cpp index 0fb2f0db5..550beab54 100644 --- a/src/Magnum/Animation/Test/EasingTest.cpp +++ b/src/Magnum/Animation/Test/EasingTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/InterpolationTest.cpp b/src/Magnum/Animation/Test/InterpolationTest.cpp index 43cd9387c..12721e45c 100644 --- a/src/Magnum/Animation/Test/InterpolationTest.cpp +++ b/src/Magnum/Animation/Test/InterpolationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/PlayerCustomTest.cpp b/src/Magnum/Animation/Test/PlayerCustomTest.cpp index e41fc4be8..938c4ce4a 100644 --- a/src/Magnum/Animation/Test/PlayerCustomTest.cpp +++ b/src/Magnum/Animation/Test/PlayerCustomTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/PlayerTest.cpp b/src/Magnum/Animation/Test/PlayerTest.cpp index 9299722ac..c5699542c 100644 --- a/src/Magnum/Animation/Test/PlayerTest.cpp +++ b/src/Magnum/Animation/Test/PlayerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/TrackTest.cpp b/src/Magnum/Animation/Test/TrackTest.cpp index ba215fcbe..dfd2f691c 100644 --- a/src/Magnum/Animation/Test/TrackTest.cpp +++ b/src/Magnum/Animation/Test/TrackTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Test/TrackViewTest.cpp b/src/Magnum/Animation/Test/TrackViewTest.cpp index 08b4655bc..a61971dd8 100644 --- a/src/Magnum/Animation/Test/TrackViewTest.cpp +++ b/src/Magnum/Animation/Test/TrackViewTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Animation/Track.h b/src/Magnum/Animation/Track.h index 21b3916d5..476e2e972 100644 --- a/src/Magnum/Animation/Track.h +++ b/src/Magnum/Animation/Track.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Array.h b/src/Magnum/Array.h index ed1cb8ce1..538075440 100644 --- a/src/Magnum/Array.h +++ b/src/Magnum/Array.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/AbstractImporter.cpp b/src/Magnum/Audio/AbstractImporter.cpp index a08fe835e..cc4a0ec70 100644 --- a/src/Magnum/Audio/AbstractImporter.cpp +++ b/src/Magnum/Audio/AbstractImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/AbstractImporter.h b/src/Magnum/Audio/AbstractImporter.h index 1faa4c222..99405e60d 100644 --- a/src/Magnum/Audio/AbstractImporter.h +++ b/src/Magnum/Audio/AbstractImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Audio.cpp b/src/Magnum/Audio/Audio.cpp index 65d9ec3d8..8dceefb8e 100644 --- a/src/Magnum/Audio/Audio.cpp +++ b/src/Magnum/Audio/Audio.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Audio.h b/src/Magnum/Audio/Audio.h index 936766987..9529bc13b 100644 --- a/src/Magnum/Audio/Audio.h +++ b/src/Magnum/Audio/Audio.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Buffer.cpp b/src/Magnum/Audio/Buffer.cpp index e198c2839..33f252bfb 100644 --- a/src/Magnum/Audio/Buffer.cpp +++ b/src/Magnum/Audio/Buffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Guillaume Jacquemin Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Buffer.h b/src/Magnum/Audio/Buffer.h index 979ba189d..e31596641 100644 --- a/src/Magnum/Audio/Buffer.h +++ b/src/Magnum/Audio/Buffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Guillaume Jacquemin Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/BufferFormat.cpp b/src/Magnum/Audio/BufferFormat.cpp index a0b7a0d6e..a632f292a 100644 --- a/src/Magnum/Audio/BufferFormat.cpp +++ b/src/Magnum/Audio/BufferFormat.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/BufferFormat.h b/src/Magnum/Audio/BufferFormat.h index 6028f6b94..0ffc70150 100644 --- a/src/Magnum/Audio/BufferFormat.h +++ b/src/Magnum/Audio/BufferFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/CMakeLists.txt b/src/Magnum/Audio/CMakeLists.txt index 14428988f..6c55e1472 100644 --- a/src/Magnum/Audio/CMakeLists.txt +++ b/src/Magnum/Audio/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Audio/Context.cpp b/src/Magnum/Audio/Context.cpp index bee6af1e2..994624db6 100644 --- a/src/Magnum/Audio/Context.cpp +++ b/src/Magnum/Audio/Context.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Copyright © 2019 Guillaume Jacquemin diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index ec1a51570..70617b0df 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Copyright © 2019 Guillaume Jacquemin diff --git a/src/Magnum/Audio/Extensions.h b/src/Magnum/Audio/Extensions.h index 82f74a328..a1cd637c4 100644 --- a/src/Magnum/Audio/Extensions.h +++ b/src/Magnum/Audio/Extensions.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Listener.cpp b/src/Magnum/Audio/Listener.cpp index 86cb5e919..e82f141be 100644 --- a/src/Magnum/Audio/Listener.cpp +++ b/src/Magnum/Audio/Listener.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Listener.h b/src/Magnum/Audio/Listener.h index f5e0ba622..d40128eeb 100644 --- a/src/Magnum/Audio/Listener.h +++ b/src/Magnum/Audio/Listener.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Playable.cpp b/src/Magnum/Audio/Playable.cpp index dcf15e38b..ec1d2b324 100644 --- a/src/Magnum/Audio/Playable.cpp +++ b/src/Magnum/Audio/Playable.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Playable.h b/src/Magnum/Audio/Playable.h index 170d1cb03..a518f3c9d 100644 --- a/src/Magnum/Audio/Playable.h +++ b/src/Magnum/Audio/Playable.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/PlayableGroup.cpp b/src/Magnum/Audio/PlayableGroup.cpp index 39ab654cf..b9f2a7c02 100644 --- a/src/Magnum/Audio/PlayableGroup.cpp +++ b/src/Magnum/Audio/PlayableGroup.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/PlayableGroup.h b/src/Magnum/Audio/PlayableGroup.h index a4eacc1e0..9afad99d9 100644 --- a/src/Magnum/Audio/PlayableGroup.h +++ b/src/Magnum/Audio/PlayableGroup.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Renderer.cpp b/src/Magnum/Audio/Renderer.cpp index 99d09e813..bdcfbf860 100644 --- a/src/Magnum/Audio/Renderer.cpp +++ b/src/Magnum/Audio/Renderer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Renderer.h b/src/Magnum/Audio/Renderer.h index 06d985062..306089eca 100644 --- a/src/Magnum/Audio/Renderer.h +++ b/src/Magnum/Audio/Renderer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Source.cpp b/src/Magnum/Audio/Source.cpp index 79086f9f2..ed112dad8 100644 --- a/src/Magnum/Audio/Source.cpp +++ b/src/Magnum/Audio/Source.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Source.h b/src/Magnum/Audio/Source.h index 14ed20383..9248d1b20 100644 --- a/src/Magnum/Audio/Source.h +++ b/src/Magnum/Audio/Source.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/AbstractImporterTest.cpp b/src/Magnum/Audio/Test/AbstractImporterTest.cpp index 2f8e965f4..bdc08cfed 100644 --- a/src/Magnum/Audio/Test/AbstractImporterTest.cpp +++ b/src/Magnum/Audio/Test/AbstractImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/BufferALTest.cpp b/src/Magnum/Audio/Test/BufferALTest.cpp index 89cd361ea..6e92d385f 100644 --- a/src/Magnum/Audio/Test/BufferALTest.cpp +++ b/src/Magnum/Audio/Test/BufferALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Guillaume Jacquemin Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/BufferFormatTest.cpp b/src/Magnum/Audio/Test/BufferFormatTest.cpp index e4f25abc1..793638275 100644 --- a/src/Magnum/Audio/Test/BufferFormatTest.cpp +++ b/src/Magnum/Audio/Test/BufferFormatTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/CMakeLists.txt b/src/Magnum/Audio/Test/CMakeLists.txt index 1549f155b..61a465dc9 100644 --- a/src/Magnum/Audio/Test/CMakeLists.txt +++ b/src/Magnum/Audio/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2015 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/ContextALTest.cpp b/src/Magnum/Audio/Test/ContextALTest.cpp index 8c4ca90d9..2a807df3e 100644 --- a/src/Magnum/Audio/Test/ContextALTest.cpp +++ b/src/Magnum/Audio/Test/ContextALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/ContextTest.cpp b/src/Magnum/Audio/Test/ContextTest.cpp index 213461c86..e3b39c36f 100644 --- a/src/Magnum/Audio/Test/ContextTest.cpp +++ b/src/Magnum/Audio/Test/ContextTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesALTest.cpp b/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesALTest.cpp index 6458cc74a..463d6e184 100644 --- a/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesALTest.cpp +++ b/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.cpp b/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.cpp index 2442c903d..88b77ab2c 100644 --- a/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.cpp +++ b/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.h b/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.h index adce2d69f..5ab96ea62 100644 --- a/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.h +++ b/src/Magnum/Audio/Test/GlobalStateAcrossLibrariesLibrary.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/ListenerALTest.cpp b/src/Magnum/Audio/Test/ListenerALTest.cpp index f523d2aad..5281922c5 100644 --- a/src/Magnum/Audio/Test/ListenerALTest.cpp +++ b/src/Magnum/Audio/Test/ListenerALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/PlayableALTest.cpp b/src/Magnum/Audio/Test/PlayableALTest.cpp index 03f8c2fba..5926667c4 100644 --- a/src/Magnum/Audio/Test/PlayableALTest.cpp +++ b/src/Magnum/Audio/Test/PlayableALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Audio/Test/RendererALTest.cpp b/src/Magnum/Audio/Test/RendererALTest.cpp index 1b3f6cf96..06636741d 100644 --- a/src/Magnum/Audio/Test/RendererALTest.cpp +++ b/src/Magnum/Audio/Test/RendererALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/RendererTest.cpp b/src/Magnum/Audio/Test/RendererTest.cpp index a1f5271a5..7b4a0dca4 100644 --- a/src/Magnum/Audio/Test/RendererTest.cpp +++ b/src/Magnum/Audio/Test/RendererTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/SourceALTest.cpp b/src/Magnum/Audio/Test/SourceALTest.cpp index 86a9ff3f7..e83032091 100644 --- a/src/Magnum/Audio/Test/SourceALTest.cpp +++ b/src/Magnum/Audio/Test/SourceALTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/SourceTest.cpp b/src/Magnum/Audio/Test/SourceTest.cpp index b01c8c16c..bee4bd3d4 100644 --- a/src/Magnum/Audio/Test/SourceTest.cpp +++ b/src/Magnum/Audio/Test/SourceTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/Test/configure.h.cmake b/src/Magnum/Audio/Test/configure.h.cmake index 913b941af..c4f196fea 100644 --- a/src/Magnum/Audio/Test/configure.h.cmake +++ b/src/Magnum/Audio/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/al-info.cpp b/src/Magnum/Audio/al-info.cpp index 9983fa6fa..8476cd3b3 100644 --- a/src/Magnum/Audio/al-info.cpp +++ b/src/Magnum/Audio/al-info.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/configure.h.cmake b/src/Magnum/Audio/configure.h.cmake index a103eceb5..8668e5b03 100644 --- a/src/Magnum/Audio/configure.h.cmake +++ b/src/Magnum/Audio/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Audio/visibility.h b/src/Magnum/Audio/visibility.h index 57258b7c2..7913948c6 100644 --- a/src/Magnum/Audio/visibility.h +++ b/src/Magnum/Audio/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/British.h b/src/Magnum/British.h index 4dab17e7f..8accf2b3a 100644 --- a/src/Magnum/British.h +++ b/src/Magnum/British.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/CMakeLists.txt b/src/Magnum/CMakeLists.txt index e5cee1a29..9eb3e2865 100644 --- a/src/Magnum/CMakeLists.txt +++ b/src/Magnum/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/DebugTools/BufferData.cpp b/src/Magnum/DebugTools/BufferData.cpp index 961f4acd0..c189a23b3 100644 --- a/src/Magnum/DebugTools/BufferData.cpp +++ b/src/Magnum/DebugTools/BufferData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/DebugTools/BufferData.h b/src/Magnum/DebugTools/BufferData.h index 375fb4b6a..46169e0cd 100644 --- a/src/Magnum/DebugTools/BufferData.h +++ b/src/Magnum/DebugTools/BufferData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/DebugTools/CMakeLists.txt b/src/Magnum/DebugTools/CMakeLists.txt index 44b20a6a9..b7e2dcf98 100644 --- a/src/Magnum/DebugTools/CMakeLists.txt +++ b/src/Magnum/DebugTools/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/DebugTools/ColorMap.cpp b/src/Magnum/DebugTools/ColorMap.cpp index 9fa9982dc..811c02f52 100644 --- a/src/Magnum/DebugTools/ColorMap.cpp +++ b/src/Magnum/DebugTools/ColorMap.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 janos Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/DebugTools/ColorMap.h b/src/Magnum/DebugTools/ColorMap.h index 1cfbe56a6..5dea821de 100644 --- a/src/Magnum/DebugTools/ColorMap.h +++ b/src/Magnum/DebugTools/ColorMap.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 janos Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/DebugTools/CompareImage.cpp b/src/Magnum/DebugTools/CompareImage.cpp index 9609ebdc7..7e88eca54 100644 --- a/src/Magnum/DebugTools/CompareImage.cpp +++ b/src/Magnum/DebugTools/CompareImage.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/CompareImage.h b/src/Magnum/DebugTools/CompareImage.h index 338b7b5f6..63c3b6fbd 100644 --- a/src/Magnum/DebugTools/CompareImage.h +++ b/src/Magnum/DebugTools/CompareImage.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/CompareMaterial.cpp b/src/Magnum/DebugTools/CompareMaterial.cpp index 85fa63ac2..0370f8569 100644 --- a/src/Magnum/DebugTools/CompareMaterial.cpp +++ b/src/Magnum/DebugTools/CompareMaterial.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/CompareMaterial.h b/src/Magnum/DebugTools/CompareMaterial.h index ffde2b728..bab46facf 100644 --- a/src/Magnum/DebugTools/CompareMaterial.h +++ b/src/Magnum/DebugTools/CompareMaterial.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/DebugTools.h b/src/Magnum/DebugTools/DebugTools.h index 287d15fb1..d3d0ed8e5 100644 --- a/src/Magnum/DebugTools/DebugTools.h +++ b/src/Magnum/DebugTools/DebugTools.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/ForceRenderer.cpp b/src/Magnum/DebugTools/ForceRenderer.cpp index a67725104..c5a5fffa3 100644 --- a/src/Magnum/DebugTools/ForceRenderer.cpp +++ b/src/Magnum/DebugTools/ForceRenderer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/ForceRenderer.h b/src/Magnum/DebugTools/ForceRenderer.h index 560cf5277..8f85851c0 100644 --- a/src/Magnum/DebugTools/ForceRenderer.h +++ b/src/Magnum/DebugTools/ForceRenderer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/FrameProfiler.cpp b/src/Magnum/DebugTools/FrameProfiler.cpp index bba0507c5..b388f0040 100644 --- a/src/Magnum/DebugTools/FrameProfiler.cpp +++ b/src/Magnum/DebugTools/FrameProfiler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/FrameProfiler.h b/src/Magnum/DebugTools/FrameProfiler.h index ba8425984..747fee79a 100644 --- a/src/Magnum/DebugTools/FrameProfiler.h +++ b/src/Magnum/DebugTools/FrameProfiler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Implementation/ForceRendererTransformation.h b/src/Magnum/DebugTools/Implementation/ForceRendererTransformation.h index f4e64f8d1..9fdb8860c 100644 --- a/src/Magnum/DebugTools/Implementation/ForceRendererTransformation.h +++ b/src/Magnum/DebugTools/Implementation/ForceRendererTransformation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Implementation/colormap-to-srgb.py b/src/Magnum/DebugTools/Implementation/colormap-to-srgb.py index 550cd11f5..06cc22682 100755 --- a/src/Magnum/DebugTools/Implementation/colormap-to-srgb.py +++ b/src/Magnum/DebugTools/Implementation/colormap-to-srgb.py @@ -4,7 +4,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/DebugTools/Implementation/cool-warm.py b/src/Magnum/DebugTools/Implementation/cool-warm.py index b4ef5fbc6..b12014af8 100755 --- a/src/Magnum/DebugTools/Implementation/cool-warm.py +++ b/src/Magnum/DebugTools/Implementation/cool-warm.py @@ -4,7 +4,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2020 janos # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/DebugTools/ObjectRenderer.cpp b/src/Magnum/DebugTools/ObjectRenderer.cpp index 195ebb3b8..f8ce013ba 100644 --- a/src/Magnum/DebugTools/ObjectRenderer.cpp +++ b/src/Magnum/DebugTools/ObjectRenderer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/ObjectRenderer.h b/src/Magnum/DebugTools/ObjectRenderer.h index 17e750396..a2903c4a4 100644 --- a/src/Magnum/DebugTools/ObjectRenderer.h +++ b/src/Magnum/DebugTools/ObjectRenderer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Profiler.cpp b/src/Magnum/DebugTools/Profiler.cpp index 1f03da4c1..437beb2d2 100644 --- a/src/Magnum/DebugTools/Profiler.cpp +++ b/src/Magnum/DebugTools/Profiler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Profiler.h b/src/Magnum/DebugTools/Profiler.h index cb32af08a..fb030a095 100644 --- a/src/Magnum/DebugTools/Profiler.h +++ b/src/Magnum/DebugTools/Profiler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/ResourceManager.cpp b/src/Magnum/DebugTools/ResourceManager.cpp index 808bee42c..78a7880c6 100644 --- a/src/Magnum/DebugTools/ResourceManager.cpp +++ b/src/Magnum/DebugTools/ResourceManager.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/ResourceManager.h b/src/Magnum/DebugTools/ResourceManager.h index 1782ec670..555ca8b52 100644 --- a/src/Magnum/DebugTools/ResourceManager.h +++ b/src/Magnum/DebugTools/ResourceManager.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Screenshot.cpp b/src/Magnum/DebugTools/Screenshot.cpp index d6d034788..a0e91d0f9 100644 --- a/src/Magnum/DebugTools/Screenshot.cpp +++ b/src/Magnum/DebugTools/Screenshot.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Screenshot.h b/src/Magnum/DebugTools/Screenshot.h index cdaf648a1..4fbfd59b7 100644 --- a/src/Magnum/DebugTools/Screenshot.h +++ b/src/Magnum/DebugTools/Screenshot.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/BufferDataGLTest.cpp b/src/Magnum/DebugTools/Test/BufferDataGLTest.cpp index 2aba9c046..7fbef7540 100644 --- a/src/Magnum/DebugTools/Test/BufferDataGLTest.cpp +++ b/src/Magnum/DebugTools/Test/BufferDataGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/DebugTools/Test/CMakeLists.txt b/src/Magnum/DebugTools/Test/CMakeLists.txt index 496e71405..f6c439119 100644 --- a/src/Magnum/DebugTools/Test/CMakeLists.txt +++ b/src/Magnum/DebugTools/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/DebugTools/Test/CompareImageTest.cpp b/src/Magnum/DebugTools/Test/CompareImageTest.cpp index f26700096..48e478ad6 100644 --- a/src/Magnum/DebugTools/Test/CompareImageTest.cpp +++ b/src/Magnum/DebugTools/Test/CompareImageTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/CompareMaterialTest.cpp b/src/Magnum/DebugTools/Test/CompareMaterialTest.cpp index 8590bea90..21a589a17 100644 --- a/src/Magnum/DebugTools/Test/CompareMaterialTest.cpp +++ b/src/Magnum/DebugTools/Test/CompareMaterialTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/ForceRendererGLTest.cpp b/src/Magnum/DebugTools/Test/ForceRendererGLTest.cpp index 00697729e..e40bb9cc8 100644 --- a/src/Magnum/DebugTools/Test/ForceRendererGLTest.cpp +++ b/src/Magnum/DebugTools/Test/ForceRendererGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/ForceRendererTest.cpp b/src/Magnum/DebugTools/Test/ForceRendererTest.cpp index 64181188b..3b6ef0993 100644 --- a/src/Magnum/DebugTools/Test/ForceRendererTest.cpp +++ b/src/Magnum/DebugTools/Test/ForceRendererTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp b/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp index 29a40609d..cce65beb7 100644 --- a/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp +++ b/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/FrameProfilerTest.cpp b/src/Magnum/DebugTools/Test/FrameProfilerTest.cpp index 7e01ca951..334bdf6a3 100644 --- a/src/Magnum/DebugTools/Test/FrameProfilerTest.cpp +++ b/src/Magnum/DebugTools/Test/FrameProfilerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/ObjectRendererGLTest.cpp b/src/Magnum/DebugTools/Test/ObjectRendererGLTest.cpp index b80fb08d8..dc69c6839 100644 --- a/src/Magnum/DebugTools/Test/ObjectRendererGLTest.cpp +++ b/src/Magnum/DebugTools/Test/ObjectRendererGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/ScreenshotGLTest.cpp b/src/Magnum/DebugTools/Test/ScreenshotGLTest.cpp index 4b4d590a7..e928a46f9 100644 --- a/src/Magnum/DebugTools/Test/ScreenshotGLTest.cpp +++ b/src/Magnum/DebugTools/Test/ScreenshotGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp b/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp index 02426799f..fecce3f96 100644 --- a/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp +++ b/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/Test/configure.h.cmake b/src/Magnum/DebugTools/Test/configure.h.cmake index 7575f6893..88f8edb9e 100644 --- a/src/Magnum/DebugTools/Test/configure.h.cmake +++ b/src/Magnum/DebugTools/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/TextureImage.cpp b/src/Magnum/DebugTools/TextureImage.cpp index dfac7900f..35f908bc2 100644 --- a/src/Magnum/DebugTools/TextureImage.cpp +++ b/src/Magnum/DebugTools/TextureImage.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/TextureImage.frag b/src/Magnum/DebugTools/TextureImage.frag index af36e5775..f2eaa2312 100644 --- a/src/Magnum/DebugTools/TextureImage.frag +++ b/src/Magnum/DebugTools/TextureImage.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/TextureImage.h b/src/Magnum/DebugTools/TextureImage.h index 831630d72..a2bc35928 100644 --- a/src/Magnum/DebugTools/TextureImage.h +++ b/src/Magnum/DebugTools/TextureImage.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/TextureImage.vert b/src/Magnum/DebugTools/TextureImage.vert index 33d3c174a..1beee616a 100644 --- a/src/Magnum/DebugTools/TextureImage.vert +++ b/src/Magnum/DebugTools/TextureImage.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DebugTools/visibility.h b/src/Magnum/DebugTools/visibility.h index 1584d3bad..baac201aa 100644 --- a/src/Magnum/DebugTools/visibility.h +++ b/src/Magnum/DebugTools/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/DimensionTraits.h b/src/Magnum/DimensionTraits.h index 4b16ef4be..c98e40e5e 100644 --- a/src/Magnum/DimensionTraits.h +++ b/src/Magnum/DimensionTraits.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/FileCallback.cpp b/src/Magnum/FileCallback.cpp index 50372dc61..ff2529a33 100644 --- a/src/Magnum/FileCallback.cpp +++ b/src/Magnum/FileCallback.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/FileCallback.h b/src/Magnum/FileCallback.h index 1e3edbd1b..21b58ede0 100644 --- a/src/Magnum/FileCallback.h +++ b/src/Magnum/FileCallback.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractFramebuffer.cpp b/src/Magnum/GL/AbstractFramebuffer.cpp index 7bff3b7b7..89b41ffc4 100644 --- a/src/Magnum/GL/AbstractFramebuffer.cpp +++ b/src/Magnum/GL/AbstractFramebuffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractFramebuffer.h b/src/Magnum/GL/AbstractFramebuffer.h index 1d5f5eb4c..f6674013e 100644 --- a/src/Magnum/GL/AbstractFramebuffer.h +++ b/src/Magnum/GL/AbstractFramebuffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractObject.cpp b/src/Magnum/GL/AbstractObject.cpp index ab4011128..2c1b656a4 100644 --- a/src/Magnum/GL/AbstractObject.cpp +++ b/src/Magnum/GL/AbstractObject.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractObject.h b/src/Magnum/GL/AbstractObject.h index f1bd1dea4..c88ff415e 100644 --- a/src/Magnum/GL/AbstractObject.h +++ b/src/Magnum/GL/AbstractObject.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractQuery.cpp b/src/Magnum/GL/AbstractQuery.cpp index e044edb8d..02f3b9c50 100644 --- a/src/Magnum/GL/AbstractQuery.cpp +++ b/src/Magnum/GL/AbstractQuery.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractQuery.h b/src/Magnum/GL/AbstractQuery.h index dede0aaaf..3d73b3919 100644 --- a/src/Magnum/GL/AbstractQuery.h +++ b/src/Magnum/GL/AbstractQuery.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractShaderProgram.cpp b/src/Magnum/GL/AbstractShaderProgram.cpp index ab8428f96..636ae79eb 100644 --- a/src/Magnum/GL/AbstractShaderProgram.cpp +++ b/src/Magnum/GL/AbstractShaderProgram.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Copyright @ 2022 Hugo Amiard diff --git a/src/Magnum/GL/AbstractShaderProgram.h b/src/Magnum/GL/AbstractShaderProgram.h index 8cd146d0b..bc8e84a46 100644 --- a/src/Magnum/GL/AbstractShaderProgram.h +++ b/src/Magnum/GL/AbstractShaderProgram.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Copyright @ 2022 Hugo Amiard diff --git a/src/Magnum/GL/AbstractTexture.cpp b/src/Magnum/GL/AbstractTexture.cpp index bdd0b0390..321ee53a6 100644 --- a/src/Magnum/GL/AbstractTexture.cpp +++ b/src/Magnum/GL/AbstractTexture.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/AbstractTexture.h b/src/Magnum/GL/AbstractTexture.h index 2c160fe32..16a787f0f 100644 --- a/src/Magnum/GL/AbstractTexture.h +++ b/src/Magnum/GL/AbstractTexture.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Attribute.cpp b/src/Magnum/GL/Attribute.cpp index e32394df3..1968fd07a 100644 --- a/src/Magnum/GL/Attribute.cpp +++ b/src/Magnum/GL/Attribute.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Attribute.h b/src/Magnum/GL/Attribute.h index 2de02f868..7850f2110 100644 --- a/src/Magnum/GL/Attribute.h +++ b/src/Magnum/GL/Attribute.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Buffer.cpp b/src/Magnum/GL/Buffer.cpp index bee55e10f..bc735b26a 100644 --- a/src/Magnum/GL/Buffer.cpp +++ b/src/Magnum/GL/Buffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Copyright @ 2022 Hugo Amiard diff --git a/src/Magnum/GL/Buffer.h b/src/Magnum/GL/Buffer.h index 303c4df8b..c08f2a378 100644 --- a/src/Magnum/GL/Buffer.h +++ b/src/Magnum/GL/Buffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Copyright @ 2022 Hugo Amiard diff --git a/src/Magnum/GL/BufferImage.cpp b/src/Magnum/GL/BufferImage.cpp index d95323f52..27a6622ab 100644 --- a/src/Magnum/GL/BufferImage.cpp +++ b/src/Magnum/GL/BufferImage.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/BufferImage.h b/src/Magnum/GL/BufferImage.h index de531fc61..73f747aea 100644 --- a/src/Magnum/GL/BufferImage.h +++ b/src/Magnum/GL/BufferImage.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/BufferTexture.cpp b/src/Magnum/GL/BufferTexture.cpp index 9cf891539..d4c8602cc 100644 --- a/src/Magnum/GL/BufferTexture.cpp +++ b/src/Magnum/GL/BufferTexture.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/BufferTexture.h b/src/Magnum/GL/BufferTexture.h index c19db6869..69e5b457c 100644 --- a/src/Magnum/GL/BufferTexture.h +++ b/src/Magnum/GL/BufferTexture.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/BufferTextureFormat.h b/src/Magnum/GL/BufferTextureFormat.h index be7bf79a7..b69999d51 100644 --- a/src/Magnum/GL/BufferTextureFormat.h +++ b/src/Magnum/GL/BufferTextureFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/CMakeLists.txt b/src/Magnum/GL/CMakeLists.txt index de76b4b1e..ca52f57ff 100644 --- a/src/Magnum/GL/CMakeLists.txt +++ b/src/Magnum/GL/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/GL/Context.cpp b/src/Magnum/GL/Context.cpp index a0a18d52b..c32249b08 100644 --- a/src/Magnum/GL/Context.cpp +++ b/src/Magnum/GL/Context.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Context.h b/src/Magnum/GL/Context.h index bbe17f239..69a853317 100644 --- a/src/Magnum/GL/Context.h +++ b/src/Magnum/GL/Context.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/CubeMapTexture.cpp b/src/Magnum/GL/CubeMapTexture.cpp index 51c2e426b..46aae9f99 100644 --- a/src/Magnum/GL/CubeMapTexture.cpp +++ b/src/Magnum/GL/CubeMapTexture.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/CubeMapTexture.h b/src/Magnum/GL/CubeMapTexture.h index ed6cdd68c..545814d8f 100644 --- a/src/Magnum/GL/CubeMapTexture.h +++ b/src/Magnum/GL/CubeMapTexture.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/CubeMapTextureArray.cpp b/src/Magnum/GL/CubeMapTextureArray.cpp index 61692bc45..27a5858b4 100644 --- a/src/Magnum/GL/CubeMapTextureArray.cpp +++ b/src/Magnum/GL/CubeMapTextureArray.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/CubeMapTextureArray.h b/src/Magnum/GL/CubeMapTextureArray.h index f8261c5cb..b56839974 100644 --- a/src/Magnum/GL/CubeMapTextureArray.h +++ b/src/Magnum/GL/CubeMapTextureArray.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/DebugOutput.cpp b/src/Magnum/GL/DebugOutput.cpp index 6eb5e555b..7d345f533 100644 --- a/src/Magnum/GL/DebugOutput.cpp +++ b/src/Magnum/GL/DebugOutput.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/DebugOutput.h b/src/Magnum/GL/DebugOutput.h index aa58b30c5..010de6ad1 100644 --- a/src/Magnum/GL/DebugOutput.h +++ b/src/Magnum/GL/DebugOutput.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/DefaultFramebuffer.cpp b/src/Magnum/GL/DefaultFramebuffer.cpp index 20dd6280a..0c1fa6acd 100644 --- a/src/Magnum/GL/DefaultFramebuffer.cpp +++ b/src/Magnum/GL/DefaultFramebuffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/DefaultFramebuffer.h b/src/Magnum/GL/DefaultFramebuffer.h index aa561af6f..1be509531 100644 --- a/src/Magnum/GL/DefaultFramebuffer.h +++ b/src/Magnum/GL/DefaultFramebuffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Extensions.h b/src/Magnum/GL/Extensions.h index fbf1d8f3c..067ae4c2c 100644 --- a/src/Magnum/GL/Extensions.h +++ b/src/Magnum/GL/Extensions.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Framebuffer.cpp b/src/Magnum/GL/Framebuffer.cpp index 778610884..b1e1c0e50 100644 --- a/src/Magnum/GL/Framebuffer.cpp +++ b/src/Magnum/GL/Framebuffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Framebuffer.h b/src/Magnum/GL/Framebuffer.h index fbc299ef6..51f15b380 100644 --- a/src/Magnum/GL/Framebuffer.h +++ b/src/Magnum/GL/Framebuffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/GL.h b/src/Magnum/GL/GL.h index 223f23276..9a637eabc 100644 --- a/src/Magnum/GL/GL.h +++ b/src/Magnum/GL/GL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/ImageFormat.h b/src/Magnum/GL/ImageFormat.h index c6bbed17c..055e44116 100644 --- a/src/Magnum/GL/ImageFormat.h +++ b/src/Magnum/GL/ImageFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/BufferState.cpp b/src/Magnum/GL/Implementation/BufferState.cpp index 851655a3f..25923c6a8 100644 --- a/src/Magnum/GL/Implementation/BufferState.cpp +++ b/src/Magnum/GL/Implementation/BufferState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Implementation/BufferState.h b/src/Magnum/GL/Implementation/BufferState.h index bdbebcd9a..9d6169bb7 100644 --- a/src/Magnum/GL/Implementation/BufferState.h +++ b/src/Magnum/GL/Implementation/BufferState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Implementation/ContextState.cpp b/src/Magnum/GL/Implementation/ContextState.cpp index bd899876f..6400665f6 100644 --- a/src/Magnum/GL/Implementation/ContextState.cpp +++ b/src/Magnum/GL/Implementation/ContextState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/ContextState.h b/src/Magnum/GL/Implementation/ContextState.h index 78fb8020b..3b2e40482 100644 --- a/src/Magnum/GL/Implementation/ContextState.h +++ b/src/Magnum/GL/Implementation/ContextState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/DebugState.cpp b/src/Magnum/GL/Implementation/DebugState.cpp index 75acf122e..51a828f04 100644 --- a/src/Magnum/GL/Implementation/DebugState.cpp +++ b/src/Magnum/GL/Implementation/DebugState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/DebugState.h b/src/Magnum/GL/Implementation/DebugState.h index be8595aae..e6162a859 100644 --- a/src/Magnum/GL/Implementation/DebugState.h +++ b/src/Magnum/GL/Implementation/DebugState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/FramebufferState.cpp b/src/Magnum/GL/Implementation/FramebufferState.cpp index e9c34eae5..78896a292 100644 --- a/src/Magnum/GL/Implementation/FramebufferState.cpp +++ b/src/Magnum/GL/Implementation/FramebufferState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/FramebufferState.h b/src/Magnum/GL/Implementation/FramebufferState.h index 85737eb0a..22fe998c6 100644 --- a/src/Magnum/GL/Implementation/FramebufferState.h +++ b/src/Magnum/GL/Implementation/FramebufferState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/MeshState.cpp b/src/Magnum/GL/Implementation/MeshState.cpp index bbe365076..9bd142dc2 100644 --- a/src/Magnum/GL/Implementation/MeshState.cpp +++ b/src/Magnum/GL/Implementation/MeshState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/MeshState.h b/src/Magnum/GL/Implementation/MeshState.h index 4d5363938..75d0ce321 100644 --- a/src/Magnum/GL/Implementation/MeshState.h +++ b/src/Magnum/GL/Implementation/MeshState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/QueryState.cpp b/src/Magnum/GL/Implementation/QueryState.cpp index b6d4a1985..c8f2d8699 100644 --- a/src/Magnum/GL/Implementation/QueryState.cpp +++ b/src/Magnum/GL/Implementation/QueryState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/QueryState.h b/src/Magnum/GL/Implementation/QueryState.h index 203d53d94..a14cbad07 100644 --- a/src/Magnum/GL/Implementation/QueryState.h +++ b/src/Magnum/GL/Implementation/QueryState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/RendererState.cpp b/src/Magnum/GL/Implementation/RendererState.cpp index 03ee24bd8..7971bcf51 100644 --- a/src/Magnum/GL/Implementation/RendererState.cpp +++ b/src/Magnum/GL/Implementation/RendererState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/RendererState.h b/src/Magnum/GL/Implementation/RendererState.h index a27bb44d5..a3fb5f0bf 100644 --- a/src/Magnum/GL/Implementation/RendererState.h +++ b/src/Magnum/GL/Implementation/RendererState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/ShaderProgramState.cpp b/src/Magnum/GL/Implementation/ShaderProgramState.cpp index 8a87a8b59..0ec83fe84 100644 --- a/src/Magnum/GL/Implementation/ShaderProgramState.cpp +++ b/src/Magnum/GL/Implementation/ShaderProgramState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Copyright @ 2022 Hugo Amiard diff --git a/src/Magnum/GL/Implementation/ShaderProgramState.h b/src/Magnum/GL/Implementation/ShaderProgramState.h index 331d3938f..6ee9908e6 100644 --- a/src/Magnum/GL/Implementation/ShaderProgramState.h +++ b/src/Magnum/GL/Implementation/ShaderProgramState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Copyright @ 2022 Hugo Amiard diff --git a/src/Magnum/GL/Implementation/ShaderState.cpp b/src/Magnum/GL/Implementation/ShaderState.cpp index 2088d5d2f..56dcc4f6a 100644 --- a/src/Magnum/GL/Implementation/ShaderState.cpp +++ b/src/Magnum/GL/Implementation/ShaderState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Implementation/ShaderState.h b/src/Magnum/GL/Implementation/ShaderState.h index f39033068..db6d0048c 100644 --- a/src/Magnum/GL/Implementation/ShaderState.h +++ b/src/Magnum/GL/Implementation/ShaderState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Implementation/State.cpp b/src/Magnum/GL/Implementation/State.cpp index bacbba08d..7d6004fb4 100644 --- a/src/Magnum/GL/Implementation/State.cpp +++ b/src/Magnum/GL/Implementation/State.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/State.h b/src/Magnum/GL/Implementation/State.h index cb7771a54..2e297bfa8 100644 --- a/src/Magnum/GL/Implementation/State.h +++ b/src/Magnum/GL/Implementation/State.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/TextureState.cpp b/src/Magnum/GL/Implementation/TextureState.cpp index 2f017418e..5bac3f243 100644 --- a/src/Magnum/GL/Implementation/TextureState.cpp +++ b/src/Magnum/GL/Implementation/TextureState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/TextureState.h b/src/Magnum/GL/Implementation/TextureState.h index f7acf4dd6..b718ab15e 100644 --- a/src/Magnum/GL/Implementation/TextureState.h +++ b/src/Magnum/GL/Implementation/TextureState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/TransformFeedbackState.h b/src/Magnum/GL/Implementation/TransformFeedbackState.h index 741d4f0d6..0e46ae5bf 100644 --- a/src/Magnum/GL/Implementation/TransformFeedbackState.h +++ b/src/Magnum/GL/Implementation/TransformFeedbackState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/compressedPixelFormatMapping.hpp b/src/Magnum/GL/Implementation/compressedPixelFormatMapping.hpp index 2d5f5931b..ab9be1cd9 100644 --- a/src/Magnum/GL/Implementation/compressedPixelFormatMapping.hpp +++ b/src/Magnum/GL/Implementation/compressedPixelFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/defaultDebugCallback.h b/src/Magnum/GL/Implementation/defaultDebugCallback.h index adce1a13f..d8ef07e4f 100644 --- a/src/Magnum/GL/Implementation/defaultDebugCallback.h +++ b/src/Magnum/GL/Implementation/defaultDebugCallback.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/driverSpecific.cpp b/src/Magnum/GL/Implementation/driverSpecific.cpp index b6f4daf81..2c5477177 100644 --- a/src/Magnum/GL/Implementation/driverSpecific.cpp +++ b/src/Magnum/GL/Implementation/driverSpecific.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/maxTextureSize.cpp b/src/Magnum/GL/Implementation/maxTextureSize.cpp index 88a37a386..3d95046ba 100644 --- a/src/Magnum/GL/Implementation/maxTextureSize.cpp +++ b/src/Magnum/GL/Implementation/maxTextureSize.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/maxTextureSize.h b/src/Magnum/GL/Implementation/maxTextureSize.h index 1e14ef7b4..0b7cbb2c9 100644 --- a/src/Magnum/GL/Implementation/maxTextureSize.h +++ b/src/Magnum/GL/Implementation/maxTextureSize.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Implementation/pixelFormatMapping.hpp b/src/Magnum/GL/Implementation/pixelFormatMapping.hpp index 046ef107e..00f103f55 100644 --- a/src/Magnum/GL/Implementation/pixelFormatMapping.hpp +++ b/src/Magnum/GL/Implementation/pixelFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Mesh.cpp b/src/Magnum/GL/Mesh.cpp index e418b8b19..b51f0ae1a 100644 --- a/src/Magnum/GL/Mesh.cpp +++ b/src/Magnum/GL/Mesh.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Mesh.h b/src/Magnum/GL/Mesh.h index 0e4fa0ffb..f976df06c 100644 --- a/src/Magnum/GL/Mesh.h +++ b/src/Magnum/GL/Mesh.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/MeshView.cpp b/src/Magnum/GL/MeshView.cpp index 96bb3667f..d8c580fa7 100644 --- a/src/Magnum/GL/MeshView.cpp +++ b/src/Magnum/GL/MeshView.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/MeshView.h b/src/Magnum/GL/MeshView.h index 4448221fe..a44cb7c4a 100644 --- a/src/Magnum/GL/MeshView.h +++ b/src/Magnum/GL/MeshView.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/MultisampleTexture.cpp b/src/Magnum/GL/MultisampleTexture.cpp index 6cd752794..7780ea18c 100644 --- a/src/Magnum/GL/MultisampleTexture.cpp +++ b/src/Magnum/GL/MultisampleTexture.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/MultisampleTexture.h b/src/Magnum/GL/MultisampleTexture.h index da9ed1119..eca8e3a5c 100644 --- a/src/Magnum/GL/MultisampleTexture.h +++ b/src/Magnum/GL/MultisampleTexture.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/OpenGL.cpp b/src/Magnum/GL/OpenGL.cpp index e64054c40..c96db2232 100644 --- a/src/Magnum/GL/OpenGL.cpp +++ b/src/Magnum/GL/OpenGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/OpenGL.h b/src/Magnum/GL/OpenGL.h index 087cf56c6..e0efe5b0c 100644 --- a/src/Magnum/GL/OpenGL.h +++ b/src/Magnum/GL/OpenGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/OpenGLTester.cpp b/src/Magnum/GL/OpenGLTester.cpp index 195ec153b..6d59d0e40 100644 --- a/src/Magnum/GL/OpenGLTester.cpp +++ b/src/Magnum/GL/OpenGLTester.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/OpenGLTester.h b/src/Magnum/GL/OpenGLTester.h index 9382db46e..547d2ca21 100644 --- a/src/Magnum/GL/OpenGLTester.h +++ b/src/Magnum/GL/OpenGLTester.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/PipelineStatisticsQuery.h b/src/Magnum/GL/PipelineStatisticsQuery.h index bbb3e8c0b..bd346de30 100644 --- a/src/Magnum/GL/PipelineStatisticsQuery.h +++ b/src/Magnum/GL/PipelineStatisticsQuery.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/PixelFormat.cpp b/src/Magnum/GL/PixelFormat.cpp index 5c2ff5501..0cb76c64c 100644 --- a/src/Magnum/GL/PixelFormat.cpp +++ b/src/Magnum/GL/PixelFormat.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/PixelFormat.h b/src/Magnum/GL/PixelFormat.h index b4df94893..6ad01b730 100644 --- a/src/Magnum/GL/PixelFormat.h +++ b/src/Magnum/GL/PixelFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/PrimitiveQuery.cpp b/src/Magnum/GL/PrimitiveQuery.cpp index c03d2e1ea..37912585a 100644 --- a/src/Magnum/GL/PrimitiveQuery.cpp +++ b/src/Magnum/GL/PrimitiveQuery.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/PrimitiveQuery.h b/src/Magnum/GL/PrimitiveQuery.h index 372618a23..12bed3038 100644 --- a/src/Magnum/GL/PrimitiveQuery.h +++ b/src/Magnum/GL/PrimitiveQuery.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/RectangleTexture.cpp b/src/Magnum/GL/RectangleTexture.cpp index a992f0bd1..91a3f2a33 100644 --- a/src/Magnum/GL/RectangleTexture.cpp +++ b/src/Magnum/GL/RectangleTexture.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/RectangleTexture.h b/src/Magnum/GL/RectangleTexture.h index 896043cd3..d403764f4 100644 --- a/src/Magnum/GL/RectangleTexture.h +++ b/src/Magnum/GL/RectangleTexture.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Renderbuffer.cpp b/src/Magnum/GL/Renderbuffer.cpp index 50a1f7f09..19e1f7993 100644 --- a/src/Magnum/GL/Renderbuffer.cpp +++ b/src/Magnum/GL/Renderbuffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Renderbuffer.h b/src/Magnum/GL/Renderbuffer.h index 73aced395..1bf37492c 100644 --- a/src/Magnum/GL/Renderbuffer.h +++ b/src/Magnum/GL/Renderbuffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/RenderbufferFormat.h b/src/Magnum/GL/RenderbufferFormat.h index 20350b272..68712fecd 100644 --- a/src/Magnum/GL/RenderbufferFormat.h +++ b/src/Magnum/GL/RenderbufferFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Renderer.cpp b/src/Magnum/GL/Renderer.cpp index fc44dc76c..4af81cad5 100644 --- a/src/Magnum/GL/Renderer.cpp +++ b/src/Magnum/GL/Renderer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Renderer.h b/src/Magnum/GL/Renderer.h index ef5d7fcd3..6cf2be366 100644 --- a/src/Magnum/GL/Renderer.h +++ b/src/Magnum/GL/Renderer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/SampleQuery.h b/src/Magnum/GL/SampleQuery.h index 2e24503dc..2879699b8 100644 --- a/src/Magnum/GL/SampleQuery.h +++ b/src/Magnum/GL/SampleQuery.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Sampler.cpp b/src/Magnum/GL/Sampler.cpp index 967a65e7e..d2e21b214 100644 --- a/src/Magnum/GL/Sampler.cpp +++ b/src/Magnum/GL/Sampler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Sampler.h b/src/Magnum/GL/Sampler.h index 59d6797fc..e716a2bb0 100644 --- a/src/Magnum/GL/Sampler.h +++ b/src/Magnum/GL/Sampler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Shader.cpp b/src/Magnum/GL/Shader.cpp index 8bc842f19..694040544 100644 --- a/src/Magnum/GL/Shader.cpp +++ b/src/Magnum/GL/Shader.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Shader.h b/src/Magnum/GL/Shader.h index 32735065b..396860f06 100644 --- a/src/Magnum/GL/Shader.h +++ b/src/Magnum/GL/Shader.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Test/AbstractObjectGLTest.cpp b/src/Magnum/GL/Test/AbstractObjectGLTest.cpp index 283eb60b4..4d9c22f1a 100644 --- a/src/Magnum/GL/Test/AbstractObjectGLTest.cpp +++ b/src/Magnum/GL/Test/AbstractObjectGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/AbstractQueryGLTest.cpp b/src/Magnum/GL/Test/AbstractQueryGLTest.cpp index 0634d6f39..6c2117609 100644 --- a/src/Magnum/GL/Test/AbstractQueryGLTest.cpp +++ b/src/Magnum/GL/Test/AbstractQueryGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp b/src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp index b63130e2b..f8ddf1e5f 100644 --- a/src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp +++ b/src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Test/AbstractShaderProgramTest.cpp b/src/Magnum/GL/Test/AbstractShaderProgramTest.cpp index 36cb8e9c3..01b321116 100644 --- a/src/Magnum/GL/Test/AbstractShaderProgramTest.cpp +++ b/src/Magnum/GL/Test/AbstractShaderProgramTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/AbstractTextureGLTest.cpp b/src/Magnum/GL/Test/AbstractTextureGLTest.cpp index 2665328f7..237314e79 100644 --- a/src/Magnum/GL/Test/AbstractTextureGLTest.cpp +++ b/src/Magnum/GL/Test/AbstractTextureGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/AttributeTest.cpp b/src/Magnum/GL/Test/AttributeTest.cpp index 60cdb09ad..875314ee2 100644 --- a/src/Magnum/GL/Test/AttributeTest.cpp +++ b/src/Magnum/GL/Test/AttributeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/BufferGLTest.cpp b/src/Magnum/GL/Test/BufferGLTest.cpp index 4e438c596..d788280c6 100644 --- a/src/Magnum/GL/Test/BufferGLTest.cpp +++ b/src/Magnum/GL/Test/BufferGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/BufferImageGLTest.cpp b/src/Magnum/GL/Test/BufferImageGLTest.cpp index 9d8855f87..a3d91d498 100644 --- a/src/Magnum/GL/Test/BufferImageGLTest.cpp +++ b/src/Magnum/GL/Test/BufferImageGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/BufferImageTest.cpp b/src/Magnum/GL/Test/BufferImageTest.cpp index 5a4dc4939..601d58c89 100644 --- a/src/Magnum/GL/Test/BufferImageTest.cpp +++ b/src/Magnum/GL/Test/BufferImageTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/BufferTest.cpp b/src/Magnum/GL/Test/BufferTest.cpp index 95e33580e..8d6c87bc2 100644 --- a/src/Magnum/GL/Test/BufferTest.cpp +++ b/src/Magnum/GL/Test/BufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Test/BufferTextureGLTest.cpp b/src/Magnum/GL/Test/BufferTextureGLTest.cpp index d78e648b1..0e65c9dbc 100644 --- a/src/Magnum/GL/Test/BufferTextureGLTest.cpp +++ b/src/Magnum/GL/Test/BufferTextureGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/BufferTextureTest.cpp b/src/Magnum/GL/Test/BufferTextureTest.cpp index 946a592a4..6e82a9427 100644 --- a/src/Magnum/GL/Test/BufferTextureTest.cpp +++ b/src/Magnum/GL/Test/BufferTextureTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/CMakeLists.txt b/src/Magnum/GL/Test/CMakeLists.txt index d44e094bd..787163597 100644 --- a/src/Magnum/GL/Test/CMakeLists.txt +++ b/src/Magnum/GL/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/GL/Test/ContextGLTest.cpp b/src/Magnum/GL/Test/ContextGLTest.cpp index 989716231..8812cb909 100644 --- a/src/Magnum/GL/Test/ContextGLTest.cpp +++ b/src/Magnum/GL/Test/ContextGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/ContextTest.cpp b/src/Magnum/GL/Test/ContextTest.cpp index fefe0c092..b611ed05a 100644 --- a/src/Magnum/GL/Test/ContextTest.cpp +++ b/src/Magnum/GL/Test/ContextTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/CubeMapTextureArrayGLTest.cpp b/src/Magnum/GL/Test/CubeMapTextureArrayGLTest.cpp index 3489527e0..41c9e7d56 100644 --- a/src/Magnum/GL/Test/CubeMapTextureArrayGLTest.cpp +++ b/src/Magnum/GL/Test/CubeMapTextureArrayGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/CubeMapTextureArrayTest.cpp b/src/Magnum/GL/Test/CubeMapTextureArrayTest.cpp index 021a3619b..2143e01e8 100644 --- a/src/Magnum/GL/Test/CubeMapTextureArrayTest.cpp +++ b/src/Magnum/GL/Test/CubeMapTextureArrayTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/CubeMapTextureGLTest.cpp b/src/Magnum/GL/Test/CubeMapTextureGLTest.cpp index 96f49ce12..608643b65 100644 --- a/src/Magnum/GL/Test/CubeMapTextureGLTest.cpp +++ b/src/Magnum/GL/Test/CubeMapTextureGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/CubeMapTextureTest.cpp b/src/Magnum/GL/Test/CubeMapTextureTest.cpp index cd6f9b8c0..eb682a0bc 100644 --- a/src/Magnum/GL/Test/CubeMapTextureTest.cpp +++ b/src/Magnum/GL/Test/CubeMapTextureTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/DebugOutputGLTest.cpp b/src/Magnum/GL/Test/DebugOutputGLTest.cpp index 0680360d2..560db407a 100644 --- a/src/Magnum/GL/Test/DebugOutputGLTest.cpp +++ b/src/Magnum/GL/Test/DebugOutputGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/DebugOutputTest.cpp b/src/Magnum/GL/Test/DebugOutputTest.cpp index d535b1fce..98f4868bd 100644 --- a/src/Magnum/GL/Test/DebugOutputTest.cpp +++ b/src/Magnum/GL/Test/DebugOutputTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/DefaultFramebufferTest.cpp b/src/Magnum/GL/Test/DefaultFramebufferTest.cpp index d1a6e0947..c9cdfc431 100644 --- a/src/Magnum/GL/Test/DefaultFramebufferTest.cpp +++ b/src/Magnum/GL/Test/DefaultFramebufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/FramebufferGLTest.cpp b/src/Magnum/GL/Test/FramebufferGLTest.cpp index c3e38e30d..ae4b199aa 100644 --- a/src/Magnum/GL/Test/FramebufferGLTest.cpp +++ b/src/Magnum/GL/Test/FramebufferGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Test/FramebufferTest.cpp b/src/Magnum/GL/Test/FramebufferTest.cpp index 30e7f6ca2..42fae27b5 100644 --- a/src/Magnum/GL/Test/FramebufferTest.cpp +++ b/src/Magnum/GL/Test/FramebufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/GlobalStateAcrossLibrariesGLTest.cpp b/src/Magnum/GL/Test/GlobalStateAcrossLibrariesGLTest.cpp index 5ce0d0bd2..749a1b706 100644 --- a/src/Magnum/GL/Test/GlobalStateAcrossLibrariesGLTest.cpp +++ b/src/Magnum/GL/Test/GlobalStateAcrossLibrariesGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.cpp b/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.cpp index ac8f789da..d025f48ff 100644 --- a/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.cpp +++ b/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.h b/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.h index 8dcf81b84..e6fcaa459 100644 --- a/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.h +++ b/src/Magnum/GL/Test/GlobalStateAcrossLibrariesLibrary.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/MeshGLTest.cpp b/src/Magnum/GL/Test/MeshGLTest.cpp index b2f5da65c..5b0756e52 100644 --- a/src/Magnum/GL/Test/MeshGLTest.cpp +++ b/src/Magnum/GL/Test/MeshGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Test/MeshTest.cpp b/src/Magnum/GL/Test/MeshTest.cpp index 4798a1e29..bbd6ca7e3 100644 --- a/src/Magnum/GL/Test/MeshTest.cpp +++ b/src/Magnum/GL/Test/MeshTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/MultisampleTextureGLTest.cpp b/src/Magnum/GL/Test/MultisampleTextureGLTest.cpp index 43b654b5e..343e74a00 100644 --- a/src/Magnum/GL/Test/MultisampleTextureGLTest.cpp +++ b/src/Magnum/GL/Test/MultisampleTextureGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/MultisampleTextureTest.cpp b/src/Magnum/GL/Test/MultisampleTextureTest.cpp index 75c02fae3..df83f50e0 100644 --- a/src/Magnum/GL/Test/MultisampleTextureTest.cpp +++ b/src/Magnum/GL/Test/MultisampleTextureTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/PipelineStatisticsQueryGLTest.cpp b/src/Magnum/GL/Test/PipelineStatisticsQueryGLTest.cpp index cf8cbf86c..afafae642 100644 --- a/src/Magnum/GL/Test/PipelineStatisticsQueryGLTest.cpp +++ b/src/Magnum/GL/Test/PipelineStatisticsQueryGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/PipelineStatisticsQueryTest.cpp b/src/Magnum/GL/Test/PipelineStatisticsQueryTest.cpp index 33a40576c..384d09382 100644 --- a/src/Magnum/GL/Test/PipelineStatisticsQueryTest.cpp +++ b/src/Magnum/GL/Test/PipelineStatisticsQueryTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/PixelFormatTest.cpp b/src/Magnum/GL/Test/PixelFormatTest.cpp index 1ab31990c..32d4136e3 100644 --- a/src/Magnum/GL/Test/PixelFormatTest.cpp +++ b/src/Magnum/GL/Test/PixelFormatTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/PixelStorageGLTest.cpp b/src/Magnum/GL/Test/PixelStorageGLTest.cpp index 11f05a123..7122b21eb 100644 --- a/src/Magnum/GL/Test/PixelStorageGLTest.cpp +++ b/src/Magnum/GL/Test/PixelStorageGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp b/src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp index 78ee73ceb..915b327aa 100644 --- a/src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp +++ b/src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/PrimitiveQueryTest.cpp b/src/Magnum/GL/Test/PrimitiveQueryTest.cpp index 78a16a4ef..bb41fbabc 100644 --- a/src/Magnum/GL/Test/PrimitiveQueryTest.cpp +++ b/src/Magnum/GL/Test/PrimitiveQueryTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/RectangleTextureGLTest.cpp b/src/Magnum/GL/Test/RectangleTextureGLTest.cpp index 99b1b7d0a..d00c168e2 100644 --- a/src/Magnum/GL/Test/RectangleTextureGLTest.cpp +++ b/src/Magnum/GL/Test/RectangleTextureGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/RectangleTextureTest.cpp b/src/Magnum/GL/Test/RectangleTextureTest.cpp index 8cc4679df..402dcf6f7 100644 --- a/src/Magnum/GL/Test/RectangleTextureTest.cpp +++ b/src/Magnum/GL/Test/RectangleTextureTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/RenderbufferGLTest.cpp b/src/Magnum/GL/Test/RenderbufferGLTest.cpp index 1a6732881..be79d4eea 100644 --- a/src/Magnum/GL/Test/RenderbufferGLTest.cpp +++ b/src/Magnum/GL/Test/RenderbufferGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/RenderbufferTest.cpp b/src/Magnum/GL/Test/RenderbufferTest.cpp index 1891576e5..acc2b6773 100644 --- a/src/Magnum/GL/Test/RenderbufferTest.cpp +++ b/src/Magnum/GL/Test/RenderbufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/RendererGLTest.cpp b/src/Magnum/GL/Test/RendererGLTest.cpp index e3effc149..ef89cd43e 100644 --- a/src/Magnum/GL/Test/RendererGLTest.cpp +++ b/src/Magnum/GL/Test/RendererGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/RendererTest.cpp b/src/Magnum/GL/Test/RendererTest.cpp index 7cd027614..7fa5a1bc2 100644 --- a/src/Magnum/GL/Test/RendererTest.cpp +++ b/src/Magnum/GL/Test/RendererTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/SampleQueryGLTest.cpp b/src/Magnum/GL/Test/SampleQueryGLTest.cpp index d52747406..db6d34a41 100644 --- a/src/Magnum/GL/Test/SampleQueryGLTest.cpp +++ b/src/Magnum/GL/Test/SampleQueryGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/SampleQueryTest.cpp b/src/Magnum/GL/Test/SampleQueryTest.cpp index 070334068..6a9f91a1a 100644 --- a/src/Magnum/GL/Test/SampleQueryTest.cpp +++ b/src/Magnum/GL/Test/SampleQueryTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/SamplerTest.cpp b/src/Magnum/GL/Test/SamplerTest.cpp index 290edc31a..ea682f230 100644 --- a/src/Magnum/GL/Test/SamplerTest.cpp +++ b/src/Magnum/GL/Test/SamplerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/ShaderGLTest.cpp b/src/Magnum/GL/Test/ShaderGLTest.cpp index 0b6784c4f..eac31fa81 100644 --- a/src/Magnum/GL/Test/ShaderGLTest.cpp +++ b/src/Magnum/GL/Test/ShaderGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Test/ShaderTest.cpp b/src/Magnum/GL/Test/ShaderTest.cpp index 68ce5b3d3..ac2a92385 100644 --- a/src/Magnum/GL/Test/ShaderTest.cpp +++ b/src/Magnum/GL/Test/ShaderTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TextureArrayGLTest.cpp b/src/Magnum/GL/Test/TextureArrayGLTest.cpp index 46808de88..1b8cb6afa 100644 --- a/src/Magnum/GL/Test/TextureArrayGLTest.cpp +++ b/src/Magnum/GL/Test/TextureArrayGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TextureArrayTest.cpp b/src/Magnum/GL/Test/TextureArrayTest.cpp index b15253134..14e6a39ed 100644 --- a/src/Magnum/GL/Test/TextureArrayTest.cpp +++ b/src/Magnum/GL/Test/TextureArrayTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TextureGLTest.cpp b/src/Magnum/GL/Test/TextureGLTest.cpp index bf6368975..0195dcd71 100644 --- a/src/Magnum/GL/Test/TextureGLTest.cpp +++ b/src/Magnum/GL/Test/TextureGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TextureTest.cpp b/src/Magnum/GL/Test/TextureTest.cpp index 32e302d5b..6db0f8235 100644 --- a/src/Magnum/GL/Test/TextureTest.cpp +++ b/src/Magnum/GL/Test/TextureTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TimeQueryGLTest.cpp b/src/Magnum/GL/Test/TimeQueryGLTest.cpp index b733fd41c..d4494e3f0 100644 --- a/src/Magnum/GL/Test/TimeQueryGLTest.cpp +++ b/src/Magnum/GL/Test/TimeQueryGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TimeQueryTest.cpp b/src/Magnum/GL/Test/TimeQueryTest.cpp index 4ff68b23c..58b517712 100644 --- a/src/Magnum/GL/Test/TimeQueryTest.cpp +++ b/src/Magnum/GL/Test/TimeQueryTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TransformFeedbackGLTest.cpp b/src/Magnum/GL/Test/TransformFeedbackGLTest.cpp index 6dbd3abf2..eb225c4df 100644 --- a/src/Magnum/GL/Test/TransformFeedbackGLTest.cpp +++ b/src/Magnum/GL/Test/TransformFeedbackGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/TransformFeedbackTest.cpp b/src/Magnum/GL/Test/TransformFeedbackTest.cpp index f25f72cda..a0e619d9f 100644 --- a/src/Magnum/GL/Test/TransformFeedbackTest.cpp +++ b/src/Magnum/GL/Test/TransformFeedbackTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/VersionTest.cpp b/src/Magnum/GL/Test/VersionTest.cpp index ec29a97d1..81281dc06 100644 --- a/src/Magnum/GL/Test/VersionTest.cpp +++ b/src/Magnum/GL/Test/VersionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Test/configure.h.cmake b/src/Magnum/GL/Test/configure.h.cmake index 2ce07473e..e66e68bda 100644 --- a/src/Magnum/GL/Test/configure.h.cmake +++ b/src/Magnum/GL/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Texture.cpp b/src/Magnum/GL/Texture.cpp index 48891073a..8790ba847 100644 --- a/src/Magnum/GL/Texture.cpp +++ b/src/Magnum/GL/Texture.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Texture.h b/src/Magnum/GL/Texture.h index 364eb764d..55ed74af9 100644 --- a/src/Magnum/GL/Texture.h +++ b/src/Magnum/GL/Texture.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/TextureArray.cpp b/src/Magnum/GL/TextureArray.cpp index db7e5e19f..e59dca40f 100644 --- a/src/Magnum/GL/TextureArray.cpp +++ b/src/Magnum/GL/TextureArray.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/TextureArray.h b/src/Magnum/GL/TextureArray.h index 4a7894a77..1b33bf055 100644 --- a/src/Magnum/GL/TextureArray.h +++ b/src/Magnum/GL/TextureArray.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/TextureFormat.cpp b/src/Magnum/GL/TextureFormat.cpp index 2b68dc592..d66723208 100644 --- a/src/Magnum/GL/TextureFormat.cpp +++ b/src/Magnum/GL/TextureFormat.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/TextureFormat.h b/src/Magnum/GL/TextureFormat.h index 7258ed126..23f81e69a 100644 --- a/src/Magnum/GL/TextureFormat.h +++ b/src/Magnum/GL/TextureFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/TimeQuery.h b/src/Magnum/GL/TimeQuery.h index 3b209be88..4702e6cfc 100644 --- a/src/Magnum/GL/TimeQuery.h +++ b/src/Magnum/GL/TimeQuery.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/TransformFeedback.cpp b/src/Magnum/GL/TransformFeedback.cpp index 69ac8db61..7c4628285 100644 --- a/src/Magnum/GL/TransformFeedback.cpp +++ b/src/Magnum/GL/TransformFeedback.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright @ 2022 Hugo Amiard Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/TransformFeedback.h b/src/Magnum/GL/TransformFeedback.h index db4a5cf71..2370accb8 100644 --- a/src/Magnum/GL/TransformFeedback.h +++ b/src/Magnum/GL/TransformFeedback.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright @ 2022 Hugo Amiard Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/GL/Version.cpp b/src/Magnum/GL/Version.cpp index 1d7907e68..6b7bcfc60 100644 --- a/src/Magnum/GL/Version.cpp +++ b/src/Magnum/GL/Version.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/Version.h b/src/Magnum/GL/Version.h index a89737f02..04ffd312f 100644 --- a/src/Magnum/GL/Version.h +++ b/src/Magnum/GL/Version.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/GL/visibility.h b/src/Magnum/GL/visibility.h index 0f67c583b..36803ac49 100644 --- a/src/Magnum/GL/visibility.h +++ b/src/Magnum/GL/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Image.cpp b/src/Magnum/Image.cpp index b4b379e40..1ac47966f 100644 --- a/src/Magnum/Image.cpp +++ b/src/Magnum/Image.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Image.h b/src/Magnum/Image.h index 4d014b6ac..0947c523b 100644 --- a/src/Magnum/Image.h +++ b/src/Magnum/Image.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ImageFlags.cpp b/src/Magnum/ImageFlags.cpp index e04ed2420..a7c901f8b 100644 --- a/src/Magnum/ImageFlags.cpp +++ b/src/Magnum/ImageFlags.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ImageFlags.h b/src/Magnum/ImageFlags.h index ae281de7f..ce5d987e6 100644 --- a/src/Magnum/ImageFlags.h +++ b/src/Magnum/ImageFlags.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ImageView.cpp b/src/Magnum/ImageView.cpp index acab31fa7..dffd60f9a 100644 --- a/src/Magnum/ImageView.cpp +++ b/src/Magnum/ImageView.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ImageView.h b/src/Magnum/ImageView.h index d13b17f16..bb76bfb07 100644 --- a/src/Magnum/ImageView.h +++ b/src/Magnum/ImageView.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/ImageProperties.h b/src/Magnum/Implementation/ImageProperties.h index f048c79d6..6a3f5ac52 100644 --- a/src/Magnum/Implementation/ImageProperties.h +++ b/src/Magnum/Implementation/ImageProperties.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/WindowsWeakSymbol.cpp b/src/Magnum/Implementation/WindowsWeakSymbol.cpp index 3fafbbf33..21cb150c5 100644 --- a/src/Magnum/Implementation/WindowsWeakSymbol.cpp +++ b/src/Magnum/Implementation/WindowsWeakSymbol.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/WindowsWeakSymbol.h b/src/Magnum/Implementation/WindowsWeakSymbol.h index 5dc8bb220..174426fdf 100644 --- a/src/Magnum/Implementation/WindowsWeakSymbol.h +++ b/src/Magnum/Implementation/WindowsWeakSymbol.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/compressedPixelFormatMapping.hpp b/src/Magnum/Implementation/compressedPixelFormatMapping.hpp index 7c6cdf539..46d14233d 100644 --- a/src/Magnum/Implementation/compressedPixelFormatMapping.hpp +++ b/src/Magnum/Implementation/compressedPixelFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/configure.h.cmake b/src/Magnum/Implementation/configure.h.cmake index 66b59ca71..2a154a523 100644 --- a/src/Magnum/Implementation/configure.h.cmake +++ b/src/Magnum/Implementation/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/converterUtilities.h b/src/Magnum/Implementation/converterUtilities.h index 5e4e3eb7a..48615a9b8 100644 --- a/src/Magnum/Implementation/converterUtilities.h +++ b/src/Magnum/Implementation/converterUtilities.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/meshIndexTypeMapping.hpp b/src/Magnum/Implementation/meshIndexTypeMapping.hpp index e34baab1f..1511e0480 100644 --- a/src/Magnum/Implementation/meshIndexTypeMapping.hpp +++ b/src/Magnum/Implementation/meshIndexTypeMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/meshPrimitiveMapping.hpp b/src/Magnum/Implementation/meshPrimitiveMapping.hpp index 1b157e09a..789f93eb3 100644 --- a/src/Magnum/Implementation/meshPrimitiveMapping.hpp +++ b/src/Magnum/Implementation/meshPrimitiveMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/pixelFormatMapping.hpp b/src/Magnum/Implementation/pixelFormatMapping.hpp index ca02d5572..7315be50d 100644 --- a/src/Magnum/Implementation/pixelFormatMapping.hpp +++ b/src/Magnum/Implementation/pixelFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Implementation/vertexFormatMapping.hpp b/src/Magnum/Implementation/vertexFormatMapping.hpp index fd1586ecb..c6ecf050b 100644 --- a/src/Magnum/Implementation/vertexFormatMapping.hpp +++ b/src/Magnum/Implementation/vertexFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Magnum.h b/src/Magnum/Magnum.h index e8b829fce..ed5b9645c 100644 --- a/src/Magnum/Magnum.h +++ b/src/Magnum/Magnum.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/CMakeLists.txt b/src/Magnum/MaterialTools/CMakeLists.txt index d3f6c3fcf..3693535f3 100644 --- a/src/Magnum/MaterialTools/CMakeLists.txt +++ b/src/Magnum/MaterialTools/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/MaterialTools/Copy.cpp b/src/Magnum/MaterialTools/Copy.cpp index a9197b51f..513910c57 100644 --- a/src/Magnum/MaterialTools/Copy.cpp +++ b/src/Magnum/MaterialTools/Copy.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Copy.h b/src/Magnum/MaterialTools/Copy.h index e6e361974..6f931cea9 100644 --- a/src/Magnum/MaterialTools/Copy.h +++ b/src/Magnum/MaterialTools/Copy.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Filter.cpp b/src/Magnum/MaterialTools/Filter.cpp index 54d6d760f..246893afc 100644 --- a/src/Magnum/MaterialTools/Filter.cpp +++ b/src/Magnum/MaterialTools/Filter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Filter.h b/src/Magnum/MaterialTools/Filter.h index a3fdaf562..d8f4882cd 100644 --- a/src/Magnum/MaterialTools/Filter.h +++ b/src/Magnum/MaterialTools/Filter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Implementation/attributesEqual.h b/src/Magnum/MaterialTools/Implementation/attributesEqual.h index c65b66e64..08eeccab4 100644 --- a/src/Magnum/MaterialTools/Implementation/attributesEqual.h +++ b/src/Magnum/MaterialTools/Implementation/attributesEqual.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Merge.cpp b/src/Magnum/MaterialTools/Merge.cpp index 1379ed83e..615653b0e 100644 --- a/src/Magnum/MaterialTools/Merge.cpp +++ b/src/Magnum/MaterialTools/Merge.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Merge.h b/src/Magnum/MaterialTools/Merge.h index c18d10bc8..714c04870 100644 --- a/src/Magnum/MaterialTools/Merge.h +++ b/src/Magnum/MaterialTools/Merge.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.cpp b/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.cpp index 3776a344d..eab39ad3c 100644 --- a/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.cpp +++ b/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.h b/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.h index 1f757300f..9dfecc67b 100644 --- a/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.h +++ b/src/Magnum/MaterialTools/PhongToPbrMetallicRoughness.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/RemoveDuplicates.cpp b/src/Magnum/MaterialTools/RemoveDuplicates.cpp index 14c5a0200..cfa6cb7ca 100644 --- a/src/Magnum/MaterialTools/RemoveDuplicates.cpp +++ b/src/Magnum/MaterialTools/RemoveDuplicates.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/RemoveDuplicates.h b/src/Magnum/MaterialTools/RemoveDuplicates.h index 678a371f3..a0f264d48 100644 --- a/src/Magnum/MaterialTools/RemoveDuplicates.h +++ b/src/Magnum/MaterialTools/RemoveDuplicates.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Test/CMakeLists.txt b/src/Magnum/MaterialTools/Test/CMakeLists.txt index 8caa55990..382973f44 100644 --- a/src/Magnum/MaterialTools/Test/CMakeLists.txt +++ b/src/Magnum/MaterialTools/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/MaterialTools/Test/CopyTest.cpp b/src/Magnum/MaterialTools/Test/CopyTest.cpp index 1305c4284..2800f11f6 100644 --- a/src/Magnum/MaterialTools/Test/CopyTest.cpp +++ b/src/Magnum/MaterialTools/Test/CopyTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Test/FilterTest.cpp b/src/Magnum/MaterialTools/Test/FilterTest.cpp index 07799605e..1bc39b6b9 100644 --- a/src/Magnum/MaterialTools/Test/FilterTest.cpp +++ b/src/Magnum/MaterialTools/Test/FilterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Test/MergeTest.cpp b/src/Magnum/MaterialTools/Test/MergeTest.cpp index 88bd5e863..8bbda920e 100644 --- a/src/Magnum/MaterialTools/Test/MergeTest.cpp +++ b/src/Magnum/MaterialTools/Test/MergeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Test/PhongToPbrMetallicRoughnessTest.cpp b/src/Magnum/MaterialTools/Test/PhongToPbrMetallicRoughnessTest.cpp index 5227ad613..0c426f878 100644 --- a/src/Magnum/MaterialTools/Test/PhongToPbrMetallicRoughnessTest.cpp +++ b/src/Magnum/MaterialTools/Test/PhongToPbrMetallicRoughnessTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/Test/RemoveDuplicatesTest.cpp b/src/Magnum/MaterialTools/Test/RemoveDuplicatesTest.cpp index 0f019f9b4..2cc4138ff 100644 --- a/src/Magnum/MaterialTools/Test/RemoveDuplicatesTest.cpp +++ b/src/Magnum/MaterialTools/Test/RemoveDuplicatesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MaterialTools/visibility.h b/src/Magnum/MaterialTools/visibility.h index 9acfa88e6..c40206836 100644 --- a/src/Magnum/MaterialTools/visibility.h +++ b/src/Magnum/MaterialTools/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/CMakeLists.txt b/src/Magnum/Math/Algorithms/CMakeLists.txt index 97bfb5922..230e0f41b 100644 --- a/src/Magnum/Math/Algorithms/CMakeLists.txt +++ b/src/Magnum/Math/Algorithms/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Math/Algorithms/GaussJordan.h b/src/Magnum/Math/Algorithms/GaussJordan.h index 22ff37594..2d8516bc1 100644 --- a/src/Magnum/Math/Algorithms/GaussJordan.h +++ b/src/Magnum/Math/Algorithms/GaussJordan.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/GramSchmidt.h b/src/Magnum/Math/Algorithms/GramSchmidt.h index 6a6f93a79..8f90f93fa 100644 --- a/src/Magnum/Math/Algorithms/GramSchmidt.h +++ b/src/Magnum/Math/Algorithms/GramSchmidt.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/KahanSum.h b/src/Magnum/Math/Algorithms/KahanSum.h index 3eb0ab280..45b6bda33 100644 --- a/src/Magnum/Math/Algorithms/KahanSum.h +++ b/src/Magnum/Math/Algorithms/KahanSum.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Qr.h b/src/Magnum/Math/Algorithms/Qr.h index 597dc51c5..9a2985b0b 100644 --- a/src/Magnum/Math/Algorithms/Qr.h +++ b/src/Magnum/Math/Algorithms/Qr.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Svd.h b/src/Magnum/Math/Algorithms/Svd.h index a254bd0b5..c30b0acc9 100644 --- a/src/Magnum/Math/Algorithms/Svd.h +++ b/src/Magnum/Math/Algorithms/Svd.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Test/CMakeLists.txt b/src/Magnum/Math/Algorithms/Test/CMakeLists.txt index 1bdbc0ad5..ad13c844a 100644 --- a/src/Magnum/Math/Algorithms/Test/CMakeLists.txt +++ b/src/Magnum/Math/Algorithms/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Math/Algorithms/Test/GaussJordanTest.cpp b/src/Magnum/Math/Algorithms/Test/GaussJordanTest.cpp index 18658c524..5020fe7c5 100644 --- a/src/Magnum/Math/Algorithms/Test/GaussJordanTest.cpp +++ b/src/Magnum/Math/Algorithms/Test/GaussJordanTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Test/GramSchmidtTest.cpp b/src/Magnum/Math/Algorithms/Test/GramSchmidtTest.cpp index edcd03848..e0659dc6a 100644 --- a/src/Magnum/Math/Algorithms/Test/GramSchmidtTest.cpp +++ b/src/Magnum/Math/Algorithms/Test/GramSchmidtTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Test/KahanSumTest.cpp b/src/Magnum/Math/Algorithms/Test/KahanSumTest.cpp index ef93e3330..a3f6342eb 100644 --- a/src/Magnum/Math/Algorithms/Test/KahanSumTest.cpp +++ b/src/Magnum/Math/Algorithms/Test/KahanSumTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Test/QrTest.cpp b/src/Magnum/Math/Algorithms/Test/QrTest.cpp index 47d495919..32e3c6481 100644 --- a/src/Magnum/Math/Algorithms/Test/QrTest.cpp +++ b/src/Magnum/Math/Algorithms/Test/QrTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Algorithms/Test/SvdTest.cpp b/src/Magnum/Math/Algorithms/Test/SvdTest.cpp index 21448ffc2..5041ee2c7 100644 --- a/src/Magnum/Math/Algorithms/Test/SvdTest.cpp +++ b/src/Magnum/Math/Algorithms/Test/SvdTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Angle.cpp b/src/Magnum/Math/Angle.cpp index 87efe72de..7f9d4e138 100644 --- a/src/Magnum/Math/Angle.cpp +++ b/src/Magnum/Math/Angle.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Angle.h b/src/Magnum/Math/Angle.h index 5d0ce31b9..499469e63 100644 --- a/src/Magnum/Math/Angle.h +++ b/src/Magnum/Math/Angle.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Bezier.h b/src/Magnum/Math/Bezier.h index c77126b1b..8d771090e 100644 --- a/src/Magnum/Math/Bezier.h +++ b/src/Magnum/Math/Bezier.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Ashwin Ravichandran Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/BitVector.h b/src/Magnum/Math/BitVector.h index f40334c45..9ff89ea20 100644 --- a/src/Magnum/Math/BitVector.h +++ b/src/Magnum/Math/BitVector.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/BoolVector.h b/src/Magnum/Math/BoolVector.h index f47dfaf4f..f045959b7 100644 --- a/src/Magnum/Math/BoolVector.h +++ b/src/Magnum/Math/BoolVector.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/CMakeLists.txt b/src/Magnum/Math/CMakeLists.txt index 93f5a1936..222981e20 100644 --- a/src/Magnum/Math/CMakeLists.txt +++ b/src/Magnum/Math/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Math/Color.cpp b/src/Magnum/Math/Color.cpp index ddf186b3f..7610a06c0 100644 --- a/src/Magnum/Math/Color.cpp +++ b/src/Magnum/Math/Color.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Color.h b/src/Magnum/Math/Color.h index 5fe53f37b..f10fc771c 100644 --- a/src/Magnum/Math/Color.h +++ b/src/Magnum/Math/Color.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/ColorBatch.cpp b/src/Magnum/Math/ColorBatch.cpp index 0c400a4e9..3eeb98afa 100644 --- a/src/Magnum/Math/ColorBatch.cpp +++ b/src/Magnum/Math/ColorBatch.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/ColorBatch.h b/src/Magnum/Math/ColorBatch.h index 7442f5fbc..a4cef06e5 100644 --- a/src/Magnum/Math/ColorBatch.h +++ b/src/Magnum/Math/ColorBatch.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Complex.h b/src/Magnum/Math/Complex.h index d62d96582..e3c31bb7c 100644 --- a/src/Magnum/Math/Complex.h +++ b/src/Magnum/Math/Complex.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/ConfigurationValue.h b/src/Magnum/Math/ConfigurationValue.h index db2aad36c..c4eb343e2 100644 --- a/src/Magnum/Math/ConfigurationValue.h +++ b/src/Magnum/Math/ConfigurationValue.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Constants.h b/src/Magnum/Math/Constants.h index aaea289d8..43eb4c869 100644 --- a/src/Magnum/Math/Constants.h +++ b/src/Magnum/Math/Constants.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/CubicHermite.h b/src/Magnum/Math/CubicHermite.h index f9bd0585f..5897543a7 100644 --- a/src/Magnum/Math/CubicHermite.h +++ b/src/Magnum/Math/CubicHermite.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Distance.h b/src/Magnum/Math/Distance.h index f98a5f77b..fc05e5a42 100644 --- a/src/Magnum/Math/Distance.h +++ b/src/Magnum/Math/Distance.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Dual.h b/src/Magnum/Math/Dual.h index 5067416c6..bbcf49e48 100644 --- a/src/Magnum/Math/Dual.h +++ b/src/Magnum/Math/Dual.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/DualComplex.h b/src/Magnum/Math/DualComplex.h index d786f3a3e..cdcdb85ea 100644 --- a/src/Magnum/Math/DualComplex.h +++ b/src/Magnum/Math/DualComplex.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/DualQuaternion.h b/src/Magnum/Math/DualQuaternion.h index 87aa4b532..f0aa30171 100644 --- a/src/Magnum/Math/DualQuaternion.h +++ b/src/Magnum/Math/DualQuaternion.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Frustum.h b/src/Magnum/Math/Frustum.h index 6f454ddac..4d5dc03ed 100644 --- a/src/Magnum/Math/Frustum.h +++ b/src/Magnum/Math/Frustum.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016, 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Functions.cpp b/src/Magnum/Math/Functions.cpp index c12753bfd..a0909de6e 100644 --- a/src/Magnum/Math/Functions.cpp +++ b/src/Magnum/Math/Functions.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 janos Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index b8b0f28bd..f358cd51c 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Nghia Truong Copyright © 2020 Pablo Escobar Copyright © 2020 janos diff --git a/src/Magnum/Math/FunctionsBatch.h b/src/Magnum/Math/FunctionsBatch.h index 33096f5de..95d5e05fc 100644 --- a/src/Magnum/Math/FunctionsBatch.h +++ b/src/Magnum/Math/FunctionsBatch.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Half.cpp b/src/Magnum/Math/Half.cpp index bc9960706..bb351e4e1 100644 --- a/src/Magnum/Math/Half.cpp +++ b/src/Magnum/Math/Half.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Half.h b/src/Magnum/Math/Half.h index 89dd62ae9..6e6cc0516 100644 --- a/src/Magnum/Math/Half.h +++ b/src/Magnum/Math/Half.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Implementation/generateHalfTables.py b/src/Magnum/Math/Implementation/generateHalfTables.py index 18a9eac49..db410a1b0 100755 --- a/src/Magnum/Math/Implementation/generateHalfTables.py +++ b/src/Magnum/Math/Implementation/generateHalfTables.py @@ -4,7 +4,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -95,7 +96,8 @@ print("""#ifndef Magnum_Math_halfTables_hpp This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Implementation/halfTables.hpp b/src/Magnum/Math/Implementation/halfTables.hpp index 94cc841ed..df2b452cb 100644 --- a/src/Magnum/Math/Implementation/halfTables.hpp +++ b/src/Magnum/Math/Implementation/halfTables.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Intersection.h b/src/Magnum/Math/Intersection.h index eee724c8c..52bd40b40 100644 --- a/src/Magnum/Math/Intersection.h +++ b/src/Magnum/Math/Intersection.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016, 2018 Jonathan Hale Copyright © 2020 janos diff --git a/src/Magnum/Math/Math.h b/src/Magnum/Math/Math.h index 89be3bf0b..39b896a0c 100644 --- a/src/Magnum/Math/Math.h +++ b/src/Magnum/Math/Math.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Matrix.h b/src/Magnum/Math/Matrix.h index 3c636825f..43be9c482 100644 --- a/src/Magnum/Math/Matrix.h +++ b/src/Magnum/Math/Matrix.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Matrix3.h b/src/Magnum/Math/Matrix3.h index 353b108b3..bfc8bf338 100644 --- a/src/Magnum/Math/Matrix3.h +++ b/src/Magnum/Math/Matrix3.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Matrix4.h b/src/Magnum/Math/Matrix4.h index 2da450515..f2ec963ed 100644 --- a/src/Magnum/Math/Matrix4.h +++ b/src/Magnum/Math/Matrix4.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Packing.cpp b/src/Magnum/Math/Packing.cpp index 8f10f22b6..722ad5d6b 100644 --- a/src/Magnum/Math/Packing.cpp +++ b/src/Magnum/Math/Packing.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Packing.h b/src/Magnum/Math/Packing.h index 3be95fd00..ff19b06f8 100644 --- a/src/Magnum/Math/Packing.h +++ b/src/Magnum/Math/Packing.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/PackingBatch.cpp b/src/Magnum/Math/PackingBatch.cpp index 48eb8a32d..465e146d5 100644 --- a/src/Magnum/Math/PackingBatch.cpp +++ b/src/Magnum/Math/PackingBatch.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/PackingBatch.h b/src/Magnum/Math/PackingBatch.h index dc82c5ffe..119217f08 100644 --- a/src/Magnum/Math/PackingBatch.h +++ b/src/Magnum/Math/PackingBatch.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Quaternion.h b/src/Magnum/Math/Quaternion.h index d13a72732..4c755216d 100644 --- a/src/Magnum/Math/Quaternion.h +++ b/src/Magnum/Math/Quaternion.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Marco Melorio Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Range.h b/src/Magnum/Math/Range.h index abe421e9b..ea3798d9a 100644 --- a/src/Magnum/Math/Range.h +++ b/src/Magnum/Math/Range.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/RectangularMatrix.h b/src/Magnum/Math/RectangularMatrix.h index f50932e06..ac301880c 100644 --- a/src/Magnum/Math/RectangularMatrix.h +++ b/src/Magnum/Math/RectangularMatrix.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/StrictWeakOrdering.h b/src/Magnum/Math/StrictWeakOrdering.h index 19bba610f..004c590d4 100644 --- a/src/Magnum/Math/StrictWeakOrdering.h +++ b/src/Magnum/Math/StrictWeakOrdering.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2018 Borislav Stanimirov Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Swizzle.h b/src/Magnum/Math/Swizzle.h index 90d931dc1..5f846a74e 100644 --- a/src/Magnum/Math/Swizzle.h +++ b/src/Magnum/Math/Swizzle.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Tags.h b/src/Magnum/Math/Tags.h index 45c4c42ae..7e0543ad4 100644 --- a/src/Magnum/Math/Tags.h +++ b/src/Magnum/Math/Tags.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/AngleTest.cpp b/src/Magnum/Math/Test/AngleTest.cpp index f1764bb7b..b7d590a03 100644 --- a/src/Magnum/Math/Test/AngleTest.cpp +++ b/src/Magnum/Math/Test/AngleTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/BezierTest.cpp b/src/Magnum/Math/Test/BezierTest.cpp index 7975253ff..d9d61fda5 100644 --- a/src/Magnum/Math/Test/BezierTest.cpp +++ b/src/Magnum/Math/Test/BezierTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Ashwin Ravichandran Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/BitVectorTest.cpp b/src/Magnum/Math/Test/BitVectorTest.cpp index 44da01787..fa363bc00 100644 --- a/src/Magnum/Math/Test/BitVectorTest.cpp +++ b/src/Magnum/Math/Test/BitVectorTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/CMakeLists.txt b/src/Magnum/Math/Test/CMakeLists.txt index c8f9d3197..bb70fbe28 100644 --- a/src/Magnum/Math/Test/CMakeLists.txt +++ b/src/Magnum/Math/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Math/Test/ColorBatchTest.cpp b/src/Magnum/Math/Test/ColorBatchTest.cpp index 90731005d..6e9ea12ad 100644 --- a/src/Magnum/Math/Test/ColorBatchTest.cpp +++ b/src/Magnum/Math/Test/ColorBatchTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/ColorTest.cpp b/src/Magnum/Math/Test/ColorTest.cpp index 707a740fc..c7b83f137 100644 --- a/src/Magnum/Math/Test/ColorTest.cpp +++ b/src/Magnum/Math/Test/ColorTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/ComplexTest.cpp b/src/Magnum/Math/Test/ComplexTest.cpp index 6456d1966..d86b05f83 100644 --- a/src/Magnum/Math/Test/ComplexTest.cpp +++ b/src/Magnum/Math/Test/ComplexTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/ConfigurationValueTest.cpp b/src/Magnum/Math/Test/ConfigurationValueTest.cpp index 2d845a590..f92384c5a 100644 --- a/src/Magnum/Math/Test/ConfigurationValueTest.cpp +++ b/src/Magnum/Math/Test/ConfigurationValueTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/ConstantsTest.cpp b/src/Magnum/Math/Test/ConstantsTest.cpp index 0d36c6411..2e4d7baa6 100644 --- a/src/Magnum/Math/Test/ConstantsTest.cpp +++ b/src/Magnum/Math/Test/ConstantsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/CubicHermiteTest.cpp b/src/Magnum/Math/Test/CubicHermiteTest.cpp index 0e83dd9b4..92d22a5d5 100644 --- a/src/Magnum/Math/Test/CubicHermiteTest.cpp +++ b/src/Magnum/Math/Test/CubicHermiteTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/DistanceTest.cpp b/src/Magnum/Math/Test/DistanceTest.cpp index faf4b18bb..9aea45555 100644 --- a/src/Magnum/Math/Test/DistanceTest.cpp +++ b/src/Magnum/Math/Test/DistanceTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/DualComplexTest.cpp b/src/Magnum/Math/Test/DualComplexTest.cpp index 59454c0a7..892bd1474 100644 --- a/src/Magnum/Math/Test/DualComplexTest.cpp +++ b/src/Magnum/Math/Test/DualComplexTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/DualQuaternionTest.cpp b/src/Magnum/Math/Test/DualQuaternionTest.cpp index 9f3e2b093..4eea6dd07 100644 --- a/src/Magnum/Math/Test/DualQuaternionTest.cpp +++ b/src/Magnum/Math/Test/DualQuaternionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/DualTest.cpp b/src/Magnum/Math/Test/DualTest.cpp index eb1cadd5d..2ebfab6f3 100644 --- a/src/Magnum/Math/Test/DualTest.cpp +++ b/src/Magnum/Math/Test/DualTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/FrustumTest.cpp b/src/Magnum/Math/Test/FrustumTest.cpp index dd96a486c..605d984c7 100644 --- a/src/Magnum/Math/Test/FrustumTest.cpp +++ b/src/Magnum/Math/Test/FrustumTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016, 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/FunctionsBatchTest.cpp b/src/Magnum/Math/Test/FunctionsBatchTest.cpp index 7c7dfaaef..46e535c63 100644 --- a/src/Magnum/Math/Test/FunctionsBatchTest.cpp +++ b/src/Magnum/Math/Test/FunctionsBatchTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/FunctionsBenchmark.cpp b/src/Magnum/Math/Test/FunctionsBenchmark.cpp index c6582106b..f791daa58 100644 --- a/src/Magnum/Math/Test/FunctionsBenchmark.cpp +++ b/src/Magnum/Math/Test/FunctionsBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/FunctionsTest.cpp b/src/Magnum/Math/Test/FunctionsTest.cpp index 114068016..5abba4f20 100644 --- a/src/Magnum/Math/Test/FunctionsTest.cpp +++ b/src/Magnum/Math/Test/FunctionsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 janos Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/HalfTest.cpp b/src/Magnum/Math/Test/HalfTest.cpp index 381029484..ed0200377 100644 --- a/src/Magnum/Math/Test/HalfTest.cpp +++ b/src/Magnum/Math/Test/HalfTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/InterpolationBenchmark.cpp b/src/Magnum/Math/Test/InterpolationBenchmark.cpp index 9a4fb5d6a..e787f0b95 100644 --- a/src/Magnum/Math/Test/InterpolationBenchmark.cpp +++ b/src/Magnum/Math/Test/InterpolationBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/IntersectionBenchmark.cpp b/src/Magnum/Math/Test/IntersectionBenchmark.cpp index efcb2b735..64ad323b3 100644 --- a/src/Magnum/Math/Test/IntersectionBenchmark.cpp +++ b/src/Magnum/Math/Test/IntersectionBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2018 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/IntersectionTest.cpp b/src/Magnum/Math/Test/IntersectionTest.cpp index 9aa1a283b..f20862ee0 100644 --- a/src/Magnum/Math/Test/IntersectionTest.cpp +++ b/src/Magnum/Math/Test/IntersectionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Jonathan Hale Copyright © 2020 janos diff --git a/src/Magnum/Math/Test/Matrix3Test.cpp b/src/Magnum/Math/Test/Matrix3Test.cpp index ac4f8a403..a5d9f0e93 100644 --- a/src/Magnum/Math/Test/Matrix3Test.cpp +++ b/src/Magnum/Math/Test/Matrix3Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/Matrix4Test.cpp b/src/Magnum/Math/Test/Matrix4Test.cpp index 19f5c4938..e06208367 100644 --- a/src/Magnum/Math/Test/Matrix4Test.cpp +++ b/src/Magnum/Math/Test/Matrix4Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/MatrixBenchmark.cpp b/src/Magnum/Math/Test/MatrixBenchmark.cpp index 27a226c58..3a6122056 100644 --- a/src/Magnum/Math/Test/MatrixBenchmark.cpp +++ b/src/Magnum/Math/Test/MatrixBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/MatrixTest.cpp b/src/Magnum/Math/Test/MatrixTest.cpp index dbb42723b..8eb2e9634 100644 --- a/src/Magnum/Math/Test/MatrixTest.cpp +++ b/src/Magnum/Math/Test/MatrixTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/PackingBatchTest.cpp b/src/Magnum/Math/Test/PackingBatchTest.cpp index 9bb07eeaa..f16214292 100644 --- a/src/Magnum/Math/Test/PackingBatchTest.cpp +++ b/src/Magnum/Math/Test/PackingBatchTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/PackingTest.cpp b/src/Magnum/Math/Test/PackingTest.cpp index c26ff9f70..97253506f 100644 --- a/src/Magnum/Math/Test/PackingTest.cpp +++ b/src/Magnum/Math/Test/PackingTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/QuaternionTest.cpp b/src/Magnum/Math/Test/QuaternionTest.cpp index 82249269f..c15747674 100644 --- a/src/Magnum/Math/Test/QuaternionTest.cpp +++ b/src/Magnum/Math/Test/QuaternionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/RangeTest.cpp b/src/Magnum/Math/Test/RangeTest.cpp index 08b966947..366a71a85 100644 --- a/src/Magnum/Math/Test/RangeTest.cpp +++ b/src/Magnum/Math/Test/RangeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/RectangularMatrixTest.cpp b/src/Magnum/Math/Test/RectangularMatrixTest.cpp index 9496c22e4..051cc5c56 100644 --- a/src/Magnum/Math/Test/RectangularMatrixTest.cpp +++ b/src/Magnum/Math/Test/RectangularMatrixTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/StrictWeakOrderingTest.cpp b/src/Magnum/Math/Test/StrictWeakOrderingTest.cpp index 843f03daa..4965bd52d 100644 --- a/src/Magnum/Math/Test/StrictWeakOrderingTest.cpp +++ b/src/Magnum/Math/Test/StrictWeakOrderingTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2018 Borislav Stanimirov Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Math/Test/SwizzleTest.cpp b/src/Magnum/Math/Test/SwizzleTest.cpp index 4093e088e..933f22575 100644 --- a/src/Magnum/Math/Test/SwizzleTest.cpp +++ b/src/Magnum/Math/Test/SwizzleTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/TagsTest.cpp b/src/Magnum/Math/Test/TagsTest.cpp index d75cc9b6c..86ded6add 100644 --- a/src/Magnum/Math/Test/TagsTest.cpp +++ b/src/Magnum/Math/Test/TagsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/TimeStlTest.cpp b/src/Magnum/Math/Test/TimeStlTest.cpp index 63b2b4a04..ecb0fa2c1 100644 --- a/src/Magnum/Math/Test/TimeStlTest.cpp +++ b/src/Magnum/Math/Test/TimeStlTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/TimeTest.cpp b/src/Magnum/Math/Test/TimeTest.cpp index 79a8a115a..0fb3a584d 100644 --- a/src/Magnum/Math/Test/TimeTest.cpp +++ b/src/Magnum/Math/Test/TimeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/TypeTraitsTest.cpp b/src/Magnum/Math/Test/TypeTraitsTest.cpp index f54bd5bf7..cc8e9402a 100644 --- a/src/Magnum/Math/Test/TypeTraitsTest.cpp +++ b/src/Magnum/Math/Test/TypeTraitsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/UnitTest.cpp b/src/Magnum/Math/Test/UnitTest.cpp index bfee1fe57..db480bc0a 100644 --- a/src/Magnum/Math/Test/UnitTest.cpp +++ b/src/Magnum/Math/Test/UnitTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/Vector2Test.cpp b/src/Magnum/Math/Test/Vector2Test.cpp index 24272a1c4..f21e66ede 100644 --- a/src/Magnum/Math/Test/Vector2Test.cpp +++ b/src/Magnum/Math/Test/Vector2Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/Vector3Test.cpp b/src/Magnum/Math/Test/Vector3Test.cpp index c8b76fac1..00f4f3199 100644 --- a/src/Magnum/Math/Test/Vector3Test.cpp +++ b/src/Magnum/Math/Test/Vector3Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/Vector4Test.cpp b/src/Magnum/Math/Test/Vector4Test.cpp index 60a119fa4..182408ec1 100644 --- a/src/Magnum/Math/Test/Vector4Test.cpp +++ b/src/Magnum/Math/Test/Vector4Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/VectorBenchmark.cpp b/src/Magnum/Math/Test/VectorBenchmark.cpp index 20e1842a5..b455fcd60 100644 --- a/src/Magnum/Math/Test/VectorBenchmark.cpp +++ b/src/Magnum/Math/Test/VectorBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/VectorTest.cpp b/src/Magnum/Math/Test/VectorTest.cpp index 8cb1570c3..310992e86 100644 --- a/src/Magnum/Math/Test/VectorTest.cpp +++ b/src/Magnum/Math/Test/VectorTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Test/configure.h.cmake b/src/Magnum/Math/Test/configure.h.cmake index 95de3ad91..ee2678760 100644 --- a/src/Magnum/Math/Test/configure.h.cmake +++ b/src/Magnum/Math/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Time.cpp b/src/Magnum/Math/Time.cpp index 9ab6a1191..8e7e833e5 100644 --- a/src/Magnum/Math/Time.cpp +++ b/src/Magnum/Math/Time.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Time.h b/src/Magnum/Math/Time.h index b87724c34..37d5ce989 100644 --- a/src/Magnum/Math/Time.h +++ b/src/Magnum/Math/Time.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/TimeStl.h b/src/Magnum/Math/TimeStl.h index 5f16109d6..6f6c124da 100644 --- a/src/Magnum/Math/TimeStl.h +++ b/src/Magnum/Math/TimeStl.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/TypeTraits.h b/src/Magnum/Math/TypeTraits.h index e8c31edb7..113ae8cfa 100644 --- a/src/Magnum/Math/TypeTraits.h +++ b/src/Magnum/Math/TypeTraits.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Unit.h b/src/Magnum/Math/Unit.h index 1e45fdcbb..1a7824614 100644 --- a/src/Magnum/Math/Unit.h +++ b/src/Magnum/Math/Unit.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Vector.h b/src/Magnum/Math/Vector.h index b426b29f0..15b754bf4 100644 --- a/src/Magnum/Math/Vector.h +++ b/src/Magnum/Math/Vector.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Vector2.h b/src/Magnum/Math/Vector2.h index 9f8a08d8f..886345cf0 100644 --- a/src/Magnum/Math/Vector2.h +++ b/src/Magnum/Math/Vector2.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Vector3.h b/src/Magnum/Math/Vector3.h index f558a3c17..ddc3ee7fb 100644 --- a/src/Magnum/Math/Vector3.h +++ b/src/Magnum/Math/Vector3.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/Vector4.h b/src/Magnum/Math/Vector4.h index 42774d51d..5c993e5b2 100644 --- a/src/Magnum/Math/Vector4.h +++ b/src/Magnum/Math/Vector4.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Math/instantiation.cpp b/src/Magnum/Math/instantiation.cpp index 0f55a6431..e8d2b41a7 100644 --- a/src/Magnum/Math/instantiation.cpp +++ b/src/Magnum/Math/instantiation.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Mesh.cpp b/src/Magnum/Mesh.cpp index 88f0e504f..ae96b240c 100644 --- a/src/Magnum/Mesh.cpp +++ b/src/Magnum/Mesh.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Mesh.h b/src/Magnum/Mesh.h index 3a9f0f27c..8eb98d191 100644 --- a/src/Magnum/Mesh.h +++ b/src/Magnum/Mesh.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/BoundingVolume.cpp b/src/Magnum/MeshTools/BoundingVolume.cpp index db1a9cd4c..acf8c728e 100644 --- a/src/Magnum/MeshTools/BoundingVolume.cpp +++ b/src/Magnum/MeshTools/BoundingVolume.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/MeshTools/BoundingVolume.h b/src/Magnum/MeshTools/BoundingVolume.h index 07297645d..ee8d30c71 100644 --- a/src/Magnum/MeshTools/BoundingVolume.h +++ b/src/Magnum/MeshTools/BoundingVolume.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/MeshTools/CMakeLists.txt b/src/Magnum/MeshTools/CMakeLists.txt index 1c1dc106f..6a0f42a9c 100644 --- a/src/Magnum/MeshTools/CMakeLists.txt +++ b/src/Magnum/MeshTools/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/MeshTools/Combine.cpp b/src/Magnum/MeshTools/Combine.cpp index 5b5c2d135..72c9da439 100644 --- a/src/Magnum/MeshTools/Combine.cpp +++ b/src/Magnum/MeshTools/Combine.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Combine.h b/src/Magnum/MeshTools/Combine.h index 7f4560bc4..b69e559a8 100644 --- a/src/Magnum/MeshTools/Combine.h +++ b/src/Magnum/MeshTools/Combine.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/CombineIndexedArrays.cpp b/src/Magnum/MeshTools/CombineIndexedArrays.cpp index c885d10d5..f519c9166 100644 --- a/src/Magnum/MeshTools/CombineIndexedArrays.cpp +++ b/src/Magnum/MeshTools/CombineIndexedArrays.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/CombineIndexedArrays.h b/src/Magnum/MeshTools/CombineIndexedArrays.h index 9c25fe83e..d62e42b65 100644 --- a/src/Magnum/MeshTools/CombineIndexedArrays.h +++ b/src/Magnum/MeshTools/CombineIndexedArrays.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Compile.cpp b/src/Magnum/MeshTools/Compile.cpp index d00f3c883..26f09320f 100644 --- a/src/Magnum/MeshTools/Compile.cpp +++ b/src/Magnum/MeshTools/Compile.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/MeshTools/Compile.h b/src/Magnum/MeshTools/Compile.h index 28e95bd3b..1c829b18b 100644 --- a/src/Magnum/MeshTools/Compile.h +++ b/src/Magnum/MeshTools/Compile.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/CompileLines.cpp b/src/Magnum/MeshTools/CompileLines.cpp index 42ed579d4..6ee70cbe9 100644 --- a/src/Magnum/MeshTools/CompileLines.cpp +++ b/src/Magnum/MeshTools/CompileLines.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/CompileLines.h b/src/Magnum/MeshTools/CompileLines.h index 9d30df572..108b8b193 100644 --- a/src/Magnum/MeshTools/CompileLines.h +++ b/src/Magnum/MeshTools/CompileLines.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/CompressIndices.cpp b/src/Magnum/MeshTools/CompressIndices.cpp index a5e348a53..5c8242614 100644 --- a/src/Magnum/MeshTools/CompressIndices.cpp +++ b/src/Magnum/MeshTools/CompressIndices.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/CompressIndices.h b/src/Magnum/MeshTools/CompressIndices.h index a913c132e..f18465267 100644 --- a/src/Magnum/MeshTools/CompressIndices.h +++ b/src/Magnum/MeshTools/CompressIndices.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Concatenate.cpp b/src/Magnum/MeshTools/Concatenate.cpp index e20229bfe..a88c65b45 100644 --- a/src/Magnum/MeshTools/Concatenate.cpp +++ b/src/Magnum/MeshTools/Concatenate.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Concatenate.h b/src/Magnum/MeshTools/Concatenate.h index fa5ae8de5..d9bd4e4bb 100644 --- a/src/Magnum/MeshTools/Concatenate.h +++ b/src/Magnum/MeshTools/Concatenate.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Copy.cpp b/src/Magnum/MeshTools/Copy.cpp index 85ae40bea..a87425513 100644 --- a/src/Magnum/MeshTools/Copy.cpp +++ b/src/Magnum/MeshTools/Copy.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Copy.h b/src/Magnum/MeshTools/Copy.h index ffddcd0b5..017924a18 100644 --- a/src/Magnum/MeshTools/Copy.h +++ b/src/Magnum/MeshTools/Copy.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Duplicate.cpp b/src/Magnum/MeshTools/Duplicate.cpp index 697fa886b..362b5538c 100644 --- a/src/Magnum/MeshTools/Duplicate.cpp +++ b/src/Magnum/MeshTools/Duplicate.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Duplicate.h b/src/Magnum/MeshTools/Duplicate.h index fd37167cf..778cbeeff 100644 --- a/src/Magnum/MeshTools/Duplicate.h +++ b/src/Magnum/MeshTools/Duplicate.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Filter.cpp b/src/Magnum/MeshTools/Filter.cpp index d7230b356..c9f01754a 100644 --- a/src/Magnum/MeshTools/Filter.cpp +++ b/src/Magnum/MeshTools/Filter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Filter.h b/src/Magnum/MeshTools/Filter.h index 4e5b14bc1..e7633eaf7 100644 --- a/src/Magnum/MeshTools/Filter.h +++ b/src/Magnum/MeshTools/Filter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/FilterAttributes.h b/src/Magnum/MeshTools/FilterAttributes.h index a90dacce3..3cb630b62 100644 --- a/src/Magnum/MeshTools/FilterAttributes.h +++ b/src/Magnum/MeshTools/FilterAttributes.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/FlipNormals.cpp b/src/Magnum/MeshTools/FlipNormals.cpp index c9bc8f728..ee05c7672 100644 --- a/src/Magnum/MeshTools/FlipNormals.cpp +++ b/src/Magnum/MeshTools/FlipNormals.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/FlipNormals.h b/src/Magnum/MeshTools/FlipNormals.h index b2a32df64..64ff6bd24 100644 --- a/src/Magnum/MeshTools/FlipNormals.h +++ b/src/Magnum/MeshTools/FlipNormals.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/FullScreenTriangle.cpp b/src/Magnum/MeshTools/FullScreenTriangle.cpp index dd7d7436c..50fed3896 100644 --- a/src/Magnum/MeshTools/FullScreenTriangle.cpp +++ b/src/Magnum/MeshTools/FullScreenTriangle.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/FullScreenTriangle.h b/src/Magnum/MeshTools/FullScreenTriangle.h index 06d8e5bd9..4c974aecf 100644 --- a/src/Magnum/MeshTools/FullScreenTriangle.h +++ b/src/Magnum/MeshTools/FullScreenTriangle.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateFlatNormals.h b/src/Magnum/MeshTools/GenerateFlatNormals.h index 6631eb1d8..88148de31 100644 --- a/src/Magnum/MeshTools/GenerateFlatNormals.h +++ b/src/Magnum/MeshTools/GenerateFlatNormals.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateIndices.cpp b/src/Magnum/MeshTools/GenerateIndices.cpp index b0529f4e4..aa044c169 100644 --- a/src/Magnum/MeshTools/GenerateIndices.cpp +++ b/src/Magnum/MeshTools/GenerateIndices.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateIndices.h b/src/Magnum/MeshTools/GenerateIndices.h index 05c64c165..7ee290f1e 100644 --- a/src/Magnum/MeshTools/GenerateIndices.h +++ b/src/Magnum/MeshTools/GenerateIndices.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateLines.cpp b/src/Magnum/MeshTools/GenerateLines.cpp index e170c3e63..8834e4647 100644 --- a/src/Magnum/MeshTools/GenerateLines.cpp +++ b/src/Magnum/MeshTools/GenerateLines.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateLines.h b/src/Magnum/MeshTools/GenerateLines.h index 18e38770c..6df095aeb 100644 --- a/src/Magnum/MeshTools/GenerateLines.h +++ b/src/Magnum/MeshTools/GenerateLines.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateNormals.cpp b/src/Magnum/MeshTools/GenerateNormals.cpp index 3d405a5e8..da4fb5e39 100644 --- a/src/Magnum/MeshTools/GenerateNormals.cpp +++ b/src/Magnum/MeshTools/GenerateNormals.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/GenerateNormals.h b/src/Magnum/MeshTools/GenerateNormals.h index ec8e6d407..7a6e71d32 100644 --- a/src/Magnum/MeshTools/GenerateNormals.h +++ b/src/Magnum/MeshTools/GenerateNormals.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Implementation/Tipsify.h b/src/Magnum/MeshTools/Implementation/Tipsify.h index 05253a5b8..d25f3caf1 100644 --- a/src/Magnum/MeshTools/Implementation/Tipsify.h +++ b/src/Magnum/MeshTools/Implementation/Tipsify.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Implementation/remapAttributeData.h b/src/Magnum/MeshTools/Implementation/remapAttributeData.h index 6a87f94c4..3e2f0f9d0 100644 --- a/src/Magnum/MeshTools/Implementation/remapAttributeData.h +++ b/src/Magnum/MeshTools/Implementation/remapAttributeData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Interleave.cpp b/src/Magnum/MeshTools/Interleave.cpp index 6ef80f49b..a061e5728 100644 --- a/src/Magnum/MeshTools/Interleave.cpp +++ b/src/Magnum/MeshTools/Interleave.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Interleave.h b/src/Magnum/MeshTools/Interleave.h index f67780d01..ce5f79926 100644 --- a/src/Magnum/MeshTools/Interleave.h +++ b/src/Magnum/MeshTools/Interleave.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/InterleaveFlags.h b/src/Magnum/MeshTools/InterleaveFlags.h index ae901b319..b59b6c6ab 100644 --- a/src/Magnum/MeshTools/InterleaveFlags.h +++ b/src/Magnum/MeshTools/InterleaveFlags.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Reference.h b/src/Magnum/MeshTools/Reference.h index 822f8a844..b9fb03335 100644 --- a/src/Magnum/MeshTools/Reference.h +++ b/src/Magnum/MeshTools/Reference.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/RemoveDuplicates.cpp b/src/Magnum/MeshTools/RemoveDuplicates.cpp index e0e8ad261..7e9fe1b57 100644 --- a/src/Magnum/MeshTools/RemoveDuplicates.cpp +++ b/src/Magnum/MeshTools/RemoveDuplicates.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/RemoveDuplicates.h b/src/Magnum/MeshTools/RemoveDuplicates.h index 429f24cef..b9d125274 100644 --- a/src/Magnum/MeshTools/RemoveDuplicates.h +++ b/src/Magnum/MeshTools/RemoveDuplicates.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Subdivide.h b/src/Magnum/MeshTools/Subdivide.h index 481ab17ea..9e744ec7c 100644 --- a/src/Magnum/MeshTools/Subdivide.h +++ b/src/Magnum/MeshTools/Subdivide.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/BoundingVolumeTest.cpp b/src/Magnum/MeshTools/Test/BoundingVolumeTest.cpp index e08e1caad..059133fd9 100644 --- a/src/Magnum/MeshTools/Test/BoundingVolumeTest.cpp +++ b/src/Magnum/MeshTools/Test/BoundingVolumeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/MeshTools/Test/CMakeLists.txt b/src/Magnum/MeshTools/Test/CMakeLists.txt index 386fd7d7b..f439a5a26 100644 --- a/src/Magnum/MeshTools/Test/CMakeLists.txt +++ b/src/Magnum/MeshTools/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/MeshTools/Test/CombineIndexedArraysTest.cpp b/src/Magnum/MeshTools/Test/CombineIndexedArraysTest.cpp index 7b0ed76b8..d512ef448 100644 --- a/src/Magnum/MeshTools/Test/CombineIndexedArraysTest.cpp +++ b/src/Magnum/MeshTools/Test/CombineIndexedArraysTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/CombineTest.cpp b/src/Magnum/MeshTools/Test/CombineTest.cpp index cfad158f7..b4ae938f3 100644 --- a/src/Magnum/MeshTools/Test/CombineTest.cpp +++ b/src/Magnum/MeshTools/Test/CombineTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/CompileGLTest.cpp b/src/Magnum/MeshTools/Test/CompileGLTest.cpp index 31f17a10c..093a66a47 100644 --- a/src/Magnum/MeshTools/Test/CompileGLTest.cpp +++ b/src/Magnum/MeshTools/Test/CompileGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/MeshTools/Test/CompileLinesGLTest.cpp b/src/Magnum/MeshTools/Test/CompileLinesGLTest.cpp index c70479d81..b7f50cb43 100644 --- a/src/Magnum/MeshTools/Test/CompileLinesGLTest.cpp +++ b/src/Magnum/MeshTools/Test/CompileLinesGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/CompressIndicesTest.cpp b/src/Magnum/MeshTools/Test/CompressIndicesTest.cpp index b9c705f27..f69b9e55a 100644 --- a/src/Magnum/MeshTools/Test/CompressIndicesTest.cpp +++ b/src/Magnum/MeshTools/Test/CompressIndicesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/ConcatenateTest.cpp b/src/Magnum/MeshTools/Test/ConcatenateTest.cpp index 65ceafaad..9e4ffcf71 100644 --- a/src/Magnum/MeshTools/Test/ConcatenateTest.cpp +++ b/src/Magnum/MeshTools/Test/ConcatenateTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/CopyTest.cpp b/src/Magnum/MeshTools/Test/CopyTest.cpp index 890e7c890..0ef96f1f4 100644 --- a/src/Magnum/MeshTools/Test/CopyTest.cpp +++ b/src/Magnum/MeshTools/Test/CopyTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/DuplicateTest.cpp b/src/Magnum/MeshTools/Test/DuplicateTest.cpp index ca6ad0b94..d6bd4c458 100644 --- a/src/Magnum/MeshTools/Test/DuplicateTest.cpp +++ b/src/Magnum/MeshTools/Test/DuplicateTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/FilterTest.cpp b/src/Magnum/MeshTools/Test/FilterTest.cpp index 2447e252d..c083d9c22 100644 --- a/src/Magnum/MeshTools/Test/FilterTest.cpp +++ b/src/Magnum/MeshTools/Test/FilterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/FlipNormalsTest.cpp b/src/Magnum/MeshTools/Test/FlipNormalsTest.cpp index f5c5cea3b..295dd0389 100644 --- a/src/Magnum/MeshTools/Test/FlipNormalsTest.cpp +++ b/src/Magnum/MeshTools/Test/FlipNormalsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/FullScreenTriangleGLTest.cpp b/src/Magnum/MeshTools/Test/FullScreenTriangleGLTest.cpp index 22ebaba5d..402795bdb 100644 --- a/src/Magnum/MeshTools/Test/FullScreenTriangleGLTest.cpp +++ b/src/Magnum/MeshTools/Test/FullScreenTriangleGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/GenerateIndicesTest.cpp b/src/Magnum/MeshTools/Test/GenerateIndicesTest.cpp index 4f652644f..5f4c433d1 100644 --- a/src/Magnum/MeshTools/Test/GenerateIndicesTest.cpp +++ b/src/Magnum/MeshTools/Test/GenerateIndicesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/GenerateLinesTest.cpp b/src/Magnum/MeshTools/Test/GenerateLinesTest.cpp index d51c118e3..dc6fadb26 100644 --- a/src/Magnum/MeshTools/Test/GenerateLinesTest.cpp +++ b/src/Magnum/MeshTools/Test/GenerateLinesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/GenerateNormalsTest.cpp b/src/Magnum/MeshTools/Test/GenerateNormalsTest.cpp index 4ad0e02d1..b430e2875 100644 --- a/src/Magnum/MeshTools/Test/GenerateNormalsTest.cpp +++ b/src/Magnum/MeshTools/Test/GenerateNormalsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/InterleaveTest.cpp b/src/Magnum/MeshTools/Test/InterleaveTest.cpp index cdedec58f..cdce91f37 100644 --- a/src/Magnum/MeshTools/Test/InterleaveTest.cpp +++ b/src/Magnum/MeshTools/Test/InterleaveTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp b/src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp index 9d28400a8..598c9d081 100644 --- a/src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp +++ b/src/Magnum/MeshTools/Test/RemoveDuplicatesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/SubdivideTest.cpp b/src/Magnum/MeshTools/Test/SubdivideTest.cpp index 985f3ce0f..fb223f9cd 100644 --- a/src/Magnum/MeshTools/Test/SubdivideTest.cpp +++ b/src/Magnum/MeshTools/Test/SubdivideTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/TipsifyTest.cpp b/src/Magnum/MeshTools/Test/TipsifyTest.cpp index c2c047634..620138d47 100644 --- a/src/Magnum/MeshTools/Test/TipsifyTest.cpp +++ b/src/Magnum/MeshTools/Test/TipsifyTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/TransformTest.cpp b/src/Magnum/MeshTools/Test/TransformTest.cpp index f5d7f3c89..537dae41e 100644 --- a/src/Magnum/MeshTools/Test/TransformTest.cpp +++ b/src/Magnum/MeshTools/Test/TransformTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Test/configure.h.cmake b/src/Magnum/MeshTools/Test/configure.h.cmake index 0882f9974..d20c35c85 100644 --- a/src/Magnum/MeshTools/Test/configure.h.cmake +++ b/src/Magnum/MeshTools/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Tipsify.cpp b/src/Magnum/MeshTools/Tipsify.cpp index 8b18f63f6..f20def0c3 100644 --- a/src/Magnum/MeshTools/Tipsify.cpp +++ b/src/Magnum/MeshTools/Tipsify.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Tipsify.h b/src/Magnum/MeshTools/Tipsify.h index c18509b32..8b38046cd 100644 --- a/src/Magnum/MeshTools/Tipsify.h +++ b/src/Magnum/MeshTools/Tipsify.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Transform.cpp b/src/Magnum/MeshTools/Transform.cpp index 6712e2298..01a5cd2c9 100644 --- a/src/Magnum/MeshTools/Transform.cpp +++ b/src/Magnum/MeshTools/Transform.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/Transform.h b/src/Magnum/MeshTools/Transform.h index 052c37e40..ff9c9a963 100644 --- a/src/Magnum/MeshTools/Transform.h +++ b/src/Magnum/MeshTools/Transform.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/MeshTools/visibility.h b/src/Magnum/MeshTools/visibility.h index 05fad54c6..523cec685 100644 --- a/src/Magnum/MeshTools/visibility.h +++ b/src/Magnum/MeshTools/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/PixelFormat.cpp b/src/Magnum/PixelFormat.cpp index 1d0516d51..d5571ed62 100644 --- a/src/Magnum/PixelFormat.cpp +++ b/src/Magnum/PixelFormat.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/PixelFormat.h b/src/Magnum/PixelFormat.h index 8c93e76b9..6c3391c9c 100644 --- a/src/Magnum/PixelFormat.h +++ b/src/Magnum/PixelFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/PixelStorage.cpp b/src/Magnum/PixelStorage.cpp index c0d0f7a2f..836c37980 100644 --- a/src/Magnum/PixelStorage.cpp +++ b/src/Magnum/PixelStorage.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/PixelStorage.h b/src/Magnum/PixelStorage.h index 7da3377d4..17c81ad3d 100644 --- a/src/Magnum/PixelStorage.h +++ b/src/Magnum/PixelStorage.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/AbstractXApplication.cpp b/src/Magnum/Platform/AbstractXApplication.cpp index 1d57c281b..634467a38 100644 --- a/src/Magnum/Platform/AbstractXApplication.cpp +++ b/src/Magnum/Platform/AbstractXApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019, 2020 Konstantinos Chatzilygeroudis Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/AbstractXApplication.h b/src/Magnum/Platform/AbstractXApplication.h index 3a171a64f..6ac9eb7e9 100644 --- a/src/Magnum/Platform/AbstractXApplication.h +++ b/src/Magnum/Platform/AbstractXApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019, 2020 Konstantinos Chatzilygeroudis Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/AndroidApplication.cpp b/src/Magnum/Platform/AndroidApplication.cpp index 01578945e..03ac3e6a8 100644 --- a/src/Magnum/Platform/AndroidApplication.cpp +++ b/src/Magnum/Platform/AndroidApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/AndroidApplication.h b/src/Magnum/Platform/AndroidApplication.h index ea98528a1..b59cda5e7 100644 --- a/src/Magnum/Platform/AndroidApplication.h +++ b/src/Magnum/Platform/AndroidApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/CMakeLists.txt b/src/Magnum/Platform/CMakeLists.txt index 83e1ffc58..5a61d4b05 100644 --- a/src/Magnum/Platform/CMakeLists.txt +++ b/src/Magnum/Platform/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2018, 2019 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/EmscriptenApplication.cpp b/src/Magnum/Platform/EmscriptenApplication.cpp index 41afe456d..0fb506660 100644 --- a/src/Magnum/Platform/EmscriptenApplication.cpp +++ b/src/Magnum/Platform/EmscriptenApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2018, 2019, 2020 Jonathan Hale Copyright © 2020 Pablo Escobar Copyright © 2024 Will Usher diff --git a/src/Magnum/Platform/EmscriptenApplication.h b/src/Magnum/Platform/EmscriptenApplication.h index 4b7226ba2..9f6199e06 100644 --- a/src/Magnum/Platform/EmscriptenApplication.h +++ b/src/Magnum/Platform/EmscriptenApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2018, 2019, 2020 Jonathan Hale Copyright © 2020 Pablo Escobar diff --git a/src/Magnum/Platform/EmscriptenApplication.js b/src/Magnum/Platform/EmscriptenApplication.js index 332016452..4705d32d8 100644 --- a/src/Magnum/Platform/EmscriptenApplication.js +++ b/src/Magnum/Platform/EmscriptenApplication.js @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/GLContext.h b/src/Magnum/Platform/GLContext.h index 59170bf78..3dc63e4ed 100644 --- a/src/Magnum/Platform/GLContext.h +++ b/src/Magnum/Platform/GLContext.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/GlfwApplication.cpp b/src/Magnum/Platform/GlfwApplication.cpp index 30523f376..551f9b41b 100644 --- a/src/Magnum/Platform/GlfwApplication.cpp +++ b/src/Magnum/Platform/GlfwApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016, 2018 Jonathan Hale Copyright © 2019 Konstantinos Chatzilygeroudis Copyright © 2019, 2020 Marco Melorio diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index d367154a7..ab5ad3659 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016, 2018 Jonathan Hale Copyright © 2019 Konstantinos Chatzilygeroudis Copyright © 2019, 2020 Marco Melorio diff --git a/src/Magnum/Platform/GlxApplication.cpp b/src/Magnum/Platform/GlxApplication.cpp index 968d3a0a0..89af80f9b 100644 --- a/src/Magnum/Platform/GlxApplication.cpp +++ b/src/Magnum/Platform/GlxApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/GlxApplication.h b/src/Magnum/Platform/GlxApplication.h index d1d5f88e4..16a7ea005 100644 --- a/src/Magnum/Platform/GlxApplication.h +++ b/src/Magnum/Platform/GlxApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/AbstractContextHandler.h b/src/Magnum/Platform/Implementation/AbstractContextHandler.h index bfe69e750..86bee7521 100644 --- a/src/Magnum/Platform/Implementation/AbstractContextHandler.h +++ b/src/Magnum/Platform/Implementation/AbstractContextHandler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/DpiScaling.cpp b/src/Magnum/Platform/Implementation/DpiScaling.cpp index 53bd5e1e0..c699e24a0 100644 --- a/src/Magnum/Platform/Implementation/DpiScaling.cpp +++ b/src/Magnum/Platform/Implementation/DpiScaling.cpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/DpiScaling.h b/src/Magnum/Platform/Implementation/DpiScaling.h index f222be093..b067e4cbf 100644 --- a/src/Magnum/Platform/Implementation/DpiScaling.h +++ b/src/Magnum/Platform/Implementation/DpiScaling.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/DpiScaling.mm b/src/Magnum/Platform/Implementation/DpiScaling.mm index 081cea034..f54998495 100644 --- a/src/Magnum/Platform/Implementation/DpiScaling.mm +++ b/src/Magnum/Platform/Implementation/DpiScaling.mm @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/Egl.cpp b/src/Magnum/Platform/Implementation/Egl.cpp index 025b08bde..68eaee246 100644 --- a/src/Magnum/Platform/Implementation/Egl.cpp +++ b/src/Magnum/Platform/Implementation/Egl.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/Egl.h b/src/Magnum/Platform/Implementation/Egl.h index b7f7f5aa8..9e3deda8a 100644 --- a/src/Magnum/Platform/Implementation/Egl.h +++ b/src/Magnum/Platform/Implementation/Egl.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/EglContextHandler.cpp b/src/Magnum/Platform/Implementation/EglContextHandler.cpp index ec15c945a..a503caff4 100644 --- a/src/Magnum/Platform/Implementation/EglContextHandler.cpp +++ b/src/Magnum/Platform/Implementation/EglContextHandler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/EglContextHandler.h b/src/Magnum/Platform/Implementation/EglContextHandler.h index cc72efec4..7e6be73e2 100644 --- a/src/Magnum/Platform/Implementation/EglContextHandler.h +++ b/src/Magnum/Platform/Implementation/EglContextHandler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/GlxContextHandler.cpp b/src/Magnum/Platform/Implementation/GlxContextHandler.cpp index 9df39664b..9850ae494 100644 --- a/src/Magnum/Platform/Implementation/GlxContextHandler.cpp +++ b/src/Magnum/Platform/Implementation/GlxContextHandler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/GlxContextHandler.h b/src/Magnum/Platform/Implementation/GlxContextHandler.h index 8ad6fd5d7..e868252be 100644 --- a/src/Magnum/Platform/Implementation/GlxContextHandler.h +++ b/src/Magnum/Platform/Implementation/GlxContextHandler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.cpp b/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.cpp index a2e7e0db1..28ad3293a 100644 --- a/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.cpp +++ b/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.h b/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.h index 21840288b..3e006f037 100644 --- a/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.h +++ b/src/Magnum/Platform/Implementation/OpenGLFunctionLoader.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Platform.h b/src/Magnum/Platform/Platform.h index 7accae396..92850798c 100644 --- a/src/Magnum/Platform/Platform.h +++ b/src/Magnum/Platform/Platform.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Platform.js.in b/src/Magnum/Platform/Platform.js.in index 37e78869b..2d4c7ab17 100644 --- a/src/Magnum/Platform/Platform.js.in +++ b/src/Magnum/Platform/Platform.js.in @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Screen.h b/src/Magnum/Platform/Screen.h index 6442389a3..e871340b2 100644 --- a/src/Magnum/Platform/Screen.h +++ b/src/Magnum/Platform/Screen.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/ScreenedApplication.h b/src/Magnum/Platform/ScreenedApplication.h index e2922c7ce..cb21aa90e 100644 --- a/src/Magnum/Platform/ScreenedApplication.h +++ b/src/Magnum/Platform/ScreenedApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/ScreenedApplication.hpp b/src/Magnum/Platform/ScreenedApplication.hpp index e8795f3f4..37f87d074 100644 --- a/src/Magnum/Platform/ScreenedApplication.hpp +++ b/src/Magnum/Platform/ScreenedApplication.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Sdl2Application.cpp b/src/Magnum/Platform/Sdl2Application.cpp index 4b41f6821..06e299da3 100644 --- a/src/Magnum/Platform/Sdl2Application.cpp +++ b/src/Magnum/Platform/Sdl2Application.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Marco Melorio Copyright © 2022 Pablo Escobar diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index 9026dec4d..74e92584d 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Marco Melorio Copyright © 2022 Pablo Escobar diff --git a/src/Magnum/Platform/Test/AndroidApplicationTest.cpp b/src/Magnum/Platform/Test/AndroidApplicationTest.cpp index c7053a711..df7f1b84f 100644 --- a/src/Magnum/Platform/Test/AndroidApplicationTest.cpp +++ b/src/Magnum/Platform/Test/AndroidApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/CMakeLists.txt b/src/Magnum/Platform/Test/CMakeLists.txt index 9e7cd7e75..f130b6bdc 100644 --- a/src/Magnum/Platform/Test/CMakeLists.txt +++ b/src/Magnum/Platform/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2020 Pablo Escobar # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/Test/GlfwApplicationTest.cpp b/src/Magnum/Platform/Test/GlfwApplicationTest.cpp index 6f9a3d943..0cd9f85dc 100644 --- a/src/Magnum/Platform/Test/GlfwApplicationTest.cpp +++ b/src/Magnum/Platform/Test/GlfwApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/GlxApplicationTest.cpp b/src/Magnum/Platform/Test/GlxApplicationTest.cpp index ef067ef13..693ac1606 100644 --- a/src/Magnum/Platform/Test/GlxApplicationTest.cpp +++ b/src/Magnum/Platform/Test/GlxApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/Sdl2ApplicationTest.cpp b/src/Magnum/Platform/Test/Sdl2ApplicationTest.cpp index d470211c6..32451fcbc 100644 --- a/src/Magnum/Platform/Test/Sdl2ApplicationTest.cpp +++ b/src/Magnum/Platform/Test/Sdl2ApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/WindowlessCglApplicationTest.cpp b/src/Magnum/Platform/Test/WindowlessCglApplicationTest.cpp index a20f13353..12325b11a 100644 --- a/src/Magnum/Platform/Test/WindowlessCglApplicationTest.cpp +++ b/src/Magnum/Platform/Test/WindowlessCglApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/WindowlessEglApplicationTest.cpp b/src/Magnum/Platform/Test/WindowlessEglApplicationTest.cpp index eccdc1b16..a3113544b 100644 --- a/src/Magnum/Platform/Test/WindowlessEglApplicationTest.cpp +++ b/src/Magnum/Platform/Test/WindowlessEglApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/WindowlessGlxApplicationTest.cpp b/src/Magnum/Platform/Test/WindowlessGlxApplicationTest.cpp index 60bf49610..e043a481c 100644 --- a/src/Magnum/Platform/Test/WindowlessGlxApplicationTest.cpp +++ b/src/Magnum/Platform/Test/WindowlessGlxApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/WindowlessIosApplicationTest.cpp b/src/Magnum/Platform/Test/WindowlessIosApplicationTest.cpp index 7bd444ae8..27c132a85 100644 --- a/src/Magnum/Platform/Test/WindowlessIosApplicationTest.cpp +++ b/src/Magnum/Platform/Test/WindowlessIosApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/WindowlessWglApplicationTest.cpp b/src/Magnum/Platform/Test/WindowlessWglApplicationTest.cpp index 5433de2ef..7d3952f8a 100644 --- a/src/Magnum/Platform/Test/WindowlessWglApplicationTest.cpp +++ b/src/Magnum/Platform/Test/WindowlessWglApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/Test/XEglApplicationTest.cpp b/src/Magnum/Platform/Test/XEglApplicationTest.cpp index ae3f2d154..9d94b02d3 100644 --- a/src/Magnum/Platform/Test/XEglApplicationTest.cpp +++ b/src/Magnum/Platform/Test/XEglApplicationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/WebApplication.css b/src/Magnum/Platform/WebApplication.css index df79d40cb..c31e22291 100644 --- a/src/Magnum/Platform/WebApplication.css +++ b/src/Magnum/Platform/WebApplication.css @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/WindowlessCglApplication.cpp b/src/Magnum/Platform/WindowlessCglApplication.cpp index 01a5ce9b1..9b2c71773 100644 --- a/src/Magnum/Platform/WindowlessCglApplication.cpp +++ b/src/Magnum/Platform/WindowlessCglApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2013 Copyright © 2014 Travis Watkins Copyright © 2021 Konstantinos Chatzilygeroudis diff --git a/src/Magnum/Platform/WindowlessCglApplication.h b/src/Magnum/Platform/WindowlessCglApplication.h index accb7950c..5db892005 100644 --- a/src/Magnum/Platform/WindowlessCglApplication.h +++ b/src/Magnum/Platform/WindowlessCglApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2013 Copyright © 2014 Travis Watkins Copyright © 2021 Konstantinos Chatzilygeroudis diff --git a/src/Magnum/Platform/WindowlessEglApplication.cpp b/src/Magnum/Platform/WindowlessEglApplication.cpp index 71626f6f1..7c80b34ea 100644 --- a/src/Magnum/Platform/WindowlessEglApplication.cpp +++ b/src/Magnum/Platform/WindowlessEglApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020, 2021 Erik Wijmans Copyright © 2021 Konstantinos Chatzilygeroudis diff --git a/src/Magnum/Platform/WindowlessEglApplication.h b/src/Magnum/Platform/WindowlessEglApplication.h index 739f9be9c..bb42fe560 100644 --- a/src/Magnum/Platform/WindowlessEglApplication.h +++ b/src/Magnum/Platform/WindowlessEglApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020, 2021 Erik Wijmans Copyright © 2021 Konstantinos Chatzilygeroudis diff --git a/src/Magnum/Platform/WindowlessEmscriptenApplication.js b/src/Magnum/Platform/WindowlessEmscriptenApplication.js index 5d1957642..271a08246 100644 --- a/src/Magnum/Platform/WindowlessEmscriptenApplication.js +++ b/src/Magnum/Platform/WindowlessEmscriptenApplication.js @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/WindowlessGlxApplication.cpp b/src/Magnum/Platform/WindowlessGlxApplication.cpp index f553e17b7..31738bb7b 100644 --- a/src/Magnum/Platform/WindowlessGlxApplication.cpp +++ b/src/Magnum/Platform/WindowlessGlxApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2021 Konstantinos Chatzilygeroudis Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/WindowlessGlxApplication.h b/src/Magnum/Platform/WindowlessGlxApplication.h index 5af9aeb0d..b62578906 100644 --- a/src/Magnum/Platform/WindowlessGlxApplication.h +++ b/src/Magnum/Platform/WindowlessGlxApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2021 Konstantinos Chatzilygeroudis Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Platform/WindowlessIosApplication.h b/src/Magnum/Platform/WindowlessIosApplication.h index b86686a2e..b20efda03 100644 --- a/src/Magnum/Platform/WindowlessIosApplication.h +++ b/src/Magnum/Platform/WindowlessIosApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/WindowlessIosApplication.mm b/src/Magnum/Platform/WindowlessIosApplication.mm index a12f60198..948dc67e5 100644 --- a/src/Magnum/Platform/WindowlessIosApplication.mm +++ b/src/Magnum/Platform/WindowlessIosApplication.mm @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/WindowlessWglApplication.cpp b/src/Magnum/Platform/WindowlessWglApplication.cpp index f45e684c2..13d5e8a5c 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.cpp +++ b/src/Magnum/Platform/WindowlessWglApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/WindowlessWglApplication.h b/src/Magnum/Platform/WindowlessWglApplication.h index 35cf2514c..7a52e1c35 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.h +++ b/src/Magnum/Platform/WindowlessWglApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/XEglApplication.cpp b/src/Magnum/Platform/XEglApplication.cpp index 99016854d..3214c3236 100644 --- a/src/Magnum/Platform/XEglApplication.cpp +++ b/src/Magnum/Platform/XEglApplication.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/XEglApplication.h b/src/Magnum/Platform/XEglApplication.h index 7feb6af0e..dd4baad97 100644 --- a/src/Magnum/Platform/XEglApplication.h +++ b/src/Magnum/Platform/XEglApplication.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Platform/gl-info.cpp b/src/Magnum/Platform/gl-info.cpp index 5b9197c30..a5b3c5a81 100644 --- a/src/Magnum/Platform/gl-info.cpp +++ b/src/Magnum/Platform/gl-info.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Axis.cpp b/src/Magnum/Primitives/Axis.cpp index 6b156ef2e..6e948b71b 100644 --- a/src/Magnum/Primitives/Axis.cpp +++ b/src/Magnum/Primitives/Axis.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Axis.h b/src/Magnum/Primitives/Axis.h index 8e1b0035d..03b641aca 100644 --- a/src/Magnum/Primitives/Axis.h +++ b/src/Magnum/Primitives/Axis.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/CMakeLists.txt b/src/Magnum/Primitives/CMakeLists.txt index 01d542f95..366f7fffe 100644 --- a/src/Magnum/Primitives/CMakeLists.txt +++ b/src/Magnum/Primitives/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Primitives/Capsule.cpp b/src/Magnum/Primitives/Capsule.cpp index 9c152882f..1ffd17880 100644 --- a/src/Magnum/Primitives/Capsule.cpp +++ b/src/Magnum/Primitives/Capsule.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Capsule.h b/src/Magnum/Primitives/Capsule.h index 0caa33343..cc05e774c 100644 --- a/src/Magnum/Primitives/Capsule.h +++ b/src/Magnum/Primitives/Capsule.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Circle.cpp b/src/Magnum/Primitives/Circle.cpp index b4d48c78a..5c924530c 100644 --- a/src/Magnum/Primitives/Circle.cpp +++ b/src/Magnum/Primitives/Circle.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Circle.h b/src/Magnum/Primitives/Circle.h index 6d069b9bd..6771c2c11 100644 --- a/src/Magnum/Primitives/Circle.h +++ b/src/Magnum/Primitives/Circle.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Cone.cpp b/src/Magnum/Primitives/Cone.cpp index 6b3e6d3ae..ca53f454f 100644 --- a/src/Magnum/Primitives/Cone.cpp +++ b/src/Magnum/Primitives/Cone.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Cone.h b/src/Magnum/Primitives/Cone.h index e6a482e13..40bd7d821 100644 --- a/src/Magnum/Primitives/Cone.h +++ b/src/Magnum/Primitives/Cone.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Crosshair.cpp b/src/Magnum/Primitives/Crosshair.cpp index d86319c32..ebeda817d 100644 --- a/src/Magnum/Primitives/Crosshair.cpp +++ b/src/Magnum/Primitives/Crosshair.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Crosshair.h b/src/Magnum/Primitives/Crosshair.h index acb431913..46a01f76b 100644 --- a/src/Magnum/Primitives/Crosshair.h +++ b/src/Magnum/Primitives/Crosshair.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Cube.cpp b/src/Magnum/Primitives/Cube.cpp index cd23313ec..c83126ca4 100644 --- a/src/Magnum/Primitives/Cube.cpp +++ b/src/Magnum/Primitives/Cube.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Cube.h b/src/Magnum/Primitives/Cube.h index f98a11d08..fdf363923 100644 --- a/src/Magnum/Primitives/Cube.h +++ b/src/Magnum/Primitives/Cube.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Cylinder.cpp b/src/Magnum/Primitives/Cylinder.cpp index e108f3244..e8f7bc204 100644 --- a/src/Magnum/Primitives/Cylinder.cpp +++ b/src/Magnum/Primitives/Cylinder.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Cylinder.h b/src/Magnum/Primitives/Cylinder.h index 82ded5f81..3f0a53ac4 100644 --- a/src/Magnum/Primitives/Cylinder.h +++ b/src/Magnum/Primitives/Cylinder.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Gradient.cpp b/src/Magnum/Primitives/Gradient.cpp index fb2d6da2a..2d4e7fd10 100644 --- a/src/Magnum/Primitives/Gradient.cpp +++ b/src/Magnum/Primitives/Gradient.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Gradient.h b/src/Magnum/Primitives/Gradient.h index ae5098e22..968638eae 100644 --- a/src/Magnum/Primitives/Gradient.h +++ b/src/Magnum/Primitives/Gradient.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Grid.cpp b/src/Magnum/Primitives/Grid.cpp index c7e8e21f9..5c099fbe1 100644 --- a/src/Magnum/Primitives/Grid.cpp +++ b/src/Magnum/Primitives/Grid.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Grid.h b/src/Magnum/Primitives/Grid.h index d4a382d91..06ef325b2 100644 --- a/src/Magnum/Primitives/Grid.h +++ b/src/Magnum/Primitives/Grid.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Icosphere.cpp b/src/Magnum/Primitives/Icosphere.cpp index 9d847459a..7f5226e9a 100644 --- a/src/Magnum/Primitives/Icosphere.cpp +++ b/src/Magnum/Primitives/Icosphere.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Icosphere.h b/src/Magnum/Primitives/Icosphere.h index 9b2ca9877..716cc9a96 100644 --- a/src/Magnum/Primitives/Icosphere.h +++ b/src/Magnum/Primitives/Icosphere.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Implementation/Spheroid.cpp b/src/Magnum/Primitives/Implementation/Spheroid.cpp index 8709c70b2..c269943d6 100644 --- a/src/Magnum/Primitives/Implementation/Spheroid.cpp +++ b/src/Magnum/Primitives/Implementation/Spheroid.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Implementation/Spheroid.h b/src/Magnum/Primitives/Implementation/Spheroid.h index 777f40912..f8523040d 100644 --- a/src/Magnum/Primitives/Implementation/Spheroid.h +++ b/src/Magnum/Primitives/Implementation/Spheroid.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Implementation/WireframeSpheroid.cpp b/src/Magnum/Primitives/Implementation/WireframeSpheroid.cpp index 2f8d1a792..07343add3 100644 --- a/src/Magnum/Primitives/Implementation/WireframeSpheroid.cpp +++ b/src/Magnum/Primitives/Implementation/WireframeSpheroid.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Implementation/WireframeSpheroid.h b/src/Magnum/Primitives/Implementation/WireframeSpheroid.h index 28d4a1dc7..e580872e0 100644 --- a/src/Magnum/Primitives/Implementation/WireframeSpheroid.h +++ b/src/Magnum/Primitives/Implementation/WireframeSpheroid.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Line.cpp b/src/Magnum/Primitives/Line.cpp index 379400b89..e994d9d1c 100644 --- a/src/Magnum/Primitives/Line.cpp +++ b/src/Magnum/Primitives/Line.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Line.h b/src/Magnum/Primitives/Line.h index 11ff11234..48a85163c 100644 --- a/src/Magnum/Primitives/Line.h +++ b/src/Magnum/Primitives/Line.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Plane.cpp b/src/Magnum/Primitives/Plane.cpp index 5dce2ef7f..6d5541ca5 100644 --- a/src/Magnum/Primitives/Plane.cpp +++ b/src/Magnum/Primitives/Plane.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Plane.h b/src/Magnum/Primitives/Plane.h index 0f9ce4c8d..f4d75b4bd 100644 --- a/src/Magnum/Primitives/Plane.h +++ b/src/Magnum/Primitives/Plane.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Square.cpp b/src/Magnum/Primitives/Square.cpp index 5363f7c96..a468c8dae 100644 --- a/src/Magnum/Primitives/Square.cpp +++ b/src/Magnum/Primitives/Square.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Square.h b/src/Magnum/Primitives/Square.h index 43944a243..6574a1df0 100644 --- a/src/Magnum/Primitives/Square.h +++ b/src/Magnum/Primitives/Square.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/AxisTest.cpp b/src/Magnum/Primitives/Test/AxisTest.cpp index 0ff309d0e..166273333 100644 --- a/src/Magnum/Primitives/Test/AxisTest.cpp +++ b/src/Magnum/Primitives/Test/AxisTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/CMakeLists.txt b/src/Magnum/Primitives/Test/CMakeLists.txt index 884bcf07d..59e11b4f3 100644 --- a/src/Magnum/Primitives/Test/CMakeLists.txt +++ b/src/Magnum/Primitives/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Primitives/Test/CapsuleTest.cpp b/src/Magnum/Primitives/Test/CapsuleTest.cpp index 0c8845831..44de40547 100644 --- a/src/Magnum/Primitives/Test/CapsuleTest.cpp +++ b/src/Magnum/Primitives/Test/CapsuleTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/CircleTest.cpp b/src/Magnum/Primitives/Test/CircleTest.cpp index f662ccd6a..a36a0b041 100644 --- a/src/Magnum/Primitives/Test/CircleTest.cpp +++ b/src/Magnum/Primitives/Test/CircleTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/ConeTest.cpp b/src/Magnum/Primitives/Test/ConeTest.cpp index 300064ea0..144bef90c 100644 --- a/src/Magnum/Primitives/Test/ConeTest.cpp +++ b/src/Magnum/Primitives/Test/ConeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/CrosshairTest.cpp b/src/Magnum/Primitives/Test/CrosshairTest.cpp index 692b2645a..73414d001 100644 --- a/src/Magnum/Primitives/Test/CrosshairTest.cpp +++ b/src/Magnum/Primitives/Test/CrosshairTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/CubeTest.cpp b/src/Magnum/Primitives/Test/CubeTest.cpp index 904aae89a..3d574e976 100644 --- a/src/Magnum/Primitives/Test/CubeTest.cpp +++ b/src/Magnum/Primitives/Test/CubeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/CylinderTest.cpp b/src/Magnum/Primitives/Test/CylinderTest.cpp index ff745d728..b84409220 100644 --- a/src/Magnum/Primitives/Test/CylinderTest.cpp +++ b/src/Magnum/Primitives/Test/CylinderTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/GradientTest.cpp b/src/Magnum/Primitives/Test/GradientTest.cpp index 5da204a8c..ce2163c72 100644 --- a/src/Magnum/Primitives/Test/GradientTest.cpp +++ b/src/Magnum/Primitives/Test/GradientTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/GridTest.cpp b/src/Magnum/Primitives/Test/GridTest.cpp index 305f5cc7b..f63b1d397 100644 --- a/src/Magnum/Primitives/Test/GridTest.cpp +++ b/src/Magnum/Primitives/Test/GridTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/IcosphereTest.cpp b/src/Magnum/Primitives/Test/IcosphereTest.cpp index 35ee09bda..d203dc6f8 100644 --- a/src/Magnum/Primitives/Test/IcosphereTest.cpp +++ b/src/Magnum/Primitives/Test/IcosphereTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/LineTest.cpp b/src/Magnum/Primitives/Test/LineTest.cpp index 52df8f6b0..051b1bf58 100644 --- a/src/Magnum/Primitives/Test/LineTest.cpp +++ b/src/Magnum/Primitives/Test/LineTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/PlaneTest.cpp b/src/Magnum/Primitives/Test/PlaneTest.cpp index de3eeb207..cb4ee1adf 100644 --- a/src/Magnum/Primitives/Test/PlaneTest.cpp +++ b/src/Magnum/Primitives/Test/PlaneTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/SquareTest.cpp b/src/Magnum/Primitives/Test/SquareTest.cpp index 7f1d39569..25c2a2036 100644 --- a/src/Magnum/Primitives/Test/SquareTest.cpp +++ b/src/Magnum/Primitives/Test/SquareTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/UVSphereTest.cpp b/src/Magnum/Primitives/Test/UVSphereTest.cpp index 443e445c1..9d6c9c6e1 100644 --- a/src/Magnum/Primitives/Test/UVSphereTest.cpp +++ b/src/Magnum/Primitives/Test/UVSphereTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/Test/data.glsl b/src/Magnum/Primitives/Test/data.glsl index dd9f70d56..1120979f0 100644 --- a/src/Magnum/Primitives/Test/data.glsl +++ b/src/Magnum/Primitives/Test/data.glsl @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/UVSphere.cpp b/src/Magnum/Primitives/UVSphere.cpp index d251a518e..38cb41495 100644 --- a/src/Magnum/Primitives/UVSphere.cpp +++ b/src/Magnum/Primitives/UVSphere.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/UVSphere.h b/src/Magnum/Primitives/UVSphere.h index 0d4bc4f2b..98bd94972 100644 --- a/src/Magnum/Primitives/UVSphere.h +++ b/src/Magnum/Primitives/UVSphere.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Primitives/visibility.h b/src/Magnum/Primitives/visibility.h index 41c14bded..22266a0cd 100644 --- a/src/Magnum/Primitives/visibility.h +++ b/src/Magnum/Primitives/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Resource.cpp b/src/Magnum/Resource.cpp index 545ad055d..9f03b4895 100644 --- a/src/Magnum/Resource.cpp +++ b/src/Magnum/Resource.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Resource.h b/src/Magnum/Resource.h index e779606e0..1e810c5c2 100644 --- a/src/Magnum/Resource.h +++ b/src/Magnum/Resource.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Daniel Guzman Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/ResourceManager.h b/src/Magnum/ResourceManager.h index bdd13fbec..8df2067b5 100644 --- a/src/Magnum/ResourceManager.h +++ b/src/Magnum/ResourceManager.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Sampler.cpp b/src/Magnum/Sampler.cpp index 89e30116d..872dd258f 100644 --- a/src/Magnum/Sampler.cpp +++ b/src/Magnum/Sampler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Sampler.h b/src/Magnum/Sampler.h index a4e08376a..da1a7d70f 100644 --- a/src/Magnum/Sampler.h +++ b/src/Magnum/Sampler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractFeature.h b/src/Magnum/SceneGraph/AbstractFeature.h index 98e43babc..9084a041a 100644 --- a/src/Magnum/SceneGraph/AbstractFeature.h +++ b/src/Magnum/SceneGraph/AbstractFeature.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractFeature.hpp b/src/Magnum/SceneGraph/AbstractFeature.hpp index 81fbbcff7..46e454c02 100644 --- a/src/Magnum/SceneGraph/AbstractFeature.hpp +++ b/src/Magnum/SceneGraph/AbstractFeature.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractGroupedFeature.h b/src/Magnum/SceneGraph/AbstractGroupedFeature.h index 3e1506de6..5c8871da9 100644 --- a/src/Magnum/SceneGraph/AbstractGroupedFeature.h +++ b/src/Magnum/SceneGraph/AbstractGroupedFeature.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractObject.h b/src/Magnum/SceneGraph/AbstractObject.h index 436108e83..6576707c1 100644 --- a/src/Magnum/SceneGraph/AbstractObject.h +++ b/src/Magnum/SceneGraph/AbstractObject.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractTransformation.h b/src/Magnum/SceneGraph/AbstractTransformation.h index c0a8e0d25..9b53aad8d 100644 --- a/src/Magnum/SceneGraph/AbstractTransformation.h +++ b/src/Magnum/SceneGraph/AbstractTransformation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractTranslation.h b/src/Magnum/SceneGraph/AbstractTranslation.h index 41c429e00..55b715a1a 100644 --- a/src/Magnum/SceneGraph/AbstractTranslation.h +++ b/src/Magnum/SceneGraph/AbstractTranslation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractTranslationRotation2D.h b/src/Magnum/SceneGraph/AbstractTranslationRotation2D.h index fea691827..ceb650780 100644 --- a/src/Magnum/SceneGraph/AbstractTranslationRotation2D.h +++ b/src/Magnum/SceneGraph/AbstractTranslationRotation2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractTranslationRotation3D.h b/src/Magnum/SceneGraph/AbstractTranslationRotation3D.h index 918b3d82b..7b284c74b 100644 --- a/src/Magnum/SceneGraph/AbstractTranslationRotation3D.h +++ b/src/Magnum/SceneGraph/AbstractTranslationRotation3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractTranslationRotationScaling2D.h b/src/Magnum/SceneGraph/AbstractTranslationRotationScaling2D.h index 319b19a2d..134390c5e 100644 --- a/src/Magnum/SceneGraph/AbstractTranslationRotationScaling2D.h +++ b/src/Magnum/SceneGraph/AbstractTranslationRotationScaling2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AbstractTranslationRotationScaling3D.h b/src/Magnum/SceneGraph/AbstractTranslationRotationScaling3D.h index c136751ac..3011219a7 100644 --- a/src/Magnum/SceneGraph/AbstractTranslationRotationScaling3D.h +++ b/src/Magnum/SceneGraph/AbstractTranslationRotationScaling3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Animable.cpp b/src/Magnum/SceneGraph/Animable.cpp index e244e81a4..b84bb61ea 100644 --- a/src/Magnum/SceneGraph/Animable.cpp +++ b/src/Magnum/SceneGraph/Animable.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Animable.h b/src/Magnum/SceneGraph/Animable.h index 091a99a8d..45dd5d949 100644 --- a/src/Magnum/SceneGraph/Animable.h +++ b/src/Magnum/SceneGraph/Animable.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Animable.hpp b/src/Magnum/SceneGraph/Animable.hpp index fd5b57600..d8ab1da53 100644 --- a/src/Magnum/SceneGraph/Animable.hpp +++ b/src/Magnum/SceneGraph/Animable.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/AnimableGroup.h b/src/Magnum/SceneGraph/AnimableGroup.h index 15921b194..29ebb12a0 100644 --- a/src/Magnum/SceneGraph/AnimableGroup.h +++ b/src/Magnum/SceneGraph/AnimableGroup.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/CMakeLists.txt b/src/Magnum/SceneGraph/CMakeLists.txt index 41da798b9..42c8c7997 100644 --- a/src/Magnum/SceneGraph/CMakeLists.txt +++ b/src/Magnum/SceneGraph/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/SceneGraph/Camera.h b/src/Magnum/SceneGraph/Camera.h index 0aaf8785c..a266976e1 100644 --- a/src/Magnum/SceneGraph/Camera.h +++ b/src/Magnum/SceneGraph/Camera.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Camera.hpp b/src/Magnum/SceneGraph/Camera.hpp index 6c7902188..4cccd3739 100644 --- a/src/Magnum/SceneGraph/Camera.hpp +++ b/src/Magnum/SceneGraph/Camera.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Drawable.h b/src/Magnum/SceneGraph/Drawable.h index f95b45a65..4393fa40a 100644 --- a/src/Magnum/SceneGraph/Drawable.h +++ b/src/Magnum/SceneGraph/Drawable.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Drawable.hpp b/src/Magnum/SceneGraph/Drawable.hpp index 1aaaa1fb5..912638088 100644 --- a/src/Magnum/SceneGraph/Drawable.hpp +++ b/src/Magnum/SceneGraph/Drawable.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/DualComplexTransformation.h b/src/Magnum/SceneGraph/DualComplexTransformation.h index 001069956..3d2c80781 100644 --- a/src/Magnum/SceneGraph/DualComplexTransformation.h +++ b/src/Magnum/SceneGraph/DualComplexTransformation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/DualQuaternionTransformation.h b/src/Magnum/SceneGraph/DualQuaternionTransformation.h index 67f514c3a..092d950d5 100644 --- a/src/Magnum/SceneGraph/DualQuaternionTransformation.h +++ b/src/Magnum/SceneGraph/DualQuaternionTransformation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/FeatureGroup.h b/src/Magnum/SceneGraph/FeatureGroup.h index 2f3850ea0..fc90d1565 100644 --- a/src/Magnum/SceneGraph/FeatureGroup.h +++ b/src/Magnum/SceneGraph/FeatureGroup.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/FeatureGroup.hpp b/src/Magnum/SceneGraph/FeatureGroup.hpp index a38082c49..50bf9aea8 100644 --- a/src/Magnum/SceneGraph/FeatureGroup.hpp +++ b/src/Magnum/SceneGraph/FeatureGroup.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/MatrixTransformation2D.h b/src/Magnum/SceneGraph/MatrixTransformation2D.h index 79ba4775e..03cf39774 100644 --- a/src/Magnum/SceneGraph/MatrixTransformation2D.h +++ b/src/Magnum/SceneGraph/MatrixTransformation2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/MatrixTransformation2D.hpp b/src/Magnum/SceneGraph/MatrixTransformation2D.hpp index c90bb22ef..6756408ad 100644 --- a/src/Magnum/SceneGraph/MatrixTransformation2D.hpp +++ b/src/Magnum/SceneGraph/MatrixTransformation2D.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/MatrixTransformation3D.h b/src/Magnum/SceneGraph/MatrixTransformation3D.h index 51af6f9e5..ccfcf5599 100644 --- a/src/Magnum/SceneGraph/MatrixTransformation3D.h +++ b/src/Magnum/SceneGraph/MatrixTransformation3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/MatrixTransformation3D.hpp b/src/Magnum/SceneGraph/MatrixTransformation3D.hpp index 9618503ca..03cd0c075 100644 --- a/src/Magnum/SceneGraph/MatrixTransformation3D.hpp +++ b/src/Magnum/SceneGraph/MatrixTransformation3D.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Object.h b/src/Magnum/SceneGraph/Object.h index deb92bb0d..1fa7e43c4 100644 --- a/src/Magnum/SceneGraph/Object.h +++ b/src/Magnum/SceneGraph/Object.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Object.hpp b/src/Magnum/SceneGraph/Object.hpp index 018410e95..447922e3b 100644 --- a/src/Magnum/SceneGraph/Object.hpp +++ b/src/Magnum/SceneGraph/Object.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/RigidMatrixTransformation2D.h b/src/Magnum/SceneGraph/RigidMatrixTransformation2D.h index bb33c1015..847bf384c 100644 --- a/src/Magnum/SceneGraph/RigidMatrixTransformation2D.h +++ b/src/Magnum/SceneGraph/RigidMatrixTransformation2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/RigidMatrixTransformation2D.hpp b/src/Magnum/SceneGraph/RigidMatrixTransformation2D.hpp index c9e160a00..c425cbfdd 100644 --- a/src/Magnum/SceneGraph/RigidMatrixTransformation2D.hpp +++ b/src/Magnum/SceneGraph/RigidMatrixTransformation2D.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/RigidMatrixTransformation3D.h b/src/Magnum/SceneGraph/RigidMatrixTransformation3D.h index 1f4a9ce2b..671b3bba4 100644 --- a/src/Magnum/SceneGraph/RigidMatrixTransformation3D.h +++ b/src/Magnum/SceneGraph/RigidMatrixTransformation3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/RigidMatrixTransformation3D.hpp b/src/Magnum/SceneGraph/RigidMatrixTransformation3D.hpp index 3a040503b..ca94c0487 100644 --- a/src/Magnum/SceneGraph/RigidMatrixTransformation3D.hpp +++ b/src/Magnum/SceneGraph/RigidMatrixTransformation3D.hpp @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Scene.h b/src/Magnum/SceneGraph/Scene.h index 5f5c88a6f..0589c9f94 100644 --- a/src/Magnum/SceneGraph/Scene.h +++ b/src/Magnum/SceneGraph/Scene.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/SceneGraph.h b/src/Magnum/SceneGraph/SceneGraph.h index 68febe9bd..bdebedceb 100644 --- a/src/Magnum/SceneGraph/SceneGraph.h +++ b/src/Magnum/SceneGraph/SceneGraph.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/AnimableTest.cpp b/src/Magnum/SceneGraph/Test/AnimableTest.cpp index 70c31ad47..c1ee6c542 100644 --- a/src/Magnum/SceneGraph/Test/AnimableTest.cpp +++ b/src/Magnum/SceneGraph/Test/AnimableTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/CMakeLists.txt b/src/Magnum/SceneGraph/Test/CMakeLists.txt index 557bad038..f2210870f 100644 --- a/src/Magnum/SceneGraph/Test/CMakeLists.txt +++ b/src/Magnum/SceneGraph/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/SceneGraph/Test/CameraTest.cpp b/src/Magnum/SceneGraph/Test/CameraTest.cpp index 02dc1514c..565f32c35 100644 --- a/src/Magnum/SceneGraph/Test/CameraTest.cpp +++ b/src/Magnum/SceneGraph/Test/CameraTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/DualComplexTransformationTest.cpp b/src/Magnum/SceneGraph/Test/DualComplexTransformationTest.cpp index 9e4331c32..02ee12fb4 100644 --- a/src/Magnum/SceneGraph/Test/DualComplexTransformationTest.cpp +++ b/src/Magnum/SceneGraph/Test/DualComplexTransformationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/DualQuaternionTransformationTest.cpp b/src/Magnum/SceneGraph/Test/DualQuaternionTransformationTest.cpp index 39bcfa0e6..b9064959a 100644 --- a/src/Magnum/SceneGraph/Test/DualQuaternionTransformationTest.cpp +++ b/src/Magnum/SceneGraph/Test/DualQuaternionTransformationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/MatrixTransformation2DTest.cpp b/src/Magnum/SceneGraph/Test/MatrixTransformation2DTest.cpp index b4c9ad5ac..6b41f8863 100644 --- a/src/Magnum/SceneGraph/Test/MatrixTransformation2DTest.cpp +++ b/src/Magnum/SceneGraph/Test/MatrixTransformation2DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/MatrixTransformation3DTest.cpp b/src/Magnum/SceneGraph/Test/MatrixTransformation3DTest.cpp index 05fbdaf86..123c1e3e9 100644 --- a/src/Magnum/SceneGraph/Test/MatrixTransformation3DTest.cpp +++ b/src/Magnum/SceneGraph/Test/MatrixTransformation3DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/ObjectTest.cpp b/src/Magnum/SceneGraph/Test/ObjectTest.cpp index e52bec230..05cf7ebbf 100644 --- a/src/Magnum/SceneGraph/Test/ObjectTest.cpp +++ b/src/Magnum/SceneGraph/Test/ObjectTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/RigidMatrixTransformation2DTest.cpp b/src/Magnum/SceneGraph/Test/RigidMatrixTransformation2DTest.cpp index f9b88f12c..ba7c4d5c3 100644 --- a/src/Magnum/SceneGraph/Test/RigidMatrixTransformation2DTest.cpp +++ b/src/Magnum/SceneGraph/Test/RigidMatrixTransformation2DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/RigidMatrixTransformation3DTest.cpp b/src/Magnum/SceneGraph/Test/RigidMatrixTransformation3DTest.cpp index 265102dbe..6bc49fb45 100644 --- a/src/Magnum/SceneGraph/Test/RigidMatrixTransformation3DTest.cpp +++ b/src/Magnum/SceneGraph/Test/RigidMatrixTransformation3DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/SceneTest.cpp b/src/Magnum/SceneGraph/Test/SceneTest.cpp index bdb231d55..bce214e0e 100644 --- a/src/Magnum/SceneGraph/Test/SceneTest.cpp +++ b/src/Magnum/SceneGraph/Test/SceneTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation2DTest.cpp b/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation2DTest.cpp index 1765c7bf7..21303010b 100644 --- a/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation2DTest.cpp +++ b/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation2DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation3DTest.cpp b/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation3DTest.cpp index 4e9da3590..e8f13bdcc 100644 --- a/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation3DTest.cpp +++ b/src/Magnum/SceneGraph/Test/TranslationRotationScalingTransformation3DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/Test/TranslationTransformationTest.cpp b/src/Magnum/SceneGraph/Test/TranslationTransformationTest.cpp index 628cfe58e..b4af8a9c1 100644 --- a/src/Magnum/SceneGraph/Test/TranslationTransformationTest.cpp +++ b/src/Magnum/SceneGraph/Test/TranslationTransformationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/TranslationRotationScalingTransformation2D.h b/src/Magnum/SceneGraph/TranslationRotationScalingTransformation2D.h index 94d101ec4..5e0bd1e41 100644 --- a/src/Magnum/SceneGraph/TranslationRotationScalingTransformation2D.h +++ b/src/Magnum/SceneGraph/TranslationRotationScalingTransformation2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/TranslationRotationScalingTransformation3D.h b/src/Magnum/SceneGraph/TranslationRotationScalingTransformation3D.h index 08ed2b96f..db20154dc 100644 --- a/src/Magnum/SceneGraph/TranslationRotationScalingTransformation3D.h +++ b/src/Magnum/SceneGraph/TranslationRotationScalingTransformation3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/TranslationTransformation.h b/src/Magnum/SceneGraph/TranslationTransformation.h index cd90e7308..42dfe37cf 100644 --- a/src/Magnum/SceneGraph/TranslationTransformation.h +++ b/src/Magnum/SceneGraph/TranslationTransformation.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/instantiation.cpp b/src/Magnum/SceneGraph/instantiation.cpp index 5d6f19051..97c68fadf 100644 --- a/src/Magnum/SceneGraph/instantiation.cpp +++ b/src/Magnum/SceneGraph/instantiation.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneGraph/visibility.h b/src/Magnum/SceneGraph/visibility.h index 54f35e2a6..2dc09bcb1 100644 --- a/src/Magnum/SceneGraph/visibility.h +++ b/src/Magnum/SceneGraph/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/CMakeLists.txt b/src/Magnum/SceneTools/CMakeLists.txt index 28d70602a..797cdf8b4 100644 --- a/src/Magnum/SceneTools/CMakeLists.txt +++ b/src/Magnum/SceneTools/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/SceneTools/Combine.cpp b/src/Magnum/SceneTools/Combine.cpp index db6b5ad90..1b2bdf030 100644 --- a/src/Magnum/SceneTools/Combine.cpp +++ b/src/Magnum/SceneTools/Combine.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Combine.h b/src/Magnum/SceneTools/Combine.h index 67545a1d4..46eecab3d 100644 --- a/src/Magnum/SceneTools/Combine.h +++ b/src/Magnum/SceneTools/Combine.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Copy.cpp b/src/Magnum/SceneTools/Copy.cpp index 0eb7671a8..79513f3cf 100644 --- a/src/Magnum/SceneTools/Copy.cpp +++ b/src/Magnum/SceneTools/Copy.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Copy.h b/src/Magnum/SceneTools/Copy.h index 51f386e47..6790b7aa8 100644 --- a/src/Magnum/SceneTools/Copy.h +++ b/src/Magnum/SceneTools/Copy.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Filter.cpp b/src/Magnum/SceneTools/Filter.cpp index c364a66fa..2048d7cf0 100644 --- a/src/Magnum/SceneTools/Filter.cpp +++ b/src/Magnum/SceneTools/Filter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Filter.h b/src/Magnum/SceneTools/Filter.h index e099190d4..73196995e 100644 --- a/src/Magnum/SceneTools/Filter.h +++ b/src/Magnum/SceneTools/Filter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/FlattenMeshHierarchy.cpp b/src/Magnum/SceneTools/FlattenMeshHierarchy.cpp index 6a21a0730..3b6cd973b 100644 --- a/src/Magnum/SceneTools/FlattenMeshHierarchy.cpp +++ b/src/Magnum/SceneTools/FlattenMeshHierarchy.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/FlattenMeshHierarchy.h b/src/Magnum/SceneTools/FlattenMeshHierarchy.h index f3752a866..8aedaf684 100644 --- a/src/Magnum/SceneTools/FlattenMeshHierarchy.h +++ b/src/Magnum/SceneTools/FlattenMeshHierarchy.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/FlattenTransformationHierarchy.h b/src/Magnum/SceneTools/FlattenTransformationHierarchy.h index 37ad2ee8d..0ef63aa25 100644 --- a/src/Magnum/SceneTools/FlattenTransformationHierarchy.h +++ b/src/Magnum/SceneTools/FlattenTransformationHierarchy.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Hierarchy.cpp b/src/Magnum/SceneTools/Hierarchy.cpp index 2f72ae5aa..8b72bdd87 100644 --- a/src/Magnum/SceneTools/Hierarchy.cpp +++ b/src/Magnum/SceneTools/Hierarchy.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Hierarchy.h b/src/Magnum/SceneTools/Hierarchy.h index c32941c1f..1f1f8a4ab 100644 --- a/src/Magnum/SceneTools/Hierarchy.h +++ b/src/Magnum/SceneTools/Hierarchy.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Implementation/combine.h b/src/Magnum/SceneTools/Implementation/combine.h index f11ed0cfe..b7f0aa78b 100644 --- a/src/Magnum/SceneTools/Implementation/combine.h +++ b/src/Magnum/SceneTools/Implementation/combine.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Implementation/convertToSingleFunctionObjects.h b/src/Magnum/SceneTools/Implementation/convertToSingleFunctionObjects.h index 41fbf455e..a070b6275 100644 --- a/src/Magnum/SceneTools/Implementation/convertToSingleFunctionObjects.h +++ b/src/Magnum/SceneTools/Implementation/convertToSingleFunctionObjects.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Implementation/sceneConverterUtilities.h b/src/Magnum/SceneTools/Implementation/sceneConverterUtilities.h index 0b3100f36..ce575fc86 100644 --- a/src/Magnum/SceneTools/Implementation/sceneConverterUtilities.h +++ b/src/Magnum/SceneTools/Implementation/sceneConverterUtilities.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Map.cpp b/src/Magnum/SceneTools/Map.cpp index cbe24efee..cc6c61e9d 100644 --- a/src/Magnum/SceneTools/Map.cpp +++ b/src/Magnum/SceneTools/Map.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Map.h b/src/Magnum/SceneTools/Map.h index 4812ce17b..4a453ea4f 100644 --- a/src/Magnum/SceneTools/Map.h +++ b/src/Magnum/SceneTools/Map.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/OrderClusterParents.h b/src/Magnum/SceneTools/OrderClusterParents.h index 894802628..96b2aaa46 100644 --- a/src/Magnum/SceneTools/OrderClusterParents.h +++ b/src/Magnum/SceneTools/OrderClusterParents.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/CMakeLists.txt b/src/Magnum/SceneTools/Test/CMakeLists.txt index c13c0dac7..a9d6970df 100644 --- a/src/Magnum/SceneTools/Test/CMakeLists.txt +++ b/src/Magnum/SceneTools/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/SceneTools/Test/CombineTest.cpp b/src/Magnum/SceneTools/Test/CombineTest.cpp index d993ac879..cf5d9cccf 100644 --- a/src/Magnum/SceneTools/Test/CombineTest.cpp +++ b/src/Magnum/SceneTools/Test/CombineTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/ConvertToSingleFunctionObjectsTest.cpp b/src/Magnum/SceneTools/Test/ConvertToSingleFunctionObjectsTest.cpp index 2f7d4ae4b..afd005103 100644 --- a/src/Magnum/SceneTools/Test/ConvertToSingleFunctionObjectsTest.cpp +++ b/src/Magnum/SceneTools/Test/ConvertToSingleFunctionObjectsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/CopyTest.cpp b/src/Magnum/SceneTools/Test/CopyTest.cpp index 4ecff7e29..c4b901af1 100644 --- a/src/Magnum/SceneTools/Test/CopyTest.cpp +++ b/src/Magnum/SceneTools/Test/CopyTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/FilterTest.cpp b/src/Magnum/SceneTools/Test/FilterTest.cpp index 28661864a..cf2ae0c4b 100644 --- a/src/Magnum/SceneTools/Test/FilterTest.cpp +++ b/src/Magnum/SceneTools/Test/FilterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/FlattenMeshHierarchyTest.cpp b/src/Magnum/SceneTools/Test/FlattenMeshHierarchyTest.cpp index 370a61299..5808f3555 100644 --- a/src/Magnum/SceneTools/Test/FlattenMeshHierarchyTest.cpp +++ b/src/Magnum/SceneTools/Test/FlattenMeshHierarchyTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/HierarchyTest.cpp b/src/Magnum/SceneTools/Test/HierarchyTest.cpp index 76e45ea3b..fb69acad7 100644 --- a/src/Magnum/SceneTools/Test/HierarchyTest.cpp +++ b/src/Magnum/SceneTools/Test/HierarchyTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/MapTest.cpp b/src/Magnum/SceneTools/Test/MapTest.cpp index a411fee37..8bde67f4b 100644 --- a/src/Magnum/SceneTools/Test/MapTest.cpp +++ b/src/Magnum/SceneTools/Test/MapTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/SceneConverterImplementationTest.cpp b/src/Magnum/SceneTools/Test/SceneConverterImplementationTest.cpp index 3f95e7c22..c4eef4e23 100644 --- a/src/Magnum/SceneTools/Test/SceneConverterImplementationTest.cpp +++ b/src/Magnum/SceneTools/Test/SceneConverterImplementationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/SceneConverterTest.cpp b/src/Magnum/SceneTools/Test/SceneConverterTest.cpp index 2fb45bac8..55f312efe 100644 --- a/src/Magnum/SceneTools/Test/SceneConverterTest.cpp +++ b/src/Magnum/SceneTools/Test/SceneConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/Test/configure.h.cmake b/src/Magnum/SceneTools/Test/configure.h.cmake index c5bccb502..5855fc109 100644 --- a/src/Magnum/SceneTools/Test/configure.h.cmake +++ b/src/Magnum/SceneTools/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/sceneconverter.cpp b/src/Magnum/SceneTools/sceneconverter.cpp index c85f37f4d..6eeae12e7 100644 --- a/src/Magnum/SceneTools/sceneconverter.cpp +++ b/src/Magnum/SceneTools/sceneconverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/SceneTools/visibility.h b/src/Magnum/SceneTools/visibility.h index daffe7ef8..431ba4fd3 100644 --- a/src/Magnum/SceneTools/visibility.h +++ b/src/Magnum/SceneTools/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/AbstractConverter.cpp b/src/Magnum/ShaderTools/AbstractConverter.cpp index fcef944b9..ec4c9104d 100644 --- a/src/Magnum/ShaderTools/AbstractConverter.cpp +++ b/src/Magnum/ShaderTools/AbstractConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/AbstractConverter.h b/src/Magnum/ShaderTools/AbstractConverter.h index d1273f855..7fb14b60c 100644 --- a/src/Magnum/ShaderTools/AbstractConverter.h +++ b/src/Magnum/ShaderTools/AbstractConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/CMakeLists.txt b/src/Magnum/ShaderTools/CMakeLists.txt index a01f7c1ff..33e2bb1ff 100644 --- a/src/Magnum/ShaderTools/CMakeLists.txt +++ b/src/Magnum/ShaderTools/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/ShaderTools/Implementation/spirv.h b/src/Magnum/ShaderTools/Implementation/spirv.h index 929006a3a..394ba5a40 100644 --- a/src/Magnum/ShaderTools/Implementation/spirv.h +++ b/src/Magnum/ShaderTools/Implementation/spirv.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/ShaderTools.h b/src/Magnum/ShaderTools/ShaderTools.h index fc3354315..e65f27f29 100644 --- a/src/Magnum/ShaderTools/ShaderTools.h +++ b/src/Magnum/ShaderTools/ShaderTools.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/Stage.cpp b/src/Magnum/ShaderTools/Stage.cpp index cc5a3a8d9..af0944559 100644 --- a/src/Magnum/ShaderTools/Stage.cpp +++ b/src/Magnum/ShaderTools/Stage.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/Stage.h b/src/Magnum/ShaderTools/Stage.h index 051571cbb..4301fdfdf 100644 --- a/src/Magnum/ShaderTools/Stage.h +++ b/src/Magnum/ShaderTools/Stage.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/Test/AbstractConverterTest.cpp b/src/Magnum/ShaderTools/Test/AbstractConverterTest.cpp index b9429721e..88fbb0818 100644 --- a/src/Magnum/ShaderTools/Test/AbstractConverterTest.cpp +++ b/src/Magnum/ShaderTools/Test/AbstractConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/Test/CMakeLists.txt b/src/Magnum/ShaderTools/Test/CMakeLists.txt index ef2684846..e312e98fc 100644 --- a/src/Magnum/ShaderTools/Test/CMakeLists.txt +++ b/src/Magnum/ShaderTools/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/ShaderTools/Test/SpirvTest.cpp b/src/Magnum/ShaderTools/Test/SpirvTest.cpp index 8de813047..158b48b17 100644 --- a/src/Magnum/ShaderTools/Test/SpirvTest.cpp +++ b/src/Magnum/ShaderTools/Test/SpirvTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/Test/StageTest.cpp b/src/Magnum/ShaderTools/Test/StageTest.cpp index eacd2dd61..d86b50c02 100644 --- a/src/Magnum/ShaderTools/Test/StageTest.cpp +++ b/src/Magnum/ShaderTools/Test/StageTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/Test/configure.h.cmake b/src/Magnum/ShaderTools/Test/configure.h.cmake index 571bd7a78..06f3efc84 100644 --- a/src/Magnum/ShaderTools/Test/configure.h.cmake +++ b/src/Magnum/ShaderTools/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/configure.h.cmake b/src/Magnum/ShaderTools/configure.h.cmake index 1acd005c6..7b76f0f52 100644 --- a/src/Magnum/ShaderTools/configure.h.cmake +++ b/src/Magnum/ShaderTools/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/shaderconverter.cpp b/src/Magnum/ShaderTools/shaderconverter.cpp index 003733c54..2ea8be9e4 100644 --- a/src/Magnum/ShaderTools/shaderconverter.cpp +++ b/src/Magnum/ShaderTools/shaderconverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/ShaderTools/visibility.h b/src/Magnum/ShaderTools/visibility.h index 1bd230bb3..b2681d0bc 100644 --- a/src/Magnum/ShaderTools/visibility.h +++ b/src/Magnum/ShaderTools/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/CMakeLists.txt b/src/Magnum/Shaders/CMakeLists.txt index 759466af1..2225f3c83 100644 --- a/src/Magnum/Shaders/CMakeLists.txt +++ b/src/Magnum/Shaders/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Shaders/DistanceFieldVector.frag b/src/Magnum/Shaders/DistanceFieldVector.frag index cf8837541..59a419a64 100644 --- a/src/Magnum/Shaders/DistanceFieldVector.frag +++ b/src/Magnum/Shaders/DistanceFieldVector.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/DistanceFieldVector.h b/src/Magnum/Shaders/DistanceFieldVector.h index a915f3e9b..a64178a64 100644 --- a/src/Magnum/Shaders/DistanceFieldVector.h +++ b/src/Magnum/Shaders/DistanceFieldVector.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/DistanceFieldVectorGL.cpp b/src/Magnum/Shaders/DistanceFieldVectorGL.cpp index aeefe7f8f..0e25419a2 100644 --- a/src/Magnum/Shaders/DistanceFieldVectorGL.cpp +++ b/src/Magnum/Shaders/DistanceFieldVectorGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/DistanceFieldVectorGL.h b/src/Magnum/Shaders/DistanceFieldVectorGL.h index 0c9e8cd3f..6bbfd5d70 100644 --- a/src/Magnum/Shaders/DistanceFieldVectorGL.h +++ b/src/Magnum/Shaders/DistanceFieldVectorGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Flat.frag b/src/Magnum/Shaders/Flat.frag index 30bd4d17b..f42c1dadd 100644 --- a/src/Magnum/Shaders/Flat.frag +++ b/src/Magnum/Shaders/Flat.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Flat.h b/src/Magnum/Shaders/Flat.h index 9560122fc..08484091b 100644 --- a/src/Magnum/Shaders/Flat.h +++ b/src/Magnum/Shaders/Flat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Flat.vert b/src/Magnum/Shaders/Flat.vert index 7db8d6f68..a92737f03 100644 --- a/src/Magnum/Shaders/Flat.vert +++ b/src/Magnum/Shaders/Flat.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/FlatGL.cpp b/src/Magnum/Shaders/FlatGL.cpp index 042630c74..03fdafc63 100644 --- a/src/Magnum/Shaders/FlatGL.cpp +++ b/src/Magnum/Shaders/FlatGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/FlatGL.h b/src/Magnum/Shaders/FlatGL.h index 57e71fa26..b6c8da8d0 100644 --- a/src/Magnum/Shaders/FlatGL.h +++ b/src/Magnum/Shaders/FlatGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/FullScreenTriangle.glsl b/src/Magnum/Shaders/FullScreenTriangle.glsl index df3370fa8..9c6055ae8 100644 --- a/src/Magnum/Shaders/FullScreenTriangle.glsl +++ b/src/Magnum/Shaders/FullScreenTriangle.glsl @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Generic.h b/src/Magnum/Shaders/Generic.h index ef2b5fd45..68be419d5 100644 --- a/src/Magnum/Shaders/Generic.h +++ b/src/Magnum/Shaders/Generic.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/GenericGL.h b/src/Magnum/Shaders/GenericGL.h index 09de7cee1..7347478cf 100644 --- a/src/Magnum/Shaders/GenericGL.h +++ b/src/Magnum/Shaders/GenericGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Implementation/lineMiterLimit.h b/src/Magnum/Shaders/Implementation/lineMiterLimit.h index d84b35ee7..586483b01 100644 --- a/src/Magnum/Shaders/Implementation/lineMiterLimit.h +++ b/src/Magnum/Shaders/Implementation/lineMiterLimit.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Line.cpp b/src/Magnum/Shaders/Line.cpp index 23d9ea6c5..ed9fbfe5a 100644 --- a/src/Magnum/Shaders/Line.cpp +++ b/src/Magnum/Shaders/Line.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Line.frag b/src/Magnum/Shaders/Line.frag index 4a0541075..abdcc448b 100644 --- a/src/Magnum/Shaders/Line.frag +++ b/src/Magnum/Shaders/Line.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Line.h b/src/Magnum/Shaders/Line.h index 93cc8140d..157b81b36 100644 --- a/src/Magnum/Shaders/Line.h +++ b/src/Magnum/Shaders/Line.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Line.vert b/src/Magnum/Shaders/Line.vert index 81b5bc575..4aed4be9b 100644 --- a/src/Magnum/Shaders/Line.vert +++ b/src/Magnum/Shaders/Line.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/LineGL.cpp b/src/Magnum/Shaders/LineGL.cpp index b61caba51..0cf3c8200 100644 --- a/src/Magnum/Shaders/LineGL.cpp +++ b/src/Magnum/Shaders/LineGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/LineGL.h b/src/Magnum/Shaders/LineGL.h index facb3dd7c..67cfe4f10 100644 --- a/src/Magnum/Shaders/LineGL.h +++ b/src/Magnum/Shaders/LineGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/MeshVisualizer.frag b/src/Magnum/Shaders/MeshVisualizer.frag index 3d0f4971f..16f2c228b 100644 --- a/src/Magnum/Shaders/MeshVisualizer.frag +++ b/src/Magnum/Shaders/MeshVisualizer.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/MeshVisualizer.geom b/src/Magnum/Shaders/MeshVisualizer.geom index a905802f4..4ac993909 100644 --- a/src/Magnum/Shaders/MeshVisualizer.geom +++ b/src/Magnum/Shaders/MeshVisualizer.geom @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/MeshVisualizer.h b/src/Magnum/Shaders/MeshVisualizer.h index c3b940dc8..3e2da6995 100644 --- a/src/Magnum/Shaders/MeshVisualizer.h +++ b/src/Magnum/Shaders/MeshVisualizer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/MeshVisualizer.vert b/src/Magnum/Shaders/MeshVisualizer.vert index 3269b2f32..9d89d38a5 100644 --- a/src/Magnum/Shaders/MeshVisualizer.vert +++ b/src/Magnum/Shaders/MeshVisualizer.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/MeshVisualizerGL.cpp b/src/Magnum/Shaders/MeshVisualizerGL.cpp index 084e1fa96..f46ba91d0 100644 --- a/src/Magnum/Shaders/MeshVisualizerGL.cpp +++ b/src/Magnum/Shaders/MeshVisualizerGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/MeshVisualizerGL.h b/src/Magnum/Shaders/MeshVisualizerGL.h index 846ac67b5..eefefc7f7 100644 --- a/src/Magnum/Shaders/MeshVisualizerGL.h +++ b/src/Magnum/Shaders/MeshVisualizerGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Phong.frag b/src/Magnum/Shaders/Phong.frag index 7087c7e3c..6724cc335 100644 --- a/src/Magnum/Shaders/Phong.frag +++ b/src/Magnum/Shaders/Phong.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Phong.h b/src/Magnum/Shaders/Phong.h index 83697b87f..63419d113 100644 --- a/src/Magnum/Shaders/Phong.h +++ b/src/Magnum/Shaders/Phong.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Phong.vert b/src/Magnum/Shaders/Phong.vert index d5d7cf404..530615d64 100644 --- a/src/Magnum/Shaders/Phong.vert +++ b/src/Magnum/Shaders/Phong.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/PhongGL.cpp b/src/Magnum/Shaders/PhongGL.cpp index fd45c94de..99df66dc6 100644 --- a/src/Magnum/Shaders/PhongGL.cpp +++ b/src/Magnum/Shaders/PhongGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Copyright © 2022 Vladislav Oleshko diff --git a/src/Magnum/Shaders/PhongGL.h b/src/Magnum/Shaders/PhongGL.h index 2762cd012..e4f089e5d 100644 --- a/src/Magnum/Shaders/PhongGL.h +++ b/src/Magnum/Shaders/PhongGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Copyright © 2022 Vladislav Oleshko diff --git a/src/Magnum/Shaders/Shaders.h b/src/Magnum/Shaders/Shaders.h index 5275cbbb4..029baa97c 100644 --- a/src/Magnum/Shaders/Shaders.h +++ b/src/Magnum/Shaders/Shaders.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/CMakeLists.txt b/src/Magnum/Shaders/Test/CMakeLists.txt index ad99e6094..843c233f4 100644 --- a/src/Magnum/Shaders/Test/CMakeLists.txt +++ b/src/Magnum/Shaders/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp b/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp index 028559697..96f269640 100644 --- a/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp +++ b/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Test/DistanceFieldVectorGL_Test.cpp b/src/Magnum/Shaders/Test/DistanceFieldVectorGL_Test.cpp index d44e80f11..76a2106a0 100644 --- a/src/Magnum/Shaders/Test/DistanceFieldVectorGL_Test.cpp +++ b/src/Magnum/Shaders/Test/DistanceFieldVectorGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/DistanceFieldVectorTest.cpp b/src/Magnum/Shaders/Test/DistanceFieldVectorTest.cpp index 83c8854e7..f6a226d28 100644 --- a/src/Magnum/Shaders/Test/DistanceFieldVectorTest.cpp +++ b/src/Magnum/Shaders/Test/DistanceFieldVectorTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/FlatGLTest.cpp b/src/Magnum/Shaders/Test/FlatGLTest.cpp index 505f9e374..dd812e3c1 100644 --- a/src/Magnum/Shaders/Test/FlatGLTest.cpp +++ b/src/Magnum/Shaders/Test/FlatGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Test/FlatGL_Test.cpp b/src/Magnum/Shaders/Test/FlatGL_Test.cpp index 7c743ba57..cd67fbac3 100644 --- a/src/Magnum/Shaders/Test/FlatGL_Test.cpp +++ b/src/Magnum/Shaders/Test/FlatGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/FlatTest.cpp b/src/Magnum/Shaders/Test/FlatTest.cpp index d3e106c2b..da2e5088f 100644 --- a/src/Magnum/Shaders/Test/FlatTest.cpp +++ b/src/Magnum/Shaders/Test/FlatTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/GLShaderWrapperGLTest.cpp b/src/Magnum/Shaders/Test/GLShaderWrapperGLTest.cpp index a7612a821..9f1d40029 100644 --- a/src/Magnum/Shaders/Test/GLShaderWrapperGLTest.cpp +++ b/src/Magnum/Shaders/Test/GLShaderWrapperGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/GLShaderWrapperTest.cpp b/src/Magnum/Shaders/Test/GLShaderWrapperTest.cpp index 5e06b0bb1..7d7cd78d9 100644 --- a/src/Magnum/Shaders/Test/GLShaderWrapperTest.cpp +++ b/src/Magnum/Shaders/Test/GLShaderWrapperTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/GenericGL_Test.cpp b/src/Magnum/Shaders/Test/GenericGL_Test.cpp index 61cb0d28c..60cd01f52 100644 --- a/src/Magnum/Shaders/Test/GenericGL_Test.cpp +++ b/src/Magnum/Shaders/Test/GenericGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/GenericTest.cpp b/src/Magnum/Shaders/Test/GenericTest.cpp index fc466fa29..b951ee2b5 100644 --- a/src/Magnum/Shaders/Test/GenericTest.cpp +++ b/src/Magnum/Shaders/Test/GenericTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/LineGLTest.cpp b/src/Magnum/Shaders/Test/LineGLTest.cpp index cb5135e2f..997b702a6 100644 --- a/src/Magnum/Shaders/Test/LineGLTest.cpp +++ b/src/Magnum/Shaders/Test/LineGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/LineGL_Test.cpp b/src/Magnum/Shaders/Test/LineGL_Test.cpp index a98959a83..3b55c5ec3 100644 --- a/src/Magnum/Shaders/Test/LineGL_Test.cpp +++ b/src/Magnum/Shaders/Test/LineGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/LineTest.cpp b/src/Magnum/Shaders/Test/LineTest.cpp index 902d62f73..486de7d6d 100644 --- a/src/Magnum/Shaders/Test/LineTest.cpp +++ b/src/Magnum/Shaders/Test/LineTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/MeshVisualizerGLTest.cpp b/src/Magnum/Shaders/Test/MeshVisualizerGLTest.cpp index 82dffcca5..b6d6e8d5d 100644 --- a/src/Magnum/Shaders/Test/MeshVisualizerGLTest.cpp +++ b/src/Magnum/Shaders/Test/MeshVisualizerGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Test/MeshVisualizerGL_Test.cpp b/src/Magnum/Shaders/Test/MeshVisualizerGL_Test.cpp index 1c16f336f..37d454fcb 100644 --- a/src/Magnum/Shaders/Test/MeshVisualizerGL_Test.cpp +++ b/src/Magnum/Shaders/Test/MeshVisualizerGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/MeshVisualizerTest.cpp b/src/Magnum/Shaders/Test/MeshVisualizerTest.cpp index 4b2704a88..06b8807e0 100644 --- a/src/Magnum/Shaders/Test/MeshVisualizerTest.cpp +++ b/src/Magnum/Shaders/Test/MeshVisualizerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/PhongGLTest.cpp b/src/Magnum/Shaders/Test/PhongGLTest.cpp index da15cdbb1..23c010f28 100644 --- a/src/Magnum/Shaders/Test/PhongGLTest.cpp +++ b/src/Magnum/Shaders/Test/PhongGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Test/PhongGL_Test.cpp b/src/Magnum/Shaders/Test/PhongGL_Test.cpp index 01193d369..e99235894 100644 --- a/src/Magnum/Shaders/Test/PhongGL_Test.cpp +++ b/src/Magnum/Shaders/Test/PhongGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/PhongTest.cpp b/src/Magnum/Shaders/Test/PhongTest.cpp index 12140674c..41ea11445 100644 --- a/src/Magnum/Shaders/Test/PhongTest.cpp +++ b/src/Magnum/Shaders/Test/PhongTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/ShadersGLBenchmark.cpp b/src/Magnum/Shaders/Test/ShadersGLBenchmark.cpp index d84985f10..c084af744 100644 --- a/src/Magnum/Shaders/Test/ShadersGLBenchmark.cpp +++ b/src/Magnum/Shaders/Test/ShadersGLBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/VectorGLTest.cpp b/src/Magnum/Shaders/Test/VectorGLTest.cpp index 67b133d74..e4147b79a 100644 --- a/src/Magnum/Shaders/Test/VectorGLTest.cpp +++ b/src/Magnum/Shaders/Test/VectorGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Test/VectorGL_Test.cpp b/src/Magnum/Shaders/Test/VectorGL_Test.cpp index 490720e0c..e3d1b8887 100644 --- a/src/Magnum/Shaders/Test/VectorGL_Test.cpp +++ b/src/Magnum/Shaders/Test/VectorGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/VectorTest.cpp b/src/Magnum/Shaders/Test/VectorTest.cpp index d08dbd6de..8d07dbdb7 100644 --- a/src/Magnum/Shaders/Test/VectorTest.cpp +++ b/src/Magnum/Shaders/Test/VectorTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/VertexColorGLTest.cpp b/src/Magnum/Shaders/Test/VertexColorGLTest.cpp index de6ae57c4..00aff69fa 100644 --- a/src/Magnum/Shaders/Test/VertexColorGLTest.cpp +++ b/src/Magnum/Shaders/Test/VertexColorGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/Test/VertexColorGL_Test.cpp b/src/Magnum/Shaders/Test/VertexColorGL_Test.cpp index 09eed16bd..7fd1c8058 100644 --- a/src/Magnum/Shaders/Test/VertexColorGL_Test.cpp +++ b/src/Magnum/Shaders/Test/VertexColorGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Test/configure.h.cmake b/src/Magnum/Shaders/Test/configure.h.cmake index b22e74130..a44e345e5 100644 --- a/src/Magnum/Shaders/Test/configure.h.cmake +++ b/src/Magnum/Shaders/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Vector.frag b/src/Magnum/Shaders/Vector.frag index 0f0ded6b4..e138a6526 100644 --- a/src/Magnum/Shaders/Vector.frag +++ b/src/Magnum/Shaders/Vector.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Vector.h b/src/Magnum/Shaders/Vector.h index a139632d2..76999dab6 100644 --- a/src/Magnum/Shaders/Vector.h +++ b/src/Magnum/Shaders/Vector.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/Vector.vert b/src/Magnum/Shaders/Vector.vert index a544c44f7..734295d5d 100644 --- a/src/Magnum/Shaders/Vector.vert +++ b/src/Magnum/Shaders/Vector.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/VectorGL.cpp b/src/Magnum/Shaders/VectorGL.cpp index 8db7ff32a..4dc8d1c0c 100644 --- a/src/Magnum/Shaders/VectorGL.cpp +++ b/src/Magnum/Shaders/VectorGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/VectorGL.h b/src/Magnum/Shaders/VectorGL.h index afd2656b5..2df428254 100644 --- a/src/Magnum/Shaders/VectorGL.h +++ b/src/Magnum/Shaders/VectorGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/VertexColor.frag b/src/Magnum/Shaders/VertexColor.frag index d3aca7ffc..06b3bf4bd 100644 --- a/src/Magnum/Shaders/VertexColor.frag +++ b/src/Magnum/Shaders/VertexColor.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/VertexColor.h b/src/Magnum/Shaders/VertexColor.h index d99220543..8a64b5c74 100644 --- a/src/Magnum/Shaders/VertexColor.h +++ b/src/Magnum/Shaders/VertexColor.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/VertexColor.vert b/src/Magnum/Shaders/VertexColor.vert index 780d9e8c3..474e0f849 100644 --- a/src/Magnum/Shaders/VertexColor.vert +++ b/src/Magnum/Shaders/VertexColor.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/VertexColorGL.cpp b/src/Magnum/Shaders/VertexColorGL.cpp index 6115dad74..922793058 100644 --- a/src/Magnum/Shaders/VertexColorGL.cpp +++ b/src/Magnum/Shaders/VertexColorGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/VertexColorGL.h b/src/Magnum/Shaders/VertexColorGL.h index 48e618142..504e0dd2f 100644 --- a/src/Magnum/Shaders/VertexColorGL.h +++ b/src/Magnum/Shaders/VertexColorGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Vladislav Oleshko Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/compatibility.glsl b/src/Magnum/Shaders/compatibility.glsl index 7537698eb..0d69b8c88 100644 --- a/src/Magnum/Shaders/compatibility.glsl +++ b/src/Magnum/Shaders/compatibility.glsl @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/generic.glsl b/src/Magnum/Shaders/generic.glsl index 720a2733a..81f7ca67b 100644 --- a/src/Magnum/Shaders/generic.glsl +++ b/src/Magnum/Shaders/generic.glsl @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Shaders/glShaderWrapper.cpp b/src/Magnum/Shaders/glShaderWrapper.cpp index 855db1ede..91247c74b 100644 --- a/src/Magnum/Shaders/glShaderWrapper.cpp +++ b/src/Magnum/Shaders/glShaderWrapper.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/glShaderWrapper.h b/src/Magnum/Shaders/glShaderWrapper.h index 96c32b226..3cc542280 100644 --- a/src/Magnum/Shaders/glShaderWrapper.h +++ b/src/Magnum/Shaders/glShaderWrapper.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Shaders/visibility.h b/src/Magnum/Shaders/visibility.h index f6ca852c1..6e33ee931 100644 --- a/src/Magnum/Shaders/visibility.h +++ b/src/Magnum/Shaders/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Tags.h b/src/Magnum/Tags.h index d97f3af90..bc95f853d 100644 --- a/src/Magnum/Tags.h +++ b/src/Magnum/Tags.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/ArrayTest.cpp b/src/Magnum/Test/ArrayTest.cpp index a3cbf11b9..b02223107 100644 --- a/src/Magnum/Test/ArrayTest.cpp +++ b/src/Magnum/Test/ArrayTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/BritishTest.cpp b/src/Magnum/Test/BritishTest.cpp index c9bff6282..f0214ef2b 100644 --- a/src/Magnum/Test/BritishTest.cpp +++ b/src/Magnum/Test/BritishTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/CMakeLists.txt b/src/Magnum/Test/CMakeLists.txt index 6d65b245c..23ca51104 100644 --- a/src/Magnum/Test/CMakeLists.txt +++ b/src/Magnum/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Test/ConverterUtilitiesTest.cpp b/src/Magnum/Test/ConverterUtilitiesTest.cpp index 64ea9e252..0e8bce6c8 100644 --- a/src/Magnum/Test/ConverterUtilitiesTest.cpp +++ b/src/Magnum/Test/ConverterUtilitiesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/FileCallbackTest.cpp b/src/Magnum/Test/FileCallbackTest.cpp index 75aae2cc8..4fca7077c 100644 --- a/src/Magnum/Test/FileCallbackTest.cpp +++ b/src/Magnum/Test/FileCallbackTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/ImageFlagsTest.cpp b/src/Magnum/Test/ImageFlagsTest.cpp index 0ba49cd48..aa7e9a082 100644 --- a/src/Magnum/Test/ImageFlagsTest.cpp +++ b/src/Magnum/Test/ImageFlagsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/ImageTest.cpp b/src/Magnum/Test/ImageTest.cpp index a1ac041a1..b7d425086 100644 --- a/src/Magnum/Test/ImageTest.cpp +++ b/src/Magnum/Test/ImageTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/ImageViewTest.cpp b/src/Magnum/Test/ImageViewTest.cpp index 12614fb3d..c8bbf9fe5 100644 --- a/src/Magnum/Test/ImageViewTest.cpp +++ b/src/Magnum/Test/ImageViewTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/MeshTest.cpp b/src/Magnum/Test/MeshTest.cpp index 47b62c651..08aa7111d 100644 --- a/src/Magnum/Test/MeshTest.cpp +++ b/src/Magnum/Test/MeshTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/PixelFormatTest.cpp b/src/Magnum/Test/PixelFormatTest.cpp index 5e441753d..9395c070d 100644 --- a/src/Magnum/Test/PixelFormatTest.cpp +++ b/src/Magnum/Test/PixelFormatTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/PixelStorageTest.cpp b/src/Magnum/Test/PixelStorageTest.cpp index c6215afd4..20b09beb1 100644 --- a/src/Magnum/Test/PixelStorageTest.cpp +++ b/src/Magnum/Test/PixelStorageTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/ResourceManagerTest.cpp b/src/Magnum/Test/ResourceManagerTest.cpp index fa4e3dabe..39bc44979 100644 --- a/src/Magnum/Test/ResourceManagerTest.cpp +++ b/src/Magnum/Test/ResourceManagerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2019 Daniel Guzman Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Test/SamplerTest.cpp b/src/Magnum/Test/SamplerTest.cpp index bc3837df3..b7464c878 100644 --- a/src/Magnum/Test/SamplerTest.cpp +++ b/src/Magnum/Test/SamplerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/TagsTest.cpp b/src/Magnum/Test/TagsTest.cpp index 1c31b4c6c..0dbd25deb 100644 --- a/src/Magnum/Test/TagsTest.cpp +++ b/src/Magnum/Test/TagsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/TimelineTest.cpp b/src/Magnum/Test/TimelineTest.cpp index e96c15d3a..3c2d2108c 100644 --- a/src/Magnum/Test/TimelineTest.cpp +++ b/src/Magnum/Test/TimelineTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/VersionTest.cpp b/src/Magnum/Test/VersionTest.cpp index ddb468f33..09f8a4e32 100644 --- a/src/Magnum/Test/VersionTest.cpp +++ b/src/Magnum/Test/VersionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Test/VertexFormatTest.cpp b/src/Magnum/Test/VertexFormatTest.cpp index 4234049de..1d7f471b2 100644 --- a/src/Magnum/Test/VertexFormatTest.cpp +++ b/src/Magnum/Test/VertexFormatTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractFont.cpp b/src/Magnum/Text/AbstractFont.cpp index 78f6467e3..13937ff61 100644 --- a/src/Magnum/Text/AbstractFont.cpp +++ b/src/Magnum/Text/AbstractFont.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractFont.h b/src/Magnum/Text/AbstractFont.h index eb0b04bb0..4673bcb02 100644 --- a/src/Magnum/Text/AbstractFont.h +++ b/src/Magnum/Text/AbstractFont.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractFontConverter.cpp b/src/Magnum/Text/AbstractFontConverter.cpp index 83558d9c2..6ac52ddf4 100644 --- a/src/Magnum/Text/AbstractFontConverter.cpp +++ b/src/Magnum/Text/AbstractFontConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractFontConverter.h b/src/Magnum/Text/AbstractFontConverter.h index 8afde438c..3dc4f6e8a 100644 --- a/src/Magnum/Text/AbstractFontConverter.h +++ b/src/Magnum/Text/AbstractFontConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractGlyphCache.cpp b/src/Magnum/Text/AbstractGlyphCache.cpp index 564b3d272..42e266928 100644 --- a/src/Magnum/Text/AbstractGlyphCache.cpp +++ b/src/Magnum/Text/AbstractGlyphCache.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractGlyphCache.h b/src/Magnum/Text/AbstractGlyphCache.h index fb3f537ae..846ecefa5 100644 --- a/src/Magnum/Text/AbstractGlyphCache.h +++ b/src/Magnum/Text/AbstractGlyphCache.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractShaper.cpp b/src/Magnum/Text/AbstractShaper.cpp index d128a0b7a..63b58ebd2 100644 --- a/src/Magnum/Text/AbstractShaper.cpp +++ b/src/Magnum/Text/AbstractShaper.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/AbstractShaper.h b/src/Magnum/Text/AbstractShaper.h index 602e36431..2209a8ea5 100644 --- a/src/Magnum/Text/AbstractShaper.h +++ b/src/Magnum/Text/AbstractShaper.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Alignment.cpp b/src/Magnum/Text/Alignment.cpp index c7bae0204..b73483986 100644 --- a/src/Magnum/Text/Alignment.cpp +++ b/src/Magnum/Text/Alignment.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Alignment.h b/src/Magnum/Text/Alignment.h index 8da3b0aa6..229563181 100644 --- a/src/Magnum/Text/Alignment.h +++ b/src/Magnum/Text/Alignment.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/CMakeLists.txt b/src/Magnum/Text/CMakeLists.txt index f903b0a26..f9e77b8e3 100644 --- a/src/Magnum/Text/CMakeLists.txt +++ b/src/Magnum/Text/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Text/Direction.cpp b/src/Magnum/Text/Direction.cpp index 965d779c8..341b8a621 100644 --- a/src/Magnum/Text/Direction.cpp +++ b/src/Magnum/Text/Direction.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Direction.h b/src/Magnum/Text/Direction.h index 74b74b9b2..46af92072 100644 --- a/src/Magnum/Text/Direction.h +++ b/src/Magnum/Text/Direction.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/DistanceFieldGlyphCache.h b/src/Magnum/Text/DistanceFieldGlyphCache.h index c2312864e..f059502aa 100644 --- a/src/Magnum/Text/DistanceFieldGlyphCache.h +++ b/src/Magnum/Text/DistanceFieldGlyphCache.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp b/src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp index b2cb016d9..9af4e90db 100644 --- a/src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp +++ b/src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/DistanceFieldGlyphCacheGL.h b/src/Magnum/Text/DistanceFieldGlyphCacheGL.h index e8f713a8c..9a8bf6c08 100644 --- a/src/Magnum/Text/DistanceFieldGlyphCacheGL.h +++ b/src/Magnum/Text/DistanceFieldGlyphCacheGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Feature.cpp b/src/Magnum/Text/Feature.cpp index fd9a6908a..428c9b2dc 100644 --- a/src/Magnum/Text/Feature.cpp +++ b/src/Magnum/Text/Feature.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Feature.h b/src/Magnum/Text/Feature.h index 070af30f7..1b25e8ad5 100644 --- a/src/Magnum/Text/Feature.h +++ b/src/Magnum/Text/Feature.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/GlyphCache.h b/src/Magnum/Text/GlyphCache.h index 96e26a3f3..ff0632a71 100644 --- a/src/Magnum/Text/GlyphCache.h +++ b/src/Magnum/Text/GlyphCache.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/GlyphCacheGL.cpp b/src/Magnum/Text/GlyphCacheGL.cpp index f53daa0b3..8d6167ba4 100644 --- a/src/Magnum/Text/GlyphCacheGL.cpp +++ b/src/Magnum/Text/GlyphCacheGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/GlyphCacheGL.h b/src/Magnum/Text/GlyphCacheGL.h index 8860e8a5b..1abb7b1aa 100644 --- a/src/Magnum/Text/GlyphCacheGL.h +++ b/src/Magnum/Text/GlyphCacheGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Implementation/printFourCC.h b/src/Magnum/Text/Implementation/printFourCC.h index b4c93b6fe..17b57f084 100644 --- a/src/Magnum/Text/Implementation/printFourCC.h +++ b/src/Magnum/Text/Implementation/printFourCC.h @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Renderer.cpp b/src/Magnum/Text/Renderer.cpp index 3b04bb4f7..7392030ba 100644 --- a/src/Magnum/Text/Renderer.cpp +++ b/src/Magnum/Text/Renderer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Renderer.h b/src/Magnum/Text/Renderer.h index 1ee715479..11992c34a 100644 --- a/src/Magnum/Text/Renderer.h +++ b/src/Magnum/Text/Renderer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Script.cpp b/src/Magnum/Text/Script.cpp index 5cff1403a..52ce0510b 100644 --- a/src/Magnum/Text/Script.cpp +++ b/src/Magnum/Text/Script.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Script.h b/src/Magnum/Text/Script.h index 47d905fd9..4b1a7aa9c 100644 --- a/src/Magnum/Text/Script.h +++ b/src/Magnum/Text/Script.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/AbstractFontConverterTest.cpp b/src/Magnum/Text/Test/AbstractFontConverterTest.cpp index 081f588b7..4ff6af515 100644 --- a/src/Magnum/Text/Test/AbstractFontConverterTest.cpp +++ b/src/Magnum/Text/Test/AbstractFontConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/AbstractFontTest.cpp b/src/Magnum/Text/Test/AbstractFontTest.cpp index b74d4fa78..9458931c8 100644 --- a/src/Magnum/Text/Test/AbstractFontTest.cpp +++ b/src/Magnum/Text/Test/AbstractFontTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/AbstractGlyphCacheTest.cpp b/src/Magnum/Text/Test/AbstractGlyphCacheTest.cpp index 130839e61..6c5901a1c 100644 --- a/src/Magnum/Text/Test/AbstractGlyphCacheTest.cpp +++ b/src/Magnum/Text/Test/AbstractGlyphCacheTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/AbstractShaperTest.cpp b/src/Magnum/Text/Test/AbstractShaperTest.cpp index 7639e703e..a30ce685d 100644 --- a/src/Magnum/Text/Test/AbstractShaperTest.cpp +++ b/src/Magnum/Text/Test/AbstractShaperTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/AlignmentTest.cpp b/src/Magnum/Text/Test/AlignmentTest.cpp index 90282b050..a26676985 100644 --- a/src/Magnum/Text/Test/AlignmentTest.cpp +++ b/src/Magnum/Text/Test/AlignmentTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/CMakeLists.txt b/src/Magnum/Text/Test/CMakeLists.txt index f921cd96f..defeac057 100644 --- a/src/Magnum/Text/Test/CMakeLists.txt +++ b/src/Magnum/Text/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Text/Test/DirectionTest.cpp b/src/Magnum/Text/Test/DirectionTest.cpp index bf0ea2e0a..73650f1a4 100644 --- a/src/Magnum/Text/Test/DirectionTest.cpp +++ b/src/Magnum/Text/Test/DirectionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp b/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp index 003dbe426..59713573e 100644 --- a/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp +++ b/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/DistanceFieldGlyphCacheGL_Test.cpp b/src/Magnum/Text/Test/DistanceFieldGlyphCacheGL_Test.cpp index 5f65e0c06..72d490f72 100644 --- a/src/Magnum/Text/Test/DistanceFieldGlyphCacheGL_Test.cpp +++ b/src/Magnum/Text/Test/DistanceFieldGlyphCacheGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/FeatureTest.cpp b/src/Magnum/Text/Test/FeatureTest.cpp index 9fe429ef3..ef89f2c3e 100644 --- a/src/Magnum/Text/Test/FeatureTest.cpp +++ b/src/Magnum/Text/Test/FeatureTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/GlyphCacheGLTest.cpp b/src/Magnum/Text/Test/GlyphCacheGLTest.cpp index 7ffadff32..26f9b88ee 100644 --- a/src/Magnum/Text/Test/GlyphCacheGLTest.cpp +++ b/src/Magnum/Text/Test/GlyphCacheGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/GlyphCacheGL_Test.cpp b/src/Magnum/Text/Test/GlyphCacheGL_Test.cpp index 61b79e58d..6e0d63364 100644 --- a/src/Magnum/Text/Test/GlyphCacheGL_Test.cpp +++ b/src/Magnum/Text/Test/GlyphCacheGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/RendererGLTest.cpp b/src/Magnum/Text/Test/RendererGLTest.cpp index 8a0b26913..0e51be315 100644 --- a/src/Magnum/Text/Test/RendererGLTest.cpp +++ b/src/Magnum/Text/Test/RendererGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/RendererTest.cpp b/src/Magnum/Text/Test/RendererTest.cpp index 52f2a85f1..3fd46dc1a 100644 --- a/src/Magnum/Text/Test/RendererTest.cpp +++ b/src/Magnum/Text/Test/RendererTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/ScriptTest.cpp b/src/Magnum/Text/Test/ScriptTest.cpp index c8bf2bdc0..db943e485 100644 --- a/src/Magnum/Text/Test/ScriptTest.cpp +++ b/src/Magnum/Text/Test/ScriptTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Test/configure.h.cmake b/src/Magnum/Text/Test/configure.h.cmake index 25399a6e6..69df9ee4c 100644 --- a/src/Magnum/Text/Test/configure.h.cmake +++ b/src/Magnum/Text/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/Text.h b/src/Magnum/Text/Text.h index 2f015dd28..881a40d7a 100644 --- a/src/Magnum/Text/Text.h +++ b/src/Magnum/Text/Text.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/configure.h.cmake b/src/Magnum/Text/configure.h.cmake index e99585d7e..b8f68f3c8 100644 --- a/src/Magnum/Text/configure.h.cmake +++ b/src/Magnum/Text/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/fontconverter.cpp b/src/Magnum/Text/fontconverter.cpp index 83bb8517e..fe551a3c6 100644 --- a/src/Magnum/Text/fontconverter.cpp +++ b/src/Magnum/Text/fontconverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Text/visibility.h b/src/Magnum/Text/visibility.h index 4a9343cd8..d1c12ef49 100644 --- a/src/Magnum/Text/visibility.h +++ b/src/Magnum/Text/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Atlas.cpp b/src/Magnum/TextureTools/Atlas.cpp index e60710dc7..ebd4c3c2a 100644 --- a/src/Magnum/TextureTools/Atlas.cpp +++ b/src/Magnum/TextureTools/Atlas.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Atlas.h b/src/Magnum/TextureTools/Atlas.h index 92ddb30eb..c4572b9a0 100644 --- a/src/Magnum/TextureTools/Atlas.h +++ b/src/Magnum/TextureTools/Atlas.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/CMakeLists.txt b/src/Magnum/TextureTools/CMakeLists.txt index d183252e4..d0824ffe1 100644 --- a/src/Magnum/TextureTools/CMakeLists.txt +++ b/src/Magnum/TextureTools/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/TextureTools/DistanceField.h b/src/Magnum/TextureTools/DistanceField.h index 4f9fb0ddd..39547e7ad 100644 --- a/src/Magnum/TextureTools/DistanceField.h +++ b/src/Magnum/TextureTools/DistanceField.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/DistanceFieldGL.cpp b/src/Magnum/TextureTools/DistanceFieldGL.cpp index a55fded58..0371f6944 100644 --- a/src/Magnum/TextureTools/DistanceFieldGL.cpp +++ b/src/Magnum/TextureTools/DistanceFieldGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/DistanceFieldGL.h b/src/Magnum/TextureTools/DistanceFieldGL.h index d0c0ab7f6..a9daa400d 100644 --- a/src/Magnum/TextureTools/DistanceFieldGL.h +++ b/src/Magnum/TextureTools/DistanceFieldGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/DistanceFieldShader.frag b/src/Magnum/TextureTools/DistanceFieldShader.frag index 1f01a65a8..bd909e6a0 100644 --- a/src/Magnum/TextureTools/DistanceFieldShader.frag +++ b/src/Magnum/TextureTools/DistanceFieldShader.frag @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/DistanceFieldShader.vert b/src/Magnum/TextureTools/DistanceFieldShader.vert index 8773b376d..8852a4e21 100644 --- a/src/Magnum/TextureTools/DistanceFieldShader.vert +++ b/src/Magnum/TextureTools/DistanceFieldShader.vert @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Test/AtlasBenchmark.cpp b/src/Magnum/TextureTools/Test/AtlasBenchmark.cpp index d11632409..08b52ea17 100644 --- a/src/Magnum/TextureTools/Test/AtlasBenchmark.cpp +++ b/src/Magnum/TextureTools/Test/AtlasBenchmark.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Test/AtlasTest.cpp b/src/Magnum/TextureTools/Test/AtlasTest.cpp index 36a0115dd..ad889a49b 100644 --- a/src/Magnum/TextureTools/Test/AtlasTest.cpp +++ b/src/Magnum/TextureTools/Test/AtlasTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-font-glyph-sizes.py b/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-font-glyph-sizes.py index 6540d2a25..285085c6a 100755 --- a/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-font-glyph-sizes.py +++ b/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-font-glyph-sizes.py @@ -4,7 +4,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-texture-sizes.py b/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-texture-sizes.py index 208bc36e6..b113a51e6 100755 --- a/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-texture-sizes.py +++ b/src/Magnum/TextureTools/Test/AtlasTestFiles/extract-texture-sizes.py @@ -4,7 +4,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/TextureTools/Test/CMakeLists.txt b/src/Magnum/TextureTools/Test/CMakeLists.txt index 720f2fff0..925fe6bff 100644 --- a/src/Magnum/TextureTools/Test/CMakeLists.txt +++ b/src/Magnum/TextureTools/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp b/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp index 583264600..d409ecc15 100644 --- a/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp +++ b/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Test/DistanceFieldGL_Test.cpp b/src/Magnum/TextureTools/Test/DistanceFieldGL_Test.cpp index fd7082735..edadbb945 100644 --- a/src/Magnum/TextureTools/Test/DistanceFieldGL_Test.cpp +++ b/src/Magnum/TextureTools/Test/DistanceFieldGL_Test.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/Test/configure.h.cmake b/src/Magnum/TextureTools/Test/configure.h.cmake index a344b36eb..472614953 100644 --- a/src/Magnum/TextureTools/Test/configure.h.cmake +++ b/src/Magnum/TextureTools/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/TextureTools.h b/src/Magnum/TextureTools/TextureTools.h index 46a55e83d..d2e0a2bf1 100644 --- a/src/Magnum/TextureTools/TextureTools.h +++ b/src/Magnum/TextureTools/TextureTools.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/distancefieldconverter.cpp b/src/Magnum/TextureTools/distancefieldconverter.cpp index 90553ed65..7f56821d6 100644 --- a/src/Magnum/TextureTools/distancefieldconverter.cpp +++ b/src/Magnum/TextureTools/distancefieldconverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/TextureTools/visibility.h b/src/Magnum/TextureTools/visibility.h index 03e5ae02c..ca747f27d 100644 --- a/src/Magnum/TextureTools/visibility.h +++ b/src/Magnum/TextureTools/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Timeline.cpp b/src/Magnum/Timeline.cpp index 01f8e6a4d..f40d8a58f 100644 --- a/src/Magnum/Timeline.cpp +++ b/src/Magnum/Timeline.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Stanislaw Halik Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Timeline.h b/src/Magnum/Timeline.h index f9d64bbcb..d00326f45 100644 --- a/src/Magnum/Timeline.h +++ b/src/Magnum/Timeline.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2022 Stanislaw Halik Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/AbstractImageConverter.cpp b/src/Magnum/Trade/AbstractImageConverter.cpp index e966c54ec..74607f768 100644 --- a/src/Magnum/Trade/AbstractImageConverter.cpp +++ b/src/Magnum/Trade/AbstractImageConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AbstractImageConverter.h b/src/Magnum/Trade/AbstractImageConverter.h index 62ed3c03a..41aeb9cf7 100644 --- a/src/Magnum/Trade/AbstractImageConverter.h +++ b/src/Magnum/Trade/AbstractImageConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AbstractImporter.cpp b/src/Magnum/Trade/AbstractImporter.cpp index 3e476f7ec..78652e6f0 100644 --- a/src/Magnum/Trade/AbstractImporter.cpp +++ b/src/Magnum/Trade/AbstractImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AbstractImporter.h b/src/Magnum/Trade/AbstractImporter.h index d4600ff71..af9cb5103 100644 --- a/src/Magnum/Trade/AbstractImporter.h +++ b/src/Magnum/Trade/AbstractImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AbstractMaterialData.h b/src/Magnum/Trade/AbstractMaterialData.h index 6913d879c..b6eda0952 100644 --- a/src/Magnum/Trade/AbstractMaterialData.h +++ b/src/Magnum/Trade/AbstractMaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AbstractSceneConverter.cpp b/src/Magnum/Trade/AbstractSceneConverter.cpp index 8478ee505..c40e70016 100644 --- a/src/Magnum/Trade/AbstractSceneConverter.cpp +++ b/src/Magnum/Trade/AbstractSceneConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AbstractSceneConverter.h b/src/Magnum/Trade/AbstractSceneConverter.h index a85205aa1..33016cad6 100644 --- a/src/Magnum/Trade/AbstractSceneConverter.h +++ b/src/Magnum/Trade/AbstractSceneConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AnimationData.cpp b/src/Magnum/Trade/AnimationData.cpp index 983aaef20..e70dfd4a5 100644 --- a/src/Magnum/Trade/AnimationData.cpp +++ b/src/Magnum/Trade/AnimationData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/AnimationData.h b/src/Magnum/Trade/AnimationData.h index 07902e952..1555a47a9 100644 --- a/src/Magnum/Trade/AnimationData.h +++ b/src/Magnum/Trade/AnimationData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ArrayAllocator.cpp b/src/Magnum/Trade/ArrayAllocator.cpp index fdc349cb0..ee7e6fc74 100644 --- a/src/Magnum/Trade/ArrayAllocator.cpp +++ b/src/Magnum/Trade/ArrayAllocator.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ArrayAllocator.h b/src/Magnum/Trade/ArrayAllocator.h index adbe82b4c..b81ce2460 100644 --- a/src/Magnum/Trade/ArrayAllocator.h +++ b/src/Magnum/Trade/ArrayAllocator.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/CMakeLists.txt b/src/Magnum/Trade/CMakeLists.txt index e480079dd..4184023d6 100644 --- a/src/Magnum/Trade/CMakeLists.txt +++ b/src/Magnum/Trade/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Trade/CameraData.cpp b/src/Magnum/Trade/CameraData.cpp index 6ac150508..b078a7937 100644 --- a/src/Magnum/Trade/CameraData.cpp +++ b/src/Magnum/Trade/CameraData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/CameraData.h b/src/Magnum/Trade/CameraData.h index 6c27dbed1..abb03ca4b 100644 --- a/src/Magnum/Trade/CameraData.h +++ b/src/Magnum/Trade/CameraData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Data.cpp b/src/Magnum/Trade/Data.cpp index dfc2ba39c..bdab58348 100644 --- a/src/Magnum/Trade/Data.cpp +++ b/src/Magnum/Trade/Data.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Data.h b/src/Magnum/Trade/Data.h index b694457e3..ede5d254b 100644 --- a/src/Magnum/Trade/Data.h +++ b/src/Magnum/Trade/Data.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/FlatMaterialData.cpp b/src/Magnum/Trade/FlatMaterialData.cpp index 3a52ed753..611838776 100644 --- a/src/Magnum/Trade/FlatMaterialData.cpp +++ b/src/Magnum/Trade/FlatMaterialData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/FlatMaterialData.h b/src/Magnum/Trade/FlatMaterialData.h index d41c06425..bbb2f2169 100644 --- a/src/Magnum/Trade/FlatMaterialData.h +++ b/src/Magnum/Trade/FlatMaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ImageData.cpp b/src/Magnum/Trade/ImageData.cpp index 2a43d3ed3..1becc06a0 100644 --- a/src/Magnum/Trade/ImageData.cpp +++ b/src/Magnum/Trade/ImageData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ImageData.h b/src/Magnum/Trade/ImageData.h index cf86b848c..b48e228c2 100644 --- a/src/Magnum/Trade/ImageData.h +++ b/src/Magnum/Trade/ImageData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Implementation/arrayUtilities.h b/src/Magnum/Trade/Implementation/arrayUtilities.h index d192faa4a..d38735da1 100644 --- a/src/Magnum/Trade/Implementation/arrayUtilities.h +++ b/src/Magnum/Trade/Implementation/arrayUtilities.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Implementation/checkSharedSceneFieldMapping.h b/src/Magnum/Trade/Implementation/checkSharedSceneFieldMapping.h index ab5bc351a..333e0bce6 100644 --- a/src/Magnum/Trade/Implementation/checkSharedSceneFieldMapping.h +++ b/src/Magnum/Trade/Implementation/checkSharedSceneFieldMapping.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Implementation/converterUtilities.h b/src/Magnum/Trade/Implementation/converterUtilities.h index 9572429e0..a9f3ad413 100644 --- a/src/Magnum/Trade/Implementation/converterUtilities.h +++ b/src/Magnum/Trade/Implementation/converterUtilities.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Implementation/materialAttributeProperties.hpp b/src/Magnum/Trade/Implementation/materialAttributeProperties.hpp index 938ccb17c..8543bd7f0 100644 --- a/src/Magnum/Trade/Implementation/materialAttributeProperties.hpp +++ b/src/Magnum/Trade/Implementation/materialAttributeProperties.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Implementation/materialLayerProperties.hpp b/src/Magnum/Trade/Implementation/materialLayerProperties.hpp index 82fa0bd98..6dace2b96 100644 --- a/src/Magnum/Trade/Implementation/materialLayerProperties.hpp +++ b/src/Magnum/Trade/Implementation/materialLayerProperties.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/LightData.cpp b/src/Magnum/Trade/LightData.cpp index ba8015fcc..8550a8ebc 100644 --- a/src/Magnum/Trade/LightData.cpp +++ b/src/Magnum/Trade/LightData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/LightData.h b/src/Magnum/Trade/LightData.h index 5ef68da0c..b887032b6 100644 --- a/src/Magnum/Trade/LightData.h +++ b/src/Magnum/Trade/LightData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MaterialData.cpp b/src/Magnum/Trade/MaterialData.cpp index a2f8bc268..1324460aa 100644 --- a/src/Magnum/Trade/MaterialData.cpp +++ b/src/Magnum/Trade/MaterialData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MaterialData.h b/src/Magnum/Trade/MaterialData.h index c584fbea7..c0f801316 100644 --- a/src/Magnum/Trade/MaterialData.h +++ b/src/Magnum/Trade/MaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MaterialLayerData.h b/src/Magnum/Trade/MaterialLayerData.h index 19a1b8a29..ea7ad8301 100644 --- a/src/Magnum/Trade/MaterialLayerData.h +++ b/src/Magnum/Trade/MaterialLayerData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshData.cpp b/src/Magnum/Trade/MeshData.cpp index f5662b006..5beecb1eb 100644 --- a/src/Magnum/Trade/MeshData.cpp +++ b/src/Magnum/Trade/MeshData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index b051b8f7b..c4510e1a8 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/MeshData2D.cpp b/src/Magnum/Trade/MeshData2D.cpp index e385fd3f9..97d2fd4b0 100644 --- a/src/Magnum/Trade/MeshData2D.cpp +++ b/src/Magnum/Trade/MeshData2D.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshData2D.h b/src/Magnum/Trade/MeshData2D.h index a2cd19e70..a1dbee23b 100644 --- a/src/Magnum/Trade/MeshData2D.h +++ b/src/Magnum/Trade/MeshData2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshData3D.cpp b/src/Magnum/Trade/MeshData3D.cpp index 160e2ca6f..d2126fcbd 100644 --- a/src/Magnum/Trade/MeshData3D.cpp +++ b/src/Magnum/Trade/MeshData3D.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshData3D.h b/src/Magnum/Trade/MeshData3D.h index 2babf6c60..975a89093 100644 --- a/src/Magnum/Trade/MeshData3D.h +++ b/src/Magnum/Trade/MeshData3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshObjectData2D.cpp b/src/Magnum/Trade/MeshObjectData2D.cpp index 8fedd3bb1..b79bb00bc 100644 --- a/src/Magnum/Trade/MeshObjectData2D.cpp +++ b/src/Magnum/Trade/MeshObjectData2D.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshObjectData2D.h b/src/Magnum/Trade/MeshObjectData2D.h index fc06a2c0b..878c108b4 100644 --- a/src/Magnum/Trade/MeshObjectData2D.h +++ b/src/Magnum/Trade/MeshObjectData2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshObjectData3D.cpp b/src/Magnum/Trade/MeshObjectData3D.cpp index 1b09c1cda..ed742adf4 100644 --- a/src/Magnum/Trade/MeshObjectData3D.cpp +++ b/src/Magnum/Trade/MeshObjectData3D.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/MeshObjectData3D.h b/src/Magnum/Trade/MeshObjectData3D.h index b0acbc7e9..c85e0df10 100644 --- a/src/Magnum/Trade/MeshObjectData3D.h +++ b/src/Magnum/Trade/MeshObjectData3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ObjectData2D.cpp b/src/Magnum/Trade/ObjectData2D.cpp index af76db405..2d0733a06 100644 --- a/src/Magnum/Trade/ObjectData2D.cpp +++ b/src/Magnum/Trade/ObjectData2D.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ObjectData2D.h b/src/Magnum/Trade/ObjectData2D.h index ca4107cd8..9ebed6948 100644 --- a/src/Magnum/Trade/ObjectData2D.h +++ b/src/Magnum/Trade/ObjectData2D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ObjectData3D.cpp b/src/Magnum/Trade/ObjectData3D.cpp index 0efbd16b7..b3558080a 100644 --- a/src/Magnum/Trade/ObjectData3D.cpp +++ b/src/Magnum/Trade/ObjectData3D.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/ObjectData3D.h b/src/Magnum/Trade/ObjectData3D.h index 3e870eea6..b3a892880 100644 --- a/src/Magnum/Trade/ObjectData3D.h +++ b/src/Magnum/Trade/ObjectData3D.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PbrClearCoatMaterialData.cpp b/src/Magnum/Trade/PbrClearCoatMaterialData.cpp index 7d6a90c98..5dbb0886b 100644 --- a/src/Magnum/Trade/PbrClearCoatMaterialData.cpp +++ b/src/Magnum/Trade/PbrClearCoatMaterialData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PbrClearCoatMaterialData.h b/src/Magnum/Trade/PbrClearCoatMaterialData.h index 08905c185..59fd431ff 100644 --- a/src/Magnum/Trade/PbrClearCoatMaterialData.h +++ b/src/Magnum/Trade/PbrClearCoatMaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.cpp b/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.cpp index ec6d49cb4..36168c485 100644 --- a/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.cpp +++ b/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.h b/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.h index 3174e28b3..80c655ce3 100644 --- a/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.h +++ b/src/Magnum/Trade/PbrMetallicRoughnessMaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.cpp b/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.cpp index 96f853ae5..b27a044f7 100644 --- a/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.cpp +++ b/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.h b/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.h index a50c19104..56c782022 100644 --- a/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.h +++ b/src/Magnum/Trade/PbrSpecularGlossinessMaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/PhongMaterialData.cpp b/src/Magnum/Trade/PhongMaterialData.cpp index d693b3221..795769db1 100644 --- a/src/Magnum/Trade/PhongMaterialData.cpp +++ b/src/Magnum/Trade/PhongMaterialData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/PhongMaterialData.h b/src/Magnum/Trade/PhongMaterialData.h index 5879a20f6..3c45b6b69 100644 --- a/src/Magnum/Trade/PhongMaterialData.h +++ b/src/Magnum/Trade/PhongMaterialData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/SceneData.cpp b/src/Magnum/Trade/SceneData.cpp index a80935957..5e33de96f 100644 --- a/src/Magnum/Trade/SceneData.cpp +++ b/src/Magnum/Trade/SceneData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/SceneData.h b/src/Magnum/Trade/SceneData.h index ff764c824..ea77c5604 100644 --- a/src/Magnum/Trade/SceneData.h +++ b/src/Magnum/Trade/SceneData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/SkinData.cpp b/src/Magnum/Trade/SkinData.cpp index c8af52ffe..1f98b344a 100644 --- a/src/Magnum/Trade/SkinData.cpp +++ b/src/Magnum/Trade/SkinData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/SkinData.h b/src/Magnum/Trade/SkinData.h index 680d12ec4..b84e36502 100644 --- a/src/Magnum/Trade/SkinData.h +++ b/src/Magnum/Trade/SkinData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/AbstractImageConverterTest.cpp b/src/Magnum/Trade/Test/AbstractImageConverterTest.cpp index 9b4529999..5c648a097 100644 --- a/src/Magnum/Trade/Test/AbstractImageConverterTest.cpp +++ b/src/Magnum/Trade/Test/AbstractImageConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/AbstractImporterTest.cpp b/src/Magnum/Trade/Test/AbstractImporterTest.cpp index 064b7f06e..c81641e05 100644 --- a/src/Magnum/Trade/Test/AbstractImporterTest.cpp +++ b/src/Magnum/Trade/Test/AbstractImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/AbstractSceneConverterTest.cpp b/src/Magnum/Trade/Test/AbstractSceneConverterTest.cpp index 827222912..565e6b8da 100644 --- a/src/Magnum/Trade/Test/AbstractSceneConverterTest.cpp +++ b/src/Magnum/Trade/Test/AbstractSceneConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/AnimationDataTest.cpp b/src/Magnum/Trade/Test/AnimationDataTest.cpp index 44f17979d..b8825d4de 100644 --- a/src/Magnum/Trade/Test/AnimationDataTest.cpp +++ b/src/Magnum/Trade/Test/AnimationDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/CMakeLists.txt b/src/Magnum/Trade/Test/CMakeLists.txt index e8c060a76..20fc93d9a 100644 --- a/src/Magnum/Trade/Test/CMakeLists.txt +++ b/src/Magnum/Trade/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/Magnum/Trade/Test/CameraDataTest.cpp b/src/Magnum/Trade/Test/CameraDataTest.cpp index 5e6888d3d..95dd9d056 100644 --- a/src/Magnum/Trade/Test/CameraDataTest.cpp +++ b/src/Magnum/Trade/Test/CameraDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/DataTest.cpp b/src/Magnum/Trade/Test/DataTest.cpp index fa69506d1..d747fd7d9 100644 --- a/src/Magnum/Trade/Test/DataTest.cpp +++ b/src/Magnum/Trade/Test/DataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/FlatMaterialDataTest.cpp b/src/Magnum/Trade/Test/FlatMaterialDataTest.cpp index 0489ccfc0..44a890209 100644 --- a/src/Magnum/Trade/Test/FlatMaterialDataTest.cpp +++ b/src/Magnum/Trade/Test/FlatMaterialDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/ImageConverterImplementationTest.cpp b/src/Magnum/Trade/Test/ImageConverterImplementationTest.cpp index ce2f0cc6e..8b6f44be2 100644 --- a/src/Magnum/Trade/Test/ImageConverterImplementationTest.cpp +++ b/src/Magnum/Trade/Test/ImageConverterImplementationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/ImageConverterTest.cpp b/src/Magnum/Trade/Test/ImageConverterTest.cpp index 621c77c55..d2b9bd1ae 100644 --- a/src/Magnum/Trade/Test/ImageConverterTest.cpp +++ b/src/Magnum/Trade/Test/ImageConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/ImageDataTest.cpp b/src/Magnum/Trade/Test/ImageDataTest.cpp index eb3c35f9b..3eb317e7d 100644 --- a/src/Magnum/Trade/Test/ImageDataTest.cpp +++ b/src/Magnum/Trade/Test/ImageDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/LightDataTest.cpp b/src/Magnum/Trade/Test/LightDataTest.cpp index 682d02947..16351727a 100644 --- a/src/Magnum/Trade/Test/LightDataTest.cpp +++ b/src/Magnum/Trade/Test/LightDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/MaterialDataTest.cpp b/src/Magnum/Trade/Test/MaterialDataTest.cpp index a8e34e81e..8e217d61e 100644 --- a/src/Magnum/Trade/Test/MaterialDataTest.cpp +++ b/src/Magnum/Trade/Test/MaterialDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/MeshData2DTest.cpp b/src/Magnum/Trade/Test/MeshData2DTest.cpp index ebd674a39..b61ab4935 100644 --- a/src/Magnum/Trade/Test/MeshData2DTest.cpp +++ b/src/Magnum/Trade/Test/MeshData2DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/MeshData3DTest.cpp b/src/Magnum/Trade/Test/MeshData3DTest.cpp index 3db2c853a..db3672cf6 100644 --- a/src/Magnum/Trade/Test/MeshData3DTest.cpp +++ b/src/Magnum/Trade/Test/MeshData3DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/MeshDataTest.cpp b/src/Magnum/Trade/Test/MeshDataTest.cpp index d704dd550..208a3dc5e 100644 --- a/src/Magnum/Trade/Test/MeshDataTest.cpp +++ b/src/Magnum/Trade/Test/MeshDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2020 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Trade/Test/ObjectData2DTest.cpp b/src/Magnum/Trade/Test/ObjectData2DTest.cpp index a2522f04d..47aba74a8 100644 --- a/src/Magnum/Trade/Test/ObjectData2DTest.cpp +++ b/src/Magnum/Trade/Test/ObjectData2DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/ObjectData3DTest.cpp b/src/Magnum/Trade/Test/ObjectData3DTest.cpp index 6c0f714e0..bd89c2e91 100644 --- a/src/Magnum/Trade/Test/ObjectData3DTest.cpp +++ b/src/Magnum/Trade/Test/ObjectData3DTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/PbrClearCoatMaterialDataTest.cpp b/src/Magnum/Trade/Test/PbrClearCoatMaterialDataTest.cpp index e7fea6ea5..4b30752a8 100644 --- a/src/Magnum/Trade/Test/PbrClearCoatMaterialDataTest.cpp +++ b/src/Magnum/Trade/Test/PbrClearCoatMaterialDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/PbrMetallicRoughnessMaterialDataTest.cpp b/src/Magnum/Trade/Test/PbrMetallicRoughnessMaterialDataTest.cpp index 218802170..8ece44b54 100644 --- a/src/Magnum/Trade/Test/PbrMetallicRoughnessMaterialDataTest.cpp +++ b/src/Magnum/Trade/Test/PbrMetallicRoughnessMaterialDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/PbrSpecularGlossinessMaterialDataTest.cpp b/src/Magnum/Trade/Test/PbrSpecularGlossinessMaterialDataTest.cpp index fdf13e0a0..8c13188d8 100644 --- a/src/Magnum/Trade/Test/PbrSpecularGlossinessMaterialDataTest.cpp +++ b/src/Magnum/Trade/Test/PbrSpecularGlossinessMaterialDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/PhongMaterialDataTest.cpp b/src/Magnum/Trade/Test/PhongMaterialDataTest.cpp index 8ffe81fdc..75aa257c4 100644 --- a/src/Magnum/Trade/Test/PhongMaterialDataTest.cpp +++ b/src/Magnum/Trade/Test/PhongMaterialDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/SceneDataTest.cpp b/src/Magnum/Trade/Test/SceneDataTest.cpp index b8d925f2a..a906b1b6c 100644 --- a/src/Magnum/Trade/Test/SceneDataTest.cpp +++ b/src/Magnum/Trade/Test/SceneDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/SkinDataTest.cpp b/src/Magnum/Trade/Test/SkinDataTest.cpp index 21c456975..8df22eef2 100644 --- a/src/Magnum/Trade/Test/SkinDataTest.cpp +++ b/src/Magnum/Trade/Test/SkinDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/TextureDataTest.cpp b/src/Magnum/Trade/Test/TextureDataTest.cpp index f61264735..4c6ea8954 100644 --- a/src/Magnum/Trade/Test/TextureDataTest.cpp +++ b/src/Magnum/Trade/Test/TextureDataTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Test/configure.h.cmake b/src/Magnum/Trade/Test/configure.h.cmake index 734af1bbf..f96cdf48e 100644 --- a/src/Magnum/Trade/Test/configure.h.cmake +++ b/src/Magnum/Trade/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/TextureData.cpp b/src/Magnum/Trade/TextureData.cpp index eb6ea08a5..060935a21 100644 --- a/src/Magnum/Trade/TextureData.cpp +++ b/src/Magnum/Trade/TextureData.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/TextureData.h b/src/Magnum/Trade/TextureData.h index 31f350bab..169d678b3 100644 --- a/src/Magnum/Trade/TextureData.h +++ b/src/Magnum/Trade/TextureData.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/Trade.h b/src/Magnum/Trade/Trade.h index 72577bbaf..ca8763aff 100644 --- a/src/Magnum/Trade/Trade.h +++ b/src/Magnum/Trade/Trade.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/configure.h.cmake b/src/Magnum/Trade/configure.h.cmake index 69c3cda9e..cb3b49720 100644 --- a/src/Magnum/Trade/configure.h.cmake +++ b/src/Magnum/Trade/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/imageconverter.cpp b/src/Magnum/Trade/imageconverter.cpp index 214f76041..8ee1ead09 100644 --- a/src/Magnum/Trade/imageconverter.cpp +++ b/src/Magnum/Trade/imageconverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Trade/visibility.h b/src/Magnum/Trade/visibility.h index 1531524f0..22ac08c2b 100644 --- a/src/Magnum/Trade/visibility.h +++ b/src/Magnum/Trade/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Types.h b/src/Magnum/Types.h index 7473e7d44..449d8f9a9 100644 --- a/src/Magnum/Types.h +++ b/src/Magnum/Types.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/VertexFormat.cpp b/src/Magnum/VertexFormat.cpp index 9f101c054..fc8f1f5ff 100644 --- a/src/Magnum/VertexFormat.cpp +++ b/src/Magnum/VertexFormat.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/VertexFormat.h b/src/Magnum/VertexFormat.h index cd343a273..98f9fe6fa 100644 --- a/src/Magnum/VertexFormat.h +++ b/src/Magnum/VertexFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Assert.h b/src/Magnum/Vk/Assert.h index 7e1f1e6d0..15ba44d2e 100644 --- a/src/Magnum/Vk/Assert.h +++ b/src/Magnum/Vk/Assert.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Buffer.cpp b/src/Magnum/Vk/Buffer.cpp index 6b9a16cbc..63e4bd2aa 100644 --- a/src/Magnum/Vk/Buffer.cpp +++ b/src/Magnum/Vk/Buffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Buffer.h b/src/Magnum/Vk/Buffer.h index 3fbbfa551..69411f598 100644 --- a/src/Magnum/Vk/Buffer.h +++ b/src/Magnum/Vk/Buffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/BufferCreateInfo.h b/src/Magnum/Vk/BufferCreateInfo.h index 0f7f31388..26a3cbac0 100644 --- a/src/Magnum/Vk/BufferCreateInfo.h +++ b/src/Magnum/Vk/BufferCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/CMakeLists.txt b/src/Magnum/Vk/CMakeLists.txt index 480730276..6a9e5c151 100644 --- a/src/Magnum/Vk/CMakeLists.txt +++ b/src/Magnum/Vk/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2016 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Vk/CommandBuffer.cpp b/src/Magnum/Vk/CommandBuffer.cpp index 1e3b69343..7539b8e45 100644 --- a/src/Magnum/Vk/CommandBuffer.cpp +++ b/src/Magnum/Vk/CommandBuffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/CommandBuffer.h b/src/Magnum/Vk/CommandBuffer.h index a8e4a4728..f9e78a8ed 100644 --- a/src/Magnum/Vk/CommandBuffer.h +++ b/src/Magnum/Vk/CommandBuffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/CommandPool.cpp b/src/Magnum/Vk/CommandPool.cpp index 029c37524..b020e042d 100644 --- a/src/Magnum/Vk/CommandPool.cpp +++ b/src/Magnum/Vk/CommandPool.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/CommandPool.h b/src/Magnum/Vk/CommandPool.h index c61b56a12..db14caade 100644 --- a/src/Magnum/Vk/CommandPool.h +++ b/src/Magnum/Vk/CommandPool.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/CommandPoolCreateInfo.h b/src/Magnum/Vk/CommandPoolCreateInfo.h index 4e8a4969b..c0914d019 100644 --- a/src/Magnum/Vk/CommandPoolCreateInfo.h +++ b/src/Magnum/Vk/CommandPoolCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ComputePipelineCreateInfo.h b/src/Magnum/Vk/ComputePipelineCreateInfo.h index f94dab967..cdfbd7cd5 100644 --- a/src/Magnum/Vk/ComputePipelineCreateInfo.h +++ b/src/Magnum/Vk/ComputePipelineCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorPool.cpp b/src/Magnum/Vk/DescriptorPool.cpp index 2accaf0f5..10d91a72a 100644 --- a/src/Magnum/Vk/DescriptorPool.cpp +++ b/src/Magnum/Vk/DescriptorPool.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorPool.h b/src/Magnum/Vk/DescriptorPool.h index ec998ac5f..147bc2826 100644 --- a/src/Magnum/Vk/DescriptorPool.h +++ b/src/Magnum/Vk/DescriptorPool.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorPoolCreateInfo.h b/src/Magnum/Vk/DescriptorPoolCreateInfo.h index d19373595..0bc6cf420 100644 --- a/src/Magnum/Vk/DescriptorPoolCreateInfo.h +++ b/src/Magnum/Vk/DescriptorPoolCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorSet.cpp b/src/Magnum/Vk/DescriptorSet.cpp index 16a325183..d205e82ad 100644 --- a/src/Magnum/Vk/DescriptorSet.cpp +++ b/src/Magnum/Vk/DescriptorSet.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorSet.h b/src/Magnum/Vk/DescriptorSet.h index 6b9bdcb4c..63eb9d760 100644 --- a/src/Magnum/Vk/DescriptorSet.h +++ b/src/Magnum/Vk/DescriptorSet.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorSetLayout.cpp b/src/Magnum/Vk/DescriptorSetLayout.cpp index e0b3b06ed..4e11ee4a4 100644 --- a/src/Magnum/Vk/DescriptorSetLayout.cpp +++ b/src/Magnum/Vk/DescriptorSetLayout.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorSetLayout.h b/src/Magnum/Vk/DescriptorSetLayout.h index 273be3271..8e0d0e024 100644 --- a/src/Magnum/Vk/DescriptorSetLayout.h +++ b/src/Magnum/Vk/DescriptorSetLayout.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorSetLayoutCreateInfo.h b/src/Magnum/Vk/DescriptorSetLayoutCreateInfo.h index 13c72f2e5..f2142c8ad 100644 --- a/src/Magnum/Vk/DescriptorSetLayoutCreateInfo.h +++ b/src/Magnum/Vk/DescriptorSetLayoutCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorType.cpp b/src/Magnum/Vk/DescriptorType.cpp index 85cbc1d2a..f60f09beb 100644 --- a/src/Magnum/Vk/DescriptorType.cpp +++ b/src/Magnum/Vk/DescriptorType.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DescriptorType.h b/src/Magnum/Vk/DescriptorType.h index b8d3d8705..5ebfbbed3 100644 --- a/src/Magnum/Vk/DescriptorType.h +++ b/src/Magnum/Vk/DescriptorType.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Device.cpp b/src/Magnum/Vk/Device.cpp index c3afc8ed9..7a4830a6b 100644 --- a/src/Magnum/Vk/Device.cpp +++ b/src/Magnum/Vk/Device.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Device.h b/src/Magnum/Vk/Device.h index 025e7a4ae..5df00a64a 100644 --- a/src/Magnum/Vk/Device.h +++ b/src/Magnum/Vk/Device.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DeviceCreateInfo.h b/src/Magnum/Vk/DeviceCreateInfo.h index 5ce10a5b0..a03ceb202 100644 --- a/src/Magnum/Vk/DeviceCreateInfo.h +++ b/src/Magnum/Vk/DeviceCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DeviceFeatures.cpp b/src/Magnum/Vk/DeviceFeatures.cpp index 18ecefc61..7416ca581 100644 --- a/src/Magnum/Vk/DeviceFeatures.cpp +++ b/src/Magnum/Vk/DeviceFeatures.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DeviceFeatures.h b/src/Magnum/Vk/DeviceFeatures.h index a56605c1c..94dd43daf 100644 --- a/src/Magnum/Vk/DeviceFeatures.h +++ b/src/Magnum/Vk/DeviceFeatures.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DeviceProperties.cpp b/src/Magnum/Vk/DeviceProperties.cpp index 7b9d1bc1d..784e33b33 100644 --- a/src/Magnum/Vk/DeviceProperties.cpp +++ b/src/Magnum/Vk/DeviceProperties.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/DeviceProperties.h b/src/Magnum/Vk/DeviceProperties.h index d03d249b6..95a5ea79b 100644 --- a/src/Magnum/Vk/DeviceProperties.h +++ b/src/Magnum/Vk/DeviceProperties.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Enums.cpp b/src/Magnum/Vk/Enums.cpp index a6d8e28e3..972533b7e 100644 --- a/src/Magnum/Vk/Enums.cpp +++ b/src/Magnum/Vk/Enums.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Enums.h b/src/Magnum/Vk/Enums.h index a76a0a9ca..54c03809b 100644 --- a/src/Magnum/Vk/Enums.h +++ b/src/Magnum/Vk/Enums.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ExtensionProperties.cpp b/src/Magnum/Vk/ExtensionProperties.cpp index d8aa6adce..53594efcd 100644 --- a/src/Magnum/Vk/ExtensionProperties.cpp +++ b/src/Magnum/Vk/ExtensionProperties.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ExtensionProperties.h b/src/Magnum/Vk/ExtensionProperties.h index d108f3d94..d4f7803f9 100644 --- a/src/Magnum/Vk/ExtensionProperties.h +++ b/src/Magnum/Vk/ExtensionProperties.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Extensions.cpp b/src/Magnum/Vk/Extensions.cpp index e62e477a8..218065cb3 100644 --- a/src/Magnum/Vk/Extensions.cpp +++ b/src/Magnum/Vk/Extensions.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Extensions.h b/src/Magnum/Vk/Extensions.h index e4a19b62a..0a40a7429 100644 --- a/src/Magnum/Vk/Extensions.h +++ b/src/Magnum/Vk/Extensions.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Fence.cpp b/src/Magnum/Vk/Fence.cpp index 14eac3fdd..cd1d3618f 100644 --- a/src/Magnum/Vk/Fence.cpp +++ b/src/Magnum/Vk/Fence.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Fence.h b/src/Magnum/Vk/Fence.h index 243c7ce59..4ab82b2ea 100644 --- a/src/Magnum/Vk/Fence.h +++ b/src/Magnum/Vk/Fence.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/FenceCreateInfo.h b/src/Magnum/Vk/FenceCreateInfo.h index e75bdd5a1..52a088d08 100644 --- a/src/Magnum/Vk/FenceCreateInfo.h +++ b/src/Magnum/Vk/FenceCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Framebuffer.cpp b/src/Magnum/Vk/Framebuffer.cpp index f0e25ab7c..bb443c50a 100644 --- a/src/Magnum/Vk/Framebuffer.cpp +++ b/src/Magnum/Vk/Framebuffer.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Framebuffer.h b/src/Magnum/Vk/Framebuffer.h index 991cc7129..a24a0a6d8 100644 --- a/src/Magnum/Vk/Framebuffer.h +++ b/src/Magnum/Vk/Framebuffer.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/FramebufferCreateInfo.h b/src/Magnum/Vk/FramebufferCreateInfo.h index d747eae1b..c18562b63 100644 --- a/src/Magnum/Vk/FramebufferCreateInfo.h +++ b/src/Magnum/Vk/FramebufferCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Handle.cpp b/src/Magnum/Vk/Handle.cpp index e3ca0eac4..250a08a99 100644 --- a/src/Magnum/Vk/Handle.cpp +++ b/src/Magnum/Vk/Handle.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Handle.h b/src/Magnum/Vk/Handle.h index 15dd729d1..106544a55 100644 --- a/src/Magnum/Vk/Handle.h +++ b/src/Magnum/Vk/Handle.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Image.cpp b/src/Magnum/Vk/Image.cpp index 789b7efd2..19f1dfafd 100644 --- a/src/Magnum/Vk/Image.cpp +++ b/src/Magnum/Vk/Image.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Image.h b/src/Magnum/Vk/Image.h index 3a9c3f6f3..f1fb1bc67 100644 --- a/src/Magnum/Vk/Image.h +++ b/src/Magnum/Vk/Image.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ImageCreateInfo.h b/src/Magnum/Vk/ImageCreateInfo.h index e0e9bd2ab..bca817783 100644 --- a/src/Magnum/Vk/ImageCreateInfo.h +++ b/src/Magnum/Vk/ImageCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ImageView.cpp b/src/Magnum/Vk/ImageView.cpp index e26fc140f..439825d19 100644 --- a/src/Magnum/Vk/ImageView.cpp +++ b/src/Magnum/Vk/ImageView.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ImageView.h b/src/Magnum/Vk/ImageView.h index cee76e476..cfec5db7e 100644 --- a/src/Magnum/Vk/ImageView.h +++ b/src/Magnum/Vk/ImageView.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ImageViewCreateInfo.h b/src/Magnum/Vk/ImageViewCreateInfo.h index 76bd56cff..8c59457ba 100644 --- a/src/Magnum/Vk/ImageViewCreateInfo.h +++ b/src/Magnum/Vk/ImageViewCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/Arguments.cpp b/src/Magnum/Vk/Implementation/Arguments.cpp index 7579423af..bde3de197 100644 --- a/src/Magnum/Vk/Implementation/Arguments.cpp +++ b/src/Magnum/Vk/Implementation/Arguments.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/Arguments.h b/src/Magnum/Vk/Implementation/Arguments.h index 19a09d655..859edeb44 100644 --- a/src/Magnum/Vk/Implementation/Arguments.h +++ b/src/Magnum/Vk/Implementation/Arguments.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/DeviceFeatures.h b/src/Magnum/Vk/Implementation/DeviceFeatures.h index 76541518c..a70174cc5 100644 --- a/src/Magnum/Vk/Implementation/DeviceFeatures.h +++ b/src/Magnum/Vk/Implementation/DeviceFeatures.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/DeviceState.cpp b/src/Magnum/Vk/Implementation/DeviceState.cpp index cf0412c4d..48c076f01 100644 --- a/src/Magnum/Vk/Implementation/DeviceState.cpp +++ b/src/Magnum/Vk/Implementation/DeviceState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/DeviceState.h b/src/Magnum/Vk/Implementation/DeviceState.h index c0fc851c9..d14d31d5d 100644 --- a/src/Magnum/Vk/Implementation/DeviceState.h +++ b/src/Magnum/Vk/Implementation/DeviceState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/DriverWorkaround.cpp b/src/Magnum/Vk/Implementation/DriverWorkaround.cpp index f9192a4da..d2c10863d 100644 --- a/src/Magnum/Vk/Implementation/DriverWorkaround.cpp +++ b/src/Magnum/Vk/Implementation/DriverWorkaround.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/DriverWorkaround.h b/src/Magnum/Vk/Implementation/DriverWorkaround.h index fc49c49e7..5aa1952b8 100644 --- a/src/Magnum/Vk/Implementation/DriverWorkaround.h +++ b/src/Magnum/Vk/Implementation/DriverWorkaround.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/InstanceState.cpp b/src/Magnum/Vk/Implementation/InstanceState.cpp index 85855d384..efa8e3bb7 100644 --- a/src/Magnum/Vk/Implementation/InstanceState.cpp +++ b/src/Magnum/Vk/Implementation/InstanceState.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/InstanceState.h b/src/Magnum/Vk/Implementation/InstanceState.h index b800aeea6..f60f0cf86 100644 --- a/src/Magnum/Vk/Implementation/InstanceState.h +++ b/src/Magnum/Vk/Implementation/InstanceState.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/compressedPixelFormatMapping.hpp b/src/Magnum/Vk/Implementation/compressedPixelFormatMapping.hpp index e7dfc4f7f..eddbd4f5e 100644 --- a/src/Magnum/Vk/Implementation/compressedPixelFormatMapping.hpp +++ b/src/Magnum/Vk/Implementation/compressedPixelFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/deviceFeatureMapping.hpp b/src/Magnum/Vk/Implementation/deviceFeatureMapping.hpp index ec1d20ba1..ebf6a0ba5 100644 --- a/src/Magnum/Vk/Implementation/deviceFeatureMapping.hpp +++ b/src/Magnum/Vk/Implementation/deviceFeatureMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/dynamicRasterizationStateMapping.hpp b/src/Magnum/Vk/Implementation/dynamicRasterizationStateMapping.hpp index 1d006037a..e49729c59 100644 --- a/src/Magnum/Vk/Implementation/dynamicRasterizationStateMapping.hpp +++ b/src/Magnum/Vk/Implementation/dynamicRasterizationStateMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/pixelFormatMapping.hpp b/src/Magnum/Vk/Implementation/pixelFormatMapping.hpp index b0d5c9dba..ecd374b9b 100644 --- a/src/Magnum/Vk/Implementation/pixelFormatMapping.hpp +++ b/src/Magnum/Vk/Implementation/pixelFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/spirvPatching.h b/src/Magnum/Vk/Implementation/spirvPatching.h index 5a7797c87..c1b74aabe 100644 --- a/src/Magnum/Vk/Implementation/spirvPatching.h +++ b/src/Magnum/Vk/Implementation/spirvPatching.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/structureHelpers.h b/src/Magnum/Vk/Implementation/structureHelpers.h index c49cdd859..ce95b3bee 100644 --- a/src/Magnum/Vk/Implementation/structureHelpers.h +++ b/src/Magnum/Vk/Implementation/structureHelpers.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Implementation/vertexFormatMapping.hpp b/src/Magnum/Vk/Implementation/vertexFormatMapping.hpp index dce00da27..f45808bb2 100644 --- a/src/Magnum/Vk/Implementation/vertexFormatMapping.hpp +++ b/src/Magnum/Vk/Implementation/vertexFormatMapping.hpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Instance.cpp b/src/Magnum/Vk/Instance.cpp index 0a25245b1..1c16062d2 100644 --- a/src/Magnum/Vk/Instance.cpp +++ b/src/Magnum/Vk/Instance.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Instance.h b/src/Magnum/Vk/Instance.h index 35f0e4cd9..802d4ae17 100644 --- a/src/Magnum/Vk/Instance.h +++ b/src/Magnum/Vk/Instance.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/InstanceCreateInfo.h b/src/Magnum/Vk/InstanceCreateInfo.h index 7e9d45de3..ce7447a00 100644 --- a/src/Magnum/Vk/InstanceCreateInfo.h +++ b/src/Magnum/Vk/InstanceCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Integration.h b/src/Magnum/Vk/Integration.h index 512b69de2..4b13f8df5 100644 --- a/src/Magnum/Vk/Integration.h +++ b/src/Magnum/Vk/Integration.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/LayerProperties.cpp b/src/Magnum/Vk/LayerProperties.cpp index c0eb8260c..b0ec919e0 100644 --- a/src/Magnum/Vk/LayerProperties.cpp +++ b/src/Magnum/Vk/LayerProperties.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/LayerProperties.h b/src/Magnum/Vk/LayerProperties.h index a8e912b4a..56036e0a3 100644 --- a/src/Magnum/Vk/LayerProperties.h +++ b/src/Magnum/Vk/LayerProperties.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Memory.cpp b/src/Magnum/Vk/Memory.cpp index e7828f698..a25d520c8 100644 --- a/src/Magnum/Vk/Memory.cpp +++ b/src/Magnum/Vk/Memory.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Memory.h b/src/Magnum/Vk/Memory.h index b0eddef26..5936486a4 100644 --- a/src/Magnum/Vk/Memory.h +++ b/src/Magnum/Vk/Memory.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/MemoryAllocateInfo.h b/src/Magnum/Vk/MemoryAllocateInfo.h index d10b71939..e15c25bcf 100644 --- a/src/Magnum/Vk/MemoryAllocateInfo.h +++ b/src/Magnum/Vk/MemoryAllocateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Mesh.cpp b/src/Magnum/Vk/Mesh.cpp index f72127a07..1a3befaa1 100644 --- a/src/Magnum/Vk/Mesh.cpp +++ b/src/Magnum/Vk/Mesh.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Mesh.h b/src/Magnum/Vk/Mesh.h index df059c34d..6ca72ed1f 100644 --- a/src/Magnum/Vk/Mesh.h +++ b/src/Magnum/Vk/Mesh.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/MeshLayout.cpp b/src/Magnum/Vk/MeshLayout.cpp index 6c9403c2b..838c9c946 100644 --- a/src/Magnum/Vk/MeshLayout.cpp +++ b/src/Magnum/Vk/MeshLayout.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/MeshLayout.h b/src/Magnum/Vk/MeshLayout.h index 341d87792..10118d658 100644 --- a/src/Magnum/Vk/MeshLayout.h +++ b/src/Magnum/Vk/MeshLayout.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Pipeline.cpp b/src/Magnum/Vk/Pipeline.cpp index 7bf0d4277..4a6122b68 100644 --- a/src/Magnum/Vk/Pipeline.cpp +++ b/src/Magnum/Vk/Pipeline.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Pipeline.h b/src/Magnum/Vk/Pipeline.h index 97c4b4d1b..d86da3258 100644 --- a/src/Magnum/Vk/Pipeline.h +++ b/src/Magnum/Vk/Pipeline.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/PipelineLayout.cpp b/src/Magnum/Vk/PipelineLayout.cpp index 3dfbab30f..51e1d6d67 100644 --- a/src/Magnum/Vk/PipelineLayout.cpp +++ b/src/Magnum/Vk/PipelineLayout.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/PipelineLayout.h b/src/Magnum/Vk/PipelineLayout.h index 06b9a38f5..53990fc48 100644 --- a/src/Magnum/Vk/PipelineLayout.h +++ b/src/Magnum/Vk/PipelineLayout.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/PipelineLayoutCreateInfo.h b/src/Magnum/Vk/PipelineLayoutCreateInfo.h index e23db1f51..f2753febf 100644 --- a/src/Magnum/Vk/PipelineLayoutCreateInfo.h +++ b/src/Magnum/Vk/PipelineLayoutCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/PixelFormat.cpp b/src/Magnum/Vk/PixelFormat.cpp index 9d01b0a8a..40b362e30 100644 --- a/src/Magnum/Vk/PixelFormat.cpp +++ b/src/Magnum/Vk/PixelFormat.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/PixelFormat.h b/src/Magnum/Vk/PixelFormat.h index b420907b2..095415b81 100644 --- a/src/Magnum/Vk/PixelFormat.h +++ b/src/Magnum/Vk/PixelFormat.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Queue.cpp b/src/Magnum/Vk/Queue.cpp index 64491f0ed..a8824c6ac 100644 --- a/src/Magnum/Vk/Queue.cpp +++ b/src/Magnum/Vk/Queue.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Queue.h b/src/Magnum/Vk/Queue.h index 4c7d6c072..7c0e1159d 100644 --- a/src/Magnum/Vk/Queue.h +++ b/src/Magnum/Vk/Queue.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/RasterizationPipelineCreateInfo.h b/src/Magnum/Vk/RasterizationPipelineCreateInfo.h index 03706f4ed..042dd1244 100644 --- a/src/Magnum/Vk/RasterizationPipelineCreateInfo.h +++ b/src/Magnum/Vk/RasterizationPipelineCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/RenderPass.cpp b/src/Magnum/Vk/RenderPass.cpp index 7c3f56b83..5e26771c1 100644 --- a/src/Magnum/Vk/RenderPass.cpp +++ b/src/Magnum/Vk/RenderPass.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/RenderPass.h b/src/Magnum/Vk/RenderPass.h index 6dfea9563..6111cff02 100644 --- a/src/Magnum/Vk/RenderPass.h +++ b/src/Magnum/Vk/RenderPass.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/RenderPassCreateInfo.h b/src/Magnum/Vk/RenderPassCreateInfo.h index bcf2fed1c..e3c45cda7 100644 --- a/src/Magnum/Vk/RenderPassCreateInfo.h +++ b/src/Magnum/Vk/RenderPassCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Result.cpp b/src/Magnum/Vk/Result.cpp index 9b48e6b5c..67d67db45 100644 --- a/src/Magnum/Vk/Result.cpp +++ b/src/Magnum/Vk/Result.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Result.h b/src/Magnum/Vk/Result.h index c8c4c5e7d..e40599cd9 100644 --- a/src/Magnum/Vk/Result.h +++ b/src/Magnum/Vk/Result.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Sampler.cpp b/src/Magnum/Vk/Sampler.cpp index fba1449cc..d81d0a191 100644 --- a/src/Magnum/Vk/Sampler.cpp +++ b/src/Magnum/Vk/Sampler.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Sampler.h b/src/Magnum/Vk/Sampler.h index 1adc4cdcc..9c36516a4 100644 --- a/src/Magnum/Vk/Sampler.h +++ b/src/Magnum/Vk/Sampler.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/SamplerCreateInfo.h b/src/Magnum/Vk/SamplerCreateInfo.h index 3a448f27e..1bf0e6faa 100644 --- a/src/Magnum/Vk/SamplerCreateInfo.h +++ b/src/Magnum/Vk/SamplerCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Shader.cpp b/src/Magnum/Vk/Shader.cpp index b11fe9106..894cd2a50 100644 --- a/src/Magnum/Vk/Shader.cpp +++ b/src/Magnum/Vk/Shader.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Shader.h b/src/Magnum/Vk/Shader.h index 2bd63a3f2..df6eb1357 100644 --- a/src/Magnum/Vk/Shader.h +++ b/src/Magnum/Vk/Shader.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ShaderCreateInfo.h b/src/Magnum/Vk/ShaderCreateInfo.h index d78e57adf..cf4fd2a46 100644 --- a/src/Magnum/Vk/ShaderCreateInfo.h +++ b/src/Magnum/Vk/ShaderCreateInfo.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ShaderSet.cpp b/src/Magnum/Vk/ShaderSet.cpp index 56a0c0b03..547b3ecc0 100644 --- a/src/Magnum/Vk/ShaderSet.cpp +++ b/src/Magnum/Vk/ShaderSet.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/ShaderSet.h b/src/Magnum/Vk/ShaderSet.h index db3f7f2c5..d653943c3 100644 --- a/src/Magnum/Vk/ShaderSet.h +++ b/src/Magnum/Vk/ShaderSet.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/AssertDisabledTest.cpp b/src/Magnum/Vk/Test/AssertDisabledTest.cpp index 87be7262a..dfcaa2afc 100644 --- a/src/Magnum/Vk/Test/AssertDisabledTest.cpp +++ b/src/Magnum/Vk/Test/AssertDisabledTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/AssertTest.cpp b/src/Magnum/Vk/Test/AssertTest.cpp index bce7b8d69..6b4d1688f 100644 --- a/src/Magnum/Vk/Test/AssertTest.cpp +++ b/src/Magnum/Vk/Test/AssertTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/BufferTest.cpp b/src/Magnum/Vk/Test/BufferTest.cpp index 191a615c0..8ac6c55d3 100644 --- a/src/Magnum/Vk/Test/BufferTest.cpp +++ b/src/Magnum/Vk/Test/BufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/BufferVkTest.cpp b/src/Magnum/Vk/Test/BufferVkTest.cpp index be95eab42..81a525a87 100644 --- a/src/Magnum/Vk/Test/BufferVkTest.cpp +++ b/src/Magnum/Vk/Test/BufferVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/CMakeLists.txt b/src/Magnum/Vk/Test/CMakeLists.txt index 9d71700b7..8402f1027 100644 --- a/src/Magnum/Vk/Test/CMakeLists.txt +++ b/src/Magnum/Vk/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2016 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Vk/Test/CommandBufferTest.cpp b/src/Magnum/Vk/Test/CommandBufferTest.cpp index aaacb7ca1..478dfde90 100644 --- a/src/Magnum/Vk/Test/CommandBufferTest.cpp +++ b/src/Magnum/Vk/Test/CommandBufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/CommandBufferVkTest.cpp b/src/Magnum/Vk/Test/CommandBufferVkTest.cpp index 2998c8895..6a8aa621c 100644 --- a/src/Magnum/Vk/Test/CommandBufferVkTest.cpp +++ b/src/Magnum/Vk/Test/CommandBufferVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/CommandPoolTest.cpp b/src/Magnum/Vk/Test/CommandPoolTest.cpp index 33a78a8ae..842898cc5 100644 --- a/src/Magnum/Vk/Test/CommandPoolTest.cpp +++ b/src/Magnum/Vk/Test/CommandPoolTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/CommandPoolVkTest.cpp b/src/Magnum/Vk/Test/CommandPoolVkTest.cpp index b008297c9..270d2643a 100644 --- a/src/Magnum/Vk/Test/CommandPoolVkTest.cpp +++ b/src/Magnum/Vk/Test/CommandPoolVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorPoolTest.cpp b/src/Magnum/Vk/Test/DescriptorPoolTest.cpp index 03abad6b5..b61f3db1f 100644 --- a/src/Magnum/Vk/Test/DescriptorPoolTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorPoolTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorPoolVkTest.cpp b/src/Magnum/Vk/Test/DescriptorPoolVkTest.cpp index 1fce06c84..ae9a636c7 100644 --- a/src/Magnum/Vk/Test/DescriptorPoolVkTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorPoolVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorSetLayoutTest.cpp b/src/Magnum/Vk/Test/DescriptorSetLayoutTest.cpp index 0005d7574..25072e098 100644 --- a/src/Magnum/Vk/Test/DescriptorSetLayoutTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorSetLayoutTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorSetLayoutVkTest.cpp b/src/Magnum/Vk/Test/DescriptorSetLayoutVkTest.cpp index ae96868ef..ab03eef29 100644 --- a/src/Magnum/Vk/Test/DescriptorSetLayoutVkTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorSetLayoutVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorSetTest.cpp b/src/Magnum/Vk/Test/DescriptorSetTest.cpp index 6955c4878..d91959ce7 100644 --- a/src/Magnum/Vk/Test/DescriptorSetTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorSetTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorSetVkTest.cpp b/src/Magnum/Vk/Test/DescriptorSetVkTest.cpp index eda23d522..e76be8b31 100644 --- a/src/Magnum/Vk/Test/DescriptorSetVkTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorSetVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DescriptorTypeTest.cpp b/src/Magnum/Vk/Test/DescriptorTypeTest.cpp index 9124b7953..65ff97781 100644 --- a/src/Magnum/Vk/Test/DescriptorTypeTest.cpp +++ b/src/Magnum/Vk/Test/DescriptorTypeTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DeviceFeaturesTest.cpp b/src/Magnum/Vk/Test/DeviceFeaturesTest.cpp index ba7717fed..54ad50590 100644 --- a/src/Magnum/Vk/Test/DeviceFeaturesTest.cpp +++ b/src/Magnum/Vk/Test/DeviceFeaturesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DevicePropertiesTest.cpp b/src/Magnum/Vk/Test/DevicePropertiesTest.cpp index 435870f60..f08d52db1 100644 --- a/src/Magnum/Vk/Test/DevicePropertiesTest.cpp +++ b/src/Magnum/Vk/Test/DevicePropertiesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DevicePropertiesVkTest.cpp b/src/Magnum/Vk/Test/DevicePropertiesVkTest.cpp index 39b36c889..788c22deb 100644 --- a/src/Magnum/Vk/Test/DevicePropertiesVkTest.cpp +++ b/src/Magnum/Vk/Test/DevicePropertiesVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DeviceTest.cpp b/src/Magnum/Vk/Test/DeviceTest.cpp index 33ca6e729..6a2c3271f 100644 --- a/src/Magnum/Vk/Test/DeviceTest.cpp +++ b/src/Magnum/Vk/Test/DeviceTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/DeviceVkTest.cpp b/src/Magnum/Vk/Test/DeviceVkTest.cpp index a6f9dc63d..8786acefa 100644 --- a/src/Magnum/Vk/Test/DeviceVkTest.cpp +++ b/src/Magnum/Vk/Test/DeviceVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ExtensionPropertiesTest.cpp b/src/Magnum/Vk/Test/ExtensionPropertiesTest.cpp index ba0f511db..e156ca37a 100644 --- a/src/Magnum/Vk/Test/ExtensionPropertiesTest.cpp +++ b/src/Magnum/Vk/Test/ExtensionPropertiesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ExtensionPropertiesVkTest.cpp b/src/Magnum/Vk/Test/ExtensionPropertiesVkTest.cpp index 468f2dfe1..0430e4d8e 100644 --- a/src/Magnum/Vk/Test/ExtensionPropertiesVkTest.cpp +++ b/src/Magnum/Vk/Test/ExtensionPropertiesVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ExtensionsTest.cpp b/src/Magnum/Vk/Test/ExtensionsTest.cpp index 4487813ae..ac2b43313 100644 --- a/src/Magnum/Vk/Test/ExtensionsTest.cpp +++ b/src/Magnum/Vk/Test/ExtensionsTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/FenceTest.cpp b/src/Magnum/Vk/Test/FenceTest.cpp index 4b3f12c3b..02b557617 100644 --- a/src/Magnum/Vk/Test/FenceTest.cpp +++ b/src/Magnum/Vk/Test/FenceTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/FenceVkTest.cpp b/src/Magnum/Vk/Test/FenceVkTest.cpp index 0fcbec98c..0306d109f 100644 --- a/src/Magnum/Vk/Test/FenceVkTest.cpp +++ b/src/Magnum/Vk/Test/FenceVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/FramebufferTest.cpp b/src/Magnum/Vk/Test/FramebufferTest.cpp index eb3542093..cc3c6f04e 100644 --- a/src/Magnum/Vk/Test/FramebufferTest.cpp +++ b/src/Magnum/Vk/Test/FramebufferTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/FramebufferVkTest.cpp b/src/Magnum/Vk/Test/FramebufferVkTest.cpp index 482de54c5..a2dacf33a 100644 --- a/src/Magnum/Vk/Test/FramebufferVkTest.cpp +++ b/src/Magnum/Vk/Test/FramebufferVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/HandleTest.cpp b/src/Magnum/Vk/Test/HandleTest.cpp index a3026810b..45d7af070 100644 --- a/src/Magnum/Vk/Test/HandleTest.cpp +++ b/src/Magnum/Vk/Test/HandleTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ImageTest.cpp b/src/Magnum/Vk/Test/ImageTest.cpp index 4612be751..c48acc73e 100644 --- a/src/Magnum/Vk/Test/ImageTest.cpp +++ b/src/Magnum/Vk/Test/ImageTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ImageViewTest.cpp b/src/Magnum/Vk/Test/ImageViewTest.cpp index 7ec822439..5c1b7cfcf 100644 --- a/src/Magnum/Vk/Test/ImageViewTest.cpp +++ b/src/Magnum/Vk/Test/ImageViewTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ImageViewVkTest.cpp b/src/Magnum/Vk/Test/ImageViewVkTest.cpp index 5b1d3a223..ffdcf049c 100644 --- a/src/Magnum/Vk/Test/ImageViewVkTest.cpp +++ b/src/Magnum/Vk/Test/ImageViewVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ImageVkTest.cpp b/src/Magnum/Vk/Test/ImageVkTest.cpp index cdc0c615c..8cc5bd5fc 100644 --- a/src/Magnum/Vk/Test/ImageVkTest.cpp +++ b/src/Magnum/Vk/Test/ImageVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/InstanceTest.cpp b/src/Magnum/Vk/Test/InstanceTest.cpp index 34da3cfdf..8a2294028 100644 --- a/src/Magnum/Vk/Test/InstanceTest.cpp +++ b/src/Magnum/Vk/Test/InstanceTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/InstanceVkTest.cpp b/src/Magnum/Vk/Test/InstanceVkTest.cpp index 92cbe4e2d..844e198f0 100644 --- a/src/Magnum/Vk/Test/InstanceVkTest.cpp +++ b/src/Magnum/Vk/Test/InstanceVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/IntegrationTest.cpp b/src/Magnum/Vk/Test/IntegrationTest.cpp index e8a1a985c..fff279de2 100644 --- a/src/Magnum/Vk/Test/IntegrationTest.cpp +++ b/src/Magnum/Vk/Test/IntegrationTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/LayerPropertiesTest.cpp b/src/Magnum/Vk/Test/LayerPropertiesTest.cpp index b3818c9ee..9c23f4e2c 100644 --- a/src/Magnum/Vk/Test/LayerPropertiesTest.cpp +++ b/src/Magnum/Vk/Test/LayerPropertiesTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/LayerPropertiesVkTest.cpp b/src/Magnum/Vk/Test/LayerPropertiesVkTest.cpp index 34bf365a8..2bc66bd51 100644 --- a/src/Magnum/Vk/Test/LayerPropertiesVkTest.cpp +++ b/src/Magnum/Vk/Test/LayerPropertiesVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/MemoryTest.cpp b/src/Magnum/Vk/Test/MemoryTest.cpp index 23e9bb4ea..848640cf1 100644 --- a/src/Magnum/Vk/Test/MemoryTest.cpp +++ b/src/Magnum/Vk/Test/MemoryTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/MemoryVkTest.cpp b/src/Magnum/Vk/Test/MemoryVkTest.cpp index 114118c49..24b49e4f8 100644 --- a/src/Magnum/Vk/Test/MemoryVkTest.cpp +++ b/src/Magnum/Vk/Test/MemoryVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/MeshLayoutTest.cpp b/src/Magnum/Vk/Test/MeshLayoutTest.cpp index 11b379784..be6880d5b 100644 --- a/src/Magnum/Vk/Test/MeshLayoutTest.cpp +++ b/src/Magnum/Vk/Test/MeshLayoutTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/MeshTest.cpp b/src/Magnum/Vk/Test/MeshTest.cpp index d2a5237c9..8f1c8114f 100644 --- a/src/Magnum/Vk/Test/MeshTest.cpp +++ b/src/Magnum/Vk/Test/MeshTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/MeshVkTest.cpp b/src/Magnum/Vk/Test/MeshVkTest.cpp index 905f56b53..b3a308416 100644 --- a/src/Magnum/Vk/Test/MeshVkTest.cpp +++ b/src/Magnum/Vk/Test/MeshVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/PipelineLayoutTest.cpp b/src/Magnum/Vk/Test/PipelineLayoutTest.cpp index f6c654d16..0ff7e85b3 100644 --- a/src/Magnum/Vk/Test/PipelineLayoutTest.cpp +++ b/src/Magnum/Vk/Test/PipelineLayoutTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/PipelineLayoutVkTest.cpp b/src/Magnum/Vk/Test/PipelineLayoutVkTest.cpp index bb6e44069..0365e1724 100644 --- a/src/Magnum/Vk/Test/PipelineLayoutVkTest.cpp +++ b/src/Magnum/Vk/Test/PipelineLayoutVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/PipelineTest.cpp b/src/Magnum/Vk/Test/PipelineTest.cpp index 74608c881..0d7dd59f3 100644 --- a/src/Magnum/Vk/Test/PipelineTest.cpp +++ b/src/Magnum/Vk/Test/PipelineTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/PipelineVkTest.cpp b/src/Magnum/Vk/Test/PipelineVkTest.cpp index f87dfb672..b7644fdc8 100644 --- a/src/Magnum/Vk/Test/PipelineVkTest.cpp +++ b/src/Magnum/Vk/Test/PipelineVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/PixelFormatTest.cpp b/src/Magnum/Vk/Test/PixelFormatTest.cpp index 280d62718..f4251636f 100644 --- a/src/Magnum/Vk/Test/PixelFormatTest.cpp +++ b/src/Magnum/Vk/Test/PixelFormatTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/QueueTest.cpp b/src/Magnum/Vk/Test/QueueTest.cpp index f7328bd75..7cbffcbb6 100644 --- a/src/Magnum/Vk/Test/QueueTest.cpp +++ b/src/Magnum/Vk/Test/QueueTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/QueueVkTest.cpp b/src/Magnum/Vk/Test/QueueVkTest.cpp index 197dee60f..eaace3a01 100644 --- a/src/Magnum/Vk/Test/QueueVkTest.cpp +++ b/src/Magnum/Vk/Test/QueueVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/RenderPassTest.cpp b/src/Magnum/Vk/Test/RenderPassTest.cpp index 82804b514..92b765d50 100644 --- a/src/Magnum/Vk/Test/RenderPassTest.cpp +++ b/src/Magnum/Vk/Test/RenderPassTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/RenderPassVkTest.cpp b/src/Magnum/Vk/Test/RenderPassVkTest.cpp index 559568a80..b1f5ac8a8 100644 --- a/src/Magnum/Vk/Test/RenderPassVkTest.cpp +++ b/src/Magnum/Vk/Test/RenderPassVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ResultTest.cpp b/src/Magnum/Vk/Test/ResultTest.cpp index 00507c55d..1dd00ce08 100644 --- a/src/Magnum/Vk/Test/ResultTest.cpp +++ b/src/Magnum/Vk/Test/ResultTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/SamplerTest.cpp b/src/Magnum/Vk/Test/SamplerTest.cpp index c5d85378a..891d084d4 100644 --- a/src/Magnum/Vk/Test/SamplerTest.cpp +++ b/src/Magnum/Vk/Test/SamplerTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/SamplerVkTest.cpp b/src/Magnum/Vk/Test/SamplerVkTest.cpp index 08e06d769..8891c8d9d 100644 --- a/src/Magnum/Vk/Test/SamplerVkTest.cpp +++ b/src/Magnum/Vk/Test/SamplerVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ShaderSetTest.cpp b/src/Magnum/Vk/Test/ShaderSetTest.cpp index 453ec0343..1a082b8aa 100644 --- a/src/Magnum/Vk/Test/ShaderSetTest.cpp +++ b/src/Magnum/Vk/Test/ShaderSetTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ShaderTest.cpp b/src/Magnum/Vk/Test/ShaderTest.cpp index af689c8e7..87e71375a 100644 --- a/src/Magnum/Vk/Test/ShaderTest.cpp +++ b/src/Magnum/Vk/Test/ShaderTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/ShaderVkTest.cpp b/src/Magnum/Vk/Test/ShaderVkTest.cpp index f9c05ba02..2cbe80ec9 100644 --- a/src/Magnum/Vk/Test/ShaderVkTest.cpp +++ b/src/Magnum/Vk/Test/ShaderVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/StructureHelpersTest.cpp b/src/Magnum/Vk/Test/StructureHelpersTest.cpp index fb63f59a3..a92d54081 100644 --- a/src/Magnum/Vk/Test/StructureHelpersTest.cpp +++ b/src/Magnum/Vk/Test/StructureHelpersTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/VersionTest.cpp b/src/Magnum/Vk/Test/VersionTest.cpp index b67a2dd4a..f1a4ea029 100644 --- a/src/Magnum/Vk/Test/VersionTest.cpp +++ b/src/Magnum/Vk/Test/VersionTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/VersionVkTest.cpp b/src/Magnum/Vk/Test/VersionVkTest.cpp index 1c175b357..872ad7377 100644 --- a/src/Magnum/Vk/Test/VersionVkTest.cpp +++ b/src/Magnum/Vk/Test/VersionVkTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/configure.h.cmake b/src/Magnum/Vk/Test/configure.h.cmake index b3b3f2277..204e6e9c5 100644 --- a/src/Magnum/Vk/Test/configure.h.cmake +++ b/src/Magnum/Vk/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Test/pixelFormatTraits.h b/src/Magnum/Vk/Test/pixelFormatTraits.h index f5f5fd21f..8e69923de 100644 --- a/src/Magnum/Vk/Test/pixelFormatTraits.h +++ b/src/Magnum/Vk/Test/pixelFormatTraits.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/TypeTraits.h b/src/Magnum/Vk/TypeTraits.h index a4cda35db..471e9d9ab 100644 --- a/src/Magnum/Vk/TypeTraits.h +++ b/src/Magnum/Vk/TypeTraits.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Version.cpp b/src/Magnum/Vk/Version.cpp index d5fe92485..a12533b66 100644 --- a/src/Magnum/Vk/Version.cpp +++ b/src/Magnum/Vk/Version.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Version.h b/src/Magnum/Vk/Version.h index c9bf20729..f2f6109bf 100644 --- a/src/Magnum/Vk/Version.h +++ b/src/Magnum/Vk/Version.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Vk.h b/src/Magnum/Vk/Vk.h index e5b94b213..f956d00bb 100644 --- a/src/Magnum/Vk/Vk.h +++ b/src/Magnum/Vk/Vk.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/Vulkan.h b/src/Magnum/Vk/Vulkan.h index 06118bccc..aa237c0c3 100644 --- a/src/Magnum/Vk/Vulkan.h +++ b/src/Magnum/Vk/Vulkan.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/VulkanTester.cpp b/src/Magnum/Vk/VulkanTester.cpp index d8fa5d4c7..a50c28cd4 100644 --- a/src/Magnum/Vk/VulkanTester.cpp +++ b/src/Magnum/Vk/VulkanTester.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/VulkanTester.h b/src/Magnum/Vk/VulkanTester.h index 407a4635d..7387ef547 100644 --- a/src/Magnum/Vk/VulkanTester.h +++ b/src/Magnum/Vk/VulkanTester.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/Vk/visibility.h b/src/Magnum/Vk/visibility.h index d31f2689a..588e215fe 100644 --- a/src/Magnum/Vk/visibility.h +++ b/src/Magnum/Vk/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/Magnum/Vk/vk-info.cpp b/src/Magnum/Vk/vk-info.cpp index fd0f453d9..b1c6fa9e1 100644 --- a/src/Magnum/Vk/vk-info.cpp +++ b/src/Magnum/Vk/vk-info.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/configure.h.cmake b/src/Magnum/configure.h.cmake index 0448bf835..b0cd8e11b 100644 --- a/src/Magnum/configure.h.cmake +++ b/src/Magnum/configure.h.cmake @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/version.h.cmake b/src/Magnum/version.h.cmake index 70bd7b8ec..9e0d3acd2 100644 --- a/src/Magnum/version.h.cmake +++ b/src/Magnum/version.h.cmake @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/Magnum/visibility.h b/src/Magnum/visibility.h index b4b86e5c5..1892c2ad8 100644 --- a/src/Magnum/visibility.h +++ b/src/Magnum/visibility.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/CMakeLists.txt b/src/MagnumExternal/CMakeLists.txt index 777af9864..243be1689 100644 --- a/src/MagnumExternal/CMakeLists.txt +++ b/src/MagnumExternal/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/OpenAL/CMakeLists.txt b/src/MagnumExternal/OpenAL/CMakeLists.txt index 825522886..492e267aa 100644 --- a/src/MagnumExternal/OpenAL/CMakeLists.txt +++ b/src/MagnumExternal/OpenAL/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2015 Jonathan Hale # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumExternal/OpenAL/extensions.h b/src/MagnumExternal/OpenAL/extensions.h index 2ecc227f2..77be540bf 100644 --- a/src/MagnumExternal/OpenAL/extensions.h +++ b/src/MagnumExternal/OpenAL/extensions.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2015 Jonathan Hale Copyright © 2019 Guillaume Jacquemin diff --git a/src/MagnumExternal/OpenGL/CMakeLists.txt b/src/MagnumExternal/OpenGL/CMakeLists.txt index 5e25b7e7c..e1a107ddc 100644 --- a/src/MagnumExternal/OpenGL/CMakeLists.txt +++ b/src/MagnumExternal/OpenGL/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/OpenGL/GL/CMakeLists.txt b/src/MagnumExternal/OpenGL/GL/CMakeLists.txt index fea9686fc..62ba28a19 100644 --- a/src/MagnumExternal/OpenGL/GL/CMakeLists.txt +++ b/src/MagnumExternal/OpenGL/GL/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/OpenGL/GL/flextGL.cpp b/src/MagnumExternal/OpenGL/GL/flextGL.cpp index 7b1199d8c..bb009f8e6 100644 --- a/src/MagnumExternal/OpenGL/GL/flextGL.cpp +++ b/src/MagnumExternal/OpenGL/GL/flextGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GL/flextGL.cpp.template b/src/MagnumExternal/OpenGL/GL/flextGL.cpp.template index a49aa3737..504df43b0 100644 --- a/src/MagnumExternal/OpenGL/GL/flextGL.cpp.template +++ b/src/MagnumExternal/OpenGL/GL/flextGL.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GL/flextGL.h b/src/MagnumExternal/OpenGL/GL/flextGL.h index 01ce2a391..82c0f1a44 100644 --- a/src/MagnumExternal/OpenGL/GL/flextGL.h +++ b/src/MagnumExternal/OpenGL/GL/flextGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GL/flextGL.h.template b/src/MagnumExternal/OpenGL/GL/flextGL.h.template index ae27681f5..d7978bd17 100644 --- a/src/MagnumExternal/OpenGL/GL/flextGL.h.template +++ b/src/MagnumExternal/OpenGL/GL/flextGL.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp b/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp index 309b01f38..406a7f3f0 100644 --- a/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp +++ b/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp.template b/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp.template index 2cd825dc4..30504d61b 100644 --- a/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp.template +++ b/src/MagnumExternal/OpenGL/GL/flextGLPlatform.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/CMakeLists.txt b/src/MagnumExternal/OpenGL/GLES2/CMakeLists.txt index 0c1d92480..29c68165b 100644 --- a/src/MagnumExternal/OpenGL/GLES2/CMakeLists.txt +++ b/src/MagnumExternal/OpenGL/GLES2/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/OpenGL/GLES2/Emscripten/flextGLEmscripten.h.template b/src/MagnumExternal/OpenGL/GLES2/Emscripten/flextGLEmscripten.h.template index a0964fe66..728081b74 100644 --- a/src/MagnumExternal/OpenGL/GLES2/Emscripten/flextGLEmscripten.h.template +++ b/src/MagnumExternal/OpenGL/GLES2/Emscripten/flextGLEmscripten.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp b/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp index 6c425df9a..2a0d7168d 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp +++ b/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp.template b/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp.template index 8e291b378..8e542942c 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGL.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGL.h b/src/MagnumExternal/OpenGL/GLES2/flextGL.h index bdd13461f..dab4a16d1 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGL.h +++ b/src/MagnumExternal/OpenGL/GLES2/flextGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGL.h.template b/src/MagnumExternal/OpenGL/GLES2/flextGL.h.template index 9d580e220..28631c700 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGL.h.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGL.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLEmscripten.h b/src/MagnumExternal/OpenGL/GLES2/flextGLEmscripten.h index 66fc3744b..16530b9bd 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLEmscripten.h +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLEmscripten.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp index 8171475a1..8e8c92cd1 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp.template b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp.template index e7d66ba13..d592d5fd5 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp index 3d0935ea2..a4fd848e7 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp.template b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp.template index d4dc9fa93..11453251d 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp index a5acc3714..e6f8f24d2 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp.template b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp.template index 80f5612c2..973c4e230 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp index c28f65b33..9dac59499 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp.template b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp.template index f9fcd4c38..49d8a9443 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h index c76c5f137..c9b9e948c 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h.template b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h.template index 721a74968..8e0549ada 100644 --- a/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h.template +++ b/src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/CMakeLists.txt b/src/MagnumExternal/OpenGL/GLES3/CMakeLists.txt index b1a5e9238..7ce74a25c 100644 --- a/src/MagnumExternal/OpenGL/GLES3/CMakeLists.txt +++ b/src/MagnumExternal/OpenGL/GLES3/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/OpenGL/GLES3/Emscripten/flextGLEmscripten.h.template b/src/MagnumExternal/OpenGL/GLES3/Emscripten/flextGLEmscripten.h.template index 18eb44986..846ad8910 100644 --- a/src/MagnumExternal/OpenGL/GLES3/Emscripten/flextGLEmscripten.h.template +++ b/src/MagnumExternal/OpenGL/GLES3/Emscripten/flextGLEmscripten.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp b/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp index 6c425df9a..2a0d7168d 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp +++ b/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp.template b/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp.template index 8e291b378..8e542942c 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGL.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGL.h b/src/MagnumExternal/OpenGL/GLES3/flextGL.h index b20e420d7..8233f3c57 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGL.h +++ b/src/MagnumExternal/OpenGL/GLES3/flextGL.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGL.h.template b/src/MagnumExternal/OpenGL/GLES3/flextGL.h.template index 08003a553..f3bc67cfb 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGL.h.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGL.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLEmscripten.h b/src/MagnumExternal/OpenGL/GLES3/flextGLEmscripten.h index 72dd431d9..662ea4e77 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLEmscripten.h +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLEmscripten.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp index e044621e0..6a7a0fcae 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp.template b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp.template index d83cd1cf0..2c2b6d88b 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp index ea397f35f..5939695cb 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp.template b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp.template index db0b4b4fa..70e1c81f5 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp index 330ab9414..6140e83eb 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp.template b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp.template index 80f5612c2..973c4e230 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp index c28f65b33..9dac59499 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp.template b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp.template index f9fcd4c38..49d8a9443 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h index c4af27186..b3ac23b92 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h.template b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h.template index c0ba0cb47..1c8b0d18b 100644 --- a/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h.template +++ b/src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/OpenGL/KHR/CMakeLists.txt b/src/MagnumExternal/OpenGL/KHR/CMakeLists.txt index ab76dbc82..ea1606fc6 100644 --- a/src/MagnumExternal/OpenGL/KHR/CMakeLists.txt +++ b/src/MagnumExternal/OpenGL/KHR/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/Vulkan/CMakeLists.txt b/src/MagnumExternal/Vulkan/CMakeLists.txt index f2b795d4f..1ae215872 100644 --- a/src/MagnumExternal/Vulkan/CMakeLists.txt +++ b/src/MagnumExternal/Vulkan/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumExternal/Vulkan/flextVk.cpp b/src/MagnumExternal/Vulkan/flextVk.cpp index 883e11e08..52734b884 100644 --- a/src/MagnumExternal/Vulkan/flextVk.cpp +++ b/src/MagnumExternal/Vulkan/flextVk.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/Vulkan/flextVk.cpp.template b/src/MagnumExternal/Vulkan/flextVk.cpp.template index 7f930b306..69d29494c 100644 --- a/src/MagnumExternal/Vulkan/flextVk.cpp.template +++ b/src/MagnumExternal/Vulkan/flextVk.cpp.template @@ -3,7 +3,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/Vulkan/flextVk.h b/src/MagnumExternal/Vulkan/flextVk.h index bd09dd1bd..bd6c468ee 100644 --- a/src/MagnumExternal/Vulkan/flextVk.h +++ b/src/MagnumExternal/Vulkan/flextVk.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/Vulkan/flextVk.h.template b/src/MagnumExternal/Vulkan/flextVk.h.template index f08d6198d..8db67dc72 100644 --- a/src/MagnumExternal/Vulkan/flextVk.h.template +++ b/src/MagnumExternal/Vulkan/flextVk.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/Vulkan/flextVkGlobal.h b/src/MagnumExternal/Vulkan/flextVkGlobal.h index f762c9f98..8ef3c3188 100644 --- a/src/MagnumExternal/Vulkan/flextVkGlobal.h +++ b/src/MagnumExternal/Vulkan/flextVkGlobal.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumExternal/Vulkan/flextVkGlobal.h.template b/src/MagnumExternal/Vulkan/flextVkGlobal.h.template index 055783374..a1356e1d2 100644 --- a/src/MagnumExternal/Vulkan/flextVkGlobal.h.template +++ b/src/MagnumExternal/Vulkan/flextVkGlobal.h.template @@ -5,7 +5,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyAudioImporter/AnyImporter.cpp b/src/MagnumPlugins/AnyAudioImporter/AnyImporter.cpp index d38f60901..2dabd01bf 100644 --- a/src/MagnumPlugins/AnyAudioImporter/AnyImporter.cpp +++ b/src/MagnumPlugins/AnyAudioImporter/AnyImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyAudioImporter/AnyImporter.h b/src/MagnumPlugins/AnyAudioImporter/AnyImporter.h index b2ecbf2b9..5dc4dec49 100644 --- a/src/MagnumPlugins/AnyAudioImporter/AnyImporter.h +++ b/src/MagnumPlugins/AnyAudioImporter/AnyImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt b/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt index f0ce9580a..8ce8d2833 100644 --- a/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt +++ b/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyAudioImporter/Test/AnyAudioImporterTest.cpp b/src/MagnumPlugins/AnyAudioImporter/Test/AnyAudioImporterTest.cpp index 8c978c28d..532da9585 100644 --- a/src/MagnumPlugins/AnyAudioImporter/Test/AnyAudioImporterTest.cpp +++ b/src/MagnumPlugins/AnyAudioImporter/Test/AnyAudioImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyAudioImporter/Test/CMakeLists.txt b/src/MagnumPlugins/AnyAudioImporter/Test/CMakeLists.txt index 3dc4f9c78..91f0113a4 100644 --- a/src/MagnumPlugins/AnyAudioImporter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/AnyAudioImporter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyAudioImporter/Test/configure.h.cmake b/src/MagnumPlugins/AnyAudioImporter/Test/configure.h.cmake index 315b9ff3e..bc0ab7588 100644 --- a/src/MagnumPlugins/AnyAudioImporter/Test/configure.h.cmake +++ b/src/MagnumPlugins/AnyAudioImporter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyAudioImporter/configure.h.cmake b/src/MagnumPlugins/AnyAudioImporter/configure.h.cmake index da157e763..df47f1c9f 100644 --- a/src/MagnumPlugins/AnyAudioImporter/configure.h.cmake +++ b/src/MagnumPlugins/AnyAudioImporter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyAudioImporter/importStaticPlugin.cpp b/src/MagnumPlugins/AnyAudioImporter/importStaticPlugin.cpp index bc5b1d51f..dd7478dcb 100644 --- a/src/MagnumPlugins/AnyAudioImporter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/AnyAudioImporter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.cpp b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.cpp index d56ec8240..28afa3ec6 100644 --- a/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.cpp +++ b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h index 5be59b99d..e9397745e 100644 --- a/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h +++ b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageConverter/CMakeLists.txt b/src/MagnumPlugins/AnyImageConverter/CMakeLists.txt index 49d4935e5..334e4c30a 100644 --- a/src/MagnumPlugins/AnyImageConverter/CMakeLists.txt +++ b/src/MagnumPlugins/AnyImageConverter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp b/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp index 8dd1e3bd3..afa6cd1db 100644 --- a/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp +++ b/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageConverter/Test/CMakeLists.txt b/src/MagnumPlugins/AnyImageConverter/Test/CMakeLists.txt index 6bccc342a..fd36f8d8f 100644 --- a/src/MagnumPlugins/AnyImageConverter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/AnyImageConverter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyImageConverter/Test/configure.h.cmake b/src/MagnumPlugins/AnyImageConverter/Test/configure.h.cmake index 6aa2f2955..1dde7a98f 100644 --- a/src/MagnumPlugins/AnyImageConverter/Test/configure.h.cmake +++ b/src/MagnumPlugins/AnyImageConverter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageConverter/configure.h.cmake b/src/MagnumPlugins/AnyImageConverter/configure.h.cmake index 613128423..55b54ff84 100644 --- a/src/MagnumPlugins/AnyImageConverter/configure.h.cmake +++ b/src/MagnumPlugins/AnyImageConverter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageConverter/importStaticPlugin.cpp b/src/MagnumPlugins/AnyImageConverter/importStaticPlugin.cpp index eb2b7f532..d936730ca 100644 --- a/src/MagnumPlugins/AnyImageConverter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/AnyImageConverter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp index 8954628e2..e0bf814cd 100644 --- a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp +++ b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2021 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h index 634f0aaf8..1f469e091 100644 --- a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h +++ b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageImporter/CMakeLists.txt b/src/MagnumPlugins/AnyImageImporter/CMakeLists.txt index 72435aa9b..9a1eeec80 100644 --- a/src/MagnumPlugins/AnyImageImporter/CMakeLists.txt +++ b/src/MagnumPlugins/AnyImageImporter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyImageImporter/Test/AnyImageImporterTest.cpp b/src/MagnumPlugins/AnyImageImporter/Test/AnyImageImporterTest.cpp index 1a5ad056d..20251d3de 100644 --- a/src/MagnumPlugins/AnyImageImporter/Test/AnyImageImporterTest.cpp +++ b/src/MagnumPlugins/AnyImageImporter/Test/AnyImageImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2021 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt b/src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt index fcf2ea89e..eec68ce62 100644 --- a/src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake b/src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake index ff5f555e1..f166f2789 100644 --- a/src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake +++ b/src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageImporter/configure.h.cmake b/src/MagnumPlugins/AnyImageImporter/configure.h.cmake index a014c64fc..7cbd18991 100644 --- a/src/MagnumPlugins/AnyImageImporter/configure.h.cmake +++ b/src/MagnumPlugins/AnyImageImporter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyImageImporter/importStaticPlugin.cpp b/src/MagnumPlugins/AnyImageImporter/importStaticPlugin.cpp index 58b37094b..2779f503e 100644 --- a/src/MagnumPlugins/AnyImageImporter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/AnyImageImporter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.cpp b/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.cpp index 05f38f56d..e9e4987bf 100644 --- a/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.cpp +++ b/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.h b/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.h index f17e6560e..f1aeebcf3 100644 --- a/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.h +++ b/src/MagnumPlugins/AnySceneConverter/AnySceneConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneConverter/CMakeLists.txt b/src/MagnumPlugins/AnySceneConverter/CMakeLists.txt index 3e1684acc..1678d1f1a 100644 --- a/src/MagnumPlugins/AnySceneConverter/CMakeLists.txt +++ b/src/MagnumPlugins/AnySceneConverter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp b/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp index 39f63f465..3f05a0a8e 100644 --- a/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp +++ b/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneConverter/Test/CMakeLists.txt b/src/MagnumPlugins/AnySceneConverter/Test/CMakeLists.txt index 4d89b2b18..632841004 100644 --- a/src/MagnumPlugins/AnySceneConverter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/AnySceneConverter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnySceneConverter/Test/configure.h.cmake b/src/MagnumPlugins/AnySceneConverter/Test/configure.h.cmake index a8f181688..5fefb62f8 100644 --- a/src/MagnumPlugins/AnySceneConverter/Test/configure.h.cmake +++ b/src/MagnumPlugins/AnySceneConverter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneConverter/configure.h.cmake b/src/MagnumPlugins/AnySceneConverter/configure.h.cmake index 86d6797e7..bdc56d6ea 100644 --- a/src/MagnumPlugins/AnySceneConverter/configure.h.cmake +++ b/src/MagnumPlugins/AnySceneConverter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneConverter/importStaticPlugin.cpp b/src/MagnumPlugins/AnySceneConverter/importStaticPlugin.cpp index 789d53a4f..16239db80 100644 --- a/src/MagnumPlugins/AnySceneConverter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/AnySceneConverter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp b/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp index 816dc10c0..6994c1a07 100644 --- a/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp +++ b/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h b/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h index fe6cde41a..24cbb6811 100644 --- a/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h +++ b/src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneImporter/CMakeLists.txt b/src/MagnumPlugins/AnySceneImporter/CMakeLists.txt index 26f1cbbfb..3e0fad4fa 100644 --- a/src/MagnumPlugins/AnySceneImporter/CMakeLists.txt +++ b/src/MagnumPlugins/AnySceneImporter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnySceneImporter/Test/AnySceneImporterTest.cpp b/src/MagnumPlugins/AnySceneImporter/Test/AnySceneImporterTest.cpp index 0bc7427ba..24596e4c9 100644 --- a/src/MagnumPlugins/AnySceneImporter/Test/AnySceneImporterTest.cpp +++ b/src/MagnumPlugins/AnySceneImporter/Test/AnySceneImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt b/src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt index 1c95dace3..fea4acc01 100644 --- a/src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake b/src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake index 3fa1ca71a..e528db215 100644 --- a/src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake +++ b/src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneImporter/configure.h.cmake b/src/MagnumPlugins/AnySceneImporter/configure.h.cmake index ceb610920..bf919ded0 100644 --- a/src/MagnumPlugins/AnySceneImporter/configure.h.cmake +++ b/src/MagnumPlugins/AnySceneImporter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnySceneImporter/importStaticPlugin.cpp b/src/MagnumPlugins/AnySceneImporter/importStaticPlugin.cpp index 40c71528b..a7b5ecfeb 100644 --- a/src/MagnumPlugins/AnySceneImporter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/AnySceneImporter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyShaderConverter/AnyConverter.cpp b/src/MagnumPlugins/AnyShaderConverter/AnyConverter.cpp index 3088e5c2a..08bfe1d5c 100644 --- a/src/MagnumPlugins/AnyShaderConverter/AnyConverter.cpp +++ b/src/MagnumPlugins/AnyShaderConverter/AnyConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyShaderConverter/AnyConverter.h b/src/MagnumPlugins/AnyShaderConverter/AnyConverter.h index ab165cecb..24e42dc0f 100644 --- a/src/MagnumPlugins/AnyShaderConverter/AnyConverter.h +++ b/src/MagnumPlugins/AnyShaderConverter/AnyConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyShaderConverter/CMakeLists.txt b/src/MagnumPlugins/AnyShaderConverter/CMakeLists.txt index 630ecbb0a..1b452cbec 100644 --- a/src/MagnumPlugins/AnyShaderConverter/CMakeLists.txt +++ b/src/MagnumPlugins/AnyShaderConverter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp b/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp index 763777cc2..36f2fd934 100644 --- a/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp +++ b/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyShaderConverter/Test/CMakeLists.txt b/src/MagnumPlugins/AnyShaderConverter/Test/CMakeLists.txt index aa71e17ff..cb100dbab 100644 --- a/src/MagnumPlugins/AnyShaderConverter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/AnyShaderConverter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/AnyShaderConverter/Test/configure.h.cmake b/src/MagnumPlugins/AnyShaderConverter/Test/configure.h.cmake index a00cc4eaa..dfc0789fc 100644 --- a/src/MagnumPlugins/AnyShaderConverter/Test/configure.h.cmake +++ b/src/MagnumPlugins/AnyShaderConverter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyShaderConverter/configure.h.cmake b/src/MagnumPlugins/AnyShaderConverter/configure.h.cmake index 3aaaa1c27..9c2400d83 100644 --- a/src/MagnumPlugins/AnyShaderConverter/configure.h.cmake +++ b/src/MagnumPlugins/AnyShaderConverter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/AnyShaderConverter/importStaticPlugin.cpp b/src/MagnumPlugins/AnyShaderConverter/importStaticPlugin.cpp index db78b4b15..2617455cb 100644 --- a/src/MagnumPlugins/AnyShaderConverter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/AnyShaderConverter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/CMakeLists.txt b/src/MagnumPlugins/CMakeLists.txt index d2a0e503b..441cd0582 100644 --- a/src/MagnumPlugins/CMakeLists.txt +++ b/src/MagnumPlugins/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/Implementation/propagateConfiguration.h b/src/MagnumPlugins/Implementation/propagateConfiguration.h index 78e4c70cd..4fd6ad225 100644 --- a/src/MagnumPlugins/Implementation/propagateConfiguration.h +++ b/src/MagnumPlugins/Implementation/propagateConfiguration.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/CMakeLists.txt b/src/MagnumPlugins/MagnumFont/CMakeLists.txt index ce77c95fe..4be7f2921 100644 --- a/src/MagnumPlugins/MagnumFont/CMakeLists.txt +++ b/src/MagnumPlugins/MagnumFont/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/MagnumFont/MagnumFont.cpp b/src/MagnumPlugins/MagnumFont/MagnumFont.cpp index 8f6f1f6a3..2c84e353a 100644 --- a/src/MagnumPlugins/MagnumFont/MagnumFont.cpp +++ b/src/MagnumPlugins/MagnumFont/MagnumFont.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/MagnumFont.h b/src/MagnumPlugins/MagnumFont/MagnumFont.h index cb9b7fdca..eff40fad2 100644 --- a/src/MagnumPlugins/MagnumFont/MagnumFont.h +++ b/src/MagnumPlugins/MagnumFont/MagnumFont.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/Test/CMakeLists.txt b/src/MagnumPlugins/MagnumFont/Test/CMakeLists.txt index 711eb1ca8..3402b030f 100644 --- a/src/MagnumPlugins/MagnumFont/Test/CMakeLists.txt +++ b/src/MagnumPlugins/MagnumFont/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/MagnumFont/Test/MagnumFontGLTest.cpp b/src/MagnumPlugins/MagnumFont/Test/MagnumFontGLTest.cpp index 1d812efa6..8476c9e29 100644 --- a/src/MagnumPlugins/MagnumFont/Test/MagnumFontGLTest.cpp +++ b/src/MagnumPlugins/MagnumFont/Test/MagnumFontGLTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/Test/MagnumFontTest.cpp b/src/MagnumPlugins/MagnumFont/Test/MagnumFontTest.cpp index c78d49c95..02fed61b0 100644 --- a/src/MagnumPlugins/MagnumFont/Test/MagnumFontTest.cpp +++ b/src/MagnumPlugins/MagnumFont/Test/MagnumFontTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/Test/configure.h.cmake b/src/MagnumPlugins/MagnumFont/Test/configure.h.cmake index e7d4ead91..530dfdc80 100644 --- a/src/MagnumPlugins/MagnumFont/Test/configure.h.cmake +++ b/src/MagnumPlugins/MagnumFont/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/configure.h.cmake b/src/MagnumPlugins/MagnumFont/configure.h.cmake index af2f3766d..ecffd17de 100644 --- a/src/MagnumPlugins/MagnumFont/configure.h.cmake +++ b/src/MagnumPlugins/MagnumFont/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFont/importStaticPlugin.cpp b/src/MagnumPlugins/MagnumFont/importStaticPlugin.cpp index bca038148..be8610de3 100644 --- a/src/MagnumPlugins/MagnumFont/importStaticPlugin.cpp +++ b/src/MagnumPlugins/MagnumFont/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFontConverter/CMakeLists.txt b/src/MagnumPlugins/MagnumFontConverter/CMakeLists.txt index e3ad1edb6..c59d73cf7 100644 --- a/src/MagnumPlugins/MagnumFontConverter/CMakeLists.txt +++ b/src/MagnumPlugins/MagnumFontConverter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.cpp b/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.cpp index c5efb2453..7e58a8b2c 100644 --- a/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.cpp +++ b/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.h b/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.h index 9b6ceada5..3ca73607f 100644 --- a/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.h +++ b/src/MagnumPlugins/MagnumFontConverter/MagnumFontConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFontConverter/Test/CMakeLists.txt b/src/MagnumPlugins/MagnumFontConverter/Test/CMakeLists.txt index ff02c6680..4cbcad351 100644 --- a/src/MagnumPlugins/MagnumFontConverter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/MagnumFontConverter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/MagnumFontConverter/Test/MagnumFontConverterTest.cpp b/src/MagnumPlugins/MagnumFontConverter/Test/MagnumFontConverterTest.cpp index be8294ede..0663e6989 100644 --- a/src/MagnumPlugins/MagnumFontConverter/Test/MagnumFontConverterTest.cpp +++ b/src/MagnumPlugins/MagnumFontConverter/Test/MagnumFontConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFontConverter/Test/configure.h.cmake b/src/MagnumPlugins/MagnumFontConverter/Test/configure.h.cmake index db1cf7afa..563b2a022 100644 --- a/src/MagnumPlugins/MagnumFontConverter/Test/configure.h.cmake +++ b/src/MagnumPlugins/MagnumFontConverter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFontConverter/configure.h.cmake b/src/MagnumPlugins/MagnumFontConverter/configure.h.cmake index 072ff9214..d4107f051 100644 --- a/src/MagnumPlugins/MagnumFontConverter/configure.h.cmake +++ b/src/MagnumPlugins/MagnumFontConverter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/MagnumFontConverter/importStaticPlugin.cpp b/src/MagnumPlugins/MagnumFontConverter/importStaticPlugin.cpp index 661ab8044..ab12c7a16 100644 --- a/src/MagnumPlugins/MagnumFontConverter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/MagnumFontConverter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/ObjImporter/CMakeLists.txt b/src/MagnumPlugins/ObjImporter/CMakeLists.txt index beb19366a..f76391fd2 100644 --- a/src/MagnumPlugins/ObjImporter/CMakeLists.txt +++ b/src/MagnumPlugins/ObjImporter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/ObjImporter/ObjImporter.cpp b/src/MagnumPlugins/ObjImporter/ObjImporter.cpp index dc94f29c7..de9301ba9 100644 --- a/src/MagnumPlugins/ObjImporter/ObjImporter.cpp +++ b/src/MagnumPlugins/ObjImporter/ObjImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/ObjImporter/ObjImporter.h b/src/MagnumPlugins/ObjImporter/ObjImporter.h index cd2b49e38..ebb4665d6 100644 --- a/src/MagnumPlugins/ObjImporter/ObjImporter.h +++ b/src/MagnumPlugins/ObjImporter/ObjImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/ObjImporter/Test/CMakeLists.txt b/src/MagnumPlugins/ObjImporter/Test/CMakeLists.txt index 9e335ff22..44457233b 100644 --- a/src/MagnumPlugins/ObjImporter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/ObjImporter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp b/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp index 34ddde15c..2ce6f32f3 100644 --- a/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp +++ b/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/ObjImporter/Test/configure.h.cmake b/src/MagnumPlugins/ObjImporter/Test/configure.h.cmake index 92e181f88..699c1efbf 100644 --- a/src/MagnumPlugins/ObjImporter/Test/configure.h.cmake +++ b/src/MagnumPlugins/ObjImporter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/ObjImporter/configure.h.cmake b/src/MagnumPlugins/ObjImporter/configure.h.cmake index 4eb7388ba..d9b1ba4ad 100644 --- a/src/MagnumPlugins/ObjImporter/configure.h.cmake +++ b/src/MagnumPlugins/ObjImporter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/ObjImporter/importStaticPlugin.cpp b/src/MagnumPlugins/ObjImporter/importStaticPlugin.cpp index 9dfb77f48..025a29171 100644 --- a/src/MagnumPlugins/ObjImporter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/ObjImporter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImageConverter/CMakeLists.txt b/src/MagnumPlugins/TgaImageConverter/CMakeLists.txt index 402507fca..1a689b731 100644 --- a/src/MagnumPlugins/TgaImageConverter/CMakeLists.txt +++ b/src/MagnumPlugins/TgaImageConverter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/TgaImageConverter/Test/CMakeLists.txt b/src/MagnumPlugins/TgaImageConverter/Test/CMakeLists.txt index 1945a9640..6f4993e95 100644 --- a/src/MagnumPlugins/TgaImageConverter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/TgaImageConverter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/TgaImageConverter/Test/TgaImageConverterTest.cpp b/src/MagnumPlugins/TgaImageConverter/Test/TgaImageConverterTest.cpp index 0d404b5ee..50f96a50c 100644 --- a/src/MagnumPlugins/TgaImageConverter/Test/TgaImageConverterTest.cpp +++ b/src/MagnumPlugins/TgaImageConverter/Test/TgaImageConverterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImageConverter/Test/configure.h.cmake b/src/MagnumPlugins/TgaImageConverter/Test/configure.h.cmake index aba12d488..f21ab6a71 100644 --- a/src/MagnumPlugins/TgaImageConverter/Test/configure.h.cmake +++ b/src/MagnumPlugins/TgaImageConverter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp index c5ea6981e..3ce37948d 100644 --- a/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp +++ b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h index fa5e90995..fbdbd0d44 100644 --- a/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h +++ b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImageConverter/configure.h.cmake b/src/MagnumPlugins/TgaImageConverter/configure.h.cmake index c59fa0844..808a07ffa 100644 --- a/src/MagnumPlugins/TgaImageConverter/configure.h.cmake +++ b/src/MagnumPlugins/TgaImageConverter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImageConverter/importStaticPlugin.cpp b/src/MagnumPlugins/TgaImageConverter/importStaticPlugin.cpp index 7ab751228..93c3f9a80 100644 --- a/src/MagnumPlugins/TgaImageConverter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/TgaImageConverter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/CMakeLists.txt b/src/MagnumPlugins/TgaImporter/CMakeLists.txt index 921b176f1..dd344f694 100644 --- a/src/MagnumPlugins/TgaImporter/CMakeLists.txt +++ b/src/MagnumPlugins/TgaImporter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/TgaImporter/Test/CMakeLists.txt b/src/MagnumPlugins/TgaImporter/Test/CMakeLists.txt index f6a5e0df4..c616de612 100644 --- a/src/MagnumPlugins/TgaImporter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/TgaImporter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp index 894c42e20..a642894be 100644 --- a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp +++ b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/Test/configure.h.cmake b/src/MagnumPlugins/TgaImporter/Test/configure.h.cmake index babe99243..b0c7f1b44 100644 --- a/src/MagnumPlugins/TgaImporter/Test/configure.h.cmake +++ b/src/MagnumPlugins/TgaImporter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/TgaHeader.h b/src/MagnumPlugins/TgaImporter/TgaHeader.h index 9446aa8f0..b906c600d 100644 --- a/src/MagnumPlugins/TgaImporter/TgaHeader.h +++ b/src/MagnumPlugins/TgaImporter/TgaHeader.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/TgaImporter.cpp b/src/MagnumPlugins/TgaImporter/TgaImporter.cpp index b9618467c..d29c345ab 100644 --- a/src/MagnumPlugins/TgaImporter/TgaImporter.cpp +++ b/src/MagnumPlugins/TgaImporter/TgaImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/TgaImporter.h b/src/MagnumPlugins/TgaImporter/TgaImporter.h index c4aa23a96..2496e978a 100644 --- a/src/MagnumPlugins/TgaImporter/TgaImporter.h +++ b/src/MagnumPlugins/TgaImporter/TgaImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/configure.h.cmake b/src/MagnumPlugins/TgaImporter/configure.h.cmake index 952172441..ea4c05caf 100644 --- a/src/MagnumPlugins/TgaImporter/configure.h.cmake +++ b/src/MagnumPlugins/TgaImporter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/TgaImporter/importStaticPlugin.cpp b/src/MagnumPlugins/TgaImporter/importStaticPlugin.cpp index db31016d2..e5a247258 100644 --- a/src/MagnumPlugins/TgaImporter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/TgaImporter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/WavAudioImporter/CMakeLists.txt b/src/MagnumPlugins/WavAudioImporter/CMakeLists.txt index 3061e5373..52daa6d26 100644 --- a/src/MagnumPlugins/WavAudioImporter/CMakeLists.txt +++ b/src/MagnumPlugins/WavAudioImporter/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/WavAudioImporter/Test/CMakeLists.txt b/src/MagnumPlugins/WavAudioImporter/Test/CMakeLists.txt index 44908c430..2b188e8ce 100644 --- a/src/MagnumPlugins/WavAudioImporter/Test/CMakeLists.txt +++ b/src/MagnumPlugins/WavAudioImporter/Test/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # # 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/src/MagnumPlugins/WavAudioImporter/Test/WavHeaderTest.cpp b/src/MagnumPlugins/WavAudioImporter/Test/WavHeaderTest.cpp index 124901bf2..bcdc61206 100644 --- a/src/MagnumPlugins/WavAudioImporter/Test/WavHeaderTest.cpp +++ b/src/MagnumPlugins/WavAudioImporter/Test/WavHeaderTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Alice Margatroid Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp b/src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp index fa6f1c727..16d355fd5 100644 --- a/src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp +++ b/src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Alice Margatroid Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/WavAudioImporter/Test/configure.h.cmake b/src/MagnumPlugins/WavAudioImporter/Test/configure.h.cmake index bef145fcf..f4073215f 100644 --- a/src/MagnumPlugins/WavAudioImporter/Test/configure.h.cmake +++ b/src/MagnumPlugins/WavAudioImporter/Test/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/WavAudioImporter/WavHeader.cpp b/src/MagnumPlugins/WavAudioImporter/WavHeader.cpp index ec8c39be2..3cc638ff6 100644 --- a/src/MagnumPlugins/WavAudioImporter/WavHeader.cpp +++ b/src/MagnumPlugins/WavAudioImporter/WavHeader.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/WavAudioImporter/WavHeader.h b/src/MagnumPlugins/WavAudioImporter/WavHeader.h index 44f103676..0ad6fc424 100644 --- a/src/MagnumPlugins/WavAudioImporter/WavHeader.h +++ b/src/MagnumPlugins/WavAudioImporter/WavHeader.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Alice Margatroid Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/WavAudioImporter/WavImporter.cpp b/src/MagnumPlugins/WavAudioImporter/WavImporter.cpp index c4ab81e42..ab8319821 100644 --- a/src/MagnumPlugins/WavAudioImporter/WavImporter.cpp +++ b/src/MagnumPlugins/WavAudioImporter/WavImporter.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Alice Margatroid Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/WavAudioImporter/WavImporter.h b/src/MagnumPlugins/WavAudioImporter/WavImporter.h index e8ed7446d..df6a15f86 100644 --- a/src/MagnumPlugins/WavAudioImporter/WavImporter.h +++ b/src/MagnumPlugins/WavAudioImporter/WavImporter.h @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2016 Alice Margatroid Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/MagnumPlugins/WavAudioImporter/configure.h.cmake b/src/MagnumPlugins/WavAudioImporter/configure.h.cmake index 020af2d7d..40fc0f7af 100644 --- a/src/MagnumPlugins/WavAudioImporter/configure.h.cmake +++ b/src/MagnumPlugins/WavAudioImporter/configure.h.cmake @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/MagnumPlugins/WavAudioImporter/importStaticPlugin.cpp b/src/MagnumPlugins/WavAudioImporter/importStaticPlugin.cpp index 5651a926f..835cc27cc 100644 --- a/src/MagnumPlugins/WavAudioImporter/importStaticPlugin.cpp +++ b/src/MagnumPlugins/WavAudioImporter/importStaticPlugin.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš 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/src/debuggers/CMakeLists.txt b/src/debuggers/CMakeLists.txt index 11918fd62..369ea0608 100644 --- a/src/debuggers/CMakeLists.txt +++ b/src/debuggers/CMakeLists.txt @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2022 Guillaume Jacquemin # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/debuggers/gdb/magnum/__init__.py b/src/debuggers/gdb/magnum/__init__.py index 32e245ef3..5388e4289 100644 --- a/src/debuggers/gdb/magnum/__init__.py +++ b/src/debuggers/gdb/magnum/__init__.py @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2022 Guillaume Jacquemin # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/debuggers/gdb/magnum/printers.py b/src/debuggers/gdb/magnum/printers.py index 514df1ddc..b021c0a80 100644 --- a/src/debuggers/gdb/magnum/printers.py +++ b/src/debuggers/gdb/magnum/printers.py @@ -2,7 +2,8 @@ # This file is part of Magnum. # # Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -# 2020, 2021, 2022, 2023 Vladimír Vondruš +# 2020, 2021, 2022, 2023, 2024 +# Vladimír Vondruš # Copyright © 2022 Guillaume Jacquemin # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/debuggers/natvis/magnum.natvis b/src/debuggers/natvis/magnum.natvis index b7b7b3f3a..a47d1e85c 100644 --- a/src/debuggers/natvis/magnum.natvis +++ b/src/debuggers/natvis/magnum.natvis @@ -4,7 +4,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Copyright © 2021 Jonathan Hale Copyright © 2023 Pablo Escobar Copyright © 2023 Burak Canik diff --git a/src/dummy.cpp b/src/dummy.cpp index a99b39ba8..c729dd1e0 100644 --- a/src/dummy.cpp +++ b/src/dummy.cpp @@ -2,7 +2,8 @@ This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, - 2020, 2021, 2022, 2023 Vladimír Vondruš + 2020, 2021, 2022, 2023, 2024 + Vladimír Vondruš Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),