From a56a587b140577a27e7863f57becc85819e96002 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Wed, 8 Jan 2025 01:14:04 +0000 Subject: [PATCH 1/3] [clang-format] Committing clang-format changes --- CMakeLists.txt | 2 +- cmake/examples_and_tests.cmake | 2 +- cmake/vclib_common_settings.cmake | 2 +- examples/CMakeLists.txt | 2 +- examples/core/000-mesh-basic/CMakeLists.txt | 2 +- examples/core/000-mesh-basic/main.cpp | 2 +- examples/core/001-polymesh-basic/CMakeLists.txt | 2 +- examples/core/001-polymesh-basic/main.cpp | 2 +- examples/core/002-mesh-iterators/CMakeLists.txt | 2 +- examples/core/002-mesh-iterators/main.cpp | 2 +- examples/core/003-mesh-copy/CMakeLists.txt | 2 +- examples/core/003-mesh-copy/main.cpp | 2 +- examples/core/004-mesh-normal/CMakeLists.txt | 2 +- examples/core/004-mesh-normal/main.cpp | 2 +- examples/core/005-mesh-topology/CMakeLists.txt | 2 +- examples/core/005-mesh-topology/main.cpp | 2 +- examples/core/006-mesh-stat/CMakeLists.txt | 2 +- examples/core/006-mesh-stat/main.cpp | 2 +- examples/core/007-mesh-conversion/CMakeLists.txt | 2 +- examples/core/007-mesh-conversion/main.cpp | 2 +- examples/core/008-mesh-transform/CMakeLists.txt | 2 +- examples/core/008-mesh-transform/main.cpp | 2 +- examples/core/009-mesh-custom-components/CMakeLists.txt | 2 +- examples/core/009-mesh-custom-components/main.cpp | 2 +- examples/core/010-mesh-new-user-component/CMakeLists.txt | 2 +- examples/core/010-mesh-new-user-component/bar_component.h | 2 +- examples/core/010-mesh-new-user-component/foo_component.h | 2 +- examples/core/010-mesh-new-user-component/foo_mesh.h | 2 +- examples/core/010-mesh-new-user-component/main.cpp | 2 +- examples/core/011-mesh-export-to-matrix/CMakeLists.txt | 2 +- examples/core/011-mesh-export-to-matrix/main.cpp | 2 +- examples/core/012-mesh-io-obj/CMakeLists.txt | 2 +- examples/core/012-mesh-io-obj/main.cpp | 2 +- examples/core/013-mesh-io-off/CMakeLists.txt | 2 +- examples/core/013-mesh-io-off/main.cpp | 2 +- examples/core/014-mesh-io-ply/CMakeLists.txt | 2 +- examples/core/014-mesh-io-ply/main.cpp | 2 +- examples/core/015-mesh-io-stl/CMakeLists.txt | 2 +- examples/core/015-mesh-io-stl/main.cpp | 2 +- examples/core/016-mesh-clean/CMakeLists.txt | 2 +- examples/core/016-mesh-clean/main.cpp | 2 +- examples/core/017-mesh-create/CMakeLists.txt | 2 +- examples/core/017-mesh-create/main.cpp | 2 +- examples/core/018-mesh-principal-curvature/CMakeLists.txt | 2 +- examples/core/018-mesh-principal-curvature/main.cpp | 2 +- examples/core/018-mesh-principal-curvature/mesh_curvature.h | 2 +- examples/core/019-mesh-sampling/CMakeLists.txt | 2 +- examples/core/019-mesh-sampling/main.cpp | 2 +- examples/core/019-mesh-sampling/montecarlo_sampling.h | 2 +- examples/core/020-mesh-smooth/CMakeLists.txt | 2 +- examples/core/020-mesh-smooth/main.cpp | 2 +- examples/core/021-mesh-sphere-intersection/CMakeLists.txt | 2 +- .../021-mesh-sphere-intersection/bimba_sphere_intersection.h | 2 +- examples/core/021-mesh-sphere-intersection/main.cpp | 2 +- examples/core/022-edge-mesh-basic/CMakeLists.txt | 2 +- examples/core/022-edge-mesh-basic/main.cpp | 2 +- examples/core/023-polygon-earcut/CMakeLists.txt | 2 +- examples/core/023-polygon-earcut/main.cpp | 2 +- examples/core/024-distance/CMakeLists.txt | 2 +- examples/core/024-distance/main.cpp | 2 +- examples/core/025-grid/CMakeLists.txt | 2 +- examples/core/025-grid/main.cpp | 2 +- examples/core/026-crease-edges-mesh/CMakeLists.txt | 2 +- examples/core/026-crease-edges-mesh/crease_edges_mesh.h | 2 +- examples/core/026-crease-edges-mesh/main.cpp | 2 +- examples/core/027-convex-hull/CMakeLists.txt | 2 +- examples/core/027-convex-hull/main.cpp | 2 +- examples/core/028-topology-patch/CMakeLists.txt | 2 +- examples/core/028-topology-patch/main.cpp | 2 +- examples/core/998-misc-no-lib/CMakeLists.txt | 2 +- examples/core/998-misc-no-lib/main.cpp | 2 +- examples/core/999-misc/CMakeLists.txt | 2 +- examples/core/999-misc/main.cpp | 2 +- examples/core/CMakeLists.txt | 2 +- examples/processing/000-save-mesh/CMakeLists.txt | 2 +- examples/processing/000-save-mesh/main.cpp | 2 +- examples/processing/001-load-mesh/CMakeLists.txt | 2 +- examples/processing/001-load-mesh/main.cpp | 2 +- examples/processing/002-create-mesh/CMakeLists.txt | 2 +- examples/processing/002-create-mesh/main.cpp | 2 +- examples/processing/003-laplacian-smoothing/CMakeLists.txt | 2 +- examples/processing/003-laplacian-smoothing/main.cpp | 2 +- examples/processing/004-convex-hull/CMakeLists.txt | 2 +- examples/processing/004-convex-hull/main.cpp | 2 +- examples/processing/CMakeLists.txt | 2 +- examples/render/00-hello-triangle/CMakeLists.txt | 2 +- examples/render/00-hello-triangle/bgfx/CMakeLists.txt | 2 +- examples/render/00-hello-triangle/bgfx/common.h | 2 +- examples/render/00-hello-triangle/bgfx/glfw/CMakeLists.txt | 2 +- .../render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.cpp | 2 +- .../render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.h | 2 +- examples/render/00-hello-triangle/bgfx/glfw/main.cpp | 2 +- examples/render/00-hello-triangle/bgfx/qt/CMakeLists.txt | 2 +- examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.cpp | 2 +- examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.h | 2 +- examples/render/00-hello-triangle/bgfx/qt/main.cpp | 2 +- examples/render/00-hello-triangle/opengl2/CMakeLists.txt | 2 +- examples/render/00-hello-triangle/opengl2/common.h | 2 +- examples/render/00-hello-triangle/opengl2/glfw/CMakeLists.txt | 2 +- .../00-hello-triangle/opengl2/glfw/hello_triangle_glfw.cpp | 2 +- .../render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.h | 2 +- examples/render/00-hello-triangle/opengl2/glfw/main.cpp | 2 +- examples/render/00-hello-triangle/opengl2/qt/CMakeLists.txt | 2 +- .../render/00-hello-triangle/opengl2/qt/hello_triangle_qt.cpp | 2 +- .../render/00-hello-triangle/opengl2/qt/hello_triangle_qt.h | 2 +- examples/render/00-hello-triangle/opengl2/qt/main.cpp | 2 +- examples/render/01-viewer/CMakeLists.txt | 2 +- examples/render/01-viewer/bgfx/CMakeLists.txt | 2 +- examples/render/01-viewer/bgfx/glfw/CMakeLists.txt | 2 +- examples/render/01-viewer/bgfx/glfw/common.h | 2 +- examples/render/01-viewer/bgfx/glfw/main.cpp | 2 +- examples/render/01-viewer/bgfx/qt/CMakeLists.txt | 2 +- examples/render/01-viewer/bgfx/qt/common.h | 2 +- examples/render/01-viewer/bgfx/qt/main.cpp | 2 +- examples/render/01-viewer/opengl2/CMakeLists.txt | 2 +- examples/render/01-viewer/opengl2/glfw/CMakeLists.txt | 2 +- examples/render/01-viewer/opengl2/glfw/common.h | 2 +- examples/render/01-viewer/opengl2/glfw/main.cpp | 2 +- examples/render/01-viewer/opengl2/qt/CMakeLists.txt | 2 +- examples/render/01-viewer/opengl2/qt/common.h | 2 +- examples/render/01-viewer/opengl2/qt/main.cpp | 2 +- examples/render/02-mesh-viewer/CMakeLists.txt | 2 +- examples/render/02-mesh-viewer/bgfx/CMakeLists.txt | 2 +- examples/render/02-mesh-viewer/bgfx/qt/CMakeLists.txt | 2 +- examples/render/02-mesh-viewer/bgfx/qt/common.h | 2 +- examples/render/02-mesh-viewer/bgfx/qt/main.cpp | 2 +- examples/render/02-mesh-viewer/opengl2/CMakeLists.txt | 2 +- examples/render/02-mesh-viewer/opengl2/qt/CMakeLists.txt | 2 +- examples/render/02-mesh-viewer/opengl2/qt/common.h | 2 +- examples/render/02-mesh-viewer/opengl2/qt/main.cpp | 2 +- examples/render/03-viewer-with-text/CMakeLists.txt | 2 +- examples/render/03-viewer-with-text/bgfx/CMakeLists.txt | 2 +- examples/render/03-viewer-with-text/bgfx/glfw/CMakeLists.txt | 2 +- examples/render/03-viewer-with-text/bgfx/glfw/common.h | 2 +- examples/render/03-viewer-with-text/bgfx/glfw/main.cpp | 2 +- examples/render/03-viewer-with-text/bgfx/qt/CMakeLists.txt | 2 +- examples/render/03-viewer-with-text/bgfx/qt/common.h | 2 +- examples/render/03-viewer-with-text/bgfx/qt/main.cpp | 2 +- examples/render/800-processing-main-window/CMakeLists.txt | 2 +- examples/render/800-processing-main-window/bgfx/CMakeLists.txt | 2 +- .../render/800-processing-main-window/bgfx/qt/CMakeLists.txt | 2 +- examples/render/800-processing-main-window/bgfx/qt/main.cpp | 2 +- .../render/800-processing-main-window/opengl2/CMakeLists.txt | 2 +- .../render/800-processing-main-window/opengl2/qt/CMakeLists.txt | 2 +- examples/render/800-processing-main-window/opengl2/qt/main.cpp | 2 +- examples/render/9015-mesh-io-stl/CMakeLists.txt | 2 +- examples/render/9015-mesh-io-stl/main.cpp | 2 +- examples/render/9018-mesh-principal-curvature/CMakeLists.txt | 2 +- examples/render/9018-mesh-principal-curvature/main.cpp | 2 +- examples/render/9019-mesh-sampling/CMakeLists.txt | 2 +- examples/render/9019-mesh-sampling/main.cpp | 2 +- examples/render/9021-mesh-sphere-intersection/CMakeLists.txt | 2 +- examples/render/9021-mesh-sphere-intersection/main.cpp | 2 +- examples/render/9026-crease-edges-mesh/CMakeLists.txt | 2 +- examples/render/9026-crease-edges-mesh/main.cpp | 2 +- examples/render/999-misc/CMakeLists.txt | 2 +- examples/render/999-misc/bgfx/CMakeLists.txt | 2 +- examples/render/999-misc/bgfx/native/CMakeLists.txt | 2 +- examples/render/999-misc/bgfx/native/main.cpp | 2 +- examples/render/CMakeLists.txt | 2 +- examples/render/common/CMakeLists.txt | 2 +- examples/render/common/default_viewer.h | 2 +- tests/CMakeLists.txt | 2 +- tests/catch2.cmake | 2 +- tests/core/000-static-asserts/CMakeLists.txt | 2 +- tests/core/000-static-asserts/const_correctness.h | 2 +- tests/core/000-static-asserts/iterators.h | 2 +- tests/core/000-static-asserts/loggers.h | 2 +- tests/core/000-static-asserts/main.cpp | 2 +- tests/core/000-static-asserts/mesh.h | 2 +- tests/core/000-static-asserts/mesh/components.h | 2 +- tests/core/000-static-asserts/mesh/components/adjacent_edges.h | 2 +- tests/core/000-static-asserts/mesh/components/adjacent_faces.h | 2 +- .../core/000-static-asserts/mesh/components/adjacent_vertices.h | 2 +- tests/core/000-static-asserts/mesh/components/bit_flags.h | 2 +- tests/core/000-static-asserts/mesh/components/bounding_box.h | 2 +- tests/core/000-static-asserts/mesh/components/color.h | 2 +- tests/core/000-static-asserts/mesh/components/component.h | 2 +- tests/core/000-static-asserts/mesh/components/coordinate.h | 2 +- .../core/000-static-asserts/mesh/components/custom_components.h | 2 +- tests/core/000-static-asserts/mesh/components/mark.h | 2 +- tests/core/000-static-asserts/mesh/components/name.h | 2 +- tests/core/000-static-asserts/mesh/components/normal.h | 2 +- .../000-static-asserts/mesh/components/principal_curvature.h | 2 +- tests/core/000-static-asserts/mesh/components/quality.h | 2 +- tests/core/000-static-asserts/mesh/components/tex_coord.h | 2 +- tests/core/000-static-asserts/mesh/components/textures.h | 2 +- .../core/000-static-asserts/mesh/components/transform_matrix.h | 2 +- .../core/000-static-asserts/mesh/components/vertex_references.h | 2 +- tests/core/000-static-asserts/mesh/components/wedge_colors.h | 2 +- .../core/000-static-asserts/mesh/components/wedge_tex_coords.h | 2 +- tests/core/000-static-asserts/mesh/containers.h | 2 +- tests/core/000-static-asserts/mesh/containers/edge_container.h | 2 +- .../core/000-static-asserts/mesh/containers/element_container.h | 2 +- tests/core/000-static-asserts/mesh/containers/face_container.h | 2 +- .../core/000-static-asserts/mesh/containers/vertex_container.h | 2 +- tests/core/000-static-asserts/mesh/elements.h | 2 +- tests/core/000-static-asserts/mesh/elements/edge.h | 2 +- tests/core/000-static-asserts/mesh/elements/element.h | 2 +- tests/core/000-static-asserts/mesh/elements/face.h | 2 +- tests/core/000-static-asserts/mesh/elements/vertex.h | 2 +- tests/core/000-static-asserts/mesh/mesh_concept.h | 2 +- tests/core/000-static-asserts/mesh/per_edge.h | 2 +- tests/core/000-static-asserts/mesh/per_face.h | 2 +- tests/core/000-static-asserts/mesh/per_mesh.h | 2 +- tests/core/000-static-asserts/mesh/per_vertex.h | 2 +- tests/core/000-static-asserts/meshes.h | 2 +- tests/core/000-static-asserts/ranges.h | 2 +- tests/core/000-static-asserts/space.h | 2 +- tests/core/000-static-asserts/space/array.h | 2 +- tests/core/000-static-asserts/space/bit_set.h | 2 +- tests/core/000-static-asserts/space/box.h | 2 +- tests/core/000-static-asserts/space/color.h | 2 +- tests/core/000-static-asserts/space/image.h | 2 +- tests/core/000-static-asserts/space/matrix.h | 2 +- tests/core/000-static-asserts/space/plane.h | 2 +- tests/core/000-static-asserts/space/point.h | 2 +- tests/core/000-static-asserts/space/polygon.h | 2 +- tests/core/000-static-asserts/space/principal_curvature.h | 2 +- tests/core/000-static-asserts/space/sampler.h | 2 +- tests/core/000-static-asserts/space/segment.h | 2 +- tests/core/000-static-asserts/space/sphere.h | 2 +- tests/core/000-static-asserts/space/tex_coord.h | 2 +- tests/core/000-static-asserts/space/texture.h | 2 +- tests/core/000-static-asserts/space/triangle.h | 2 +- tests/core/001-trimesh-base/CMakeLists.txt | 2 +- tests/core/001-trimesh-base/main.cpp | 2 +- tests/core/002-mesh-topology/CMakeLists.txt | 2 +- tests/core/002-mesh-topology/main.cpp | 2 +- tests/core/003-mesh-conversions/CMakeLists.txt | 2 +- tests/core/003-mesh-conversions/main.cpp | 2 +- tests/core/004-mesh-custom-components/CMakeLists.txt | 2 +- tests/core/004-mesh-custom-components/main.cpp | 2 +- tests/core/005-mesh-new-user-component/CMakeLists.txt | 2 +- tests/core/005-mesh-new-user-component/main.cpp | 2 +- tests/core/006-load-save-mesh-obj/CMakeLists.txt | 2 +- tests/core/006-load-save-mesh-obj/main.cpp | 2 +- tests/core/007-load-save-mesh-off/CMakeLists.txt | 2 +- tests/core/007-load-save-mesh-off/main.cpp | 2 +- tests/core/008-load-save-mesh-ply/CMakeLists.txt | 2 +- tests/core/008-load-save-mesh-ply/main.cpp | 2 +- tests/core/009-load-save-mesh-stl/CMakeLists.txt | 2 +- tests/core/009-load-save-mesh-stl/main.cpp | 2 +- tests/core/010-mesh-clean/CMakeLists.txt | 2 +- tests/core/010-mesh-clean/main.cpp | 2 +- tests/core/011-mesh-filter/CMakeLists.txt | 2 +- tests/core/011-mesh-filter/main.cpp | 2 +- tests/core/012-kd-tree/CMakeLists.txt | 2 +- tests/core/012-kd-tree/main.cpp | 2 +- tests/core/013-mesh-update-normal/CMakeLists.txt | 2 +- tests/core/013-mesh-update-normal/main.cpp | 2 +- tests/core/014-polymesh-base/CMakeLists.txt | 2 +- tests/core/014-polymesh-base/main.cpp | 2 +- tests/core/015-mesh-copy-and-append/CMakeLists.txt | 2 +- tests/core/015-mesh-copy-and-append/main.cpp | 2 +- tests/core/016-mesh-crease-edges/CMakeLists.txt | 2 +- tests/core/016-mesh-crease-edges/main.cpp | 2 +- tests/core/017-serialization/CMakeLists.txt | 2 +- tests/core/017-serialization/main.cpp | 2 +- tests/core/018-polygon/CMakeLists.txt | 2 +- tests/core/018-polygon/main.cpp | 2 +- tests/core/CMakeLists.txt | 2 +- tests/external/000-mesh-import-vcg/CMakeLists.txt | 2 +- tests/external/000-mesh-import-vcg/main.cpp | 2 +- tests/external/CMakeLists.txt | 2 +- vclib/core/3rdparty/CMakeLists.txt | 2 +- vclib/core/3rdparty/eigen.cmake | 2 +- vclib/core/3rdparty/mapbox.cmake | 2 +- vclib/core/3rdparty/poolstl.cmake | 2 +- vclib/core/3rdparty/stb.cmake | 2 +- vclib/core/3rdparty/tbb.cmake | 2 +- vclib/core/3rdparty/zip-views.cmake | 2 +- vclib/core/include/vclib/algorithms.h | 2 +- vclib/core/include/vclib/algorithms/core.h | 2 +- vclib/core/include/vclib/algorithms/core/bounding_box.h | 2 +- vclib/core/include/vclib/algorithms/core/box.h | 2 +- vclib/core/include/vclib/algorithms/core/box/box3.h | 2 +- vclib/core/include/vclib/algorithms/core/distance.h | 2 +- vclib/core/include/vclib/algorithms/core/distance/element.h | 2 +- vclib/core/include/vclib/algorithms/core/distance/functions.h | 2 +- vclib/core/include/vclib/algorithms/core/distance/misc.h | 2 +- vclib/core/include/vclib/algorithms/core/fitting.h | 2 +- vclib/core/include/vclib/algorithms/core/intersection.h | 2 +- vclib/core/include/vclib/algorithms/core/intersection/element.h | 2 +- .../core/include/vclib/algorithms/core/intersection/functions.h | 2 +- vclib/core/include/vclib/algorithms/core/intersection/misc.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon/convex_hull.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon/core2.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon/create.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon/ear_cut.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon/geometry.h | 2 +- vclib/core/include/vclib/algorithms/core/polygon/projection.h | 2 +- vclib/core/include/vclib/algorithms/core/stat.h | 2 +- vclib/core/include/vclib/algorithms/core/visibility.h | 2 +- vclib/core/include/vclib/algorithms/mesh.h | 2 +- vclib/core/include/vclib/algorithms/mesh/check_pointers.h | 2 +- vclib/core/include/vclib/algorithms/mesh/clean.h | 2 +- vclib/core/include/vclib/algorithms/mesh/convex_hull.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create/cone.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create/dodecahedron.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create/hexahedron.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create/icosahedron.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create/sphere.h | 2 +- vclib/core/include/vclib/algorithms/mesh/create/tetrahedron.h | 2 +- vclib/core/include/vclib/algorithms/mesh/distance.h | 2 +- vclib/core/include/vclib/algorithms/mesh/face_topology.h | 2 +- vclib/core/include/vclib/algorithms/mesh/filter.h | 2 +- vclib/core/include/vclib/algorithms/mesh/import_export.h | 2 +- .../include/vclib/algorithms/mesh/import_export/export_matrix.h | 2 +- .../include/vclib/algorithms/mesh/import_export/import_matrix.h | 2 +- vclib/core/include/vclib/algorithms/mesh/intersection.h | 2 +- vclib/core/include/vclib/algorithms/mesh/point_sampling.h | 2 +- vclib/core/include/vclib/algorithms/mesh/polygon.h | 2 +- vclib/core/include/vclib/algorithms/mesh/shuffle.h | 2 +- vclib/core/include/vclib/algorithms/mesh/smooth.h | 2 +- vclib/core/include/vclib/algorithms/mesh/sort.h | 2 +- vclib/core/include/vclib/algorithms/mesh/stat.h | 2 +- vclib/core/include/vclib/algorithms/mesh/stat/barycenter.h | 2 +- vclib/core/include/vclib/algorithms/mesh/stat/bounding_box.h | 2 +- vclib/core/include/vclib/algorithms/mesh/stat/geometry.h | 2 +- vclib/core/include/vclib/algorithms/mesh/stat/quality.h | 2 +- vclib/core/include/vclib/algorithms/mesh/stat/selection.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/bounding_box.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/color.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/curvature.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/flag.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/normal.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/quality.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/selection.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/topology.h | 2 +- vclib/core/include/vclib/algorithms/mesh/update/transform.h | 2 +- vclib/core/include/vclib/concepts.h | 2 +- vclib/core/include/vclib/concepts/const_correctness.h | 2 +- vclib/core/include/vclib/concepts/iterators.h | 2 +- vclib/core/include/vclib/concepts/logger.h | 2 +- vclib/core/include/vclib/concepts/mesh.h | 2 +- vclib/core/include/vclib/concepts/mesh/components.h | 2 +- .../include/vclib/concepts/mesh/components/adjacent_edges.h | 2 +- .../include/vclib/concepts/mesh/components/adjacent_faces.h | 2 +- .../include/vclib/concepts/mesh/components/adjacent_vertices.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/bit_flags.h | 2 +- .../core/include/vclib/concepts/mesh/components/bounding_box.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/color.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/component.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/coordinate.h | 2 +- .../include/vclib/concepts/mesh/components/custom_components.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/mark.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/name.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/normal.h | 2 +- .../vclib/concepts/mesh/components/principal_curvature.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/quality.h | 2 +- vclib/core/include/vclib/concepts/mesh/components/tex_coord.h | 2 +- .../include/vclib/concepts/mesh/components/texture_images.h | 2 +- .../core/include/vclib/concepts/mesh/components/texture_paths.h | 2 +- .../include/vclib/concepts/mesh/components/transform_matrix.h | 2 +- .../include/vclib/concepts/mesh/components/vertex_references.h | 2 +- .../core/include/vclib/concepts/mesh/components/wedge_colors.h | 2 +- .../include/vclib/concepts/mesh/components/wedge_tex_coords.h | 2 +- vclib/core/include/vclib/concepts/mesh/containers.h | 2 +- .../include/vclib/concepts/mesh/containers/edge_container.h | 2 +- .../include/vclib/concepts/mesh/containers/element_container.h | 2 +- .../include/vclib/concepts/mesh/containers/face_container.h | 2 +- .../include/vclib/concepts/mesh/containers/vertex_container.h | 2 +- vclib/core/include/vclib/concepts/mesh/elements/edge.h | 2 +- vclib/core/include/vclib/concepts/mesh/elements/element.h | 2 +- vclib/core/include/vclib/concepts/mesh/elements/face.h | 2 +- vclib/core/include/vclib/concepts/mesh/elements/vertex.h | 2 +- vclib/core/include/vclib/concepts/mesh/mesh_concept.h | 2 +- vclib/core/include/vclib/concepts/mesh/per_edge.h | 2 +- vclib/core/include/vclib/concepts/mesh/per_face.h | 2 +- vclib/core/include/vclib/concepts/mesh/per_mesh.h | 2 +- vclib/core/include/vclib/concepts/mesh/per_vertex.h | 2 +- vclib/core/include/vclib/concepts/pointers.h | 2 +- vclib/core/include/vclib/concepts/polymorphism.h | 2 +- vclib/core/include/vclib/concepts/range.h | 2 +- vclib/core/include/vclib/concepts/ranges/mesh.h | 2 +- vclib/core/include/vclib/concepts/ranges/mesh/edge_range.h | 2 +- vclib/core/include/vclib/concepts/ranges/mesh/face_range.h | 2 +- vclib/core/include/vclib/concepts/ranges/mesh/vertex_range.h | 2 +- vclib/core/include/vclib/concepts/ranges/range.h | 2 +- vclib/core/include/vclib/concepts/serialization.h | 2 +- vclib/core/include/vclib/concepts/space.h | 2 +- vclib/core/include/vclib/concepts/space/array.h | 2 +- vclib/core/include/vclib/concepts/space/bit_set.h | 2 +- vclib/core/include/vclib/concepts/space/box.h | 2 +- vclib/core/include/vclib/concepts/space/color.h | 2 +- vclib/core/include/vclib/concepts/space/image.h | 2 +- vclib/core/include/vclib/concepts/space/matrix.h | 2 +- vclib/core/include/vclib/concepts/space/plane.h | 2 +- vclib/core/include/vclib/concepts/space/point.h | 2 +- vclib/core/include/vclib/concepts/space/polygon.h | 2 +- vclib/core/include/vclib/concepts/space/principal_curvature.h | 2 +- vclib/core/include/vclib/concepts/space/sampler.h | 2 +- vclib/core/include/vclib/concepts/space/segment.h | 2 +- vclib/core/include/vclib/concepts/space/sphere.h | 2 +- vclib/core/include/vclib/concepts/space/tex_coord.h | 2 +- vclib/core/include/vclib/concepts/space/texture.h | 2 +- vclib/core/include/vclib/concepts/space/triangle.h | 2 +- vclib/core/include/vclib/concepts/types.h | 2 +- vclib/core/include/vclib/exceptions.h | 2 +- vclib/core/include/vclib/exceptions/io.h | 2 +- vclib/core/include/vclib/exceptions/mesh.h | 2 +- vclib/core/include/vclib/exceptions/misc.h | 2 +- vclib/core/include/vclib/io/file_format.h | 2 +- vclib/core/include/vclib/io/file_info.h | 2 +- vclib/core/include/vclib/io/file_type.h | 2 +- vclib/core/include/vclib/io/image.h | 2 +- vclib/core/include/vclib/io/read.h | 2 +- vclib/core/include/vclib/io/serialization.h | 2 +- vclib/core/include/vclib/io/serialization/deserialize.h | 2 +- vclib/core/include/vclib/io/serialization/endian.h | 2 +- vclib/core/include/vclib/io/serialization/serialize.h | 2 +- vclib/core/include/vclib/io/write.h | 2 +- vclib/core/include/vclib/load_save.h | 2 +- vclib/core/include/vclib/load_save/capability.h | 2 +- vclib/core/include/vclib/load_save/load.h | 2 +- vclib/core/include/vclib/load_save/obj/capability.h | 2 +- vclib/core/include/vclib/load_save/obj/load.h | 2 +- vclib/core/include/vclib/load_save/obj/material.h | 2 +- vclib/core/include/vclib/load_save/obj/save.h | 2 +- vclib/core/include/vclib/load_save/off/capability.h | 2 +- vclib/core/include/vclib/load_save/off/load.h | 2 +- vclib/core/include/vclib/load_save/off/save.h | 2 +- vclib/core/include/vclib/load_save/ply/capability.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/edge.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/extra.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/face.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/header.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/ply.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/tristrip.h | 2 +- vclib/core/include/vclib/load_save/ply/detail/vertex.h | 2 +- vclib/core/include/vclib/load_save/ply/load.h | 2 +- vclib/core/include/vclib/load_save/ply/save.h | 2 +- vclib/core/include/vclib/load_save/save.h | 2 +- vclib/core/include/vclib/load_save/settings.h | 2 +- vclib/core/include/vclib/load_save/stl/capability.h | 2 +- vclib/core/include/vclib/load_save/stl/load.h | 2 +- vclib/core/include/vclib/load_save/stl/save.h | 2 +- vclib/core/include/vclib/math.h | 2 +- vclib/core/include/vclib/math/base.h | 2 +- vclib/core/include/vclib/math/distribution.h | 2 +- vclib/core/include/vclib/math/fibonacci.h | 2 +- vclib/core/include/vclib/math/histogram.h | 2 +- vclib/core/include/vclib/math/min_max.h | 2 +- vclib/core/include/vclib/math/perlin_noise.h | 2 +- vclib/core/include/vclib/math/random.h | 2 +- vclib/core/include/vclib/math/transform.h | 2 +- vclib/core/include/vclib/mesh/components.h | 2 +- vclib/core/include/vclib/mesh/components/adjacent_edges.h | 2 +- vclib/core/include/vclib/mesh/components/adjacent_faces.h | 2 +- vclib/core/include/vclib/mesh/components/adjacent_vertices.h | 2 +- vclib/core/include/vclib/mesh/components/bases/component.h | 2 +- .../include/vclib/mesh/components/bases/container_component.h | 2 +- .../vclib/mesh/components/bases/index_container_component.h | 2 +- .../vclib/mesh/components/bases/pointer_container_component.h | 2 +- .../vclib/mesh/components/bases/reference_container_component.h | 2 +- vclib/core/include/vclib/mesh/components/bit_flags.h | 2 +- vclib/core/include/vclib/mesh/components/bounding_box.h | 2 +- vclib/core/include/vclib/mesh/components/color.h | 2 +- vclib/core/include/vclib/mesh/components/coordinate.h | 2 +- vclib/core/include/vclib/mesh/components/custom_components.h | 2 +- .../core/include/vclib/mesh/components/detail/component_data.h | 2 +- .../vclib/mesh/components/detail/custom_components_data.h | 2 +- vclib/core/include/vclib/mesh/components/mark.h | 2 +- vclib/core/include/vclib/mesh/components/name.h | 2 +- vclib/core/include/vclib/mesh/components/normal.h | 2 +- vclib/core/include/vclib/mesh/components/parent_mesh_pointer.h | 2 +- vclib/core/include/vclib/mesh/components/polygon_bit_flags.h | 2 +- vclib/core/include/vclib/mesh/components/principal_curvature.h | 2 +- vclib/core/include/vclib/mesh/components/quality.h | 2 +- vclib/core/include/vclib/mesh/components/tex_coord.h | 2 +- vclib/core/include/vclib/mesh/components/texture_images.h | 2 +- vclib/core/include/vclib/mesh/components/texture_paths.h | 2 +- vclib/core/include/vclib/mesh/components/transform_matrix.h | 2 +- vclib/core/include/vclib/mesh/components/triangle_bit_flags.h | 2 +- vclib/core/include/vclib/mesh/components/vertex_references.h | 2 +- vclib/core/include/vclib/mesh/components/wedge_colors.h | 2 +- vclib/core/include/vclib/mesh/components/wedge_tex_coords.h | 2 +- .../vclib/mesh/containers/custom_component_vector_handle.h | 2 +- .../vclib/mesh/containers/custom_components_vector_map.h | 2 +- vclib/core/include/vclib/mesh/containers/edge_container.h | 2 +- vclib/core/include/vclib/mesh/containers/element_container.h | 2 +- vclib/core/include/vclib/mesh/containers/face_container.h | 2 +- vclib/core/include/vclib/mesh/containers/vertex_container.h | 2 +- .../vclib/mesh/containers/vertical_components_vector_tuple.h | 2 +- vclib/core/include/vclib/mesh/elements.h | 2 +- vclib/core/include/vclib/mesh/elements/edge.h | 2 +- vclib/core/include/vclib/mesh/elements/edge_components.h | 2 +- vclib/core/include/vclib/mesh/elements/element.h | 2 +- vclib/core/include/vclib/mesh/elements/face.h | 2 +- vclib/core/include/vclib/mesh/elements/face_components.h | 2 +- vclib/core/include/vclib/mesh/elements/vertex.h | 2 +- vclib/core/include/vclib/mesh/elements/vertex_components.h | 2 +- .../mesh/iterators/components/index_from_pointer_iterator.h | 2 +- .../mesh/iterators/components/pointer_from_index_iterator.h | 2 +- .../include/vclib/mesh/iterators/element_container_iterator.h | 2 +- .../include/vclib/mesh/iterators/face/edge_adj_face_iterator.h | 2 +- vclib/core/include/vclib/mesh/mesh.h | 2 +- vclib/core/include/vclib/mesh/mesh_components.h | 2 +- vclib/core/include/vclib/mesh/mesh_containers.h | 2 +- vclib/core/include/vclib/mesh/requirements.h | 2 +- vclib/core/include/vclib/mesh/requirements/edge_requirements.h | 2 +- .../core/include/vclib/mesh/requirements/element_requirements.h | 2 +- vclib/core/include/vclib/mesh/requirements/face_requirements.h | 2 +- vclib/core/include/vclib/mesh/requirements/mesh_requirements.h | 2 +- .../core/include/vclib/mesh/requirements/vertex_requirements.h | 2 +- vclib/core/include/vclib/mesh/tmp_meshes.h | 2 +- vclib/core/include/vclib/meshes.h | 2 +- vclib/core/include/vclib/meshes/edge_mesh.h | 2 +- vclib/core/include/vclib/meshes/point_cloud.h | 2 +- vclib/core/include/vclib/meshes/poly_edge_mesh.h | 2 +- vclib/core/include/vclib/meshes/poly_mesh.h | 2 +- vclib/core/include/vclib/meshes/tri_edge_mesh.h | 2 +- vclib/core/include/vclib/meshes/tri_mesh.h | 2 +- vclib/core/include/vclib/misc/compactness.h | 2 +- vclib/core/include/vclib/misc/comparators.h | 2 +- vclib/core/include/vclib/misc/hash.h | 2 +- vclib/core/include/vclib/misc/iterators.h | 2 +- .../core/include/vclib/misc/iterators/const_pointer_iterator.h | 2 +- vclib/core/include/vclib/misc/logger.h | 2 +- vclib/core/include/vclib/misc/logger/abstract_logger.h | 2 +- vclib/core/include/vclib/misc/logger/console_logger.h | 2 +- vclib/core/include/vclib/misc/logger/logger.h | 2 +- vclib/core/include/vclib/misc/logger/null_logger.h | 2 +- vclib/core/include/vclib/misc/nested_initializer_lists.h | 2 +- vclib/core/include/vclib/misc/pair.h | 2 +- vclib/core/include/vclib/misc/parallel.h | 2 +- vclib/core/include/vclib/misc/shuffle.h | 2 +- vclib/core/include/vclib/misc/string.h | 2 +- vclib/core/include/vclib/misc/timer.h | 2 +- vclib/core/include/vclib/misc/tokenizer.h | 2 +- vclib/core/include/vclib/misc/tuple.h | 2 +- vclib/core/include/vclib/miscellaneous.h | 2 +- vclib/core/include/vclib/space.h | 2 +- vclib/core/include/vclib/space/complex.h | 2 +- vclib/core/include/vclib/space/complex/graph.h | 2 +- vclib/core/include/vclib/space/complex/graph/bipartite_graph.h | 2 +- .../graph/bipartite_iterators/adjacent_left_node_iterator.h | 2 +- .../complex/graph/bipartite_iterators/adjacent_node_iterator.h | 2 +- .../graph/bipartite_iterators/adjacent_right_node_iterator.h | 2 +- .../space/complex/graph/bipartite_iterators/node_iterator.h | 2 +- .../include/vclib/space/complex/graph/nodes/undirected_node.h | 2 +- vclib/core/include/vclib/space/complex/grid.h | 2 +- vclib/core/include/vclib/space/complex/grid/abstract_grid.h | 2 +- vclib/core/include/vclib/space/complex/grid/hash_table_grid.h | 2 +- .../include/vclib/space/complex/grid/iterators/cell_iterator.h | 2 +- .../vclib/space/complex/grid/iterators/static_grid_iterator.h | 2 +- vclib/core/include/vclib/space/complex/grid/regular_grid.h | 2 +- vclib/core/include/vclib/space/complex/grid/static_grid.h | 2 +- vclib/core/include/vclib/space/complex/kd_tree.h | 2 +- vclib/core/include/vclib/space/complex/mesh_edge_util.h | 2 +- vclib/core/include/vclib/space/complex/mesh_inertia.h | 2 +- vclib/core/include/vclib/space/complex/mesh_info.h | 2 +- vclib/core/include/vclib/space/complex/mesh_pos.h | 2 +- vclib/core/include/vclib/space/complex/sampler.h | 2 +- vclib/core/include/vclib/space/complex/sampler/mesh_sampler.h | 2 +- vclib/core/include/vclib/space/complex/sampler/point_sampler.h | 2 +- vclib/core/include/vclib/space/complex/tri_poly_index_bimap.h | 2 +- vclib/core/include/vclib/space/core.h | 2 +- vclib/core/include/vclib/space/core/array.h | 2 +- vclib/core/include/vclib/space/core/bit_set.h | 2 +- vclib/core/include/vclib/space/core/bit_set/bit_proxy.h | 2 +- vclib/core/include/vclib/space/core/box.h | 2 +- vclib/core/include/vclib/space/core/color.h | 2 +- vclib/core/include/vclib/space/core/image.h | 2 +- vclib/core/include/vclib/space/core/matrix.h | 2 +- vclib/core/include/vclib/space/core/matrix/affine.h | 2 +- vclib/core/include/vclib/space/core/matrix/matrix.h | 2 +- vclib/core/include/vclib/space/core/plane.h | 2 +- vclib/core/include/vclib/space/core/point.h | 2 +- vclib/core/include/vclib/space/core/polygon.h | 2 +- vclib/core/include/vclib/space/core/principal_curvature.h | 2 +- vclib/core/include/vclib/space/core/quaternion.h | 2 +- vclib/core/include/vclib/space/core/segment.h | 2 +- vclib/core/include/vclib/space/core/sphere.h | 2 +- vclib/core/include/vclib/space/core/tex_coord.h | 2 +- vclib/core/include/vclib/space/core/texture.h | 2 +- vclib/core/include/vclib/space/core/triangle.h | 2 +- vclib/core/include/vclib/space/core/triangle_wrapper.h | 2 +- vclib/core/include/vclib/space/core/vector.h | 2 +- vclib/core/include/vclib/space/core/vector/pointer_vector.h | 2 +- .../include/vclib/space/core/vector/polymorphic_object_vector.h | 2 +- vclib/core/include/vclib/space/core/vector/vector.h | 2 +- vclib/core/include/vclib/types.h | 2 +- vclib/core/include/vclib/types/base.h | 2 +- vclib/core/include/vclib/types/const_correctness.h | 2 +- vclib/core/include/vclib/types/inheritance.h | 2 +- vclib/core/include/vclib/types/mesh_components.h | 2 +- vclib/core/include/vclib/types/mesh_containers.h | 2 +- vclib/core/include/vclib/types/mesh_elements.h | 2 +- vclib/core/include/vclib/types/pointers.h | 2 +- vclib/core/include/vclib/types/variadic_templates.h | 2 +- vclib/core/include/vclib/types/view.h | 2 +- vclib/core/include/vclib/views.h | 2 +- vclib/core/include/vclib/views/mesh.h | 2 +- vclib/core/include/vclib/views/mesh/components.h | 2 +- vclib/core/include/vclib/views/mesh/components/adj_edges.h | 2 +- vclib/core/include/vclib/views/mesh/components/adj_faces.h | 2 +- vclib/core/include/vclib/views/mesh/components/adj_vertices.h | 2 +- vclib/core/include/vclib/views/mesh/components/colors.h | 2 +- vclib/core/include/vclib/views/mesh/components/coords.h | 2 +- vclib/core/include/vclib/views/mesh/components/normals.h | 2 +- .../include/vclib/views/mesh/components/principal_curvatures.h | 2 +- vclib/core/include/vclib/views/mesh/components/quality.h | 2 +- vclib/core/include/vclib/views/mesh/components/selection.h | 2 +- vclib/core/include/vclib/views/mesh/components/tex_coords.h | 2 +- vclib/core/include/vclib/views/mesh/elements.h | 2 +- vclib/core/include/vclib/views/mesh/elements/edge.h | 2 +- vclib/core/include/vclib/views/mesh/elements/element.h | 2 +- vclib/core/include/vclib/views/mesh/elements/face.h | 2 +- vclib/core/include/vclib/views/mesh/elements/vertex.h | 2 +- vclib/core/include/vclib/views/pointers.h | 2 +- vclib/external/3rdparty/CMakeLists.txt | 2 +- vclib/external/3rdparty/vcg.cmake | 2 +- vclib/external/include/vclib/vcg/concepts.h | 2 +- vclib/external/include/vclib/vcg/export.h | 2 +- vclib/external/include/vclib/vcg/import.h | 2 +- vclib/external/include/vclib/vcg/type_mapping.h | 2 +- vclib/processing/include/vclib/processing.h | 2 +- vclib/processing/include/vclib/processing/action_interfaces.h | 2 +- .../include/vclib/processing/action_interfaces/action.h | 2 +- .../vclib/processing/action_interfaces/filter_mesh_action.h | 2 +- .../vclib/processing/action_interfaces/load_image_action.h | 2 +- .../vclib/processing/action_interfaces/load_mesh_action.h | 2 +- .../include/vclib/processing/action_interfaces/mesh_action.h | 2 +- .../vclib/processing/action_interfaces/save_image_action.h | 2 +- .../vclib/processing/action_interfaces/save_mesh_action.h | 2 +- vclib/processing/include/vclib/processing/action_manager.h | 2 +- .../vclib/processing/action_manager/identifier_action_manager.h | 2 +- .../include/vclib/processing/action_manager/io_action_manager.h | 2 +- vclib/processing/include/vclib/processing/actions.h | 2 +- vclib/processing/include/vclib/processing/actions/filter_mesh.h | 2 +- .../include/vclib/processing/actions/filter_mesh/apply.h | 2 +- .../actions/filter_mesh/apply/laplacian_smoothing_filter.h | 2 +- .../include/vclib/processing/actions/filter_mesh/create.h | 2 +- .../processing/actions/filter_mesh/create/create_cone_filter.h | 2 +- .../include/vclib/processing/actions/filter_mesh/generate.h | 2 +- .../actions/filter_mesh/generate/convex_hull_filter.h | 2 +- vclib/processing/include/vclib/processing/actions/load_image.h | 2 +- .../processing/actions/load_image/base_load_image_action.h | 2 +- vclib/processing/include/vclib/processing/actions/load_mesh.h | 2 +- .../vclib/processing/actions/load_mesh/obj_load_mesh_action.h | 2 +- .../vclib/processing/actions/load_mesh/off_load_mesh_action.h | 2 +- .../vclib/processing/actions/load_mesh/ply_load_mesh_action.h | 2 +- .../vclib/processing/actions/load_mesh/stl_load_mesh_action.h | 2 +- vclib/processing/include/vclib/processing/actions/save_image.h | 2 +- .../processing/actions/save_image/base_save_image_action.h | 2 +- vclib/processing/include/vclib/processing/actions/save_mesh.h | 2 +- .../vclib/processing/actions/save_mesh/obj_save_mesh_action.h | 2 +- .../vclib/processing/actions/save_mesh/off_save_mesh_action.h | 2 +- .../vclib/processing/actions/save_mesh/ply_save_mesh_action.h | 2 +- .../vclib/processing/actions/save_mesh/stl_save_mesh_action.h | 2 +- vclib/processing/include/vclib/processing/functions.h | 2 +- vclib/processing/include/vclib/processing/mesh_vector.h | 2 +- vclib/processing/include/vclib/processing/meshes.h | 2 +- vclib/processing/include/vclib/processing/meshes/mesh_i.h | 2 +- vclib/processing/include/vclib/processing/meshes/poly_mesh.h | 2 +- vclib/processing/include/vclib/processing/meshes/tri_mesh.h | 2 +- vclib/processing/include/vclib/processing/parameter_vector.h | 2 +- vclib/processing/include/vclib/processing/parameters.h | 2 +- .../include/vclib/processing/parameters/bool_parameter.h | 2 +- .../include/vclib/processing/parameters/enum_parameter.h | 2 +- .../include/vclib/processing/parameters/int_parameter.h | 2 +- .../include/vclib/processing/parameters/mesh_parameter.h | 2 +- .../processing/include/vclib/processing/parameters/parameter.h | 2 +- .../include/vclib/processing/parameters/scalar_parameter.h | 2 +- .../include/vclib/processing/parameters/string_parameter.h | 2 +- .../include/vclib/processing/parameters/uint_parameter.h | 2 +- .../include/vclib/processing/parameters/uscalar_parameter.h | 2 +- vclib/processing/include/vclib/processing/settings.h | 2 +- vclib/render/3rdparty/CMakeLists.txt | 2 +- vclib/render/3rdparty/bgfx.cmake | 2 +- vclib/render/3rdparty/glfw.cmake | 2 +- vclib/render/3rdparty/opengl.cmake | 2 +- vclib/render/3rdparty/qt.cmake | 2 +- vclib/render/3rdparty/wayland.cmake | 2 +- vclib/render/include/vclib/bgfx/canvas.h | 2 +- vclib/render/include/vclib/bgfx/context.h | 2 +- vclib/render/include/vclib/bgfx/context/callback.h | 2 +- vclib/render/include/vclib/bgfx/context/embedded_shaders.h | 2 +- .../include/vclib/bgfx/context/embedded_shaders/drawable_axis.h | 2 +- .../bgfx/context/embedded_shaders/drawable_directional_light.h | 2 +- .../include/vclib/bgfx/context/embedded_shaders/drawable_mesh.h | 2 +- .../vclib/bgfx/context/embedded_shaders/drawable_trackball.h | 2 +- .../vclib/bgfx/context/embedded_shaders/embedded_shader.h | 2 +- .../include/vclib/bgfx/context/embedded_shaders/font_basic.h | 2 +- .../vclib/bgfx/context/embedded_shaders/font_distance_field.h | 2 +- .../context/embedded_shaders/font_distance_field_drop_shadow.h | 2 +- .../embedded_shaders/font_distance_field_drop_shadow_image.h | 2 +- .../bgfx/context/embedded_shaders/font_distance_field_outline.h | 2 +- .../font_distance_field_outline_drop_shadow_image.h | 2 +- .../embedded_shaders/font_distance_field_outline_image.h | 2 +- .../context/embedded_shaders/font_distance_field_subpixel.h | 2 +- vclib/render/include/vclib/bgfx/context/font_manager.h | 2 +- vclib/render/include/vclib/bgfx/context/load_program.h | 2 +- vclib/render/include/vclib/bgfx/context/program_manager.h | 2 +- vclib/render/include/vclib/bgfx/drawable/drawable_axis.h | 2 +- .../include/vclib/bgfx/drawable/drawable_directional_light.h | 2 +- vclib/render/include/vclib/bgfx/drawable/drawable_mesh.h | 2 +- vclib/render/include/vclib/bgfx/drawable/drawable_trackball.h | 2 +- .../include/vclib/bgfx/drawable/mesh/mesh_render_buffers.h | 2 +- .../vclib/bgfx/drawable/mesh/mesh_render_buffers_macros.h | 2 +- .../include/vclib/bgfx/drawable/uniforms/camera_uniforms.h | 2 +- .../vclib/bgfx/drawable/uniforms/directional_light_uniforms.h | 2 +- .../vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.h | 2 +- .../drawable/uniforms/drawable_directional_light_uniforms.h | 2 +- .../vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.h | 2 +- .../vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.h | 2 +- .../bgfx/drawable/uniforms/mesh_render_settings_uniforms.h | 2 +- .../include/vclib/bgfx/drawable/uniforms/shader_uniform.h | 2 +- vclib/render/include/vclib/bgfx/read_framebuffer_request.h | 2 +- vclib/render/include/vclib/bgfx/system/native_window_handle.h | 2 +- vclib/render/include/vclib/bgfx/text/embedded_fonts.h | 2 +- .../render/include/vclib/bgfx/text/embedded_fonts/droid_sans.h | 2 +- .../include/vclib/bgfx/text/embedded_fonts/embedded_font.h | 2 +- vclib/render/include/vclib/bgfx/text/font/cube_atlas.h | 2 +- vclib/render/include/vclib/bgfx/text/font/font_manager.h | 2 +- vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h | 2 +- vclib/render/include/vclib/bgfx/text/font/text_metrics.h | 2 +- vclib/render/include/vclib/bgfx/text/font/utf8.h | 2 +- vclib/render/include/vclib/bgfx/text/text_manager.h | 2 +- vclib/render/include/vclib/bgfx/text/text_view.h | 2 +- vclib/render/include/vclib/bgfx/viewer_canvas.h | 2 +- vclib/render/include/vclib/glfw/canvas_window.h | 2 +- vclib/render/include/vclib/glfw/event_manager_window.h | 2 +- vclib/render/include/vclib/glfw/input.h | 2 +- vclib/render/include/vclib/glfw/viewer_window.h | 2 +- vclib/render/include/vclib/opengl2/canvas.h | 2 +- vclib/render/include/vclib/opengl2/drawable/draw_objects2.h | 2 +- vclib/render/include/vclib/opengl2/drawable/draw_objects3.h | 2 +- vclib/render/include/vclib/opengl2/drawable/drawable_mesh.h | 2 +- vclib/render/include/vclib/opengl2/viewer_canvas.h | 2 +- vclib/render/include/vclib/qt/canvas_widget.h | 2 +- vclib/render/include/vclib/qt/event_manager_widget.h | 2 +- vclib/render/include/vclib/qt/gui/drawable_object_frame.h | 2 +- .../render/include/vclib/qt/gui/drawable_object_vector_frame.h | 2 +- vclib/render/include/vclib/qt/gui/mesh_render_settings_frame.h | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/edges_frame.h | 2 +- .../generic_mesh_render_settings_frame.h | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/points_frame.h | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/surface_frame.h | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.h | 2 +- .../render/include/vclib/qt/gui/processing/action_file_dialog.h | 2 +- .../include/vclib/qt/gui/processing/filter_mesh_dock_widget.h | 2 +- .../include/vclib/qt/gui/processing/multi_parameter_frame.h | 2 +- vclib/render/include/vclib/qt/gui/processing/parameter_frame.h | 2 +- .../qt/gui/processing/parameter_frame/parameter_sub_frame.h | 2 +- .../vclib/qt/gui/processing/parameters/bool_parameter_row.h | 2 +- .../vclib/qt/gui/processing/parameters/enum_parameter_row.h | 2 +- .../include/vclib/qt/gui/processing/parameters/parameter_row.h | 2 +- .../vclib/qt/gui/processing/parameters/scalar_parameter_row.h | 2 +- .../vclib/qt/gui/processing/parameters/uint_parameter_row.h | 2 +- .../vclib/qt/gui/processing/parameters/uscalar_parameter_row.h | 2 +- .../include/vclib/qt/gui/processing/parameters_grid_layout.h | 2 +- vclib/render/include/vclib/qt/gui/q_clickable_label.h | 2 +- vclib/render/include/vclib/qt/gui/screen_shot_dialog.h | 2 +- vclib/render/include/vclib/qt/gui/text_edit_logger.h | 2 +- .../include/vclib/qt/gui/text_edit_logger/debug_io_device.h | 2 +- .../include/vclib/qt/gui/text_edit_logger/error_io_device.h | 2 +- .../include/vclib/qt/gui/text_edit_logger/message_io_device.h | 2 +- .../include/vclib/qt/gui/text_edit_logger/warning_io_device.h | 2 +- vclib/render/include/vclib/qt/input.h | 2 +- vclib/render/include/vclib/qt/mesh_processing_main_window.h | 2 +- vclib/render/include/vclib/qt/mesh_viewer.h | 2 +- vclib/render/include/vclib/qt/utils/file_format.h | 2 +- vclib/render/include/vclib/qt/viewer_widget.h | 2 +- vclib/render/include/vclib/render/canvas.h | 2 +- vclib/render/include/vclib/render/config.h | 2 +- vclib/render/include/vclib/render/drawable/drawable_mesh.h | 2 +- .../include/vclib/render/drawable/drawable_object_vector.h | 2 +- .../include/vclib/render/drawable/mesh/mesh_render_data.h | 2 +- .../include/vclib/render/drawable/mesh/mesh_render_settings.h | 2 +- .../vclib/render/drawable/mesh/mesh_render_settings_macros.h | 2 +- .../vclib/render/drawable/trackball/trackball_render_data.h | 2 +- vclib/render/include/vclib/render/input.h | 2 +- vclib/render/include/vclib/render/interfaces/drawable_mesh_i.h | 2 +- .../render/include/vclib/render/interfaces/drawable_object_i.h | 2 +- vclib/render/include/vclib/render/interfaces/event_manager_i.h | 2 +- vclib/render/include/vclib/render/interfaces/viewer_i.h | 2 +- vclib/render/include/vclib/render/read_buffer_types.h | 2 +- vclib/render/include/vclib/render/viewer/camera.h | 2 +- vclib/render/include/vclib/render/viewer/desktop_trackball.h | 2 +- vclib/render/include/vclib/render/viewer/lights.h | 2 +- .../include/vclib/render/viewer/lights/directional_light.h | 2 +- vclib/render/include/vclib/render/viewer/matrix.h | 2 +- vclib/render/include/vclib/render/viewer/trackball.h | 2 +- vclib/render/include/vclib/render/viewer_canvas.h | 2 +- .../vclib/bgfx/drawable/drawable_axis/fs_drawable_axis.sc | 2 +- .../shaders/vclib/bgfx/drawable/drawable_axis/uniforms.sh | 2 +- .../vclib/bgfx/drawable/drawable_axis/vs_drawable_axis.sc | 2 +- .../drawable_directional_light/fs_drawable_directional_light.sc | 2 +- .../vclib/bgfx/drawable/drawable_directional_light/uniforms.sh | 2 +- .../drawable_directional_light/vs_drawable_directional_light.sc | 2 +- .../vclib/bgfx/drawable/drawable_mesh/fs_drawable_mesh.sc | 2 +- .../shaders/vclib/bgfx/drawable/drawable_mesh/uniforms.sh | 2 +- .../vclib/bgfx/drawable/drawable_mesh/vs_drawable_mesh.sc | 2 +- .../bgfx/drawable/drawable_trackball/fs_drawable_trackball.sc | 2 +- .../shaders/vclib/bgfx/drawable/drawable_trackball/uniforms.sh | 2 +- .../bgfx/drawable/drawable_trackball/vs_drawable_trackball.sc | 2 +- .../shaders/vclib/bgfx/drawable/uniforms/camera_uniforms.sh | 2 +- .../vclib/bgfx/drawable/uniforms/directional_light_uniforms.sh | 2 +- .../vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.sh | 2 +- .../drawable/uniforms/drawable_directional_light_uniforms.sh | 2 +- .../vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.sh | 2 +- .../vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.sh | 2 +- .../bgfx/drawable/uniforms/mesh_render_settings_uniforms.sh | 2 +- vclib/render/shaders/vclib/bgfx/shaders_common.sh | 2 +- vclib/render/src/vclib/bgfx/canvas.cpp | 2 +- vclib/render/src/vclib/bgfx/context.cpp | 2 +- vclib/render/src/vclib/bgfx/context/callback.cpp | 2 +- .../src/vclib/bgfx/context/embedded_shaders/drawable_axis.cpp | 2 +- .../context/embedded_shaders/drawable_directional_light.cpp | 2 +- .../src/vclib/bgfx/context/embedded_shaders/drawable_mesh.cpp | 2 +- .../vclib/bgfx/context/embedded_shaders/drawable_trackball.cpp | 2 +- .../src/vclib/bgfx/context/embedded_shaders/font_basic.cpp | 2 +- .../vclib/bgfx/context/embedded_shaders/font_distance_field.cpp | 2 +- .../embedded_shaders/font_distance_field_drop_shadow.cpp | 2 +- .../embedded_shaders/font_distance_field_drop_shadow_image.cpp | 2 +- .../context/embedded_shaders/font_distance_field_outline.cpp | 2 +- .../font_distance_field_outline_drop_shadow_image.cpp | 2 +- .../embedded_shaders/font_distance_field_outline_image.cpp | 2 +- .../context/embedded_shaders/font_distance_field_subpixel.cpp | 2 +- vclib/render/src/vclib/bgfx/context/font_manager.cpp | 2 +- vclib/render/src/vclib/bgfx/context/load_program.cpp | 2 +- vclib/render/src/vclib/bgfx/context/program_manager.cpp | 2 +- vclib/render/src/vclib/bgfx/drawable/drawable_axis.cpp | 2 +- .../src/vclib/bgfx/drawable/drawable_directional_light.cpp | 2 +- vclib/render/src/vclib/bgfx/drawable/drawable_trackball.cpp | 2 +- vclib/render/src/vclib/bgfx/read_framebuffer_request.cpp | 2 +- vclib/render/src/vclib/bgfx/system/native_window_handle.cpp | 2 +- vclib/render/src/vclib/bgfx/text/embedded_fonts/droid_sans.cpp | 2 +- vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp | 2 +- vclib/render/src/vclib/bgfx/text/font/font_manager.cpp | 2 +- vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp | 2 +- vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp | 2 +- vclib/render/src/vclib/bgfx/text/font/utf8.cpp | 2 +- vclib/render/src/vclib/bgfx/text/text_manager.cpp | 2 +- vclib/render/src/vclib/bgfx/text/text_view.cpp | 2 +- vclib/render/src/vclib/bgfx/viewer_canvas.cpp | 2 +- vclib/render/src/vclib/glfw/canvas_window.cpp | 2 +- vclib/render/src/vclib/glfw/event_manager_window.cpp | 2 +- vclib/render/src/vclib/glfw/input.cpp | 2 +- vclib/render/src/vclib/glfw/viewer_window.cpp | 2 +- vclib/render/src/vclib/opengl2/canvas.cpp | 2 +- vclib/render/src/vclib/opengl2/drawable/draw_objects2.cpp | 2 +- vclib/render/src/vclib/opengl2/drawable/draw_objects3.cpp | 2 +- vclib/render/src/vclib/opengl2/viewer_canvas.cpp | 2 +- vclib/render/src/vclib/qt/canvas_widget.cpp | 2 +- vclib/render/src/vclib/qt/event_manager_widget.cpp | 2 +- vclib/render/src/vclib/qt/gui/drawable_object_frame.cpp | 2 +- vclib/render/src/vclib/qt/gui/drawable_object_vector_frame.cpp | 2 +- vclib/render/src/vclib/qt/gui/mesh_render_settings_frame.cpp | 2 +- .../src/vclib/qt/gui/mesh_render_settings_frame/edges_frame.cpp | 2 +- .../generic_mesh_render_settings_frame.cpp | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/points_frame.cpp | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/surface_frame.cpp | 2 +- .../vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.cpp | 2 +- .../src/vclib/qt/gui/processing/filter_mesh_dock_widget.cpp | 2 +- .../src/vclib/qt/gui/processing/multi_parameter_frame.cpp | 2 +- vclib/render/src/vclib/qt/gui/processing/parameter_frame.cpp | 2 +- .../qt/gui/processing/parameter_frame/parameter_sub_frame.cpp | 2 +- .../vclib/qt/gui/processing/parameters/bool_parameter_row.cpp | 2 +- .../vclib/qt/gui/processing/parameters/enum_parameter_row.cpp | 2 +- .../src/vclib/qt/gui/processing/parameters/parameter_row.cpp | 2 +- .../vclib/qt/gui/processing/parameters/scalar_parameter_row.cpp | 2 +- .../vclib/qt/gui/processing/parameters/uint_parameter_row.cpp | 2 +- .../qt/gui/processing/parameters/uscalar_parameter_row.cpp | 2 +- .../src/vclib/qt/gui/processing/parameters_grid_layout.cpp | 2 +- vclib/render/src/vclib/qt/gui/q_clickable_label.cpp | 2 +- vclib/render/src/vclib/qt/gui/screen_shot_dialog.cpp | 2 +- vclib/render/src/vclib/qt/gui/text_edit_logger.cpp | 2 +- vclib/render/src/vclib/qt/input.cpp | 2 +- vclib/render/src/vclib/qt/mesh_processing_main_window.cpp | 2 +- vclib/render/src/vclib/qt/mesh_viewer.cpp | 2 +- vclib/render/src/vclib/qt/viewer_widget.cpp | 2 +- .../render/src/vclib/render/drawable/drawable_object_vector.cpp | 2 +- .../src/vclib/render/drawable/mesh/mesh_render_settings.cpp | 2 +- .../vclib/render/drawable/trackball/trackball_render_data.cpp | 2 +- vclib/render/src/vclib/render/interfaces/viewer_i.cpp | 2 +- 882 files changed, 882 insertions(+), 882 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbfa1b4fb..f41e7728b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/cmake/examples_and_tests.cmake b/cmake/examples_and_tests.cmake index 2f3f9ac75..273b00afd 100644 --- a/cmake/examples_and_tests.cmake +++ b/cmake/examples_and_tests.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/cmake/vclib_common_settings.cmake b/cmake/vclib_common_settings.cmake index c5a343dbe..2f4979a79 100644 --- a/cmake/vclib_common_settings.cmake +++ b/cmake/vclib_common_settings.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 6462ac612..7db9bd64c 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/000-mesh-basic/CMakeLists.txt b/examples/core/000-mesh-basic/CMakeLists.txt index c1cdfc129..cc54b1302 100644 --- a/examples/core/000-mesh-basic/CMakeLists.txt +++ b/examples/core/000-mesh-basic/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/000-mesh-basic/main.cpp b/examples/core/000-mesh-basic/main.cpp index 81c778ab9..bf51b1d99 100644 --- a/examples/core/000-mesh-basic/main.cpp +++ b/examples/core/000-mesh-basic/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/001-polymesh-basic/CMakeLists.txt b/examples/core/001-polymesh-basic/CMakeLists.txt index c54bcb487..7d6b18a83 100644 --- a/examples/core/001-polymesh-basic/CMakeLists.txt +++ b/examples/core/001-polymesh-basic/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/001-polymesh-basic/main.cpp b/examples/core/001-polymesh-basic/main.cpp index 2de502782..98e37888a 100644 --- a/examples/core/001-polymesh-basic/main.cpp +++ b/examples/core/001-polymesh-basic/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/002-mesh-iterators/CMakeLists.txt b/examples/core/002-mesh-iterators/CMakeLists.txt index d54550afd..1a8963ee6 100644 --- a/examples/core/002-mesh-iterators/CMakeLists.txt +++ b/examples/core/002-mesh-iterators/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/002-mesh-iterators/main.cpp b/examples/core/002-mesh-iterators/main.cpp index cde2c9c7e..6ea4da24e 100644 --- a/examples/core/002-mesh-iterators/main.cpp +++ b/examples/core/002-mesh-iterators/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/003-mesh-copy/CMakeLists.txt b/examples/core/003-mesh-copy/CMakeLists.txt index c23df77c1..e8f040935 100644 --- a/examples/core/003-mesh-copy/CMakeLists.txt +++ b/examples/core/003-mesh-copy/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/003-mesh-copy/main.cpp b/examples/core/003-mesh-copy/main.cpp index c16f4dbdb..ce72f0c10 100644 --- a/examples/core/003-mesh-copy/main.cpp +++ b/examples/core/003-mesh-copy/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/004-mesh-normal/CMakeLists.txt b/examples/core/004-mesh-normal/CMakeLists.txt index 3492bc03a..7803932b8 100644 --- a/examples/core/004-mesh-normal/CMakeLists.txt +++ b/examples/core/004-mesh-normal/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/004-mesh-normal/main.cpp b/examples/core/004-mesh-normal/main.cpp index 601936807..80c6fe397 100644 --- a/examples/core/004-mesh-normal/main.cpp +++ b/examples/core/004-mesh-normal/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/005-mesh-topology/CMakeLists.txt b/examples/core/005-mesh-topology/CMakeLists.txt index 066d69aef..5ac0ac136 100644 --- a/examples/core/005-mesh-topology/CMakeLists.txt +++ b/examples/core/005-mesh-topology/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/005-mesh-topology/main.cpp b/examples/core/005-mesh-topology/main.cpp index bc5ea69b0..7b8cc40f2 100644 --- a/examples/core/005-mesh-topology/main.cpp +++ b/examples/core/005-mesh-topology/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/006-mesh-stat/CMakeLists.txt b/examples/core/006-mesh-stat/CMakeLists.txt index 385f7b1ee..35dedc410 100644 --- a/examples/core/006-mesh-stat/CMakeLists.txt +++ b/examples/core/006-mesh-stat/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/006-mesh-stat/main.cpp b/examples/core/006-mesh-stat/main.cpp index 42a39261c..91a255c9f 100644 --- a/examples/core/006-mesh-stat/main.cpp +++ b/examples/core/006-mesh-stat/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/007-mesh-conversion/CMakeLists.txt b/examples/core/007-mesh-conversion/CMakeLists.txt index ef85e7e57..633051a5e 100644 --- a/examples/core/007-mesh-conversion/CMakeLists.txt +++ b/examples/core/007-mesh-conversion/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/007-mesh-conversion/main.cpp b/examples/core/007-mesh-conversion/main.cpp index df04b3455..85c7227be 100644 --- a/examples/core/007-mesh-conversion/main.cpp +++ b/examples/core/007-mesh-conversion/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/008-mesh-transform/CMakeLists.txt b/examples/core/008-mesh-transform/CMakeLists.txt index 776cc8da5..cf16adc34 100644 --- a/examples/core/008-mesh-transform/CMakeLists.txt +++ b/examples/core/008-mesh-transform/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/008-mesh-transform/main.cpp b/examples/core/008-mesh-transform/main.cpp index c8b207460..734babc6b 100644 --- a/examples/core/008-mesh-transform/main.cpp +++ b/examples/core/008-mesh-transform/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/009-mesh-custom-components/CMakeLists.txt b/examples/core/009-mesh-custom-components/CMakeLists.txt index b62c88421..182d70b89 100644 --- a/examples/core/009-mesh-custom-components/CMakeLists.txt +++ b/examples/core/009-mesh-custom-components/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/009-mesh-custom-components/main.cpp b/examples/core/009-mesh-custom-components/main.cpp index 2932f9695..6d235bd0b 100644 --- a/examples/core/009-mesh-custom-components/main.cpp +++ b/examples/core/009-mesh-custom-components/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/010-mesh-new-user-component/CMakeLists.txt b/examples/core/010-mesh-new-user-component/CMakeLists.txt index 624c50373..be10c5b8b 100644 --- a/examples/core/010-mesh-new-user-component/CMakeLists.txt +++ b/examples/core/010-mesh-new-user-component/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/010-mesh-new-user-component/bar_component.h b/examples/core/010-mesh-new-user-component/bar_component.h index be9047e52..6db6fac92 100644 --- a/examples/core/010-mesh-new-user-component/bar_component.h +++ b/examples/core/010-mesh-new-user-component/bar_component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/010-mesh-new-user-component/foo_component.h b/examples/core/010-mesh-new-user-component/foo_component.h index 2513c1391..e41f86790 100644 --- a/examples/core/010-mesh-new-user-component/foo_component.h +++ b/examples/core/010-mesh-new-user-component/foo_component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/010-mesh-new-user-component/foo_mesh.h b/examples/core/010-mesh-new-user-component/foo_mesh.h index 77dd95d4b..9a88e7530 100644 --- a/examples/core/010-mesh-new-user-component/foo_mesh.h +++ b/examples/core/010-mesh-new-user-component/foo_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/010-mesh-new-user-component/main.cpp b/examples/core/010-mesh-new-user-component/main.cpp index 887f94a9f..e8d67b08d 100644 --- a/examples/core/010-mesh-new-user-component/main.cpp +++ b/examples/core/010-mesh-new-user-component/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/011-mesh-export-to-matrix/CMakeLists.txt b/examples/core/011-mesh-export-to-matrix/CMakeLists.txt index add644713..80cb7c644 100644 --- a/examples/core/011-mesh-export-to-matrix/CMakeLists.txt +++ b/examples/core/011-mesh-export-to-matrix/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/011-mesh-export-to-matrix/main.cpp b/examples/core/011-mesh-export-to-matrix/main.cpp index 9a03793ca..4c51631e5 100644 --- a/examples/core/011-mesh-export-to-matrix/main.cpp +++ b/examples/core/011-mesh-export-to-matrix/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/012-mesh-io-obj/CMakeLists.txt b/examples/core/012-mesh-io-obj/CMakeLists.txt index 359e1a06e..91101e798 100644 --- a/examples/core/012-mesh-io-obj/CMakeLists.txt +++ b/examples/core/012-mesh-io-obj/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/012-mesh-io-obj/main.cpp b/examples/core/012-mesh-io-obj/main.cpp index 64db782ef..db2841921 100644 --- a/examples/core/012-mesh-io-obj/main.cpp +++ b/examples/core/012-mesh-io-obj/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/013-mesh-io-off/CMakeLists.txt b/examples/core/013-mesh-io-off/CMakeLists.txt index 9eac92368..68ad5a7bd 100644 --- a/examples/core/013-mesh-io-off/CMakeLists.txt +++ b/examples/core/013-mesh-io-off/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/013-mesh-io-off/main.cpp b/examples/core/013-mesh-io-off/main.cpp index 48c1ec6d0..f1c3b0953 100644 --- a/examples/core/013-mesh-io-off/main.cpp +++ b/examples/core/013-mesh-io-off/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/014-mesh-io-ply/CMakeLists.txt b/examples/core/014-mesh-io-ply/CMakeLists.txt index 6913d7e2d..d41625652 100644 --- a/examples/core/014-mesh-io-ply/CMakeLists.txt +++ b/examples/core/014-mesh-io-ply/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/014-mesh-io-ply/main.cpp b/examples/core/014-mesh-io-ply/main.cpp index 82059023c..430b3b88c 100644 --- a/examples/core/014-mesh-io-ply/main.cpp +++ b/examples/core/014-mesh-io-ply/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/015-mesh-io-stl/CMakeLists.txt b/examples/core/015-mesh-io-stl/CMakeLists.txt index 8f33d4590..d2b0faa46 100644 --- a/examples/core/015-mesh-io-stl/CMakeLists.txt +++ b/examples/core/015-mesh-io-stl/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/015-mesh-io-stl/main.cpp b/examples/core/015-mesh-io-stl/main.cpp index 91dc18035..1428ee518 100644 --- a/examples/core/015-mesh-io-stl/main.cpp +++ b/examples/core/015-mesh-io-stl/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/016-mesh-clean/CMakeLists.txt b/examples/core/016-mesh-clean/CMakeLists.txt index e71aadd61..8839d975e 100644 --- a/examples/core/016-mesh-clean/CMakeLists.txt +++ b/examples/core/016-mesh-clean/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/016-mesh-clean/main.cpp b/examples/core/016-mesh-clean/main.cpp index 39304fc1e..abcff516c 100644 --- a/examples/core/016-mesh-clean/main.cpp +++ b/examples/core/016-mesh-clean/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/017-mesh-create/CMakeLists.txt b/examples/core/017-mesh-create/CMakeLists.txt index 49344744e..7aa567899 100644 --- a/examples/core/017-mesh-create/CMakeLists.txt +++ b/examples/core/017-mesh-create/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/017-mesh-create/main.cpp b/examples/core/017-mesh-create/main.cpp index 09e84f0d3..4320c80e8 100644 --- a/examples/core/017-mesh-create/main.cpp +++ b/examples/core/017-mesh-create/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/018-mesh-principal-curvature/CMakeLists.txt b/examples/core/018-mesh-principal-curvature/CMakeLists.txt index 41525d2f5..95d307c2b 100644 --- a/examples/core/018-mesh-principal-curvature/CMakeLists.txt +++ b/examples/core/018-mesh-principal-curvature/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/018-mesh-principal-curvature/main.cpp b/examples/core/018-mesh-principal-curvature/main.cpp index f09e917f9..76f662290 100644 --- a/examples/core/018-mesh-principal-curvature/main.cpp +++ b/examples/core/018-mesh-principal-curvature/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/018-mesh-principal-curvature/mesh_curvature.h b/examples/core/018-mesh-principal-curvature/mesh_curvature.h index 5911099ce..d55b240f6 100644 --- a/examples/core/018-mesh-principal-curvature/mesh_curvature.h +++ b/examples/core/018-mesh-principal-curvature/mesh_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/019-mesh-sampling/CMakeLists.txt b/examples/core/019-mesh-sampling/CMakeLists.txt index 0f943ea90..0959de3dd 100644 --- a/examples/core/019-mesh-sampling/CMakeLists.txt +++ b/examples/core/019-mesh-sampling/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/019-mesh-sampling/main.cpp b/examples/core/019-mesh-sampling/main.cpp index 6b77cef18..24d40d66c 100644 --- a/examples/core/019-mesh-sampling/main.cpp +++ b/examples/core/019-mesh-sampling/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/019-mesh-sampling/montecarlo_sampling.h b/examples/core/019-mesh-sampling/montecarlo_sampling.h index c63d3d0f5..e0ff26212 100644 --- a/examples/core/019-mesh-sampling/montecarlo_sampling.h +++ b/examples/core/019-mesh-sampling/montecarlo_sampling.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/020-mesh-smooth/CMakeLists.txt b/examples/core/020-mesh-smooth/CMakeLists.txt index 6c53e058a..f26d37e52 100644 --- a/examples/core/020-mesh-smooth/CMakeLists.txt +++ b/examples/core/020-mesh-smooth/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/020-mesh-smooth/main.cpp b/examples/core/020-mesh-smooth/main.cpp index 28030ee7d..10e073ef9 100644 --- a/examples/core/020-mesh-smooth/main.cpp +++ b/examples/core/020-mesh-smooth/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/021-mesh-sphere-intersection/CMakeLists.txt b/examples/core/021-mesh-sphere-intersection/CMakeLists.txt index a5947efa2..be16d2aa6 100644 --- a/examples/core/021-mesh-sphere-intersection/CMakeLists.txt +++ b/examples/core/021-mesh-sphere-intersection/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/021-mesh-sphere-intersection/bimba_sphere_intersection.h b/examples/core/021-mesh-sphere-intersection/bimba_sphere_intersection.h index ccdd0b017..eb3529a36 100644 --- a/examples/core/021-mesh-sphere-intersection/bimba_sphere_intersection.h +++ b/examples/core/021-mesh-sphere-intersection/bimba_sphere_intersection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/021-mesh-sphere-intersection/main.cpp b/examples/core/021-mesh-sphere-intersection/main.cpp index e21b78594..36340b7ee 100644 --- a/examples/core/021-mesh-sphere-intersection/main.cpp +++ b/examples/core/021-mesh-sphere-intersection/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/022-edge-mesh-basic/CMakeLists.txt b/examples/core/022-edge-mesh-basic/CMakeLists.txt index ff3ac7347..651a4bf25 100644 --- a/examples/core/022-edge-mesh-basic/CMakeLists.txt +++ b/examples/core/022-edge-mesh-basic/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/022-edge-mesh-basic/main.cpp b/examples/core/022-edge-mesh-basic/main.cpp index 7e46f0a14..de6978aa6 100644 --- a/examples/core/022-edge-mesh-basic/main.cpp +++ b/examples/core/022-edge-mesh-basic/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/023-polygon-earcut/CMakeLists.txt b/examples/core/023-polygon-earcut/CMakeLists.txt index 38c2b3d41..2813dfc96 100644 --- a/examples/core/023-polygon-earcut/CMakeLists.txt +++ b/examples/core/023-polygon-earcut/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/023-polygon-earcut/main.cpp b/examples/core/023-polygon-earcut/main.cpp index 5754c3261..8f2b99003 100644 --- a/examples/core/023-polygon-earcut/main.cpp +++ b/examples/core/023-polygon-earcut/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/024-distance/CMakeLists.txt b/examples/core/024-distance/CMakeLists.txt index 58584cbf9..4a8b47d18 100644 --- a/examples/core/024-distance/CMakeLists.txt +++ b/examples/core/024-distance/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/024-distance/main.cpp b/examples/core/024-distance/main.cpp index 8c9522ead..8f1d6b1a9 100644 --- a/examples/core/024-distance/main.cpp +++ b/examples/core/024-distance/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/025-grid/CMakeLists.txt b/examples/core/025-grid/CMakeLists.txt index 818ab44a4..435b56e8c 100644 --- a/examples/core/025-grid/CMakeLists.txt +++ b/examples/core/025-grid/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/025-grid/main.cpp b/examples/core/025-grid/main.cpp index 770d76102..7b49a7bf9 100644 --- a/examples/core/025-grid/main.cpp +++ b/examples/core/025-grid/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/026-crease-edges-mesh/CMakeLists.txt b/examples/core/026-crease-edges-mesh/CMakeLists.txt index 7c3df7070..c0028767a 100644 --- a/examples/core/026-crease-edges-mesh/CMakeLists.txt +++ b/examples/core/026-crease-edges-mesh/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/026-crease-edges-mesh/crease_edges_mesh.h b/examples/core/026-crease-edges-mesh/crease_edges_mesh.h index a9eb935cc..9563cfcdb 100644 --- a/examples/core/026-crease-edges-mesh/crease_edges_mesh.h +++ b/examples/core/026-crease-edges-mesh/crease_edges_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/026-crease-edges-mesh/main.cpp b/examples/core/026-crease-edges-mesh/main.cpp index be5130bab..344d99aa6 100644 --- a/examples/core/026-crease-edges-mesh/main.cpp +++ b/examples/core/026-crease-edges-mesh/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/027-convex-hull/CMakeLists.txt b/examples/core/027-convex-hull/CMakeLists.txt index 164342939..dd438bab8 100644 --- a/examples/core/027-convex-hull/CMakeLists.txt +++ b/examples/core/027-convex-hull/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/027-convex-hull/main.cpp b/examples/core/027-convex-hull/main.cpp index 3ebdeb392..0023767fd 100644 --- a/examples/core/027-convex-hull/main.cpp +++ b/examples/core/027-convex-hull/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/028-topology-patch/CMakeLists.txt b/examples/core/028-topology-patch/CMakeLists.txt index 60824e28e..0c1fbaecc 100644 --- a/examples/core/028-topology-patch/CMakeLists.txt +++ b/examples/core/028-topology-patch/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/028-topology-patch/main.cpp b/examples/core/028-topology-patch/main.cpp index b1d165232..3afeab075 100644 --- a/examples/core/028-topology-patch/main.cpp +++ b/examples/core/028-topology-patch/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/998-misc-no-lib/CMakeLists.txt b/examples/core/998-misc-no-lib/CMakeLists.txt index 1494610d0..d4e6c138c 100644 --- a/examples/core/998-misc-no-lib/CMakeLists.txt +++ b/examples/core/998-misc-no-lib/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/998-misc-no-lib/main.cpp b/examples/core/998-misc-no-lib/main.cpp index cdb7b216d..2f8e91da4 100644 --- a/examples/core/998-misc-no-lib/main.cpp +++ b/examples/core/998-misc-no-lib/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/999-misc/CMakeLists.txt b/examples/core/999-misc/CMakeLists.txt index bf468aca8..5af894624 100644 --- a/examples/core/999-misc/CMakeLists.txt +++ b/examples/core/999-misc/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/core/999-misc/main.cpp b/examples/core/999-misc/main.cpp index 9a586bab1..1eba3b14e 100644 --- a/examples/core/999-misc/main.cpp +++ b/examples/core/999-misc/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/core/CMakeLists.txt b/examples/core/CMakeLists.txt index 95e19d080..6176733f7 100644 --- a/examples/core/CMakeLists.txt +++ b/examples/core/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/processing/000-save-mesh/CMakeLists.txt b/examples/processing/000-save-mesh/CMakeLists.txt index f79bf0a69..13cb96080 100644 --- a/examples/processing/000-save-mesh/CMakeLists.txt +++ b/examples/processing/000-save-mesh/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/processing/000-save-mesh/main.cpp b/examples/processing/000-save-mesh/main.cpp index 597ff8043..69bd966bf 100644 --- a/examples/processing/000-save-mesh/main.cpp +++ b/examples/processing/000-save-mesh/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/processing/001-load-mesh/CMakeLists.txt b/examples/processing/001-load-mesh/CMakeLists.txt index 19484a3c1..8385a230c 100644 --- a/examples/processing/001-load-mesh/CMakeLists.txt +++ b/examples/processing/001-load-mesh/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/processing/001-load-mesh/main.cpp b/examples/processing/001-load-mesh/main.cpp index 81d2ef20e..edf48f0fe 100644 --- a/examples/processing/001-load-mesh/main.cpp +++ b/examples/processing/001-load-mesh/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/processing/002-create-mesh/CMakeLists.txt b/examples/processing/002-create-mesh/CMakeLists.txt index f80416941..7e1413f2e 100644 --- a/examples/processing/002-create-mesh/CMakeLists.txt +++ b/examples/processing/002-create-mesh/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/processing/002-create-mesh/main.cpp b/examples/processing/002-create-mesh/main.cpp index 8bc0da0d0..33d235328 100644 --- a/examples/processing/002-create-mesh/main.cpp +++ b/examples/processing/002-create-mesh/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/processing/003-laplacian-smoothing/CMakeLists.txt b/examples/processing/003-laplacian-smoothing/CMakeLists.txt index fe9656d25..912e97ce7 100644 --- a/examples/processing/003-laplacian-smoothing/CMakeLists.txt +++ b/examples/processing/003-laplacian-smoothing/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/processing/003-laplacian-smoothing/main.cpp b/examples/processing/003-laplacian-smoothing/main.cpp index fdc31907c..d43f808ec 100644 --- a/examples/processing/003-laplacian-smoothing/main.cpp +++ b/examples/processing/003-laplacian-smoothing/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/processing/004-convex-hull/CMakeLists.txt b/examples/processing/004-convex-hull/CMakeLists.txt index 300282e5d..ea478bdd7 100644 --- a/examples/processing/004-convex-hull/CMakeLists.txt +++ b/examples/processing/004-convex-hull/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/processing/004-convex-hull/main.cpp b/examples/processing/004-convex-hull/main.cpp index 326ce740e..f0b935d60 100644 --- a/examples/processing/004-convex-hull/main.cpp +++ b/examples/processing/004-convex-hull/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/processing/CMakeLists.txt b/examples/processing/CMakeLists.txt index aa630067c..ed85e2ae8 100644 --- a/examples/processing/CMakeLists.txt +++ b/examples/processing/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/CMakeLists.txt b/examples/render/00-hello-triangle/CMakeLists.txt index 154022620..3e39ee55c 100644 --- a/examples/render/00-hello-triangle/CMakeLists.txt +++ b/examples/render/00-hello-triangle/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/bgfx/CMakeLists.txt b/examples/render/00-hello-triangle/bgfx/CMakeLists.txt index 1f07986ff..04f06cfc4 100644 --- a/examples/render/00-hello-triangle/bgfx/CMakeLists.txt +++ b/examples/render/00-hello-triangle/bgfx/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/bgfx/common.h b/examples/render/00-hello-triangle/bgfx/common.h index 404eb59c8..767f1a9d8 100644 --- a/examples/render/00-hello-triangle/bgfx/common.h +++ b/examples/render/00-hello-triangle/bgfx/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/bgfx/glfw/CMakeLists.txt b/examples/render/00-hello-triangle/bgfx/glfw/CMakeLists.txt index b11711c7c..e258cab24 100644 --- a/examples/render/00-hello-triangle/bgfx/glfw/CMakeLists.txt +++ b/examples/render/00-hello-triangle/bgfx/glfw/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.cpp b/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.cpp index 6f6ca5d4b..29e328b4d 100644 --- a/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.cpp +++ b/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.h b/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.h index 0600a0c60..0e64ef0e0 100644 --- a/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.h +++ b/examples/render/00-hello-triangle/bgfx/glfw/hello_triangle_glfw.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/bgfx/glfw/main.cpp b/examples/render/00-hello-triangle/bgfx/glfw/main.cpp index a8be60be6..25b83b7b7 100644 --- a/examples/render/00-hello-triangle/bgfx/glfw/main.cpp +++ b/examples/render/00-hello-triangle/bgfx/glfw/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/bgfx/qt/CMakeLists.txt b/examples/render/00-hello-triangle/bgfx/qt/CMakeLists.txt index eb00479d1..aa4dcb0c8 100644 --- a/examples/render/00-hello-triangle/bgfx/qt/CMakeLists.txt +++ b/examples/render/00-hello-triangle/bgfx/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.cpp b/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.cpp index fca4c0d68..4a1b0e73d 100644 --- a/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.cpp +++ b/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.h b/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.h index e77507dab..625416f91 100644 --- a/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.h +++ b/examples/render/00-hello-triangle/bgfx/qt/hello_triangle_qt.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/bgfx/qt/main.cpp b/examples/render/00-hello-triangle/bgfx/qt/main.cpp index 508ab89a7..61ad39da1 100644 --- a/examples/render/00-hello-triangle/bgfx/qt/main.cpp +++ b/examples/render/00-hello-triangle/bgfx/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/CMakeLists.txt b/examples/render/00-hello-triangle/opengl2/CMakeLists.txt index 8242fe6b4..b7584a946 100644 --- a/examples/render/00-hello-triangle/opengl2/CMakeLists.txt +++ b/examples/render/00-hello-triangle/opengl2/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/opengl2/common.h b/examples/render/00-hello-triangle/opengl2/common.h index 3402a3c6c..e0a7df2bc 100644 --- a/examples/render/00-hello-triangle/opengl2/common.h +++ b/examples/render/00-hello-triangle/opengl2/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/glfw/CMakeLists.txt b/examples/render/00-hello-triangle/opengl2/glfw/CMakeLists.txt index f97f91cb3..2dcc37c7d 100644 --- a/examples/render/00-hello-triangle/opengl2/glfw/CMakeLists.txt +++ b/examples/render/00-hello-triangle/opengl2/glfw/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.cpp b/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.cpp index 0b37e7921..52f1cb9eb 100644 --- a/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.cpp +++ b/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.h b/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.h index 6a5b2f86f..4f654282d 100644 --- a/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.h +++ b/examples/render/00-hello-triangle/opengl2/glfw/hello_triangle_glfw.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/glfw/main.cpp b/examples/render/00-hello-triangle/opengl2/glfw/main.cpp index a8be60be6..25b83b7b7 100644 --- a/examples/render/00-hello-triangle/opengl2/glfw/main.cpp +++ b/examples/render/00-hello-triangle/opengl2/glfw/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/qt/CMakeLists.txt b/examples/render/00-hello-triangle/opengl2/qt/CMakeLists.txt index 5997b096b..2bad0cc17 100644 --- a/examples/render/00-hello-triangle/opengl2/qt/CMakeLists.txt +++ b/examples/render/00-hello-triangle/opengl2/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.cpp b/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.cpp index 2910f122d..41a43f9fc 100644 --- a/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.cpp +++ b/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.h b/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.h index 816353627..aba1a3eef 100644 --- a/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.h +++ b/examples/render/00-hello-triangle/opengl2/qt/hello_triangle_qt.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/00-hello-triangle/opengl2/qt/main.cpp b/examples/render/00-hello-triangle/opengl2/qt/main.cpp index 508ab89a7..61ad39da1 100644 --- a/examples/render/00-hello-triangle/opengl2/qt/main.cpp +++ b/examples/render/00-hello-triangle/opengl2/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/CMakeLists.txt b/examples/render/01-viewer/CMakeLists.txt index 960a059dc..9af5039e5 100644 --- a/examples/render/01-viewer/CMakeLists.txt +++ b/examples/render/01-viewer/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/bgfx/CMakeLists.txt b/examples/render/01-viewer/bgfx/CMakeLists.txt index 1f07986ff..04f06cfc4 100644 --- a/examples/render/01-viewer/bgfx/CMakeLists.txt +++ b/examples/render/01-viewer/bgfx/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/bgfx/glfw/CMakeLists.txt b/examples/render/01-viewer/bgfx/glfw/CMakeLists.txt index c4db852ba..84af1d2f0 100644 --- a/examples/render/01-viewer/bgfx/glfw/CMakeLists.txt +++ b/examples/render/01-viewer/bgfx/glfw/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/bgfx/glfw/common.h b/examples/render/01-viewer/bgfx/glfw/common.h index 6984e45ce..4a7a9af71 100644 --- a/examples/render/01-viewer/bgfx/glfw/common.h +++ b/examples/render/01-viewer/bgfx/glfw/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/bgfx/glfw/main.cpp b/examples/render/01-viewer/bgfx/glfw/main.cpp index 5a4c6fb9c..e16908cfb 100644 --- a/examples/render/01-viewer/bgfx/glfw/main.cpp +++ b/examples/render/01-viewer/bgfx/glfw/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/bgfx/qt/CMakeLists.txt b/examples/render/01-viewer/bgfx/qt/CMakeLists.txt index ccfc61dfa..d1aa47138 100644 --- a/examples/render/01-viewer/bgfx/qt/CMakeLists.txt +++ b/examples/render/01-viewer/bgfx/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/bgfx/qt/common.h b/examples/render/01-viewer/bgfx/qt/common.h index 6984e45ce..4a7a9af71 100644 --- a/examples/render/01-viewer/bgfx/qt/common.h +++ b/examples/render/01-viewer/bgfx/qt/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/bgfx/qt/main.cpp b/examples/render/01-viewer/bgfx/qt/main.cpp index d46bcb08f..c3af34980 100644 --- a/examples/render/01-viewer/bgfx/qt/main.cpp +++ b/examples/render/01-viewer/bgfx/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/opengl2/CMakeLists.txt b/examples/render/01-viewer/opengl2/CMakeLists.txt index 8242fe6b4..b7584a946 100644 --- a/examples/render/01-viewer/opengl2/CMakeLists.txt +++ b/examples/render/01-viewer/opengl2/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/opengl2/glfw/CMakeLists.txt b/examples/render/01-viewer/opengl2/glfw/CMakeLists.txt index c4db852ba..84af1d2f0 100644 --- a/examples/render/01-viewer/opengl2/glfw/CMakeLists.txt +++ b/examples/render/01-viewer/opengl2/glfw/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/opengl2/glfw/common.h b/examples/render/01-viewer/opengl2/glfw/common.h index 18d986d7e..974c82911 100644 --- a/examples/render/01-viewer/opengl2/glfw/common.h +++ b/examples/render/01-viewer/opengl2/glfw/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/opengl2/glfw/main.cpp b/examples/render/01-viewer/opengl2/glfw/main.cpp index e4408e0e7..8d19d6728 100644 --- a/examples/render/01-viewer/opengl2/glfw/main.cpp +++ b/examples/render/01-viewer/opengl2/glfw/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/opengl2/qt/CMakeLists.txt b/examples/render/01-viewer/opengl2/qt/CMakeLists.txt index ccfc61dfa..d1aa47138 100644 --- a/examples/render/01-viewer/opengl2/qt/CMakeLists.txt +++ b/examples/render/01-viewer/opengl2/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/01-viewer/opengl2/qt/common.h b/examples/render/01-viewer/opengl2/qt/common.h index 6984e45ce..4a7a9af71 100644 --- a/examples/render/01-viewer/opengl2/qt/common.h +++ b/examples/render/01-viewer/opengl2/qt/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/01-viewer/opengl2/qt/main.cpp b/examples/render/01-viewer/opengl2/qt/main.cpp index c45423af7..b94b7ddcf 100644 --- a/examples/render/01-viewer/opengl2/qt/main.cpp +++ b/examples/render/01-viewer/opengl2/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/02-mesh-viewer/CMakeLists.txt b/examples/render/02-mesh-viewer/CMakeLists.txt index 960a059dc..9af5039e5 100644 --- a/examples/render/02-mesh-viewer/CMakeLists.txt +++ b/examples/render/02-mesh-viewer/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/02-mesh-viewer/bgfx/CMakeLists.txt b/examples/render/02-mesh-viewer/bgfx/CMakeLists.txt index 58c9b1810..f681b4a69 100644 --- a/examples/render/02-mesh-viewer/bgfx/CMakeLists.txt +++ b/examples/render/02-mesh-viewer/bgfx/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/02-mesh-viewer/bgfx/qt/CMakeLists.txt b/examples/render/02-mesh-viewer/bgfx/qt/CMakeLists.txt index 531611477..7eb46b1f0 100644 --- a/examples/render/02-mesh-viewer/bgfx/qt/CMakeLists.txt +++ b/examples/render/02-mesh-viewer/bgfx/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/02-mesh-viewer/bgfx/qt/common.h b/examples/render/02-mesh-viewer/bgfx/qt/common.h index fb1096ea4..9ee5a9535 100644 --- a/examples/render/02-mesh-viewer/bgfx/qt/common.h +++ b/examples/render/02-mesh-viewer/bgfx/qt/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/02-mesh-viewer/bgfx/qt/main.cpp b/examples/render/02-mesh-viewer/bgfx/qt/main.cpp index 44c4df62a..101b3d048 100644 --- a/examples/render/02-mesh-viewer/bgfx/qt/main.cpp +++ b/examples/render/02-mesh-viewer/bgfx/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/02-mesh-viewer/opengl2/CMakeLists.txt b/examples/render/02-mesh-viewer/opengl2/CMakeLists.txt index 58c9b1810..f681b4a69 100644 --- a/examples/render/02-mesh-viewer/opengl2/CMakeLists.txt +++ b/examples/render/02-mesh-viewer/opengl2/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/02-mesh-viewer/opengl2/qt/CMakeLists.txt b/examples/render/02-mesh-viewer/opengl2/qt/CMakeLists.txt index 531611477..7eb46b1f0 100644 --- a/examples/render/02-mesh-viewer/opengl2/qt/CMakeLists.txt +++ b/examples/render/02-mesh-viewer/opengl2/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/02-mesh-viewer/opengl2/qt/common.h b/examples/render/02-mesh-viewer/opengl2/qt/common.h index fb1096ea4..9ee5a9535 100644 --- a/examples/render/02-mesh-viewer/opengl2/qt/common.h +++ b/examples/render/02-mesh-viewer/opengl2/qt/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/02-mesh-viewer/opengl2/qt/main.cpp b/examples/render/02-mesh-viewer/opengl2/qt/main.cpp index 44c4df62a..101b3d048 100644 --- a/examples/render/02-mesh-viewer/opengl2/qt/main.cpp +++ b/examples/render/02-mesh-viewer/opengl2/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/03-viewer-with-text/CMakeLists.txt b/examples/render/03-viewer-with-text/CMakeLists.txt index 84eb16afb..1f7b4fa77 100644 --- a/examples/render/03-viewer-with-text/CMakeLists.txt +++ b/examples/render/03-viewer-with-text/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/03-viewer-with-text/bgfx/CMakeLists.txt b/examples/render/03-viewer-with-text/bgfx/CMakeLists.txt index 1f07986ff..04f06cfc4 100644 --- a/examples/render/03-viewer-with-text/bgfx/CMakeLists.txt +++ b/examples/render/03-viewer-with-text/bgfx/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/03-viewer-with-text/bgfx/glfw/CMakeLists.txt b/examples/render/03-viewer-with-text/bgfx/glfw/CMakeLists.txt index 40925d5b2..f539608b5 100644 --- a/examples/render/03-viewer-with-text/bgfx/glfw/CMakeLists.txt +++ b/examples/render/03-viewer-with-text/bgfx/glfw/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/03-viewer-with-text/bgfx/glfw/common.h b/examples/render/03-viewer-with-text/bgfx/glfw/common.h index 3262c92c1..a7590f3df 100644 --- a/examples/render/03-viewer-with-text/bgfx/glfw/common.h +++ b/examples/render/03-viewer-with-text/bgfx/glfw/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/03-viewer-with-text/bgfx/glfw/main.cpp b/examples/render/03-viewer-with-text/bgfx/glfw/main.cpp index f909679e8..b6f3b11e7 100644 --- a/examples/render/03-viewer-with-text/bgfx/glfw/main.cpp +++ b/examples/render/03-viewer-with-text/bgfx/glfw/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/03-viewer-with-text/bgfx/qt/CMakeLists.txt b/examples/render/03-viewer-with-text/bgfx/qt/CMakeLists.txt index ff1b5bc76..75b7610e3 100644 --- a/examples/render/03-viewer-with-text/bgfx/qt/CMakeLists.txt +++ b/examples/render/03-viewer-with-text/bgfx/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/03-viewer-with-text/bgfx/qt/common.h b/examples/render/03-viewer-with-text/bgfx/qt/common.h index 3262c92c1..a7590f3df 100644 --- a/examples/render/03-viewer-with-text/bgfx/qt/common.h +++ b/examples/render/03-viewer-with-text/bgfx/qt/common.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/03-viewer-with-text/bgfx/qt/main.cpp b/examples/render/03-viewer-with-text/bgfx/qt/main.cpp index 5e6c9faea..0dde08757 100644 --- a/examples/render/03-viewer-with-text/bgfx/qt/main.cpp +++ b/examples/render/03-viewer-with-text/bgfx/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/800-processing-main-window/CMakeLists.txt b/examples/render/800-processing-main-window/CMakeLists.txt index 960a059dc..9af5039e5 100644 --- a/examples/render/800-processing-main-window/CMakeLists.txt +++ b/examples/render/800-processing-main-window/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/800-processing-main-window/bgfx/CMakeLists.txt b/examples/render/800-processing-main-window/bgfx/CMakeLists.txt index 58c9b1810..f681b4a69 100644 --- a/examples/render/800-processing-main-window/bgfx/CMakeLists.txt +++ b/examples/render/800-processing-main-window/bgfx/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/800-processing-main-window/bgfx/qt/CMakeLists.txt b/examples/render/800-processing-main-window/bgfx/qt/CMakeLists.txt index a7a03dc8e..27a019400 100644 --- a/examples/render/800-processing-main-window/bgfx/qt/CMakeLists.txt +++ b/examples/render/800-processing-main-window/bgfx/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/800-processing-main-window/bgfx/qt/main.cpp b/examples/render/800-processing-main-window/bgfx/qt/main.cpp index 966148276..f53e2d3ed 100644 --- a/examples/render/800-processing-main-window/bgfx/qt/main.cpp +++ b/examples/render/800-processing-main-window/bgfx/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/800-processing-main-window/opengl2/CMakeLists.txt b/examples/render/800-processing-main-window/opengl2/CMakeLists.txt index 58c9b1810..f681b4a69 100644 --- a/examples/render/800-processing-main-window/opengl2/CMakeLists.txt +++ b/examples/render/800-processing-main-window/opengl2/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/800-processing-main-window/opengl2/qt/CMakeLists.txt b/examples/render/800-processing-main-window/opengl2/qt/CMakeLists.txt index a7a03dc8e..27a019400 100644 --- a/examples/render/800-processing-main-window/opengl2/qt/CMakeLists.txt +++ b/examples/render/800-processing-main-window/opengl2/qt/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/800-processing-main-window/opengl2/qt/main.cpp b/examples/render/800-processing-main-window/opengl2/qt/main.cpp index 966148276..f53e2d3ed 100644 --- a/examples/render/800-processing-main-window/opengl2/qt/main.cpp +++ b/examples/render/800-processing-main-window/opengl2/qt/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/9015-mesh-io-stl/CMakeLists.txt b/examples/render/9015-mesh-io-stl/CMakeLists.txt index 8f0162d7f..947a40097 100644 --- a/examples/render/9015-mesh-io-stl/CMakeLists.txt +++ b/examples/render/9015-mesh-io-stl/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/9015-mesh-io-stl/main.cpp b/examples/render/9015-mesh-io-stl/main.cpp index 8a98e4371..6e5edefe8 100644 --- a/examples/render/9015-mesh-io-stl/main.cpp +++ b/examples/render/9015-mesh-io-stl/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/9018-mesh-principal-curvature/CMakeLists.txt b/examples/render/9018-mesh-principal-curvature/CMakeLists.txt index ae1169220..11079b56a 100644 --- a/examples/render/9018-mesh-principal-curvature/CMakeLists.txt +++ b/examples/render/9018-mesh-principal-curvature/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/9018-mesh-principal-curvature/main.cpp b/examples/render/9018-mesh-principal-curvature/main.cpp index 20b9dcdfd..8951dfdc1 100644 --- a/examples/render/9018-mesh-principal-curvature/main.cpp +++ b/examples/render/9018-mesh-principal-curvature/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/9019-mesh-sampling/CMakeLists.txt b/examples/render/9019-mesh-sampling/CMakeLists.txt index 793dd58fe..9fc4b5016 100644 --- a/examples/render/9019-mesh-sampling/CMakeLists.txt +++ b/examples/render/9019-mesh-sampling/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/9019-mesh-sampling/main.cpp b/examples/render/9019-mesh-sampling/main.cpp index 83de26724..eff8f6e5e 100644 --- a/examples/render/9019-mesh-sampling/main.cpp +++ b/examples/render/9019-mesh-sampling/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/9021-mesh-sphere-intersection/CMakeLists.txt b/examples/render/9021-mesh-sphere-intersection/CMakeLists.txt index b3a200eee..b7b70099b 100644 --- a/examples/render/9021-mesh-sphere-intersection/CMakeLists.txt +++ b/examples/render/9021-mesh-sphere-intersection/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/9021-mesh-sphere-intersection/main.cpp b/examples/render/9021-mesh-sphere-intersection/main.cpp index 3c633cca1..46f934b2e 100644 --- a/examples/render/9021-mesh-sphere-intersection/main.cpp +++ b/examples/render/9021-mesh-sphere-intersection/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/9026-crease-edges-mesh/CMakeLists.txt b/examples/render/9026-crease-edges-mesh/CMakeLists.txt index 803b66c8b..74a6f0b16 100644 --- a/examples/render/9026-crease-edges-mesh/CMakeLists.txt +++ b/examples/render/9026-crease-edges-mesh/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/9026-crease-edges-mesh/main.cpp b/examples/render/9026-crease-edges-mesh/main.cpp index bd2580e2e..b7e10df38 100644 --- a/examples/render/9026-crease-edges-mesh/main.cpp +++ b/examples/render/9026-crease-edges-mesh/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/999-misc/CMakeLists.txt b/examples/render/999-misc/CMakeLists.txt index 3a257227f..ea5b78252 100644 --- a/examples/render/999-misc/CMakeLists.txt +++ b/examples/render/999-misc/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/999-misc/bgfx/CMakeLists.txt b/examples/render/999-misc/bgfx/CMakeLists.txt index caa99028c..73596917d 100644 --- a/examples/render/999-misc/bgfx/CMakeLists.txt +++ b/examples/render/999-misc/bgfx/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/999-misc/bgfx/native/CMakeLists.txt b/examples/render/999-misc/bgfx/native/CMakeLists.txt index eed7ef923..7f7d9e9d5 100644 --- a/examples/render/999-misc/bgfx/native/CMakeLists.txt +++ b/examples/render/999-misc/bgfx/native/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/999-misc/bgfx/native/main.cpp b/examples/render/999-misc/bgfx/native/main.cpp index 54f1fb84e..b7175d69e 100644 --- a/examples/render/999-misc/bgfx/native/main.cpp +++ b/examples/render/999-misc/bgfx/native/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/examples/render/CMakeLists.txt b/examples/render/CMakeLists.txt index c08dbd7e3..e9ff8808c 100644 --- a/examples/render/CMakeLists.txt +++ b/examples/render/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/common/CMakeLists.txt b/examples/render/common/CMakeLists.txt index ae6355918..3ad18329a 100644 --- a/examples/render/common/CMakeLists.txt +++ b/examples/render/common/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/examples/render/common/default_viewer.h b/examples/render/common/default_viewer.h index cabbcce9b..1a420fddd 100644 --- a/examples/render/common/default_viewer.h +++ b/examples/render/common/default_viewer.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index deeed32aa..ca9876ece 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/catch2.cmake b/tests/catch2.cmake index bc5ec02df..030fa592b 100644 --- a/tests/catch2.cmake +++ b/tests/catch2.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/000-static-asserts/CMakeLists.txt b/tests/core/000-static-asserts/CMakeLists.txt index 4f11022a8..061d81e81 100644 --- a/tests/core/000-static-asserts/CMakeLists.txt +++ b/tests/core/000-static-asserts/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/000-static-asserts/const_correctness.h b/tests/core/000-static-asserts/const_correctness.h index b24315676..1520f034e 100644 --- a/tests/core/000-static-asserts/const_correctness.h +++ b/tests/core/000-static-asserts/const_correctness.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/iterators.h b/tests/core/000-static-asserts/iterators.h index ae043b96d..f90b89d89 100644 --- a/tests/core/000-static-asserts/iterators.h +++ b/tests/core/000-static-asserts/iterators.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/loggers.h b/tests/core/000-static-asserts/loggers.h index dc19a575d..29321fe2d 100644 --- a/tests/core/000-static-asserts/loggers.h +++ b/tests/core/000-static-asserts/loggers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/main.cpp b/tests/core/000-static-asserts/main.cpp index 28d61b681..690d0a6b9 100644 --- a/tests/core/000-static-asserts/main.cpp +++ b/tests/core/000-static-asserts/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh.h b/tests/core/000-static-asserts/mesh.h index 8d1b54cb1..520df093c 100644 --- a/tests/core/000-static-asserts/mesh.h +++ b/tests/core/000-static-asserts/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components.h b/tests/core/000-static-asserts/mesh/components.h index 631f3812b..1e53722ee 100644 --- a/tests/core/000-static-asserts/mesh/components.h +++ b/tests/core/000-static-asserts/mesh/components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/adjacent_edges.h b/tests/core/000-static-asserts/mesh/components/adjacent_edges.h index 1b17272d6..6d0681e1d 100644 --- a/tests/core/000-static-asserts/mesh/components/adjacent_edges.h +++ b/tests/core/000-static-asserts/mesh/components/adjacent_edges.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/adjacent_faces.h b/tests/core/000-static-asserts/mesh/components/adjacent_faces.h index c561373ae..efd7d556a 100644 --- a/tests/core/000-static-asserts/mesh/components/adjacent_faces.h +++ b/tests/core/000-static-asserts/mesh/components/adjacent_faces.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/adjacent_vertices.h b/tests/core/000-static-asserts/mesh/components/adjacent_vertices.h index 87bae5173..a5fb9eb26 100644 --- a/tests/core/000-static-asserts/mesh/components/adjacent_vertices.h +++ b/tests/core/000-static-asserts/mesh/components/adjacent_vertices.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/bit_flags.h b/tests/core/000-static-asserts/mesh/components/bit_flags.h index fd3222e2d..92f05305c 100644 --- a/tests/core/000-static-asserts/mesh/components/bit_flags.h +++ b/tests/core/000-static-asserts/mesh/components/bit_flags.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/bounding_box.h b/tests/core/000-static-asserts/mesh/components/bounding_box.h index ec070ca6a..2ee15dc26 100644 --- a/tests/core/000-static-asserts/mesh/components/bounding_box.h +++ b/tests/core/000-static-asserts/mesh/components/bounding_box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/color.h b/tests/core/000-static-asserts/mesh/components/color.h index 99ac2864a..c65e605bd 100644 --- a/tests/core/000-static-asserts/mesh/components/color.h +++ b/tests/core/000-static-asserts/mesh/components/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/component.h b/tests/core/000-static-asserts/mesh/components/component.h index 0eb7420e9..eed093bb2 100644 --- a/tests/core/000-static-asserts/mesh/components/component.h +++ b/tests/core/000-static-asserts/mesh/components/component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/coordinate.h b/tests/core/000-static-asserts/mesh/components/coordinate.h index 0ab1c89cf..e140668d5 100644 --- a/tests/core/000-static-asserts/mesh/components/coordinate.h +++ b/tests/core/000-static-asserts/mesh/components/coordinate.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/custom_components.h b/tests/core/000-static-asserts/mesh/components/custom_components.h index 93e0d006c..369e4a033 100644 --- a/tests/core/000-static-asserts/mesh/components/custom_components.h +++ b/tests/core/000-static-asserts/mesh/components/custom_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/mark.h b/tests/core/000-static-asserts/mesh/components/mark.h index 760c15947..7e16d3f70 100644 --- a/tests/core/000-static-asserts/mesh/components/mark.h +++ b/tests/core/000-static-asserts/mesh/components/mark.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/name.h b/tests/core/000-static-asserts/mesh/components/name.h index 6b4e0fd33..a43463072 100644 --- a/tests/core/000-static-asserts/mesh/components/name.h +++ b/tests/core/000-static-asserts/mesh/components/name.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/normal.h b/tests/core/000-static-asserts/mesh/components/normal.h index 11254660e..3147a0ae3 100644 --- a/tests/core/000-static-asserts/mesh/components/normal.h +++ b/tests/core/000-static-asserts/mesh/components/normal.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/principal_curvature.h b/tests/core/000-static-asserts/mesh/components/principal_curvature.h index e6bfb3965..5c0621923 100644 --- a/tests/core/000-static-asserts/mesh/components/principal_curvature.h +++ b/tests/core/000-static-asserts/mesh/components/principal_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/quality.h b/tests/core/000-static-asserts/mesh/components/quality.h index 7c8a6fda1..aed5362d6 100644 --- a/tests/core/000-static-asserts/mesh/components/quality.h +++ b/tests/core/000-static-asserts/mesh/components/quality.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/tex_coord.h b/tests/core/000-static-asserts/mesh/components/tex_coord.h index 0628d234b..0acb28e2c 100644 --- a/tests/core/000-static-asserts/mesh/components/tex_coord.h +++ b/tests/core/000-static-asserts/mesh/components/tex_coord.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/textures.h b/tests/core/000-static-asserts/mesh/components/textures.h index 90b7034a1..67832467b 100644 --- a/tests/core/000-static-asserts/mesh/components/textures.h +++ b/tests/core/000-static-asserts/mesh/components/textures.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/transform_matrix.h b/tests/core/000-static-asserts/mesh/components/transform_matrix.h index 9b46a10f4..0b83017ed 100644 --- a/tests/core/000-static-asserts/mesh/components/transform_matrix.h +++ b/tests/core/000-static-asserts/mesh/components/transform_matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/vertex_references.h b/tests/core/000-static-asserts/mesh/components/vertex_references.h index c5688c633..73574f667 100644 --- a/tests/core/000-static-asserts/mesh/components/vertex_references.h +++ b/tests/core/000-static-asserts/mesh/components/vertex_references.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/wedge_colors.h b/tests/core/000-static-asserts/mesh/components/wedge_colors.h index f274186e2..9553fb1e8 100644 --- a/tests/core/000-static-asserts/mesh/components/wedge_colors.h +++ b/tests/core/000-static-asserts/mesh/components/wedge_colors.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/components/wedge_tex_coords.h b/tests/core/000-static-asserts/mesh/components/wedge_tex_coords.h index 065dab8f7..d71ef0e0d 100644 --- a/tests/core/000-static-asserts/mesh/components/wedge_tex_coords.h +++ b/tests/core/000-static-asserts/mesh/components/wedge_tex_coords.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/containers.h b/tests/core/000-static-asserts/mesh/containers.h index 8f8d3e7f9..6c9d9876f 100644 --- a/tests/core/000-static-asserts/mesh/containers.h +++ b/tests/core/000-static-asserts/mesh/containers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/containers/edge_container.h b/tests/core/000-static-asserts/mesh/containers/edge_container.h index 225c411eb..85316acf1 100644 --- a/tests/core/000-static-asserts/mesh/containers/edge_container.h +++ b/tests/core/000-static-asserts/mesh/containers/edge_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/containers/element_container.h b/tests/core/000-static-asserts/mesh/containers/element_container.h index e7d0dda3d..9d675c8cd 100644 --- a/tests/core/000-static-asserts/mesh/containers/element_container.h +++ b/tests/core/000-static-asserts/mesh/containers/element_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/containers/face_container.h b/tests/core/000-static-asserts/mesh/containers/face_container.h index 35fb4c3cf..73060492e 100644 --- a/tests/core/000-static-asserts/mesh/containers/face_container.h +++ b/tests/core/000-static-asserts/mesh/containers/face_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/containers/vertex_container.h b/tests/core/000-static-asserts/mesh/containers/vertex_container.h index 5f87b5ce0..97ad4ec30 100644 --- a/tests/core/000-static-asserts/mesh/containers/vertex_container.h +++ b/tests/core/000-static-asserts/mesh/containers/vertex_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/elements.h b/tests/core/000-static-asserts/mesh/elements.h index 18e9dda59..5abb2b358 100644 --- a/tests/core/000-static-asserts/mesh/elements.h +++ b/tests/core/000-static-asserts/mesh/elements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/elements/edge.h b/tests/core/000-static-asserts/mesh/elements/edge.h index 7d9d21f83..5c7a84d59 100644 --- a/tests/core/000-static-asserts/mesh/elements/edge.h +++ b/tests/core/000-static-asserts/mesh/elements/edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/elements/element.h b/tests/core/000-static-asserts/mesh/elements/element.h index 2ef78fe1f..c73339998 100644 --- a/tests/core/000-static-asserts/mesh/elements/element.h +++ b/tests/core/000-static-asserts/mesh/elements/element.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/elements/face.h b/tests/core/000-static-asserts/mesh/elements/face.h index 2ab3fd42b..af16189a6 100644 --- a/tests/core/000-static-asserts/mesh/elements/face.h +++ b/tests/core/000-static-asserts/mesh/elements/face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/elements/vertex.h b/tests/core/000-static-asserts/mesh/elements/vertex.h index e62329a97..c4cbd5a1f 100644 --- a/tests/core/000-static-asserts/mesh/elements/vertex.h +++ b/tests/core/000-static-asserts/mesh/elements/vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/mesh_concept.h b/tests/core/000-static-asserts/mesh/mesh_concept.h index 5e302d0bc..11ff0e6f7 100644 --- a/tests/core/000-static-asserts/mesh/mesh_concept.h +++ b/tests/core/000-static-asserts/mesh/mesh_concept.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/per_edge.h b/tests/core/000-static-asserts/mesh/per_edge.h index ec450133a..86749fe6d 100644 --- a/tests/core/000-static-asserts/mesh/per_edge.h +++ b/tests/core/000-static-asserts/mesh/per_edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/per_face.h b/tests/core/000-static-asserts/mesh/per_face.h index 5a038e72b..20fb49261 100644 --- a/tests/core/000-static-asserts/mesh/per_face.h +++ b/tests/core/000-static-asserts/mesh/per_face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/per_mesh.h b/tests/core/000-static-asserts/mesh/per_mesh.h index 0b4dc6277..907cf5017 100644 --- a/tests/core/000-static-asserts/mesh/per_mesh.h +++ b/tests/core/000-static-asserts/mesh/per_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/mesh/per_vertex.h b/tests/core/000-static-asserts/mesh/per_vertex.h index 67f12bff3..237b4da9f 100644 --- a/tests/core/000-static-asserts/mesh/per_vertex.h +++ b/tests/core/000-static-asserts/mesh/per_vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/meshes.h b/tests/core/000-static-asserts/meshes.h index a53c18cb0..6ed1579cb 100644 --- a/tests/core/000-static-asserts/meshes.h +++ b/tests/core/000-static-asserts/meshes.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/ranges.h b/tests/core/000-static-asserts/ranges.h index 8f6c61bbe..6d8f4c2b6 100644 --- a/tests/core/000-static-asserts/ranges.h +++ b/tests/core/000-static-asserts/ranges.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space.h b/tests/core/000-static-asserts/space.h index 953ae1527..5f48cd254 100644 --- a/tests/core/000-static-asserts/space.h +++ b/tests/core/000-static-asserts/space.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/array.h b/tests/core/000-static-asserts/space/array.h index b0c777438..4cf4b2ec7 100644 --- a/tests/core/000-static-asserts/space/array.h +++ b/tests/core/000-static-asserts/space/array.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/bit_set.h b/tests/core/000-static-asserts/space/bit_set.h index 9d23d80c4..d1df06098 100644 --- a/tests/core/000-static-asserts/space/bit_set.h +++ b/tests/core/000-static-asserts/space/bit_set.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/box.h b/tests/core/000-static-asserts/space/box.h index 71563e226..57dbd7184 100644 --- a/tests/core/000-static-asserts/space/box.h +++ b/tests/core/000-static-asserts/space/box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/color.h b/tests/core/000-static-asserts/space/color.h index f047081ef..d23fec7cb 100644 --- a/tests/core/000-static-asserts/space/color.h +++ b/tests/core/000-static-asserts/space/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/image.h b/tests/core/000-static-asserts/space/image.h index ad2f6272b..33f1b6c97 100644 --- a/tests/core/000-static-asserts/space/image.h +++ b/tests/core/000-static-asserts/space/image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/matrix.h b/tests/core/000-static-asserts/space/matrix.h index f2b11845f..650833392 100644 --- a/tests/core/000-static-asserts/space/matrix.h +++ b/tests/core/000-static-asserts/space/matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/plane.h b/tests/core/000-static-asserts/space/plane.h index b5bedfbca..02f53f962 100644 --- a/tests/core/000-static-asserts/space/plane.h +++ b/tests/core/000-static-asserts/space/plane.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/point.h b/tests/core/000-static-asserts/space/point.h index efa62cfed..20e32813b 100644 --- a/tests/core/000-static-asserts/space/point.h +++ b/tests/core/000-static-asserts/space/point.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/polygon.h b/tests/core/000-static-asserts/space/polygon.h index 6ed31c7c9..70fe0bc11 100644 --- a/tests/core/000-static-asserts/space/polygon.h +++ b/tests/core/000-static-asserts/space/polygon.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/principal_curvature.h b/tests/core/000-static-asserts/space/principal_curvature.h index 819fb0caf..ca27ffe15 100644 --- a/tests/core/000-static-asserts/space/principal_curvature.h +++ b/tests/core/000-static-asserts/space/principal_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/sampler.h b/tests/core/000-static-asserts/space/sampler.h index 1ebc26278..763d3da04 100644 --- a/tests/core/000-static-asserts/space/sampler.h +++ b/tests/core/000-static-asserts/space/sampler.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/segment.h b/tests/core/000-static-asserts/space/segment.h index 8d09a38ab..1f16d0623 100644 --- a/tests/core/000-static-asserts/space/segment.h +++ b/tests/core/000-static-asserts/space/segment.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/sphere.h b/tests/core/000-static-asserts/space/sphere.h index 0cad570bf..92ddb5de7 100644 --- a/tests/core/000-static-asserts/space/sphere.h +++ b/tests/core/000-static-asserts/space/sphere.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/tex_coord.h b/tests/core/000-static-asserts/space/tex_coord.h index f29c4a05c..6eb0e0b63 100644 --- a/tests/core/000-static-asserts/space/tex_coord.h +++ b/tests/core/000-static-asserts/space/tex_coord.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/texture.h b/tests/core/000-static-asserts/space/texture.h index 493e4a46d..ea51e5bfc 100644 --- a/tests/core/000-static-asserts/space/texture.h +++ b/tests/core/000-static-asserts/space/texture.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/000-static-asserts/space/triangle.h b/tests/core/000-static-asserts/space/triangle.h index 3765f05ce..e13a30592 100644 --- a/tests/core/000-static-asserts/space/triangle.h +++ b/tests/core/000-static-asserts/space/triangle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/001-trimesh-base/CMakeLists.txt b/tests/core/001-trimesh-base/CMakeLists.txt index bdfde8196..8ce0554fe 100644 --- a/tests/core/001-trimesh-base/CMakeLists.txt +++ b/tests/core/001-trimesh-base/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/001-trimesh-base/main.cpp b/tests/core/001-trimesh-base/main.cpp index eb164b20b..221b52fd7 100644 --- a/tests/core/001-trimesh-base/main.cpp +++ b/tests/core/001-trimesh-base/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/002-mesh-topology/CMakeLists.txt b/tests/core/002-mesh-topology/CMakeLists.txt index 7b051b5d5..ecb6568eb 100644 --- a/tests/core/002-mesh-topology/CMakeLists.txt +++ b/tests/core/002-mesh-topology/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/002-mesh-topology/main.cpp b/tests/core/002-mesh-topology/main.cpp index 770e135fe..4e9998f15 100644 --- a/tests/core/002-mesh-topology/main.cpp +++ b/tests/core/002-mesh-topology/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/003-mesh-conversions/CMakeLists.txt b/tests/core/003-mesh-conversions/CMakeLists.txt index d3442c8da..62c45299e 100644 --- a/tests/core/003-mesh-conversions/CMakeLists.txt +++ b/tests/core/003-mesh-conversions/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/003-mesh-conversions/main.cpp b/tests/core/003-mesh-conversions/main.cpp index a40495c40..b330900df 100644 --- a/tests/core/003-mesh-conversions/main.cpp +++ b/tests/core/003-mesh-conversions/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/004-mesh-custom-components/CMakeLists.txt b/tests/core/004-mesh-custom-components/CMakeLists.txt index cadc16aaa..0ad566a57 100644 --- a/tests/core/004-mesh-custom-components/CMakeLists.txt +++ b/tests/core/004-mesh-custom-components/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/004-mesh-custom-components/main.cpp b/tests/core/004-mesh-custom-components/main.cpp index 3df21bd1c..07a1248ee 100644 --- a/tests/core/004-mesh-custom-components/main.cpp +++ b/tests/core/004-mesh-custom-components/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/005-mesh-new-user-component/CMakeLists.txt b/tests/core/005-mesh-new-user-component/CMakeLists.txt index be566c508..a00b23f12 100644 --- a/tests/core/005-mesh-new-user-component/CMakeLists.txt +++ b/tests/core/005-mesh-new-user-component/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/005-mesh-new-user-component/main.cpp b/tests/core/005-mesh-new-user-component/main.cpp index aa0f91028..53bc139be 100644 --- a/tests/core/005-mesh-new-user-component/main.cpp +++ b/tests/core/005-mesh-new-user-component/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/006-load-save-mesh-obj/CMakeLists.txt b/tests/core/006-load-save-mesh-obj/CMakeLists.txt index ac895951c..d71c79c3a 100644 --- a/tests/core/006-load-save-mesh-obj/CMakeLists.txt +++ b/tests/core/006-load-save-mesh-obj/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/006-load-save-mesh-obj/main.cpp b/tests/core/006-load-save-mesh-obj/main.cpp index 72ce3760c..9c9d9b16b 100644 --- a/tests/core/006-load-save-mesh-obj/main.cpp +++ b/tests/core/006-load-save-mesh-obj/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/007-load-save-mesh-off/CMakeLists.txt b/tests/core/007-load-save-mesh-off/CMakeLists.txt index fa7dac0b3..fd417391c 100644 --- a/tests/core/007-load-save-mesh-off/CMakeLists.txt +++ b/tests/core/007-load-save-mesh-off/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/007-load-save-mesh-off/main.cpp b/tests/core/007-load-save-mesh-off/main.cpp index cf3ce7515..b92a3441d 100644 --- a/tests/core/007-load-save-mesh-off/main.cpp +++ b/tests/core/007-load-save-mesh-off/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/008-load-save-mesh-ply/CMakeLists.txt b/tests/core/008-load-save-mesh-ply/CMakeLists.txt index ca03a013f..795b50866 100644 --- a/tests/core/008-load-save-mesh-ply/CMakeLists.txt +++ b/tests/core/008-load-save-mesh-ply/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/008-load-save-mesh-ply/main.cpp b/tests/core/008-load-save-mesh-ply/main.cpp index ed0bba0ee..8083edaee 100644 --- a/tests/core/008-load-save-mesh-ply/main.cpp +++ b/tests/core/008-load-save-mesh-ply/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/009-load-save-mesh-stl/CMakeLists.txt b/tests/core/009-load-save-mesh-stl/CMakeLists.txt index 607cadd5e..e27b44e19 100644 --- a/tests/core/009-load-save-mesh-stl/CMakeLists.txt +++ b/tests/core/009-load-save-mesh-stl/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/009-load-save-mesh-stl/main.cpp b/tests/core/009-load-save-mesh-stl/main.cpp index 284e6071c..89fe19b9d 100644 --- a/tests/core/009-load-save-mesh-stl/main.cpp +++ b/tests/core/009-load-save-mesh-stl/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/010-mesh-clean/CMakeLists.txt b/tests/core/010-mesh-clean/CMakeLists.txt index 804eaa1ee..3e56856e8 100644 --- a/tests/core/010-mesh-clean/CMakeLists.txt +++ b/tests/core/010-mesh-clean/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/010-mesh-clean/main.cpp b/tests/core/010-mesh-clean/main.cpp index a3847dab5..d917f357e 100644 --- a/tests/core/010-mesh-clean/main.cpp +++ b/tests/core/010-mesh-clean/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/011-mesh-filter/CMakeLists.txt b/tests/core/011-mesh-filter/CMakeLists.txt index 420013837..f75525eaf 100644 --- a/tests/core/011-mesh-filter/CMakeLists.txt +++ b/tests/core/011-mesh-filter/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/011-mesh-filter/main.cpp b/tests/core/011-mesh-filter/main.cpp index 85688bdd8..f25cae55a 100644 --- a/tests/core/011-mesh-filter/main.cpp +++ b/tests/core/011-mesh-filter/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/012-kd-tree/CMakeLists.txt b/tests/core/012-kd-tree/CMakeLists.txt index a56cf29b8..7f003a609 100644 --- a/tests/core/012-kd-tree/CMakeLists.txt +++ b/tests/core/012-kd-tree/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/012-kd-tree/main.cpp b/tests/core/012-kd-tree/main.cpp index 666fd8701..0d7d6b8f8 100644 --- a/tests/core/012-kd-tree/main.cpp +++ b/tests/core/012-kd-tree/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/013-mesh-update-normal/CMakeLists.txt b/tests/core/013-mesh-update-normal/CMakeLists.txt index 7828413fc..c2f047736 100644 --- a/tests/core/013-mesh-update-normal/CMakeLists.txt +++ b/tests/core/013-mesh-update-normal/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/013-mesh-update-normal/main.cpp b/tests/core/013-mesh-update-normal/main.cpp index d66be99d3..16fd59d87 100644 --- a/tests/core/013-mesh-update-normal/main.cpp +++ b/tests/core/013-mesh-update-normal/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/014-polymesh-base/CMakeLists.txt b/tests/core/014-polymesh-base/CMakeLists.txt index 683687da8..c07a2e537 100644 --- a/tests/core/014-polymesh-base/CMakeLists.txt +++ b/tests/core/014-polymesh-base/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/014-polymesh-base/main.cpp b/tests/core/014-polymesh-base/main.cpp index 7c83c0444..3c1cddd38 100644 --- a/tests/core/014-polymesh-base/main.cpp +++ b/tests/core/014-polymesh-base/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/015-mesh-copy-and-append/CMakeLists.txt b/tests/core/015-mesh-copy-and-append/CMakeLists.txt index 909a5a30d..8f51f19aa 100644 --- a/tests/core/015-mesh-copy-and-append/CMakeLists.txt +++ b/tests/core/015-mesh-copy-and-append/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/015-mesh-copy-and-append/main.cpp b/tests/core/015-mesh-copy-and-append/main.cpp index 1a01d00f5..64e04a202 100644 --- a/tests/core/015-mesh-copy-and-append/main.cpp +++ b/tests/core/015-mesh-copy-and-append/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/016-mesh-crease-edges/CMakeLists.txt b/tests/core/016-mesh-crease-edges/CMakeLists.txt index c5cbbdb85..a40eeca49 100644 --- a/tests/core/016-mesh-crease-edges/CMakeLists.txt +++ b/tests/core/016-mesh-crease-edges/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/016-mesh-crease-edges/main.cpp b/tests/core/016-mesh-crease-edges/main.cpp index adbd76f6a..3f1f5626b 100644 --- a/tests/core/016-mesh-crease-edges/main.cpp +++ b/tests/core/016-mesh-crease-edges/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/017-serialization/CMakeLists.txt b/tests/core/017-serialization/CMakeLists.txt index e18bbd54e..146446f8b 100644 --- a/tests/core/017-serialization/CMakeLists.txt +++ b/tests/core/017-serialization/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/017-serialization/main.cpp b/tests/core/017-serialization/main.cpp index 88cf342ce..62d410f94 100644 --- a/tests/core/017-serialization/main.cpp +++ b/tests/core/017-serialization/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/018-polygon/CMakeLists.txt b/tests/core/018-polygon/CMakeLists.txt index e02f6500f..18d995863 100644 --- a/tests/core/018-polygon/CMakeLists.txt +++ b/tests/core/018-polygon/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/core/018-polygon/main.cpp b/tests/core/018-polygon/main.cpp index ba593d42b..66ce4e353 100644 --- a/tests/core/018-polygon/main.cpp +++ b/tests/core/018-polygon/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/core/CMakeLists.txt b/tests/core/CMakeLists.txt index 358b9c3c9..b2eef9fc7 100644 --- a/tests/core/CMakeLists.txt +++ b/tests/core/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/external/000-mesh-import-vcg/CMakeLists.txt b/tests/external/000-mesh-import-vcg/CMakeLists.txt index e282e2be4..41d6514f2 100644 --- a/tests/external/000-mesh-import-vcg/CMakeLists.txt +++ b/tests/external/000-mesh-import-vcg/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/tests/external/000-mesh-import-vcg/main.cpp b/tests/external/000-mesh-import-vcg/main.cpp index 01a69e101..956af250a 100644 --- a/tests/external/000-mesh-import-vcg/main.cpp +++ b/tests/external/000-mesh-import-vcg/main.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/tests/external/CMakeLists.txt b/tests/external/CMakeLists.txt index 346939283..1cd485a84 100644 --- a/tests/external/CMakeLists.txt +++ b/tests/external/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/CMakeLists.txt b/vclib/core/3rdparty/CMakeLists.txt index 2d58f4bb5..02d909a45 100644 --- a/vclib/core/3rdparty/CMakeLists.txt +++ b/vclib/core/3rdparty/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/eigen.cmake b/vclib/core/3rdparty/eigen.cmake index 190f55da9..433509ae7 100644 --- a/vclib/core/3rdparty/eigen.cmake +++ b/vclib/core/3rdparty/eigen.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/mapbox.cmake b/vclib/core/3rdparty/mapbox.cmake index ad405ac08..39db86479 100644 --- a/vclib/core/3rdparty/mapbox.cmake +++ b/vclib/core/3rdparty/mapbox.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/poolstl.cmake b/vclib/core/3rdparty/poolstl.cmake index 8bcbfc590..ecb076c6f 100644 --- a/vclib/core/3rdparty/poolstl.cmake +++ b/vclib/core/3rdparty/poolstl.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/stb.cmake b/vclib/core/3rdparty/stb.cmake index 87c7f43c7..a6afd47c5 100644 --- a/vclib/core/3rdparty/stb.cmake +++ b/vclib/core/3rdparty/stb.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/tbb.cmake b/vclib/core/3rdparty/tbb.cmake index 69fea123b..4a3265e84 100644 --- a/vclib/core/3rdparty/tbb.cmake +++ b/vclib/core/3rdparty/tbb.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/3rdparty/zip-views.cmake b/vclib/core/3rdparty/zip-views.cmake index 82e54908d..a6b141bcd 100644 --- a/vclib/core/3rdparty/zip-views.cmake +++ b/vclib/core/3rdparty/zip-views.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/core/include/vclib/algorithms.h b/vclib/core/include/vclib/algorithms.h index 56275d4bf..805e67c50 100644 --- a/vclib/core/include/vclib/algorithms.h +++ b/vclib/core/include/vclib/algorithms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core.h b/vclib/core/include/vclib/algorithms/core.h index 07cd2b33c..88527ad36 100644 --- a/vclib/core/include/vclib/algorithms/core.h +++ b/vclib/core/include/vclib/algorithms/core.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/bounding_box.h b/vclib/core/include/vclib/algorithms/core/bounding_box.h index c8a8e3598..64cd16761 100644 --- a/vclib/core/include/vclib/algorithms/core/bounding_box.h +++ b/vclib/core/include/vclib/algorithms/core/bounding_box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/box.h b/vclib/core/include/vclib/algorithms/core/box.h index c64493f13..c38317360 100644 --- a/vclib/core/include/vclib/algorithms/core/box.h +++ b/vclib/core/include/vclib/algorithms/core/box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/box/box3.h b/vclib/core/include/vclib/algorithms/core/box/box3.h index 2348140b2..2b705e0c8 100644 --- a/vclib/core/include/vclib/algorithms/core/box/box3.h +++ b/vclib/core/include/vclib/algorithms/core/box/box3.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/distance.h b/vclib/core/include/vclib/algorithms/core/distance.h index 8195834a9..d4fedf22f 100644 --- a/vclib/core/include/vclib/algorithms/core/distance.h +++ b/vclib/core/include/vclib/algorithms/core/distance.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/distance/element.h b/vclib/core/include/vclib/algorithms/core/distance/element.h index 52725a8a6..25bdcee81 100644 --- a/vclib/core/include/vclib/algorithms/core/distance/element.h +++ b/vclib/core/include/vclib/algorithms/core/distance/element.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/distance/functions.h b/vclib/core/include/vclib/algorithms/core/distance/functions.h index 5ebbc843c..da0ef207e 100644 --- a/vclib/core/include/vclib/algorithms/core/distance/functions.h +++ b/vclib/core/include/vclib/algorithms/core/distance/functions.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/distance/misc.h b/vclib/core/include/vclib/algorithms/core/distance/misc.h index e5710e484..47f1dd69f 100644 --- a/vclib/core/include/vclib/algorithms/core/distance/misc.h +++ b/vclib/core/include/vclib/algorithms/core/distance/misc.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/fitting.h b/vclib/core/include/vclib/algorithms/core/fitting.h index cc512ef0c..d45831fa2 100644 --- a/vclib/core/include/vclib/algorithms/core/fitting.h +++ b/vclib/core/include/vclib/algorithms/core/fitting.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/intersection.h b/vclib/core/include/vclib/algorithms/core/intersection.h index c111b0cfb..367b14bca 100644 --- a/vclib/core/include/vclib/algorithms/core/intersection.h +++ b/vclib/core/include/vclib/algorithms/core/intersection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/intersection/element.h b/vclib/core/include/vclib/algorithms/core/intersection/element.h index 28cc9e15f..8494f8e64 100644 --- a/vclib/core/include/vclib/algorithms/core/intersection/element.h +++ b/vclib/core/include/vclib/algorithms/core/intersection/element.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/intersection/functions.h b/vclib/core/include/vclib/algorithms/core/intersection/functions.h index be2b04ebc..d1f9f0489 100644 --- a/vclib/core/include/vclib/algorithms/core/intersection/functions.h +++ b/vclib/core/include/vclib/algorithms/core/intersection/functions.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/intersection/misc.h b/vclib/core/include/vclib/algorithms/core/intersection/misc.h index a74e2a09e..e84d99b1b 100644 --- a/vclib/core/include/vclib/algorithms/core/intersection/misc.h +++ b/vclib/core/include/vclib/algorithms/core/intersection/misc.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon.h b/vclib/core/include/vclib/algorithms/core/polygon.h index b7c8c11fa..4c181c8b3 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon.h +++ b/vclib/core/include/vclib/algorithms/core/polygon.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon/convex_hull.h b/vclib/core/include/vclib/algorithms/core/polygon/convex_hull.h index 9e1d764d5..5bc22c7ec 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon/convex_hull.h +++ b/vclib/core/include/vclib/algorithms/core/polygon/convex_hull.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon/core2.h b/vclib/core/include/vclib/algorithms/core/polygon/core2.h index 27ac7dec4..6124b3cce 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon/core2.h +++ b/vclib/core/include/vclib/algorithms/core/polygon/core2.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon/create.h b/vclib/core/include/vclib/algorithms/core/polygon/create.h index 30ba5ebb4..02ca18e1d 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon/create.h +++ b/vclib/core/include/vclib/algorithms/core/polygon/create.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon/ear_cut.h b/vclib/core/include/vclib/algorithms/core/polygon/ear_cut.h index ae0f87e9a..eba782633 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon/ear_cut.h +++ b/vclib/core/include/vclib/algorithms/core/polygon/ear_cut.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon/geometry.h b/vclib/core/include/vclib/algorithms/core/polygon/geometry.h index 50b52ba7c..2c96933cb 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon/geometry.h +++ b/vclib/core/include/vclib/algorithms/core/polygon/geometry.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/polygon/projection.h b/vclib/core/include/vclib/algorithms/core/polygon/projection.h index e334c2da2..db98b7c45 100644 --- a/vclib/core/include/vclib/algorithms/core/polygon/projection.h +++ b/vclib/core/include/vclib/algorithms/core/polygon/projection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/stat.h b/vclib/core/include/vclib/algorithms/core/stat.h index 73856f50e..994a1edea 100644 --- a/vclib/core/include/vclib/algorithms/core/stat.h +++ b/vclib/core/include/vclib/algorithms/core/stat.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/core/visibility.h b/vclib/core/include/vclib/algorithms/core/visibility.h index 9459790a8..d2291c853 100644 --- a/vclib/core/include/vclib/algorithms/core/visibility.h +++ b/vclib/core/include/vclib/algorithms/core/visibility.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh.h b/vclib/core/include/vclib/algorithms/mesh.h index 24bbf47b3..b76b53e50 100644 --- a/vclib/core/include/vclib/algorithms/mesh.h +++ b/vclib/core/include/vclib/algorithms/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/check_pointers.h b/vclib/core/include/vclib/algorithms/mesh/check_pointers.h index 48c52ec4a..c04248ba9 100644 --- a/vclib/core/include/vclib/algorithms/mesh/check_pointers.h +++ b/vclib/core/include/vclib/algorithms/mesh/check_pointers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/clean.h b/vclib/core/include/vclib/algorithms/mesh/clean.h index a8087dff2..432efca8d 100644 --- a/vclib/core/include/vclib/algorithms/mesh/clean.h +++ b/vclib/core/include/vclib/algorithms/mesh/clean.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/convex_hull.h b/vclib/core/include/vclib/algorithms/mesh/convex_hull.h index 5c49dce98..bb7a19feb 100644 --- a/vclib/core/include/vclib/algorithms/mesh/convex_hull.h +++ b/vclib/core/include/vclib/algorithms/mesh/convex_hull.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create.h b/vclib/core/include/vclib/algorithms/mesh/create.h index 9534a3ba4..cd4a41d6b 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create.h +++ b/vclib/core/include/vclib/algorithms/mesh/create.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create/cone.h b/vclib/core/include/vclib/algorithms/mesh/create/cone.h index dd87b6fe5..4f73f2f8c 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create/cone.h +++ b/vclib/core/include/vclib/algorithms/mesh/create/cone.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create/dodecahedron.h b/vclib/core/include/vclib/algorithms/mesh/create/dodecahedron.h index 9100b17a8..cdf36d977 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create/dodecahedron.h +++ b/vclib/core/include/vclib/algorithms/mesh/create/dodecahedron.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create/hexahedron.h b/vclib/core/include/vclib/algorithms/mesh/create/hexahedron.h index aa79a60ca..a405b7f9e 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create/hexahedron.h +++ b/vclib/core/include/vclib/algorithms/mesh/create/hexahedron.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create/icosahedron.h b/vclib/core/include/vclib/algorithms/mesh/create/icosahedron.h index 510cb2dd0..817dfe785 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create/icosahedron.h +++ b/vclib/core/include/vclib/algorithms/mesh/create/icosahedron.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create/sphere.h b/vclib/core/include/vclib/algorithms/mesh/create/sphere.h index 952fead92..701f44911 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create/sphere.h +++ b/vclib/core/include/vclib/algorithms/mesh/create/sphere.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/create/tetrahedron.h b/vclib/core/include/vclib/algorithms/mesh/create/tetrahedron.h index a39d7a67f..cc74f90d3 100644 --- a/vclib/core/include/vclib/algorithms/mesh/create/tetrahedron.h +++ b/vclib/core/include/vclib/algorithms/mesh/create/tetrahedron.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/distance.h b/vclib/core/include/vclib/algorithms/mesh/distance.h index fa2e799bd..42a20d9c7 100644 --- a/vclib/core/include/vclib/algorithms/mesh/distance.h +++ b/vclib/core/include/vclib/algorithms/mesh/distance.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/face_topology.h b/vclib/core/include/vclib/algorithms/mesh/face_topology.h index df340e41c..bbdd2e3d1 100644 --- a/vclib/core/include/vclib/algorithms/mesh/face_topology.h +++ b/vclib/core/include/vclib/algorithms/mesh/face_topology.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/filter.h b/vclib/core/include/vclib/algorithms/mesh/filter.h index 5d73cf333..7c0813608 100644 --- a/vclib/core/include/vclib/algorithms/mesh/filter.h +++ b/vclib/core/include/vclib/algorithms/mesh/filter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/import_export.h b/vclib/core/include/vclib/algorithms/mesh/import_export.h index 3678fba22..619722a96 100644 --- a/vclib/core/include/vclib/algorithms/mesh/import_export.h +++ b/vclib/core/include/vclib/algorithms/mesh/import_export.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/import_export/export_matrix.h b/vclib/core/include/vclib/algorithms/mesh/import_export/export_matrix.h index f9a57fc9c..6a31b4740 100644 --- a/vclib/core/include/vclib/algorithms/mesh/import_export/export_matrix.h +++ b/vclib/core/include/vclib/algorithms/mesh/import_export/export_matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/import_export/import_matrix.h b/vclib/core/include/vclib/algorithms/mesh/import_export/import_matrix.h index 1e03a3ccf..195272134 100644 --- a/vclib/core/include/vclib/algorithms/mesh/import_export/import_matrix.h +++ b/vclib/core/include/vclib/algorithms/mesh/import_export/import_matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/intersection.h b/vclib/core/include/vclib/algorithms/mesh/intersection.h index 130930013..ddb7d10a5 100644 --- a/vclib/core/include/vclib/algorithms/mesh/intersection.h +++ b/vclib/core/include/vclib/algorithms/mesh/intersection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/point_sampling.h b/vclib/core/include/vclib/algorithms/mesh/point_sampling.h index 8b0f78d57..28d01a524 100644 --- a/vclib/core/include/vclib/algorithms/mesh/point_sampling.h +++ b/vclib/core/include/vclib/algorithms/mesh/point_sampling.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/polygon.h b/vclib/core/include/vclib/algorithms/mesh/polygon.h index c41628d15..a3d7d1c67 100644 --- a/vclib/core/include/vclib/algorithms/mesh/polygon.h +++ b/vclib/core/include/vclib/algorithms/mesh/polygon.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/shuffle.h b/vclib/core/include/vclib/algorithms/mesh/shuffle.h index c9167ebe3..033535a34 100644 --- a/vclib/core/include/vclib/algorithms/mesh/shuffle.h +++ b/vclib/core/include/vclib/algorithms/mesh/shuffle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/smooth.h b/vclib/core/include/vclib/algorithms/mesh/smooth.h index dba2e27cd..193ae8bf4 100644 --- a/vclib/core/include/vclib/algorithms/mesh/smooth.h +++ b/vclib/core/include/vclib/algorithms/mesh/smooth.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/sort.h b/vclib/core/include/vclib/algorithms/mesh/sort.h index 39efb537d..76032a45a 100644 --- a/vclib/core/include/vclib/algorithms/mesh/sort.h +++ b/vclib/core/include/vclib/algorithms/mesh/sort.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/stat.h b/vclib/core/include/vclib/algorithms/mesh/stat.h index cb7d599c9..2d6e947b7 100644 --- a/vclib/core/include/vclib/algorithms/mesh/stat.h +++ b/vclib/core/include/vclib/algorithms/mesh/stat.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/stat/barycenter.h b/vclib/core/include/vclib/algorithms/mesh/stat/barycenter.h index 11fcf9ba2..dcd253a83 100644 --- a/vclib/core/include/vclib/algorithms/mesh/stat/barycenter.h +++ b/vclib/core/include/vclib/algorithms/mesh/stat/barycenter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/stat/bounding_box.h b/vclib/core/include/vclib/algorithms/mesh/stat/bounding_box.h index 62fade4ce..effc4a360 100644 --- a/vclib/core/include/vclib/algorithms/mesh/stat/bounding_box.h +++ b/vclib/core/include/vclib/algorithms/mesh/stat/bounding_box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/stat/geometry.h b/vclib/core/include/vclib/algorithms/mesh/stat/geometry.h index 2f145d3be..2f0933df0 100644 --- a/vclib/core/include/vclib/algorithms/mesh/stat/geometry.h +++ b/vclib/core/include/vclib/algorithms/mesh/stat/geometry.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/stat/quality.h b/vclib/core/include/vclib/algorithms/mesh/stat/quality.h index 9c1cde878..43f80fa4e 100644 --- a/vclib/core/include/vclib/algorithms/mesh/stat/quality.h +++ b/vclib/core/include/vclib/algorithms/mesh/stat/quality.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/stat/selection.h b/vclib/core/include/vclib/algorithms/mesh/stat/selection.h index a73f434be..ca7620c9b 100644 --- a/vclib/core/include/vclib/algorithms/mesh/stat/selection.h +++ b/vclib/core/include/vclib/algorithms/mesh/stat/selection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update.h b/vclib/core/include/vclib/algorithms/mesh/update.h index 1a3d0d0b0..64a2fed4d 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update.h +++ b/vclib/core/include/vclib/algorithms/mesh/update.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/bounding_box.h b/vclib/core/include/vclib/algorithms/mesh/update/bounding_box.h index 8b91b72e6..0a433a153 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/bounding_box.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/bounding_box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/color.h b/vclib/core/include/vclib/algorithms/mesh/update/color.h index 5a49bf4b3..482270dad 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/color.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/curvature.h b/vclib/core/include/vclib/algorithms/mesh/update/curvature.h index 30bed7998..a7bfdbce5 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/curvature.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/flag.h b/vclib/core/include/vclib/algorithms/mesh/update/flag.h index 3c3a85b68..68907138e 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/flag.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/flag.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/normal.h b/vclib/core/include/vclib/algorithms/mesh/update/normal.h index 932b1d9f8..bda9e4da1 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/normal.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/normal.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/quality.h b/vclib/core/include/vclib/algorithms/mesh/update/quality.h index 6da5db41b..fc670215f 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/quality.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/quality.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/selection.h b/vclib/core/include/vclib/algorithms/mesh/update/selection.h index 75598b20f..e177cefc7 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/selection.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/selection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/topology.h b/vclib/core/include/vclib/algorithms/mesh/update/topology.h index ba7574b92..47a49d572 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/topology.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/topology.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/algorithms/mesh/update/transform.h b/vclib/core/include/vclib/algorithms/mesh/update/transform.h index a6d696453..898ee9a8c 100644 --- a/vclib/core/include/vclib/algorithms/mesh/update/transform.h +++ b/vclib/core/include/vclib/algorithms/mesh/update/transform.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts.h b/vclib/core/include/vclib/concepts.h index 8eb284c36..8524cf093 100644 --- a/vclib/core/include/vclib/concepts.h +++ b/vclib/core/include/vclib/concepts.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/const_correctness.h b/vclib/core/include/vclib/concepts/const_correctness.h index 6c2322ba6..8d85a9dd4 100644 --- a/vclib/core/include/vclib/concepts/const_correctness.h +++ b/vclib/core/include/vclib/concepts/const_correctness.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/iterators.h b/vclib/core/include/vclib/concepts/iterators.h index 667efabfd..aed62c7ab 100644 --- a/vclib/core/include/vclib/concepts/iterators.h +++ b/vclib/core/include/vclib/concepts/iterators.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/logger.h b/vclib/core/include/vclib/concepts/logger.h index 9d982557e..bc634333f 100644 --- a/vclib/core/include/vclib/concepts/logger.h +++ b/vclib/core/include/vclib/concepts/logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh.h b/vclib/core/include/vclib/concepts/mesh.h index 48aeb16b0..61d795a0e 100644 --- a/vclib/core/include/vclib/concepts/mesh.h +++ b/vclib/core/include/vclib/concepts/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components.h b/vclib/core/include/vclib/concepts/mesh/components.h index 366c1a6e3..1ce4b4e77 100644 --- a/vclib/core/include/vclib/concepts/mesh/components.h +++ b/vclib/core/include/vclib/concepts/mesh/components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/adjacent_edges.h b/vclib/core/include/vclib/concepts/mesh/components/adjacent_edges.h index dbf07a99e..8372ad943 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/adjacent_edges.h +++ b/vclib/core/include/vclib/concepts/mesh/components/adjacent_edges.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/adjacent_faces.h b/vclib/core/include/vclib/concepts/mesh/components/adjacent_faces.h index 1cc1194cf..4e90a7f0b 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/adjacent_faces.h +++ b/vclib/core/include/vclib/concepts/mesh/components/adjacent_faces.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/adjacent_vertices.h b/vclib/core/include/vclib/concepts/mesh/components/adjacent_vertices.h index 5141ce842..5665ee7df 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/adjacent_vertices.h +++ b/vclib/core/include/vclib/concepts/mesh/components/adjacent_vertices.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/bit_flags.h b/vclib/core/include/vclib/concepts/mesh/components/bit_flags.h index 30f4a5d9d..c0d237c3d 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/bit_flags.h +++ b/vclib/core/include/vclib/concepts/mesh/components/bit_flags.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/bounding_box.h b/vclib/core/include/vclib/concepts/mesh/components/bounding_box.h index 4469155f8..627ff3179 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/bounding_box.h +++ b/vclib/core/include/vclib/concepts/mesh/components/bounding_box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/color.h b/vclib/core/include/vclib/concepts/mesh/components/color.h index b08181de2..1ec623495 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/color.h +++ b/vclib/core/include/vclib/concepts/mesh/components/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/component.h b/vclib/core/include/vclib/concepts/mesh/components/component.h index bbe9ad4eb..292349809 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/component.h +++ b/vclib/core/include/vclib/concepts/mesh/components/component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/coordinate.h b/vclib/core/include/vclib/concepts/mesh/components/coordinate.h index 54eb8c4b7..e9f37d238 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/coordinate.h +++ b/vclib/core/include/vclib/concepts/mesh/components/coordinate.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/custom_components.h b/vclib/core/include/vclib/concepts/mesh/components/custom_components.h index 79747d26b..e87a5cbe6 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/custom_components.h +++ b/vclib/core/include/vclib/concepts/mesh/components/custom_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/mark.h b/vclib/core/include/vclib/concepts/mesh/components/mark.h index c210092a9..4c17eeb42 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/mark.h +++ b/vclib/core/include/vclib/concepts/mesh/components/mark.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/name.h b/vclib/core/include/vclib/concepts/mesh/components/name.h index c43e831a3..d38aba4b1 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/name.h +++ b/vclib/core/include/vclib/concepts/mesh/components/name.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/normal.h b/vclib/core/include/vclib/concepts/mesh/components/normal.h index 3112e7982..442555898 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/normal.h +++ b/vclib/core/include/vclib/concepts/mesh/components/normal.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/principal_curvature.h b/vclib/core/include/vclib/concepts/mesh/components/principal_curvature.h index d992f6755..6c0dcda9c 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/principal_curvature.h +++ b/vclib/core/include/vclib/concepts/mesh/components/principal_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/quality.h b/vclib/core/include/vclib/concepts/mesh/components/quality.h index 132677ae7..f82c1e5f6 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/quality.h +++ b/vclib/core/include/vclib/concepts/mesh/components/quality.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/tex_coord.h b/vclib/core/include/vclib/concepts/mesh/components/tex_coord.h index 3c64ff77b..edba50c66 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/tex_coord.h +++ b/vclib/core/include/vclib/concepts/mesh/components/tex_coord.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/texture_images.h b/vclib/core/include/vclib/concepts/mesh/components/texture_images.h index 669530f79..db0fefb4b 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/texture_images.h +++ b/vclib/core/include/vclib/concepts/mesh/components/texture_images.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/texture_paths.h b/vclib/core/include/vclib/concepts/mesh/components/texture_paths.h index 83652f31c..9f9dbe58b 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/texture_paths.h +++ b/vclib/core/include/vclib/concepts/mesh/components/texture_paths.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/transform_matrix.h b/vclib/core/include/vclib/concepts/mesh/components/transform_matrix.h index ec5f31fb8..47d185e90 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/transform_matrix.h +++ b/vclib/core/include/vclib/concepts/mesh/components/transform_matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/vertex_references.h b/vclib/core/include/vclib/concepts/mesh/components/vertex_references.h index e7b6eb7fc..81331997b 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/vertex_references.h +++ b/vclib/core/include/vclib/concepts/mesh/components/vertex_references.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/wedge_colors.h b/vclib/core/include/vclib/concepts/mesh/components/wedge_colors.h index 61178c0cd..adeb114ad 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/wedge_colors.h +++ b/vclib/core/include/vclib/concepts/mesh/components/wedge_colors.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/components/wedge_tex_coords.h b/vclib/core/include/vclib/concepts/mesh/components/wedge_tex_coords.h index e4489e66b..59bec8ebf 100644 --- a/vclib/core/include/vclib/concepts/mesh/components/wedge_tex_coords.h +++ b/vclib/core/include/vclib/concepts/mesh/components/wedge_tex_coords.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/containers.h b/vclib/core/include/vclib/concepts/mesh/containers.h index 65b6efe20..dbd6adc61 100644 --- a/vclib/core/include/vclib/concepts/mesh/containers.h +++ b/vclib/core/include/vclib/concepts/mesh/containers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/containers/edge_container.h b/vclib/core/include/vclib/concepts/mesh/containers/edge_container.h index 25c8e57d3..6a0bfbaa9 100644 --- a/vclib/core/include/vclib/concepts/mesh/containers/edge_container.h +++ b/vclib/core/include/vclib/concepts/mesh/containers/edge_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/containers/element_container.h b/vclib/core/include/vclib/concepts/mesh/containers/element_container.h index 76cc5f136..58b68961e 100644 --- a/vclib/core/include/vclib/concepts/mesh/containers/element_container.h +++ b/vclib/core/include/vclib/concepts/mesh/containers/element_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/containers/face_container.h b/vclib/core/include/vclib/concepts/mesh/containers/face_container.h index f778371e3..de4e6a331 100644 --- a/vclib/core/include/vclib/concepts/mesh/containers/face_container.h +++ b/vclib/core/include/vclib/concepts/mesh/containers/face_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/containers/vertex_container.h b/vclib/core/include/vclib/concepts/mesh/containers/vertex_container.h index 52c05a95b..f2ed853ba 100644 --- a/vclib/core/include/vclib/concepts/mesh/containers/vertex_container.h +++ b/vclib/core/include/vclib/concepts/mesh/containers/vertex_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/elements/edge.h b/vclib/core/include/vclib/concepts/mesh/elements/edge.h index e671e0e3d..6f3d53596 100644 --- a/vclib/core/include/vclib/concepts/mesh/elements/edge.h +++ b/vclib/core/include/vclib/concepts/mesh/elements/edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/elements/element.h b/vclib/core/include/vclib/concepts/mesh/elements/element.h index b2240b9af..61b1fa187 100644 --- a/vclib/core/include/vclib/concepts/mesh/elements/element.h +++ b/vclib/core/include/vclib/concepts/mesh/elements/element.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/elements/face.h b/vclib/core/include/vclib/concepts/mesh/elements/face.h index bc4d8612f..fe81a733b 100644 --- a/vclib/core/include/vclib/concepts/mesh/elements/face.h +++ b/vclib/core/include/vclib/concepts/mesh/elements/face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/elements/vertex.h b/vclib/core/include/vclib/concepts/mesh/elements/vertex.h index 61a21c06a..d049ef678 100644 --- a/vclib/core/include/vclib/concepts/mesh/elements/vertex.h +++ b/vclib/core/include/vclib/concepts/mesh/elements/vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/mesh_concept.h b/vclib/core/include/vclib/concepts/mesh/mesh_concept.h index bc55d765e..178178e0d 100644 --- a/vclib/core/include/vclib/concepts/mesh/mesh_concept.h +++ b/vclib/core/include/vclib/concepts/mesh/mesh_concept.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/per_edge.h b/vclib/core/include/vclib/concepts/mesh/per_edge.h index 89e19c242..eba745982 100644 --- a/vclib/core/include/vclib/concepts/mesh/per_edge.h +++ b/vclib/core/include/vclib/concepts/mesh/per_edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/per_face.h b/vclib/core/include/vclib/concepts/mesh/per_face.h index 4e6f9a828..41a58cf79 100644 --- a/vclib/core/include/vclib/concepts/mesh/per_face.h +++ b/vclib/core/include/vclib/concepts/mesh/per_face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/per_mesh.h b/vclib/core/include/vclib/concepts/mesh/per_mesh.h index c4571d990..3b3583f8e 100644 --- a/vclib/core/include/vclib/concepts/mesh/per_mesh.h +++ b/vclib/core/include/vclib/concepts/mesh/per_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/mesh/per_vertex.h b/vclib/core/include/vclib/concepts/mesh/per_vertex.h index 05f47c423..10342ac88 100644 --- a/vclib/core/include/vclib/concepts/mesh/per_vertex.h +++ b/vclib/core/include/vclib/concepts/mesh/per_vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/pointers.h b/vclib/core/include/vclib/concepts/pointers.h index 5a86623f6..f5d3e7d55 100644 --- a/vclib/core/include/vclib/concepts/pointers.h +++ b/vclib/core/include/vclib/concepts/pointers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/polymorphism.h b/vclib/core/include/vclib/concepts/polymorphism.h index 2e48fff8e..05912176a 100644 --- a/vclib/core/include/vclib/concepts/polymorphism.h +++ b/vclib/core/include/vclib/concepts/polymorphism.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/range.h b/vclib/core/include/vclib/concepts/range.h index da7b8a67f..f450da91e 100644 --- a/vclib/core/include/vclib/concepts/range.h +++ b/vclib/core/include/vclib/concepts/range.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/ranges/mesh.h b/vclib/core/include/vclib/concepts/ranges/mesh.h index 9f504923c..12bf29f6c 100644 --- a/vclib/core/include/vclib/concepts/ranges/mesh.h +++ b/vclib/core/include/vclib/concepts/ranges/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/ranges/mesh/edge_range.h b/vclib/core/include/vclib/concepts/ranges/mesh/edge_range.h index d658dfdbb..98643f02f 100644 --- a/vclib/core/include/vclib/concepts/ranges/mesh/edge_range.h +++ b/vclib/core/include/vclib/concepts/ranges/mesh/edge_range.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/ranges/mesh/face_range.h b/vclib/core/include/vclib/concepts/ranges/mesh/face_range.h index 1761495c8..1ece747c6 100644 --- a/vclib/core/include/vclib/concepts/ranges/mesh/face_range.h +++ b/vclib/core/include/vclib/concepts/ranges/mesh/face_range.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/ranges/mesh/vertex_range.h b/vclib/core/include/vclib/concepts/ranges/mesh/vertex_range.h index 8e3666ba1..b389c05f9 100644 --- a/vclib/core/include/vclib/concepts/ranges/mesh/vertex_range.h +++ b/vclib/core/include/vclib/concepts/ranges/mesh/vertex_range.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/ranges/range.h b/vclib/core/include/vclib/concepts/ranges/range.h index af1632f0d..e297bdf36 100644 --- a/vclib/core/include/vclib/concepts/ranges/range.h +++ b/vclib/core/include/vclib/concepts/ranges/range.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/serialization.h b/vclib/core/include/vclib/concepts/serialization.h index ecc43553c..c996fc62c 100644 --- a/vclib/core/include/vclib/concepts/serialization.h +++ b/vclib/core/include/vclib/concepts/serialization.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space.h b/vclib/core/include/vclib/concepts/space.h index eb9f4fb93..59f3c441b 100644 --- a/vclib/core/include/vclib/concepts/space.h +++ b/vclib/core/include/vclib/concepts/space.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/array.h b/vclib/core/include/vclib/concepts/space/array.h index e2216638d..65250c547 100644 --- a/vclib/core/include/vclib/concepts/space/array.h +++ b/vclib/core/include/vclib/concepts/space/array.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/bit_set.h b/vclib/core/include/vclib/concepts/space/bit_set.h index 84d32b97f..58748344e 100644 --- a/vclib/core/include/vclib/concepts/space/bit_set.h +++ b/vclib/core/include/vclib/concepts/space/bit_set.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/box.h b/vclib/core/include/vclib/concepts/space/box.h index f132a3731..e538c071f 100644 --- a/vclib/core/include/vclib/concepts/space/box.h +++ b/vclib/core/include/vclib/concepts/space/box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/color.h b/vclib/core/include/vclib/concepts/space/color.h index 5dc97506f..93f19e4a6 100644 --- a/vclib/core/include/vclib/concepts/space/color.h +++ b/vclib/core/include/vclib/concepts/space/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/image.h b/vclib/core/include/vclib/concepts/space/image.h index f6b405296..dbeb83eb5 100644 --- a/vclib/core/include/vclib/concepts/space/image.h +++ b/vclib/core/include/vclib/concepts/space/image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/matrix.h b/vclib/core/include/vclib/concepts/space/matrix.h index 819d73f83..339d0754c 100644 --- a/vclib/core/include/vclib/concepts/space/matrix.h +++ b/vclib/core/include/vclib/concepts/space/matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/plane.h b/vclib/core/include/vclib/concepts/space/plane.h index 9acba1350..779495cf6 100644 --- a/vclib/core/include/vclib/concepts/space/plane.h +++ b/vclib/core/include/vclib/concepts/space/plane.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/point.h b/vclib/core/include/vclib/concepts/space/point.h index b009e4e09..cf6e8f7fb 100644 --- a/vclib/core/include/vclib/concepts/space/point.h +++ b/vclib/core/include/vclib/concepts/space/point.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/polygon.h b/vclib/core/include/vclib/concepts/space/polygon.h index 528adbf5f..29e4047a9 100644 --- a/vclib/core/include/vclib/concepts/space/polygon.h +++ b/vclib/core/include/vclib/concepts/space/polygon.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/principal_curvature.h b/vclib/core/include/vclib/concepts/space/principal_curvature.h index a74d0df02..929746e84 100644 --- a/vclib/core/include/vclib/concepts/space/principal_curvature.h +++ b/vclib/core/include/vclib/concepts/space/principal_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/sampler.h b/vclib/core/include/vclib/concepts/space/sampler.h index aac22e8e7..e427a1422 100644 --- a/vclib/core/include/vclib/concepts/space/sampler.h +++ b/vclib/core/include/vclib/concepts/space/sampler.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/segment.h b/vclib/core/include/vclib/concepts/space/segment.h index 0c0385e41..0e131fcbe 100644 --- a/vclib/core/include/vclib/concepts/space/segment.h +++ b/vclib/core/include/vclib/concepts/space/segment.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/sphere.h b/vclib/core/include/vclib/concepts/space/sphere.h index 29f2bd81a..9c14f89da 100644 --- a/vclib/core/include/vclib/concepts/space/sphere.h +++ b/vclib/core/include/vclib/concepts/space/sphere.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/tex_coord.h b/vclib/core/include/vclib/concepts/space/tex_coord.h index 3a65ee6ce..763dc3b7f 100644 --- a/vclib/core/include/vclib/concepts/space/tex_coord.h +++ b/vclib/core/include/vclib/concepts/space/tex_coord.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/texture.h b/vclib/core/include/vclib/concepts/space/texture.h index dbdb6c4a0..da95e897b 100644 --- a/vclib/core/include/vclib/concepts/space/texture.h +++ b/vclib/core/include/vclib/concepts/space/texture.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/space/triangle.h b/vclib/core/include/vclib/concepts/space/triangle.h index a6e72346e..a1d0fb8f9 100644 --- a/vclib/core/include/vclib/concepts/space/triangle.h +++ b/vclib/core/include/vclib/concepts/space/triangle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/concepts/types.h b/vclib/core/include/vclib/concepts/types.h index 1b4181b64..f7c0055f1 100644 --- a/vclib/core/include/vclib/concepts/types.h +++ b/vclib/core/include/vclib/concepts/types.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/exceptions.h b/vclib/core/include/vclib/exceptions.h index 5df584245..9fcfc5b63 100644 --- a/vclib/core/include/vclib/exceptions.h +++ b/vclib/core/include/vclib/exceptions.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/exceptions/io.h b/vclib/core/include/vclib/exceptions/io.h index 0303568ee..34cc0bcaf 100644 --- a/vclib/core/include/vclib/exceptions/io.h +++ b/vclib/core/include/vclib/exceptions/io.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/exceptions/mesh.h b/vclib/core/include/vclib/exceptions/mesh.h index fab66c3aa..27719b838 100644 --- a/vclib/core/include/vclib/exceptions/mesh.h +++ b/vclib/core/include/vclib/exceptions/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/exceptions/misc.h b/vclib/core/include/vclib/exceptions/misc.h index 71945e926..df3a361f3 100644 --- a/vclib/core/include/vclib/exceptions/misc.h +++ b/vclib/core/include/vclib/exceptions/misc.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/file_format.h b/vclib/core/include/vclib/io/file_format.h index bb8062d7d..3180a8df4 100644 --- a/vclib/core/include/vclib/io/file_format.h +++ b/vclib/core/include/vclib/io/file_format.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/file_info.h b/vclib/core/include/vclib/io/file_info.h index 6cb85e7f4..ce028f8cb 100644 --- a/vclib/core/include/vclib/io/file_info.h +++ b/vclib/core/include/vclib/io/file_info.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/file_type.h b/vclib/core/include/vclib/io/file_type.h index 911b9b363..9ba011ece 100644 --- a/vclib/core/include/vclib/io/file_type.h +++ b/vclib/core/include/vclib/io/file_type.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/image.h b/vclib/core/include/vclib/io/image.h index 52185a97c..f15f9b743 100644 --- a/vclib/core/include/vclib/io/image.h +++ b/vclib/core/include/vclib/io/image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/read.h b/vclib/core/include/vclib/io/read.h index 06fe612d7..ebb53e245 100644 --- a/vclib/core/include/vclib/io/read.h +++ b/vclib/core/include/vclib/io/read.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/serialization.h b/vclib/core/include/vclib/io/serialization.h index d9ae95e7b..038dad4ca 100644 --- a/vclib/core/include/vclib/io/serialization.h +++ b/vclib/core/include/vclib/io/serialization.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/serialization/deserialize.h b/vclib/core/include/vclib/io/serialization/deserialize.h index 33b486206..dfecbcc0f 100644 --- a/vclib/core/include/vclib/io/serialization/deserialize.h +++ b/vclib/core/include/vclib/io/serialization/deserialize.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/serialization/endian.h b/vclib/core/include/vclib/io/serialization/endian.h index 5cce3951c..f4b80974b 100644 --- a/vclib/core/include/vclib/io/serialization/endian.h +++ b/vclib/core/include/vclib/io/serialization/endian.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/serialization/serialize.h b/vclib/core/include/vclib/io/serialization/serialize.h index eb1ee61a0..381db569c 100644 --- a/vclib/core/include/vclib/io/serialization/serialize.h +++ b/vclib/core/include/vclib/io/serialization/serialize.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/io/write.h b/vclib/core/include/vclib/io/write.h index 06e60e227..deb83fd47 100644 --- a/vclib/core/include/vclib/io/write.h +++ b/vclib/core/include/vclib/io/write.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save.h b/vclib/core/include/vclib/load_save.h index 641eaab0e..14bdbf0aa 100644 --- a/vclib/core/include/vclib/load_save.h +++ b/vclib/core/include/vclib/load_save.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/capability.h b/vclib/core/include/vclib/load_save/capability.h index 752aa1805..da73449f7 100644 --- a/vclib/core/include/vclib/load_save/capability.h +++ b/vclib/core/include/vclib/load_save/capability.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/load.h b/vclib/core/include/vclib/load_save/load.h index 0e57d238b..e7cd5c655 100644 --- a/vclib/core/include/vclib/load_save/load.h +++ b/vclib/core/include/vclib/load_save/load.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/obj/capability.h b/vclib/core/include/vclib/load_save/obj/capability.h index efbf239a2..5def1489c 100644 --- a/vclib/core/include/vclib/load_save/obj/capability.h +++ b/vclib/core/include/vclib/load_save/obj/capability.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/obj/load.h b/vclib/core/include/vclib/load_save/obj/load.h index 8f89716cd..19f05ff19 100644 --- a/vclib/core/include/vclib/load_save/obj/load.h +++ b/vclib/core/include/vclib/load_save/obj/load.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/obj/material.h b/vclib/core/include/vclib/load_save/obj/material.h index 2cfe68f72..397fcf2a9 100644 --- a/vclib/core/include/vclib/load_save/obj/material.h +++ b/vclib/core/include/vclib/load_save/obj/material.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/obj/save.h b/vclib/core/include/vclib/load_save/obj/save.h index f335ad029..e3d1f57b4 100644 --- a/vclib/core/include/vclib/load_save/obj/save.h +++ b/vclib/core/include/vclib/load_save/obj/save.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/off/capability.h b/vclib/core/include/vclib/load_save/off/capability.h index b997a753d..2096f0685 100644 --- a/vclib/core/include/vclib/load_save/off/capability.h +++ b/vclib/core/include/vclib/load_save/off/capability.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/off/load.h b/vclib/core/include/vclib/load_save/off/load.h index f21086576..1ba6c32e2 100644 --- a/vclib/core/include/vclib/load_save/off/load.h +++ b/vclib/core/include/vclib/load_save/off/load.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/off/save.h b/vclib/core/include/vclib/load_save/off/save.h index 68572d622..d83007762 100644 --- a/vclib/core/include/vclib/load_save/off/save.h +++ b/vclib/core/include/vclib/load_save/off/save.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/capability.h b/vclib/core/include/vclib/load_save/ply/capability.h index d86a91813..6da3d46c1 100644 --- a/vclib/core/include/vclib/load_save/ply/capability.h +++ b/vclib/core/include/vclib/load_save/ply/capability.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/edge.h b/vclib/core/include/vclib/load_save/ply/detail/edge.h index 7e4f1db70..7e6eb0815 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/edge.h +++ b/vclib/core/include/vclib/load_save/ply/detail/edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/extra.h b/vclib/core/include/vclib/load_save/ply/detail/extra.h index 5372958fe..dbb50903a 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/extra.h +++ b/vclib/core/include/vclib/load_save/ply/detail/extra.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/face.h b/vclib/core/include/vclib/load_save/ply/detail/face.h index 2149eeb52..b7d982386 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/face.h +++ b/vclib/core/include/vclib/load_save/ply/detail/face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/header.h b/vclib/core/include/vclib/load_save/ply/detail/header.h index 435f01999..a2a271d39 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/header.h +++ b/vclib/core/include/vclib/load_save/ply/detail/header.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/ply.h b/vclib/core/include/vclib/load_save/ply/detail/ply.h index 18222b400..12f40d9f1 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/ply.h +++ b/vclib/core/include/vclib/load_save/ply/detail/ply.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/tristrip.h b/vclib/core/include/vclib/load_save/ply/detail/tristrip.h index 7e2426330..5dc59ffb4 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/tristrip.h +++ b/vclib/core/include/vclib/load_save/ply/detail/tristrip.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/detail/vertex.h b/vclib/core/include/vclib/load_save/ply/detail/vertex.h index f0507ccf6..e57620b80 100644 --- a/vclib/core/include/vclib/load_save/ply/detail/vertex.h +++ b/vclib/core/include/vclib/load_save/ply/detail/vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/load.h b/vclib/core/include/vclib/load_save/ply/load.h index 61993e91a..5d75cffdc 100644 --- a/vclib/core/include/vclib/load_save/ply/load.h +++ b/vclib/core/include/vclib/load_save/ply/load.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/ply/save.h b/vclib/core/include/vclib/load_save/ply/save.h index 9dc6138da..1fe988bb7 100644 --- a/vclib/core/include/vclib/load_save/ply/save.h +++ b/vclib/core/include/vclib/load_save/ply/save.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/save.h b/vclib/core/include/vclib/load_save/save.h index 19c4eeabe..1b0edc644 100644 --- a/vclib/core/include/vclib/load_save/save.h +++ b/vclib/core/include/vclib/load_save/save.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/settings.h b/vclib/core/include/vclib/load_save/settings.h index 1d23b276e..7301fd962 100644 --- a/vclib/core/include/vclib/load_save/settings.h +++ b/vclib/core/include/vclib/load_save/settings.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/stl/capability.h b/vclib/core/include/vclib/load_save/stl/capability.h index 472207d59..9d07f9ed3 100644 --- a/vclib/core/include/vclib/load_save/stl/capability.h +++ b/vclib/core/include/vclib/load_save/stl/capability.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/stl/load.h b/vclib/core/include/vclib/load_save/stl/load.h index d1e8b18cb..e37cadea6 100644 --- a/vclib/core/include/vclib/load_save/stl/load.h +++ b/vclib/core/include/vclib/load_save/stl/load.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/load_save/stl/save.h b/vclib/core/include/vclib/load_save/stl/save.h index ca29ecefe..67647de5f 100644 --- a/vclib/core/include/vclib/load_save/stl/save.h +++ b/vclib/core/include/vclib/load_save/stl/save.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math.h b/vclib/core/include/vclib/math.h index 8cbbac940..3683e7e20 100644 --- a/vclib/core/include/vclib/math.h +++ b/vclib/core/include/vclib/math.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/base.h b/vclib/core/include/vclib/math/base.h index 9189f5868..b3073f062 100644 --- a/vclib/core/include/vclib/math/base.h +++ b/vclib/core/include/vclib/math/base.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/distribution.h b/vclib/core/include/vclib/math/distribution.h index b7a823f5e..686486a26 100644 --- a/vclib/core/include/vclib/math/distribution.h +++ b/vclib/core/include/vclib/math/distribution.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/fibonacci.h b/vclib/core/include/vclib/math/fibonacci.h index 8cb3793c4..4f5ebdcd8 100644 --- a/vclib/core/include/vclib/math/fibonacci.h +++ b/vclib/core/include/vclib/math/fibonacci.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/histogram.h b/vclib/core/include/vclib/math/histogram.h index ecb771b90..932528cf0 100644 --- a/vclib/core/include/vclib/math/histogram.h +++ b/vclib/core/include/vclib/math/histogram.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/min_max.h b/vclib/core/include/vclib/math/min_max.h index 22c62f689..40d1194b3 100644 --- a/vclib/core/include/vclib/math/min_max.h +++ b/vclib/core/include/vclib/math/min_max.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/perlin_noise.h b/vclib/core/include/vclib/math/perlin_noise.h index d4411c2c8..bfcfb08de 100644 --- a/vclib/core/include/vclib/math/perlin_noise.h +++ b/vclib/core/include/vclib/math/perlin_noise.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/random.h b/vclib/core/include/vclib/math/random.h index 8cf438b1d..0d986e310 100644 --- a/vclib/core/include/vclib/math/random.h +++ b/vclib/core/include/vclib/math/random.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/math/transform.h b/vclib/core/include/vclib/math/transform.h index c04cfefde..9e33f1f09 100644 --- a/vclib/core/include/vclib/math/transform.h +++ b/vclib/core/include/vclib/math/transform.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components.h b/vclib/core/include/vclib/mesh/components.h index 04a49854f..ef2156b53 100644 --- a/vclib/core/include/vclib/mesh/components.h +++ b/vclib/core/include/vclib/mesh/components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/adjacent_edges.h b/vclib/core/include/vclib/mesh/components/adjacent_edges.h index aa231eafb..66429c088 100644 --- a/vclib/core/include/vclib/mesh/components/adjacent_edges.h +++ b/vclib/core/include/vclib/mesh/components/adjacent_edges.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/adjacent_faces.h b/vclib/core/include/vclib/mesh/components/adjacent_faces.h index b213c0fa0..5fc0bf748 100644 --- a/vclib/core/include/vclib/mesh/components/adjacent_faces.h +++ b/vclib/core/include/vclib/mesh/components/adjacent_faces.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/adjacent_vertices.h b/vclib/core/include/vclib/mesh/components/adjacent_vertices.h index 1f4518dfa..4e1859739 100644 --- a/vclib/core/include/vclib/mesh/components/adjacent_vertices.h +++ b/vclib/core/include/vclib/mesh/components/adjacent_vertices.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bases/component.h b/vclib/core/include/vclib/mesh/components/bases/component.h index f85d6959d..1b2a9fc1f 100644 --- a/vclib/core/include/vclib/mesh/components/bases/component.h +++ b/vclib/core/include/vclib/mesh/components/bases/component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bases/container_component.h b/vclib/core/include/vclib/mesh/components/bases/container_component.h index 33b61ed95..35a03e166 100644 --- a/vclib/core/include/vclib/mesh/components/bases/container_component.h +++ b/vclib/core/include/vclib/mesh/components/bases/container_component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bases/index_container_component.h b/vclib/core/include/vclib/mesh/components/bases/index_container_component.h index bbe1fe5e6..8d1237eeb 100644 --- a/vclib/core/include/vclib/mesh/components/bases/index_container_component.h +++ b/vclib/core/include/vclib/mesh/components/bases/index_container_component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bases/pointer_container_component.h b/vclib/core/include/vclib/mesh/components/bases/pointer_container_component.h index dca1fc877..914d6b674 100644 --- a/vclib/core/include/vclib/mesh/components/bases/pointer_container_component.h +++ b/vclib/core/include/vclib/mesh/components/bases/pointer_container_component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bases/reference_container_component.h b/vclib/core/include/vclib/mesh/components/bases/reference_container_component.h index 7a179016d..ce085cead 100644 --- a/vclib/core/include/vclib/mesh/components/bases/reference_container_component.h +++ b/vclib/core/include/vclib/mesh/components/bases/reference_container_component.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bit_flags.h b/vclib/core/include/vclib/mesh/components/bit_flags.h index f805a478c..0cc03b696 100644 --- a/vclib/core/include/vclib/mesh/components/bit_flags.h +++ b/vclib/core/include/vclib/mesh/components/bit_flags.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/bounding_box.h b/vclib/core/include/vclib/mesh/components/bounding_box.h index da564c591..f80d086cb 100644 --- a/vclib/core/include/vclib/mesh/components/bounding_box.h +++ b/vclib/core/include/vclib/mesh/components/bounding_box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/color.h b/vclib/core/include/vclib/mesh/components/color.h index f1b317344..492394b98 100644 --- a/vclib/core/include/vclib/mesh/components/color.h +++ b/vclib/core/include/vclib/mesh/components/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/coordinate.h b/vclib/core/include/vclib/mesh/components/coordinate.h index ac1e7e7bb..1d69d9e35 100644 --- a/vclib/core/include/vclib/mesh/components/coordinate.h +++ b/vclib/core/include/vclib/mesh/components/coordinate.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/custom_components.h b/vclib/core/include/vclib/mesh/components/custom_components.h index c62a1a5be..baa924e87 100644 --- a/vclib/core/include/vclib/mesh/components/custom_components.h +++ b/vclib/core/include/vclib/mesh/components/custom_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/detail/component_data.h b/vclib/core/include/vclib/mesh/components/detail/component_data.h index 003058b0e..92ceeee9a 100644 --- a/vclib/core/include/vclib/mesh/components/detail/component_data.h +++ b/vclib/core/include/vclib/mesh/components/detail/component_data.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/detail/custom_components_data.h b/vclib/core/include/vclib/mesh/components/detail/custom_components_data.h index 72346ea5c..0ffe6bb33 100644 --- a/vclib/core/include/vclib/mesh/components/detail/custom_components_data.h +++ b/vclib/core/include/vclib/mesh/components/detail/custom_components_data.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/mark.h b/vclib/core/include/vclib/mesh/components/mark.h index 5b61db2b3..35386a5d5 100644 --- a/vclib/core/include/vclib/mesh/components/mark.h +++ b/vclib/core/include/vclib/mesh/components/mark.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/name.h b/vclib/core/include/vclib/mesh/components/name.h index bf19e0bf5..102ee82a8 100644 --- a/vclib/core/include/vclib/mesh/components/name.h +++ b/vclib/core/include/vclib/mesh/components/name.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/normal.h b/vclib/core/include/vclib/mesh/components/normal.h index e619c4d47..537de0f7b 100644 --- a/vclib/core/include/vclib/mesh/components/normal.h +++ b/vclib/core/include/vclib/mesh/components/normal.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/parent_mesh_pointer.h b/vclib/core/include/vclib/mesh/components/parent_mesh_pointer.h index 7e9e48517..134f8142d 100644 --- a/vclib/core/include/vclib/mesh/components/parent_mesh_pointer.h +++ b/vclib/core/include/vclib/mesh/components/parent_mesh_pointer.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/polygon_bit_flags.h b/vclib/core/include/vclib/mesh/components/polygon_bit_flags.h index 4d8931ede..6822e10ce 100644 --- a/vclib/core/include/vclib/mesh/components/polygon_bit_flags.h +++ b/vclib/core/include/vclib/mesh/components/polygon_bit_flags.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/principal_curvature.h b/vclib/core/include/vclib/mesh/components/principal_curvature.h index f1c133e01..281658dd1 100644 --- a/vclib/core/include/vclib/mesh/components/principal_curvature.h +++ b/vclib/core/include/vclib/mesh/components/principal_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/quality.h b/vclib/core/include/vclib/mesh/components/quality.h index 8f2e04163..5869409f5 100644 --- a/vclib/core/include/vclib/mesh/components/quality.h +++ b/vclib/core/include/vclib/mesh/components/quality.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/tex_coord.h b/vclib/core/include/vclib/mesh/components/tex_coord.h index 7aa6734c1..5ef4e00a8 100644 --- a/vclib/core/include/vclib/mesh/components/tex_coord.h +++ b/vclib/core/include/vclib/mesh/components/tex_coord.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/texture_images.h b/vclib/core/include/vclib/mesh/components/texture_images.h index 69fc74376..d7f7901ba 100644 --- a/vclib/core/include/vclib/mesh/components/texture_images.h +++ b/vclib/core/include/vclib/mesh/components/texture_images.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/texture_paths.h b/vclib/core/include/vclib/mesh/components/texture_paths.h index a7277151e..88eca8e32 100644 --- a/vclib/core/include/vclib/mesh/components/texture_paths.h +++ b/vclib/core/include/vclib/mesh/components/texture_paths.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/transform_matrix.h b/vclib/core/include/vclib/mesh/components/transform_matrix.h index 030694fc8..50a2e709b 100644 --- a/vclib/core/include/vclib/mesh/components/transform_matrix.h +++ b/vclib/core/include/vclib/mesh/components/transform_matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/triangle_bit_flags.h b/vclib/core/include/vclib/mesh/components/triangle_bit_flags.h index a11f901b5..05bab9447 100644 --- a/vclib/core/include/vclib/mesh/components/triangle_bit_flags.h +++ b/vclib/core/include/vclib/mesh/components/triangle_bit_flags.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/vertex_references.h b/vclib/core/include/vclib/mesh/components/vertex_references.h index 691444a7e..75c833f81 100644 --- a/vclib/core/include/vclib/mesh/components/vertex_references.h +++ b/vclib/core/include/vclib/mesh/components/vertex_references.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/wedge_colors.h b/vclib/core/include/vclib/mesh/components/wedge_colors.h index 98ab4a2dd..b136010f3 100644 --- a/vclib/core/include/vclib/mesh/components/wedge_colors.h +++ b/vclib/core/include/vclib/mesh/components/wedge_colors.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/components/wedge_tex_coords.h b/vclib/core/include/vclib/mesh/components/wedge_tex_coords.h index 188af4fd6..1c542fd25 100644 --- a/vclib/core/include/vclib/mesh/components/wedge_tex_coords.h +++ b/vclib/core/include/vclib/mesh/components/wedge_tex_coords.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/custom_component_vector_handle.h b/vclib/core/include/vclib/mesh/containers/custom_component_vector_handle.h index 7ed5f85bc..0830a914b 100644 --- a/vclib/core/include/vclib/mesh/containers/custom_component_vector_handle.h +++ b/vclib/core/include/vclib/mesh/containers/custom_component_vector_handle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/custom_components_vector_map.h b/vclib/core/include/vclib/mesh/containers/custom_components_vector_map.h index e492ffcf1..5db34d4e7 100644 --- a/vclib/core/include/vclib/mesh/containers/custom_components_vector_map.h +++ b/vclib/core/include/vclib/mesh/containers/custom_components_vector_map.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/edge_container.h b/vclib/core/include/vclib/mesh/containers/edge_container.h index f56470927..2f885026e 100644 --- a/vclib/core/include/vclib/mesh/containers/edge_container.h +++ b/vclib/core/include/vclib/mesh/containers/edge_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/element_container.h b/vclib/core/include/vclib/mesh/containers/element_container.h index d5cbaa1ce..889f60771 100644 --- a/vclib/core/include/vclib/mesh/containers/element_container.h +++ b/vclib/core/include/vclib/mesh/containers/element_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/face_container.h b/vclib/core/include/vclib/mesh/containers/face_container.h index f7545aea1..1c371fc24 100644 --- a/vclib/core/include/vclib/mesh/containers/face_container.h +++ b/vclib/core/include/vclib/mesh/containers/face_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/vertex_container.h b/vclib/core/include/vclib/mesh/containers/vertex_container.h index 49dc02578..4508efa0e 100644 --- a/vclib/core/include/vclib/mesh/containers/vertex_container.h +++ b/vclib/core/include/vclib/mesh/containers/vertex_container.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/containers/vertical_components_vector_tuple.h b/vclib/core/include/vclib/mesh/containers/vertical_components_vector_tuple.h index 0a61fe6a8..06cfd276e 100644 --- a/vclib/core/include/vclib/mesh/containers/vertical_components_vector_tuple.h +++ b/vclib/core/include/vclib/mesh/containers/vertical_components_vector_tuple.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements.h b/vclib/core/include/vclib/mesh/elements.h index b7258e40f..5e1b6d0b8 100644 --- a/vclib/core/include/vclib/mesh/elements.h +++ b/vclib/core/include/vclib/mesh/elements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/edge.h b/vclib/core/include/vclib/mesh/elements/edge.h index 8f411e97e..fb2c7373f 100644 --- a/vclib/core/include/vclib/mesh/elements/edge.h +++ b/vclib/core/include/vclib/mesh/elements/edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/edge_components.h b/vclib/core/include/vclib/mesh/elements/edge_components.h index 67ef8b277..0e9ddb06f 100644 --- a/vclib/core/include/vclib/mesh/elements/edge_components.h +++ b/vclib/core/include/vclib/mesh/elements/edge_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/element.h b/vclib/core/include/vclib/mesh/elements/element.h index f9a84b20f..aae5215d5 100644 --- a/vclib/core/include/vclib/mesh/elements/element.h +++ b/vclib/core/include/vclib/mesh/elements/element.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/face.h b/vclib/core/include/vclib/mesh/elements/face.h index 74f248f14..1f821565f 100644 --- a/vclib/core/include/vclib/mesh/elements/face.h +++ b/vclib/core/include/vclib/mesh/elements/face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/face_components.h b/vclib/core/include/vclib/mesh/elements/face_components.h index 5c1add23f..a8aa6e6d9 100644 --- a/vclib/core/include/vclib/mesh/elements/face_components.h +++ b/vclib/core/include/vclib/mesh/elements/face_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/vertex.h b/vclib/core/include/vclib/mesh/elements/vertex.h index 388e99834..d0bcb9cdf 100644 --- a/vclib/core/include/vclib/mesh/elements/vertex.h +++ b/vclib/core/include/vclib/mesh/elements/vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/elements/vertex_components.h b/vclib/core/include/vclib/mesh/elements/vertex_components.h index 4e85cb5e9..5c783580e 100644 --- a/vclib/core/include/vclib/mesh/elements/vertex_components.h +++ b/vclib/core/include/vclib/mesh/elements/vertex_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/iterators/components/index_from_pointer_iterator.h b/vclib/core/include/vclib/mesh/iterators/components/index_from_pointer_iterator.h index 293b1c62b..f1fb9b920 100644 --- a/vclib/core/include/vclib/mesh/iterators/components/index_from_pointer_iterator.h +++ b/vclib/core/include/vclib/mesh/iterators/components/index_from_pointer_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/iterators/components/pointer_from_index_iterator.h b/vclib/core/include/vclib/mesh/iterators/components/pointer_from_index_iterator.h index 5c9a25bba..a8ffa5ee2 100644 --- a/vclib/core/include/vclib/mesh/iterators/components/pointer_from_index_iterator.h +++ b/vclib/core/include/vclib/mesh/iterators/components/pointer_from_index_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/iterators/element_container_iterator.h b/vclib/core/include/vclib/mesh/iterators/element_container_iterator.h index 1d2bcdbfb..bea4b1265 100644 --- a/vclib/core/include/vclib/mesh/iterators/element_container_iterator.h +++ b/vclib/core/include/vclib/mesh/iterators/element_container_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/iterators/face/edge_adj_face_iterator.h b/vclib/core/include/vclib/mesh/iterators/face/edge_adj_face_iterator.h index d51c6e1e6..70f2c0213 100644 --- a/vclib/core/include/vclib/mesh/iterators/face/edge_adj_face_iterator.h +++ b/vclib/core/include/vclib/mesh/iterators/face/edge_adj_face_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/mesh.h b/vclib/core/include/vclib/mesh/mesh.h index 90da53057..75c6a6c14 100644 --- a/vclib/core/include/vclib/mesh/mesh.h +++ b/vclib/core/include/vclib/mesh/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/mesh_components.h b/vclib/core/include/vclib/mesh/mesh_components.h index 6aa9bb3f1..4d71672c6 100644 --- a/vclib/core/include/vclib/mesh/mesh_components.h +++ b/vclib/core/include/vclib/mesh/mesh_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/mesh_containers.h b/vclib/core/include/vclib/mesh/mesh_containers.h index 69ece849d..4a6a32cf5 100644 --- a/vclib/core/include/vclib/mesh/mesh_containers.h +++ b/vclib/core/include/vclib/mesh/mesh_containers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/requirements.h b/vclib/core/include/vclib/mesh/requirements.h index d632c1ef4..4436dd280 100644 --- a/vclib/core/include/vclib/mesh/requirements.h +++ b/vclib/core/include/vclib/mesh/requirements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/requirements/edge_requirements.h b/vclib/core/include/vclib/mesh/requirements/edge_requirements.h index e7487a0be..8e51a0efc 100644 --- a/vclib/core/include/vclib/mesh/requirements/edge_requirements.h +++ b/vclib/core/include/vclib/mesh/requirements/edge_requirements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/requirements/element_requirements.h b/vclib/core/include/vclib/mesh/requirements/element_requirements.h index bec5ec4cf..b08570ff4 100644 --- a/vclib/core/include/vclib/mesh/requirements/element_requirements.h +++ b/vclib/core/include/vclib/mesh/requirements/element_requirements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/requirements/face_requirements.h b/vclib/core/include/vclib/mesh/requirements/face_requirements.h index 479b2394a..ee5c3dde5 100644 --- a/vclib/core/include/vclib/mesh/requirements/face_requirements.h +++ b/vclib/core/include/vclib/mesh/requirements/face_requirements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/requirements/mesh_requirements.h b/vclib/core/include/vclib/mesh/requirements/mesh_requirements.h index c31613a6a..3a869c289 100644 --- a/vclib/core/include/vclib/mesh/requirements/mesh_requirements.h +++ b/vclib/core/include/vclib/mesh/requirements/mesh_requirements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/requirements/vertex_requirements.h b/vclib/core/include/vclib/mesh/requirements/vertex_requirements.h index f51116817..c15873cfd 100644 --- a/vclib/core/include/vclib/mesh/requirements/vertex_requirements.h +++ b/vclib/core/include/vclib/mesh/requirements/vertex_requirements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/mesh/tmp_meshes.h b/vclib/core/include/vclib/mesh/tmp_meshes.h index 59f7652ee..857291e6a 100644 --- a/vclib/core/include/vclib/mesh/tmp_meshes.h +++ b/vclib/core/include/vclib/mesh/tmp_meshes.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes.h b/vclib/core/include/vclib/meshes.h index bcf5d62f5..fefa744eb 100644 --- a/vclib/core/include/vclib/meshes.h +++ b/vclib/core/include/vclib/meshes.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes/edge_mesh.h b/vclib/core/include/vclib/meshes/edge_mesh.h index b2431f7ee..ec542db53 100644 --- a/vclib/core/include/vclib/meshes/edge_mesh.h +++ b/vclib/core/include/vclib/meshes/edge_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes/point_cloud.h b/vclib/core/include/vclib/meshes/point_cloud.h index b856740eb..289a31249 100644 --- a/vclib/core/include/vclib/meshes/point_cloud.h +++ b/vclib/core/include/vclib/meshes/point_cloud.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes/poly_edge_mesh.h b/vclib/core/include/vclib/meshes/poly_edge_mesh.h index 35e5b7bf8..cacd5bd54 100644 --- a/vclib/core/include/vclib/meshes/poly_edge_mesh.h +++ b/vclib/core/include/vclib/meshes/poly_edge_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes/poly_mesh.h b/vclib/core/include/vclib/meshes/poly_mesh.h index cfaa00100..73c1b07b8 100644 --- a/vclib/core/include/vclib/meshes/poly_mesh.h +++ b/vclib/core/include/vclib/meshes/poly_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes/tri_edge_mesh.h b/vclib/core/include/vclib/meshes/tri_edge_mesh.h index 70b53e795..188df7342 100644 --- a/vclib/core/include/vclib/meshes/tri_edge_mesh.h +++ b/vclib/core/include/vclib/meshes/tri_edge_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/meshes/tri_mesh.h b/vclib/core/include/vclib/meshes/tri_mesh.h index 64aa35c93..e632b6ace 100644 --- a/vclib/core/include/vclib/meshes/tri_mesh.h +++ b/vclib/core/include/vclib/meshes/tri_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/compactness.h b/vclib/core/include/vclib/misc/compactness.h index 2bcef2ad9..e3e935f53 100644 --- a/vclib/core/include/vclib/misc/compactness.h +++ b/vclib/core/include/vclib/misc/compactness.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/comparators.h b/vclib/core/include/vclib/misc/comparators.h index 524dcd8cc..6ccd066e3 100644 --- a/vclib/core/include/vclib/misc/comparators.h +++ b/vclib/core/include/vclib/misc/comparators.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/hash.h b/vclib/core/include/vclib/misc/hash.h index c57e0b464..8fb392921 100644 --- a/vclib/core/include/vclib/misc/hash.h +++ b/vclib/core/include/vclib/misc/hash.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/iterators.h b/vclib/core/include/vclib/misc/iterators.h index 45af32f41..275f1e83a 100644 --- a/vclib/core/include/vclib/misc/iterators.h +++ b/vclib/core/include/vclib/misc/iterators.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/iterators/const_pointer_iterator.h b/vclib/core/include/vclib/misc/iterators/const_pointer_iterator.h index bbb6a2674..b1cfe2d94 100644 --- a/vclib/core/include/vclib/misc/iterators/const_pointer_iterator.h +++ b/vclib/core/include/vclib/misc/iterators/const_pointer_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/logger.h b/vclib/core/include/vclib/misc/logger.h index 628ec7601..1889ffdff 100644 --- a/vclib/core/include/vclib/misc/logger.h +++ b/vclib/core/include/vclib/misc/logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/logger/abstract_logger.h b/vclib/core/include/vclib/misc/logger/abstract_logger.h index 2414f04ca..7fb9f8894 100644 --- a/vclib/core/include/vclib/misc/logger/abstract_logger.h +++ b/vclib/core/include/vclib/misc/logger/abstract_logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/logger/console_logger.h b/vclib/core/include/vclib/misc/logger/console_logger.h index 203ced110..3fe2106f9 100644 --- a/vclib/core/include/vclib/misc/logger/console_logger.h +++ b/vclib/core/include/vclib/misc/logger/console_logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/logger/logger.h b/vclib/core/include/vclib/misc/logger/logger.h index 27a34a02e..dcb59396f 100644 --- a/vclib/core/include/vclib/misc/logger/logger.h +++ b/vclib/core/include/vclib/misc/logger/logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/logger/null_logger.h b/vclib/core/include/vclib/misc/logger/null_logger.h index 8c20388c0..95733fb3e 100644 --- a/vclib/core/include/vclib/misc/logger/null_logger.h +++ b/vclib/core/include/vclib/misc/logger/null_logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/nested_initializer_lists.h b/vclib/core/include/vclib/misc/nested_initializer_lists.h index 504692015..3458e5482 100644 --- a/vclib/core/include/vclib/misc/nested_initializer_lists.h +++ b/vclib/core/include/vclib/misc/nested_initializer_lists.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/pair.h b/vclib/core/include/vclib/misc/pair.h index 1e125fca1..83837fd7e 100644 --- a/vclib/core/include/vclib/misc/pair.h +++ b/vclib/core/include/vclib/misc/pair.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/parallel.h b/vclib/core/include/vclib/misc/parallel.h index 01819ea05..8b40aa16f 100644 --- a/vclib/core/include/vclib/misc/parallel.h +++ b/vclib/core/include/vclib/misc/parallel.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/shuffle.h b/vclib/core/include/vclib/misc/shuffle.h index 631617506..da913c95d 100644 --- a/vclib/core/include/vclib/misc/shuffle.h +++ b/vclib/core/include/vclib/misc/shuffle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/string.h b/vclib/core/include/vclib/misc/string.h index c6c33ed1a..b5fddcc60 100644 --- a/vclib/core/include/vclib/misc/string.h +++ b/vclib/core/include/vclib/misc/string.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/timer.h b/vclib/core/include/vclib/misc/timer.h index fc8f3b495..b72782359 100644 --- a/vclib/core/include/vclib/misc/timer.h +++ b/vclib/core/include/vclib/misc/timer.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/tokenizer.h b/vclib/core/include/vclib/misc/tokenizer.h index 6407648b3..11fa4344e 100644 --- a/vclib/core/include/vclib/misc/tokenizer.h +++ b/vclib/core/include/vclib/misc/tokenizer.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/misc/tuple.h b/vclib/core/include/vclib/misc/tuple.h index d6dbed10e..00aa4fb74 100644 --- a/vclib/core/include/vclib/misc/tuple.h +++ b/vclib/core/include/vclib/misc/tuple.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/miscellaneous.h b/vclib/core/include/vclib/miscellaneous.h index d9308cebd..8cbe1e24a 100644 --- a/vclib/core/include/vclib/miscellaneous.h +++ b/vclib/core/include/vclib/miscellaneous.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space.h b/vclib/core/include/vclib/space.h index 9f825a4fe..314ff7dec 100644 --- a/vclib/core/include/vclib/space.h +++ b/vclib/core/include/vclib/space.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex.h b/vclib/core/include/vclib/space/complex.h index f787152b0..cac2b9134 100644 --- a/vclib/core/include/vclib/space/complex.h +++ b/vclib/core/include/vclib/space/complex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph.h b/vclib/core/include/vclib/space/complex/graph.h index e31f8afd6..80698be82 100644 --- a/vclib/core/include/vclib/space/complex/graph.h +++ b/vclib/core/include/vclib/space/complex/graph.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph/bipartite_graph.h b/vclib/core/include/vclib/space/complex/graph/bipartite_graph.h index aa89a0b8c..d2d9a61a6 100644 --- a/vclib/core/include/vclib/space/complex/graph/bipartite_graph.h +++ b/vclib/core/include/vclib/space/complex/graph/bipartite_graph.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_left_node_iterator.h b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_left_node_iterator.h index 361a2ce05..dd3558e41 100644 --- a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_left_node_iterator.h +++ b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_left_node_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_node_iterator.h b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_node_iterator.h index 35f080350..60bef8ab5 100644 --- a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_node_iterator.h +++ b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_node_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_right_node_iterator.h b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_right_node_iterator.h index ac1e67af2..1a6fd0db0 100644 --- a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_right_node_iterator.h +++ b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/adjacent_right_node_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/node_iterator.h b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/node_iterator.h index 8543024d9..5e6a49f2a 100644 --- a/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/node_iterator.h +++ b/vclib/core/include/vclib/space/complex/graph/bipartite_iterators/node_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/graph/nodes/undirected_node.h b/vclib/core/include/vclib/space/complex/graph/nodes/undirected_node.h index 54e18af9b..a0f81968d 100644 --- a/vclib/core/include/vclib/space/complex/graph/nodes/undirected_node.h +++ b/vclib/core/include/vclib/space/complex/graph/nodes/undirected_node.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid.h b/vclib/core/include/vclib/space/complex/grid.h index 84e96ad2c..0f3de903b 100644 --- a/vclib/core/include/vclib/space/complex/grid.h +++ b/vclib/core/include/vclib/space/complex/grid.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid/abstract_grid.h b/vclib/core/include/vclib/space/complex/grid/abstract_grid.h index f66e4427d..ed6e70de2 100644 --- a/vclib/core/include/vclib/space/complex/grid/abstract_grid.h +++ b/vclib/core/include/vclib/space/complex/grid/abstract_grid.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid/hash_table_grid.h b/vclib/core/include/vclib/space/complex/grid/hash_table_grid.h index 2b0d2f4ca..09e8a038b 100644 --- a/vclib/core/include/vclib/space/complex/grid/hash_table_grid.h +++ b/vclib/core/include/vclib/space/complex/grid/hash_table_grid.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid/iterators/cell_iterator.h b/vclib/core/include/vclib/space/complex/grid/iterators/cell_iterator.h index 8b434a771..814ec0cb8 100644 --- a/vclib/core/include/vclib/space/complex/grid/iterators/cell_iterator.h +++ b/vclib/core/include/vclib/space/complex/grid/iterators/cell_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid/iterators/static_grid_iterator.h b/vclib/core/include/vclib/space/complex/grid/iterators/static_grid_iterator.h index 5da5948b0..deab8ebe3 100644 --- a/vclib/core/include/vclib/space/complex/grid/iterators/static_grid_iterator.h +++ b/vclib/core/include/vclib/space/complex/grid/iterators/static_grid_iterator.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid/regular_grid.h b/vclib/core/include/vclib/space/complex/grid/regular_grid.h index 5cfc44628..d12350c24 100644 --- a/vclib/core/include/vclib/space/complex/grid/regular_grid.h +++ b/vclib/core/include/vclib/space/complex/grid/regular_grid.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/grid/static_grid.h b/vclib/core/include/vclib/space/complex/grid/static_grid.h index bdb6b0f4a..64780073e 100644 --- a/vclib/core/include/vclib/space/complex/grid/static_grid.h +++ b/vclib/core/include/vclib/space/complex/grid/static_grid.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/kd_tree.h b/vclib/core/include/vclib/space/complex/kd_tree.h index 96db13a33..d55bb7281 100644 --- a/vclib/core/include/vclib/space/complex/kd_tree.h +++ b/vclib/core/include/vclib/space/complex/kd_tree.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/mesh_edge_util.h b/vclib/core/include/vclib/space/complex/mesh_edge_util.h index 7ad0066ae..0de2232d0 100644 --- a/vclib/core/include/vclib/space/complex/mesh_edge_util.h +++ b/vclib/core/include/vclib/space/complex/mesh_edge_util.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/mesh_inertia.h b/vclib/core/include/vclib/space/complex/mesh_inertia.h index 047064f04..6a7654d71 100644 --- a/vclib/core/include/vclib/space/complex/mesh_inertia.h +++ b/vclib/core/include/vclib/space/complex/mesh_inertia.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/mesh_info.h b/vclib/core/include/vclib/space/complex/mesh_info.h index 9d5a69180..a7422c5b0 100644 --- a/vclib/core/include/vclib/space/complex/mesh_info.h +++ b/vclib/core/include/vclib/space/complex/mesh_info.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/mesh_pos.h b/vclib/core/include/vclib/space/complex/mesh_pos.h index a32fc4080..171b1e179 100644 --- a/vclib/core/include/vclib/space/complex/mesh_pos.h +++ b/vclib/core/include/vclib/space/complex/mesh_pos.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/sampler.h b/vclib/core/include/vclib/space/complex/sampler.h index 9003a50ec..112403682 100644 --- a/vclib/core/include/vclib/space/complex/sampler.h +++ b/vclib/core/include/vclib/space/complex/sampler.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/sampler/mesh_sampler.h b/vclib/core/include/vclib/space/complex/sampler/mesh_sampler.h index a8f788e6d..ba45775de 100644 --- a/vclib/core/include/vclib/space/complex/sampler/mesh_sampler.h +++ b/vclib/core/include/vclib/space/complex/sampler/mesh_sampler.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/sampler/point_sampler.h b/vclib/core/include/vclib/space/complex/sampler/point_sampler.h index e1b43f3fc..7b8e1282d 100644 --- a/vclib/core/include/vclib/space/complex/sampler/point_sampler.h +++ b/vclib/core/include/vclib/space/complex/sampler/point_sampler.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/complex/tri_poly_index_bimap.h b/vclib/core/include/vclib/space/complex/tri_poly_index_bimap.h index f1c9edb07..d2990ea0b 100644 --- a/vclib/core/include/vclib/space/complex/tri_poly_index_bimap.h +++ b/vclib/core/include/vclib/space/complex/tri_poly_index_bimap.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core.h b/vclib/core/include/vclib/space/core.h index c05d7ffd8..560acfe4c 100644 --- a/vclib/core/include/vclib/space/core.h +++ b/vclib/core/include/vclib/space/core.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/array.h b/vclib/core/include/vclib/space/core/array.h index 835124fbf..575729770 100644 --- a/vclib/core/include/vclib/space/core/array.h +++ b/vclib/core/include/vclib/space/core/array.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/bit_set.h b/vclib/core/include/vclib/space/core/bit_set.h index 54dc9242f..fa5716670 100644 --- a/vclib/core/include/vclib/space/core/bit_set.h +++ b/vclib/core/include/vclib/space/core/bit_set.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/bit_set/bit_proxy.h b/vclib/core/include/vclib/space/core/bit_set/bit_proxy.h index b415febea..5f43b19f6 100644 --- a/vclib/core/include/vclib/space/core/bit_set/bit_proxy.h +++ b/vclib/core/include/vclib/space/core/bit_set/bit_proxy.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/box.h b/vclib/core/include/vclib/space/core/box.h index 18200fbda..30d396552 100644 --- a/vclib/core/include/vclib/space/core/box.h +++ b/vclib/core/include/vclib/space/core/box.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/color.h b/vclib/core/include/vclib/space/core/color.h index 1414248a6..b44f1bd46 100644 --- a/vclib/core/include/vclib/space/core/color.h +++ b/vclib/core/include/vclib/space/core/color.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/image.h b/vclib/core/include/vclib/space/core/image.h index 82f237f49..8b043cd00 100644 --- a/vclib/core/include/vclib/space/core/image.h +++ b/vclib/core/include/vclib/space/core/image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/matrix.h b/vclib/core/include/vclib/space/core/matrix.h index 347d2bd34..336085983 100644 --- a/vclib/core/include/vclib/space/core/matrix.h +++ b/vclib/core/include/vclib/space/core/matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/matrix/affine.h b/vclib/core/include/vclib/space/core/matrix/affine.h index 7438a153e..4fff74666 100644 --- a/vclib/core/include/vclib/space/core/matrix/affine.h +++ b/vclib/core/include/vclib/space/core/matrix/affine.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/matrix/matrix.h b/vclib/core/include/vclib/space/core/matrix/matrix.h index 0a8d39ac4..f422c23c5 100644 --- a/vclib/core/include/vclib/space/core/matrix/matrix.h +++ b/vclib/core/include/vclib/space/core/matrix/matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/plane.h b/vclib/core/include/vclib/space/core/plane.h index aa6038dd1..5a47e4fe3 100644 --- a/vclib/core/include/vclib/space/core/plane.h +++ b/vclib/core/include/vclib/space/core/plane.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/point.h b/vclib/core/include/vclib/space/core/point.h index b89e076d2..d8dcd4b14 100644 --- a/vclib/core/include/vclib/space/core/point.h +++ b/vclib/core/include/vclib/space/core/point.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/polygon.h b/vclib/core/include/vclib/space/core/polygon.h index 29fe70977..5e99c4495 100644 --- a/vclib/core/include/vclib/space/core/polygon.h +++ b/vclib/core/include/vclib/space/core/polygon.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/principal_curvature.h b/vclib/core/include/vclib/space/core/principal_curvature.h index 77e386f02..93e2fed53 100644 --- a/vclib/core/include/vclib/space/core/principal_curvature.h +++ b/vclib/core/include/vclib/space/core/principal_curvature.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/quaternion.h b/vclib/core/include/vclib/space/core/quaternion.h index 363a14158..2fa9c3fab 100644 --- a/vclib/core/include/vclib/space/core/quaternion.h +++ b/vclib/core/include/vclib/space/core/quaternion.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/segment.h b/vclib/core/include/vclib/space/core/segment.h index d386a014f..1d1a0e981 100644 --- a/vclib/core/include/vclib/space/core/segment.h +++ b/vclib/core/include/vclib/space/core/segment.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/sphere.h b/vclib/core/include/vclib/space/core/sphere.h index 774ba7f4c..e6122722e 100644 --- a/vclib/core/include/vclib/space/core/sphere.h +++ b/vclib/core/include/vclib/space/core/sphere.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/tex_coord.h b/vclib/core/include/vclib/space/core/tex_coord.h index 00d3f2972..bd71b648d 100644 --- a/vclib/core/include/vclib/space/core/tex_coord.h +++ b/vclib/core/include/vclib/space/core/tex_coord.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/texture.h b/vclib/core/include/vclib/space/core/texture.h index ec7dc8e49..d959a8abd 100644 --- a/vclib/core/include/vclib/space/core/texture.h +++ b/vclib/core/include/vclib/space/core/texture.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/triangle.h b/vclib/core/include/vclib/space/core/triangle.h index 93bef8aeb..76b10ade6 100644 --- a/vclib/core/include/vclib/space/core/triangle.h +++ b/vclib/core/include/vclib/space/core/triangle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/triangle_wrapper.h b/vclib/core/include/vclib/space/core/triangle_wrapper.h index f4b48e69d..6c70daed5 100644 --- a/vclib/core/include/vclib/space/core/triangle_wrapper.h +++ b/vclib/core/include/vclib/space/core/triangle_wrapper.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/vector.h b/vclib/core/include/vclib/space/core/vector.h index 35863e763..ceb135435 100644 --- a/vclib/core/include/vclib/space/core/vector.h +++ b/vclib/core/include/vclib/space/core/vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/vector/pointer_vector.h b/vclib/core/include/vclib/space/core/vector/pointer_vector.h index e82afe873..3bb167793 100644 --- a/vclib/core/include/vclib/space/core/vector/pointer_vector.h +++ b/vclib/core/include/vclib/space/core/vector/pointer_vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/vector/polymorphic_object_vector.h b/vclib/core/include/vclib/space/core/vector/polymorphic_object_vector.h index 59bf28ef6..76dfe6c41 100644 --- a/vclib/core/include/vclib/space/core/vector/polymorphic_object_vector.h +++ b/vclib/core/include/vclib/space/core/vector/polymorphic_object_vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/space/core/vector/vector.h b/vclib/core/include/vclib/space/core/vector/vector.h index 9e935ce8a..8dc9d50aa 100644 --- a/vclib/core/include/vclib/space/core/vector/vector.h +++ b/vclib/core/include/vclib/space/core/vector/vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types.h b/vclib/core/include/vclib/types.h index 6cdea51a3..af625393c 100644 --- a/vclib/core/include/vclib/types.h +++ b/vclib/core/include/vclib/types.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/base.h b/vclib/core/include/vclib/types/base.h index 408d294b3..c78ff5ec1 100644 --- a/vclib/core/include/vclib/types/base.h +++ b/vclib/core/include/vclib/types/base.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/const_correctness.h b/vclib/core/include/vclib/types/const_correctness.h index d26480ced..055b4af2e 100644 --- a/vclib/core/include/vclib/types/const_correctness.h +++ b/vclib/core/include/vclib/types/const_correctness.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/inheritance.h b/vclib/core/include/vclib/types/inheritance.h index e58310aa7..278950514 100644 --- a/vclib/core/include/vclib/types/inheritance.h +++ b/vclib/core/include/vclib/types/inheritance.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/mesh_components.h b/vclib/core/include/vclib/types/mesh_components.h index 41213f61b..b2ef8dd99 100644 --- a/vclib/core/include/vclib/types/mesh_components.h +++ b/vclib/core/include/vclib/types/mesh_components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/mesh_containers.h b/vclib/core/include/vclib/types/mesh_containers.h index 292fa52f2..8db3257e5 100644 --- a/vclib/core/include/vclib/types/mesh_containers.h +++ b/vclib/core/include/vclib/types/mesh_containers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/mesh_elements.h b/vclib/core/include/vclib/types/mesh_elements.h index 7de4dd191..bdf83402e 100644 --- a/vclib/core/include/vclib/types/mesh_elements.h +++ b/vclib/core/include/vclib/types/mesh_elements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/pointers.h b/vclib/core/include/vclib/types/pointers.h index 92bbe08e0..4e685fb5b 100644 --- a/vclib/core/include/vclib/types/pointers.h +++ b/vclib/core/include/vclib/types/pointers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/variadic_templates.h b/vclib/core/include/vclib/types/variadic_templates.h index a174900aa..c25577e9c 100644 --- a/vclib/core/include/vclib/types/variadic_templates.h +++ b/vclib/core/include/vclib/types/variadic_templates.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/types/view.h b/vclib/core/include/vclib/types/view.h index 9e180fd5c..5749b5dea 100644 --- a/vclib/core/include/vclib/types/view.h +++ b/vclib/core/include/vclib/types/view.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views.h b/vclib/core/include/vclib/views.h index d52570735..7abe330ab 100644 --- a/vclib/core/include/vclib/views.h +++ b/vclib/core/include/vclib/views.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh.h b/vclib/core/include/vclib/views/mesh.h index bcb514a7a..b1ae40774 100644 --- a/vclib/core/include/vclib/views/mesh.h +++ b/vclib/core/include/vclib/views/mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components.h b/vclib/core/include/vclib/views/mesh/components.h index c590f371e..e373161f1 100644 --- a/vclib/core/include/vclib/views/mesh/components.h +++ b/vclib/core/include/vclib/views/mesh/components.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/adj_edges.h b/vclib/core/include/vclib/views/mesh/components/adj_edges.h index cedb897e7..504234750 100644 --- a/vclib/core/include/vclib/views/mesh/components/adj_edges.h +++ b/vclib/core/include/vclib/views/mesh/components/adj_edges.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/adj_faces.h b/vclib/core/include/vclib/views/mesh/components/adj_faces.h index 9683e701b..17cac8fab 100644 --- a/vclib/core/include/vclib/views/mesh/components/adj_faces.h +++ b/vclib/core/include/vclib/views/mesh/components/adj_faces.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/adj_vertices.h b/vclib/core/include/vclib/views/mesh/components/adj_vertices.h index ecf45eb00..3d671bc0b 100644 --- a/vclib/core/include/vclib/views/mesh/components/adj_vertices.h +++ b/vclib/core/include/vclib/views/mesh/components/adj_vertices.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/colors.h b/vclib/core/include/vclib/views/mesh/components/colors.h index ef68a27b0..5ff2bb89b 100644 --- a/vclib/core/include/vclib/views/mesh/components/colors.h +++ b/vclib/core/include/vclib/views/mesh/components/colors.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/coords.h b/vclib/core/include/vclib/views/mesh/components/coords.h index 7f4a5f0b3..fb0d2e925 100644 --- a/vclib/core/include/vclib/views/mesh/components/coords.h +++ b/vclib/core/include/vclib/views/mesh/components/coords.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/normals.h b/vclib/core/include/vclib/views/mesh/components/normals.h index cdfd95d92..f2f95313e 100644 --- a/vclib/core/include/vclib/views/mesh/components/normals.h +++ b/vclib/core/include/vclib/views/mesh/components/normals.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/principal_curvatures.h b/vclib/core/include/vclib/views/mesh/components/principal_curvatures.h index 74b75e533..3a915d336 100644 --- a/vclib/core/include/vclib/views/mesh/components/principal_curvatures.h +++ b/vclib/core/include/vclib/views/mesh/components/principal_curvatures.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/quality.h b/vclib/core/include/vclib/views/mesh/components/quality.h index 32e575efb..60ee9c131 100644 --- a/vclib/core/include/vclib/views/mesh/components/quality.h +++ b/vclib/core/include/vclib/views/mesh/components/quality.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/selection.h b/vclib/core/include/vclib/views/mesh/components/selection.h index 797084120..27410cb1e 100644 --- a/vclib/core/include/vclib/views/mesh/components/selection.h +++ b/vclib/core/include/vclib/views/mesh/components/selection.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/components/tex_coords.h b/vclib/core/include/vclib/views/mesh/components/tex_coords.h index eb47748e7..4d9b8e76f 100644 --- a/vclib/core/include/vclib/views/mesh/components/tex_coords.h +++ b/vclib/core/include/vclib/views/mesh/components/tex_coords.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/elements.h b/vclib/core/include/vclib/views/mesh/elements.h index f0a3f61bf..a2f1e7f18 100644 --- a/vclib/core/include/vclib/views/mesh/elements.h +++ b/vclib/core/include/vclib/views/mesh/elements.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/elements/edge.h b/vclib/core/include/vclib/views/mesh/elements/edge.h index b6a9c6387..36d69245e 100644 --- a/vclib/core/include/vclib/views/mesh/elements/edge.h +++ b/vclib/core/include/vclib/views/mesh/elements/edge.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/elements/element.h b/vclib/core/include/vclib/views/mesh/elements/element.h index 4a276ef73..9316b768c 100644 --- a/vclib/core/include/vclib/views/mesh/elements/element.h +++ b/vclib/core/include/vclib/views/mesh/elements/element.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/elements/face.h b/vclib/core/include/vclib/views/mesh/elements/face.h index 039b2cdec..e3c8e4203 100644 --- a/vclib/core/include/vclib/views/mesh/elements/face.h +++ b/vclib/core/include/vclib/views/mesh/elements/face.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/mesh/elements/vertex.h b/vclib/core/include/vclib/views/mesh/elements/vertex.h index ff41d59c6..284e5dae4 100644 --- a/vclib/core/include/vclib/views/mesh/elements/vertex.h +++ b/vclib/core/include/vclib/views/mesh/elements/vertex.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/core/include/vclib/views/pointers.h b/vclib/core/include/vclib/views/pointers.h index ac9af9ec1..2a6ac30ca 100644 --- a/vclib/core/include/vclib/views/pointers.h +++ b/vclib/core/include/vclib/views/pointers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/external/3rdparty/CMakeLists.txt b/vclib/external/3rdparty/CMakeLists.txt index aa1db9b91..979fdae8c 100644 --- a/vclib/external/3rdparty/CMakeLists.txt +++ b/vclib/external/3rdparty/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/external/3rdparty/vcg.cmake b/vclib/external/3rdparty/vcg.cmake index 672d4d632..f937d6149 100644 --- a/vclib/external/3rdparty/vcg.cmake +++ b/vclib/external/3rdparty/vcg.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/external/include/vclib/vcg/concepts.h b/vclib/external/include/vclib/vcg/concepts.h index a2cdde731..737eaf011 100644 --- a/vclib/external/include/vclib/vcg/concepts.h +++ b/vclib/external/include/vclib/vcg/concepts.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/external/include/vclib/vcg/export.h b/vclib/external/include/vclib/vcg/export.h index 96e177c39..8228ca856 100644 --- a/vclib/external/include/vclib/vcg/export.h +++ b/vclib/external/include/vclib/vcg/export.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/external/include/vclib/vcg/import.h b/vclib/external/include/vclib/vcg/import.h index 1c3acda79..bbbae67f0 100644 --- a/vclib/external/include/vclib/vcg/import.h +++ b/vclib/external/include/vclib/vcg/import.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/external/include/vclib/vcg/type_mapping.h b/vclib/external/include/vclib/vcg/type_mapping.h index be44dd5cf..30e65e141 100644 --- a/vclib/external/include/vclib/vcg/type_mapping.h +++ b/vclib/external/include/vclib/vcg/type_mapping.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing.h b/vclib/processing/include/vclib/processing.h index 3faa118b9..a38adc575 100644 --- a/vclib/processing/include/vclib/processing.h +++ b/vclib/processing/include/vclib/processing.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces.h b/vclib/processing/include/vclib/processing/action_interfaces.h index 2bbb38163..3351647b2 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces.h +++ b/vclib/processing/include/vclib/processing/action_interfaces.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/action.h b/vclib/processing/include/vclib/processing/action_interfaces/action.h index aef125d68..049a2dc76 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/filter_mesh_action.h b/vclib/processing/include/vclib/processing/action_interfaces/filter_mesh_action.h index ad21caf95..a45c10d67 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/filter_mesh_action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/filter_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/load_image_action.h b/vclib/processing/include/vclib/processing/action_interfaces/load_image_action.h index e01309193..8f163e64a 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/load_image_action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/load_image_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/load_mesh_action.h b/vclib/processing/include/vclib/processing/action_interfaces/load_mesh_action.h index 4588e03e9..e72588f4e 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/load_mesh_action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/load_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/mesh_action.h b/vclib/processing/include/vclib/processing/action_interfaces/mesh_action.h index d01073944..0f9d18fb0 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/mesh_action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/save_image_action.h b/vclib/processing/include/vclib/processing/action_interfaces/save_image_action.h index ac562758b..722df0e2e 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/save_image_action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/save_image_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_interfaces/save_mesh_action.h b/vclib/processing/include/vclib/processing/action_interfaces/save_mesh_action.h index ee4b2e9b1..bff793c91 100644 --- a/vclib/processing/include/vclib/processing/action_interfaces/save_mesh_action.h +++ b/vclib/processing/include/vclib/processing/action_interfaces/save_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_manager.h b/vclib/processing/include/vclib/processing/action_manager.h index 7d1ad989d..cb791cee6 100644 --- a/vclib/processing/include/vclib/processing/action_manager.h +++ b/vclib/processing/include/vclib/processing/action_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_manager/identifier_action_manager.h b/vclib/processing/include/vclib/processing/action_manager/identifier_action_manager.h index 160f39592..6d9415d6b 100644 --- a/vclib/processing/include/vclib/processing/action_manager/identifier_action_manager.h +++ b/vclib/processing/include/vclib/processing/action_manager/identifier_action_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/action_manager/io_action_manager.h b/vclib/processing/include/vclib/processing/action_manager/io_action_manager.h index 701bc581c..718a840d2 100644 --- a/vclib/processing/include/vclib/processing/action_manager/io_action_manager.h +++ b/vclib/processing/include/vclib/processing/action_manager/io_action_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions.h b/vclib/processing/include/vclib/processing/actions.h index aeacab3a3..b598678d1 100644 --- a/vclib/processing/include/vclib/processing/actions.h +++ b/vclib/processing/include/vclib/processing/actions.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh.h b/vclib/processing/include/vclib/processing/actions/filter_mesh.h index 605c0f400..d57be36ca 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh/apply.h b/vclib/processing/include/vclib/processing/actions/filter_mesh/apply.h index 64f769605..1031aa568 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh/apply.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh/apply.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh/apply/laplacian_smoothing_filter.h b/vclib/processing/include/vclib/processing/actions/filter_mesh/apply/laplacian_smoothing_filter.h index 25e5e7363..6b4e63616 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh/apply/laplacian_smoothing_filter.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh/apply/laplacian_smoothing_filter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh/create.h b/vclib/processing/include/vclib/processing/actions/filter_mesh/create.h index 5cd02a907..127c76808 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh/create.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh/create.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh/create/create_cone_filter.h b/vclib/processing/include/vclib/processing/actions/filter_mesh/create/create_cone_filter.h index a81375b92..8f8fbeb47 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh/create/create_cone_filter.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh/create/create_cone_filter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh/generate.h b/vclib/processing/include/vclib/processing/actions/filter_mesh/generate.h index faa3c2db0..04394b2f3 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh/generate.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh/generate.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/filter_mesh/generate/convex_hull_filter.h b/vclib/processing/include/vclib/processing/actions/filter_mesh/generate/convex_hull_filter.h index b9164d77c..460bbef2c 100644 --- a/vclib/processing/include/vclib/processing/actions/filter_mesh/generate/convex_hull_filter.h +++ b/vclib/processing/include/vclib/processing/actions/filter_mesh/generate/convex_hull_filter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_image.h b/vclib/processing/include/vclib/processing/actions/load_image.h index a40f2b4b6..9a8be1e47 100644 --- a/vclib/processing/include/vclib/processing/actions/load_image.h +++ b/vclib/processing/include/vclib/processing/actions/load_image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_image/base_load_image_action.h b/vclib/processing/include/vclib/processing/actions/load_image/base_load_image_action.h index 1ecd6d8dd..d241ca15e 100644 --- a/vclib/processing/include/vclib/processing/actions/load_image/base_load_image_action.h +++ b/vclib/processing/include/vclib/processing/actions/load_image/base_load_image_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_mesh.h b/vclib/processing/include/vclib/processing/actions/load_mesh.h index 57c24d4b2..a1a2a6ea5 100644 --- a/vclib/processing/include/vclib/processing/actions/load_mesh.h +++ b/vclib/processing/include/vclib/processing/actions/load_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_mesh/obj_load_mesh_action.h b/vclib/processing/include/vclib/processing/actions/load_mesh/obj_load_mesh_action.h index c612428d9..9cb33103c 100644 --- a/vclib/processing/include/vclib/processing/actions/load_mesh/obj_load_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/load_mesh/obj_load_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_mesh/off_load_mesh_action.h b/vclib/processing/include/vclib/processing/actions/load_mesh/off_load_mesh_action.h index f04f977fd..e78357847 100644 --- a/vclib/processing/include/vclib/processing/actions/load_mesh/off_load_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/load_mesh/off_load_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_mesh/ply_load_mesh_action.h b/vclib/processing/include/vclib/processing/actions/load_mesh/ply_load_mesh_action.h index 1911a0e5c..e0f56357c 100644 --- a/vclib/processing/include/vclib/processing/actions/load_mesh/ply_load_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/load_mesh/ply_load_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/load_mesh/stl_load_mesh_action.h b/vclib/processing/include/vclib/processing/actions/load_mesh/stl_load_mesh_action.h index 50b08683e..abadbcfd2 100644 --- a/vclib/processing/include/vclib/processing/actions/load_mesh/stl_load_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/load_mesh/stl_load_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_image.h b/vclib/processing/include/vclib/processing/actions/save_image.h index e2bb3c6f2..219f86c89 100644 --- a/vclib/processing/include/vclib/processing/actions/save_image.h +++ b/vclib/processing/include/vclib/processing/actions/save_image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_image/base_save_image_action.h b/vclib/processing/include/vclib/processing/actions/save_image/base_save_image_action.h index df4d49fec..97cefa920 100644 --- a/vclib/processing/include/vclib/processing/actions/save_image/base_save_image_action.h +++ b/vclib/processing/include/vclib/processing/actions/save_image/base_save_image_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_mesh.h b/vclib/processing/include/vclib/processing/actions/save_mesh.h index 118058fa4..82d7bf52d 100644 --- a/vclib/processing/include/vclib/processing/actions/save_mesh.h +++ b/vclib/processing/include/vclib/processing/actions/save_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_mesh/obj_save_mesh_action.h b/vclib/processing/include/vclib/processing/actions/save_mesh/obj_save_mesh_action.h index 337f6541b..cc3ed0f76 100644 --- a/vclib/processing/include/vclib/processing/actions/save_mesh/obj_save_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/save_mesh/obj_save_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_mesh/off_save_mesh_action.h b/vclib/processing/include/vclib/processing/actions/save_mesh/off_save_mesh_action.h index 62a926c13..8164158b7 100644 --- a/vclib/processing/include/vclib/processing/actions/save_mesh/off_save_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/save_mesh/off_save_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_mesh/ply_save_mesh_action.h b/vclib/processing/include/vclib/processing/actions/save_mesh/ply_save_mesh_action.h index 7bd59d954..fb2a4e3f9 100644 --- a/vclib/processing/include/vclib/processing/actions/save_mesh/ply_save_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/save_mesh/ply_save_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/actions/save_mesh/stl_save_mesh_action.h b/vclib/processing/include/vclib/processing/actions/save_mesh/stl_save_mesh_action.h index 617ebd4b2..177c439cb 100644 --- a/vclib/processing/include/vclib/processing/actions/save_mesh/stl_save_mesh_action.h +++ b/vclib/processing/include/vclib/processing/actions/save_mesh/stl_save_mesh_action.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/functions.h b/vclib/processing/include/vclib/processing/functions.h index d984debe8..6ec13057d 100644 --- a/vclib/processing/include/vclib/processing/functions.h +++ b/vclib/processing/include/vclib/processing/functions.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/mesh_vector.h b/vclib/processing/include/vclib/processing/mesh_vector.h index 937651061..4d6ffc8de 100644 --- a/vclib/processing/include/vclib/processing/mesh_vector.h +++ b/vclib/processing/include/vclib/processing/mesh_vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/meshes.h b/vclib/processing/include/vclib/processing/meshes.h index 2783a3a47..7f692b741 100644 --- a/vclib/processing/include/vclib/processing/meshes.h +++ b/vclib/processing/include/vclib/processing/meshes.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/meshes/mesh_i.h b/vclib/processing/include/vclib/processing/meshes/mesh_i.h index c0c920e58..154be154b 100644 --- a/vclib/processing/include/vclib/processing/meshes/mesh_i.h +++ b/vclib/processing/include/vclib/processing/meshes/mesh_i.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/meshes/poly_mesh.h b/vclib/processing/include/vclib/processing/meshes/poly_mesh.h index 27dcd9a04..2e6722858 100644 --- a/vclib/processing/include/vclib/processing/meshes/poly_mesh.h +++ b/vclib/processing/include/vclib/processing/meshes/poly_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/meshes/tri_mesh.h b/vclib/processing/include/vclib/processing/meshes/tri_mesh.h index fbc3dcb3e..6757c563c 100644 --- a/vclib/processing/include/vclib/processing/meshes/tri_mesh.h +++ b/vclib/processing/include/vclib/processing/meshes/tri_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameter_vector.h b/vclib/processing/include/vclib/processing/parameter_vector.h index f1cfcbc07..01488ffe7 100644 --- a/vclib/processing/include/vclib/processing/parameter_vector.h +++ b/vclib/processing/include/vclib/processing/parameter_vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters.h b/vclib/processing/include/vclib/processing/parameters.h index f4dc4cb0c..ad7d3d5d2 100644 --- a/vclib/processing/include/vclib/processing/parameters.h +++ b/vclib/processing/include/vclib/processing/parameters.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/bool_parameter.h b/vclib/processing/include/vclib/processing/parameters/bool_parameter.h index 4a4d08d1f..4f6163eaa 100644 --- a/vclib/processing/include/vclib/processing/parameters/bool_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/bool_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/enum_parameter.h b/vclib/processing/include/vclib/processing/parameters/enum_parameter.h index a20dd81dd..c0a9a2b6d 100644 --- a/vclib/processing/include/vclib/processing/parameters/enum_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/enum_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/int_parameter.h b/vclib/processing/include/vclib/processing/parameters/int_parameter.h index 7c129c4e5..ed93e634d 100644 --- a/vclib/processing/include/vclib/processing/parameters/int_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/int_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/mesh_parameter.h b/vclib/processing/include/vclib/processing/parameters/mesh_parameter.h index fe08d8746..6380b3a32 100644 --- a/vclib/processing/include/vclib/processing/parameters/mesh_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/mesh_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/parameter.h b/vclib/processing/include/vclib/processing/parameters/parameter.h index 41f6bda2d..5c854dbdf 100644 --- a/vclib/processing/include/vclib/processing/parameters/parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/scalar_parameter.h b/vclib/processing/include/vclib/processing/parameters/scalar_parameter.h index 811df0f81..5914bdeda 100644 --- a/vclib/processing/include/vclib/processing/parameters/scalar_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/scalar_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/string_parameter.h b/vclib/processing/include/vclib/processing/parameters/string_parameter.h index e4859a423..15b7f0217 100644 --- a/vclib/processing/include/vclib/processing/parameters/string_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/string_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/uint_parameter.h b/vclib/processing/include/vclib/processing/parameters/uint_parameter.h index 501515fe1..ee93a6546 100644 --- a/vclib/processing/include/vclib/processing/parameters/uint_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/uint_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/parameters/uscalar_parameter.h b/vclib/processing/include/vclib/processing/parameters/uscalar_parameter.h index 6360ed2a6..b70794a9f 100644 --- a/vclib/processing/include/vclib/processing/parameters/uscalar_parameter.h +++ b/vclib/processing/include/vclib/processing/parameters/uscalar_parameter.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/processing/include/vclib/processing/settings.h b/vclib/processing/include/vclib/processing/settings.h index 53b362ab2..d85026f3d 100644 --- a/vclib/processing/include/vclib/processing/settings.h +++ b/vclib/processing/include/vclib/processing/settings.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/3rdparty/CMakeLists.txt b/vclib/render/3rdparty/CMakeLists.txt index 47adcddb4..8a1da831a 100644 --- a/vclib/render/3rdparty/CMakeLists.txt +++ b/vclib/render/3rdparty/CMakeLists.txt @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/render/3rdparty/bgfx.cmake b/vclib/render/3rdparty/bgfx.cmake index f7753213a..81be32be6 100644 --- a/vclib/render/3rdparty/bgfx.cmake +++ b/vclib/render/3rdparty/bgfx.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/render/3rdparty/glfw.cmake b/vclib/render/3rdparty/glfw.cmake index 4bc03b1e0..d9ba6db2a 100644 --- a/vclib/render/3rdparty/glfw.cmake +++ b/vclib/render/3rdparty/glfw.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/render/3rdparty/opengl.cmake b/vclib/render/3rdparty/opengl.cmake index 637858b33..23a8dd4b5 100644 --- a/vclib/render/3rdparty/opengl.cmake +++ b/vclib/render/3rdparty/opengl.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/render/3rdparty/qt.cmake b/vclib/render/3rdparty/qt.cmake index 8def2d5db..f2e2ec0e9 100644 --- a/vclib/render/3rdparty/qt.cmake +++ b/vclib/render/3rdparty/qt.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/render/3rdparty/wayland.cmake b/vclib/render/3rdparty/wayland.cmake index c2969847b..873297788 100644 --- a/vclib/render/3rdparty/wayland.cmake +++ b/vclib/render/3rdparty/wayland.cmake @@ -2,7 +2,7 @@ #* VCLib * #* Visual Computing Library * #* * -#* Copyright(C) 2021-2024 * +#* Copyright(C) 2021-2025 * #* Visual Computing Lab * #* ISTI - Italian National Research Council * #* * diff --git a/vclib/render/include/vclib/bgfx/canvas.h b/vclib/render/include/vclib/bgfx/canvas.h index a45d7a90f..7f1be1ed6 100644 --- a/vclib/render/include/vclib/bgfx/canvas.h +++ b/vclib/render/include/vclib/bgfx/canvas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context.h b/vclib/render/include/vclib/bgfx/context.h index c02f6fa66..4e46db94d 100644 --- a/vclib/render/include/vclib/bgfx/context.h +++ b/vclib/render/include/vclib/bgfx/context.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/callback.h b/vclib/render/include/vclib/bgfx/context/callback.h index e5401393b..21dcc11b3 100644 --- a/vclib/render/include/vclib/bgfx/context/callback.h +++ b/vclib/render/include/vclib/bgfx/context/callback.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders.h index a1bcc3501..2cd2ceb9c 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_axis.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_axis.h index 57ca5a714..c2743760c 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_axis.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_axis.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_directional_light.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_directional_light.h index b9ef222d3..20418747b 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_directional_light.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_directional_light.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_mesh.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_mesh.h index 3fc862b13..494dfc8c1 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_mesh.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_trackball.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_trackball.h index 08cddd677..7b6601196 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_trackball.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/drawable_trackball.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/embedded_shader.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/embedded_shader.h index cbd4a0362..6cdb72e64 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/embedded_shader.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/embedded_shader.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_basic.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_basic.h index b02c39910..1616073c2 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_basic.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_basic.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field.h index 1ad721c6d..9f02f08f1 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.h index ed666c70f..6855600fc 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.h index 6c24bab16..751a5d7b1 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.h index 1beefbac5..f4ac7602f 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.h index b0f00b9b2..89ae852df 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.h index 1b1445a62..44b096b91 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.h b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.h index 6f37e6272..ea137d8e3 100644 --- a/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.h +++ b/vclib/render/include/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/font_manager.h b/vclib/render/include/vclib/bgfx/context/font_manager.h index 3c209bb98..8b7e65f80 100644 --- a/vclib/render/include/vclib/bgfx/context/font_manager.h +++ b/vclib/render/include/vclib/bgfx/context/font_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/load_program.h b/vclib/render/include/vclib/bgfx/context/load_program.h index 1d5e9a598..89cf9305b 100644 --- a/vclib/render/include/vclib/bgfx/context/load_program.h +++ b/vclib/render/include/vclib/bgfx/context/load_program.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/context/program_manager.h b/vclib/render/include/vclib/bgfx/context/program_manager.h index cbf6315c0..b981ff771 100644 --- a/vclib/render/include/vclib/bgfx/context/program_manager.h +++ b/vclib/render/include/vclib/bgfx/context/program_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/drawable_axis.h b/vclib/render/include/vclib/bgfx/drawable/drawable_axis.h index ac5019c3e..40fb039f0 100644 --- a/vclib/render/include/vclib/bgfx/drawable/drawable_axis.h +++ b/vclib/render/include/vclib/bgfx/drawable/drawable_axis.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/drawable_directional_light.h b/vclib/render/include/vclib/bgfx/drawable/drawable_directional_light.h index d63a43bf1..be89b0a5d 100644 --- a/vclib/render/include/vclib/bgfx/drawable/drawable_directional_light.h +++ b/vclib/render/include/vclib/bgfx/drawable/drawable_directional_light.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/drawable_mesh.h b/vclib/render/include/vclib/bgfx/drawable/drawable_mesh.h index a3cd3dfb0..c4c096829 100644 --- a/vclib/render/include/vclib/bgfx/drawable/drawable_mesh.h +++ b/vclib/render/include/vclib/bgfx/drawable/drawable_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/drawable_trackball.h b/vclib/render/include/vclib/bgfx/drawable/drawable_trackball.h index 1e1a0b7e0..2d9fe034b 100644 --- a/vclib/render/include/vclib/bgfx/drawable/drawable_trackball.h +++ b/vclib/render/include/vclib/bgfx/drawable/drawable_trackball.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers.h b/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers.h index 3e9c52ae2..0f1904bdb 100644 --- a/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers.h +++ b/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers_macros.h b/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers_macros.h index f77ab7e16..a788e6336 100644 --- a/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers_macros.h +++ b/vclib/render/include/vclib/bgfx/drawable/mesh/mesh_render_buffers_macros.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/camera_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/camera_uniforms.h index d182ffd21..2d9bc2c2b 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/camera_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/camera_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/directional_light_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/directional_light_uniforms.h index 568012bde..50208e883 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/directional_light_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/directional_light_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.h index 12a6e5bf0..e1b2967ed 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.h index b41b460f5..1ee0631a2 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.h index da9aaade5..ca887de4a 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.h index c872422ee..54f94fafc 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.h index 5df30eb5e..11d993340 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/drawable/uniforms/shader_uniform.h b/vclib/render/include/vclib/bgfx/drawable/uniforms/shader_uniform.h index abb118bde..9f4e01566 100644 --- a/vclib/render/include/vclib/bgfx/drawable/uniforms/shader_uniform.h +++ b/vclib/render/include/vclib/bgfx/drawable/uniforms/shader_uniform.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/read_framebuffer_request.h b/vclib/render/include/vclib/bgfx/read_framebuffer_request.h index 5bd676a9a..696540852 100644 --- a/vclib/render/include/vclib/bgfx/read_framebuffer_request.h +++ b/vclib/render/include/vclib/bgfx/read_framebuffer_request.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/system/native_window_handle.h b/vclib/render/include/vclib/bgfx/system/native_window_handle.h index 2f7ba57e4..002ceeb32 100644 --- a/vclib/render/include/vclib/bgfx/system/native_window_handle.h +++ b/vclib/render/include/vclib/bgfx/system/native_window_handle.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/embedded_fonts.h b/vclib/render/include/vclib/bgfx/text/embedded_fonts.h index 7255d8178..8a63f6608 100644 --- a/vclib/render/include/vclib/bgfx/text/embedded_fonts.h +++ b/vclib/render/include/vclib/bgfx/text/embedded_fonts.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/embedded_fonts/droid_sans.h b/vclib/render/include/vclib/bgfx/text/embedded_fonts/droid_sans.h index bbd9eb5f9..5cd5cd9ab 100644 --- a/vclib/render/include/vclib/bgfx/text/embedded_fonts/droid_sans.h +++ b/vclib/render/include/vclib/bgfx/text/embedded_fonts/droid_sans.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/embedded_fonts/embedded_font.h b/vclib/render/include/vclib/bgfx/text/embedded_fonts/embedded_font.h index a5d8988e1..6229f5606 100644 --- a/vclib/render/include/vclib/bgfx/text/embedded_fonts/embedded_font.h +++ b/vclib/render/include/vclib/bgfx/text/embedded_fonts/embedded_font.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h b/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h index 033459039..5bdfde134 100644 --- a/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h +++ b/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/font/font_manager.h b/vclib/render/include/vclib/bgfx/text/font/font_manager.h index 62916c399..f4aba4a14 100644 --- a/vclib/render/include/vclib/bgfx/text/font/font_manager.h +++ b/vclib/render/include/vclib/bgfx/text/font/font_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h b/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h index 1d0f646c6..0689a2a39 100644 --- a/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h +++ b/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/font/text_metrics.h b/vclib/render/include/vclib/bgfx/text/font/text_metrics.h index 347d63bf0..990fd0347 100644 --- a/vclib/render/include/vclib/bgfx/text/font/text_metrics.h +++ b/vclib/render/include/vclib/bgfx/text/font/text_metrics.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/font/utf8.h b/vclib/render/include/vclib/bgfx/text/font/utf8.h index ad9cf2752..330ae730d 100644 --- a/vclib/render/include/vclib/bgfx/text/font/utf8.h +++ b/vclib/render/include/vclib/bgfx/text/font/utf8.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/text_manager.h b/vclib/render/include/vclib/bgfx/text/text_manager.h index 6108e864d..ac688b083 100644 --- a/vclib/render/include/vclib/bgfx/text/text_manager.h +++ b/vclib/render/include/vclib/bgfx/text/text_manager.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/text/text_view.h b/vclib/render/include/vclib/bgfx/text/text_view.h index f6683c54e..5dd580b17 100644 --- a/vclib/render/include/vclib/bgfx/text/text_view.h +++ b/vclib/render/include/vclib/bgfx/text/text_view.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/bgfx/viewer_canvas.h b/vclib/render/include/vclib/bgfx/viewer_canvas.h index e3d2b27a1..de59d0284 100644 --- a/vclib/render/include/vclib/bgfx/viewer_canvas.h +++ b/vclib/render/include/vclib/bgfx/viewer_canvas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/glfw/canvas_window.h b/vclib/render/include/vclib/glfw/canvas_window.h index 6211a8942..c4fa426e4 100644 --- a/vclib/render/include/vclib/glfw/canvas_window.h +++ b/vclib/render/include/vclib/glfw/canvas_window.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/glfw/event_manager_window.h b/vclib/render/include/vclib/glfw/event_manager_window.h index a96a21ba6..a776af665 100644 --- a/vclib/render/include/vclib/glfw/event_manager_window.h +++ b/vclib/render/include/vclib/glfw/event_manager_window.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/glfw/input.h b/vclib/render/include/vclib/glfw/input.h index 3247bbe14..5d8695559 100644 --- a/vclib/render/include/vclib/glfw/input.h +++ b/vclib/render/include/vclib/glfw/input.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/glfw/viewer_window.h b/vclib/render/include/vclib/glfw/viewer_window.h index 81e27f6ce..655393a96 100644 --- a/vclib/render/include/vclib/glfw/viewer_window.h +++ b/vclib/render/include/vclib/glfw/viewer_window.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/opengl2/canvas.h b/vclib/render/include/vclib/opengl2/canvas.h index dc8da19a5..960c5fdec 100644 --- a/vclib/render/include/vclib/opengl2/canvas.h +++ b/vclib/render/include/vclib/opengl2/canvas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/opengl2/drawable/draw_objects2.h b/vclib/render/include/vclib/opengl2/drawable/draw_objects2.h index d97f20f9a..75b3710f9 100644 --- a/vclib/render/include/vclib/opengl2/drawable/draw_objects2.h +++ b/vclib/render/include/vclib/opengl2/drawable/draw_objects2.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/opengl2/drawable/draw_objects3.h b/vclib/render/include/vclib/opengl2/drawable/draw_objects3.h index 8f4d0e31b..5a9714c2f 100644 --- a/vclib/render/include/vclib/opengl2/drawable/draw_objects3.h +++ b/vclib/render/include/vclib/opengl2/drawable/draw_objects3.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/opengl2/drawable/drawable_mesh.h b/vclib/render/include/vclib/opengl2/drawable/drawable_mesh.h index 943ed1f43..a1a172dce 100644 --- a/vclib/render/include/vclib/opengl2/drawable/drawable_mesh.h +++ b/vclib/render/include/vclib/opengl2/drawable/drawable_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/opengl2/viewer_canvas.h b/vclib/render/include/vclib/opengl2/viewer_canvas.h index be97fdc24..d327a46dc 100644 --- a/vclib/render/include/vclib/opengl2/viewer_canvas.h +++ b/vclib/render/include/vclib/opengl2/viewer_canvas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/canvas_widget.h b/vclib/render/include/vclib/qt/canvas_widget.h index 9d5a56687..9999b2d15 100644 --- a/vclib/render/include/vclib/qt/canvas_widget.h +++ b/vclib/render/include/vclib/qt/canvas_widget.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/event_manager_widget.h b/vclib/render/include/vclib/qt/event_manager_widget.h index 3bbcbea2a..58df809e9 100644 --- a/vclib/render/include/vclib/qt/event_manager_widget.h +++ b/vclib/render/include/vclib/qt/event_manager_widget.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/drawable_object_frame.h b/vclib/render/include/vclib/qt/gui/drawable_object_frame.h index e80bd2c32..988498082 100644 --- a/vclib/render/include/vclib/qt/gui/drawable_object_frame.h +++ b/vclib/render/include/vclib/qt/gui/drawable_object_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/drawable_object_vector_frame.h b/vclib/render/include/vclib/qt/gui/drawable_object_vector_frame.h index db4400844..018507ca3 100644 --- a/vclib/render/include/vclib/qt/gui/drawable_object_vector_frame.h +++ b/vclib/render/include/vclib/qt/gui/drawable_object_vector_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame.h b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame.h index 49d7ff2e8..17f44be46 100644 --- a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame.h +++ b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/edges_frame.h b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/edges_frame.h index f3bc81505..7c8c4d9d3 100644 --- a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/edges_frame.h +++ b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/edges_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.h b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.h index fb0f0d4d2..bf373588c 100644 --- a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.h +++ b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/points_frame.h b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/points_frame.h index fdfbe056f..97ba399b7 100644 --- a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/points_frame.h +++ b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/points_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/surface_frame.h b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/surface_frame.h index 7962d9a70..26dd1f323 100644 --- a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/surface_frame.h +++ b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/surface_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.h b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.h index 8c59cbcc2..3e678c286 100644 --- a/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.h +++ b/vclib/render/include/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/action_file_dialog.h b/vclib/render/include/vclib/qt/gui/processing/action_file_dialog.h index 0b2584170..8aab46706 100644 --- a/vclib/render/include/vclib/qt/gui/processing/action_file_dialog.h +++ b/vclib/render/include/vclib/qt/gui/processing/action_file_dialog.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/filter_mesh_dock_widget.h b/vclib/render/include/vclib/qt/gui/processing/filter_mesh_dock_widget.h index df896169b..04722e0fa 100644 --- a/vclib/render/include/vclib/qt/gui/processing/filter_mesh_dock_widget.h +++ b/vclib/render/include/vclib/qt/gui/processing/filter_mesh_dock_widget.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/multi_parameter_frame.h b/vclib/render/include/vclib/qt/gui/processing/multi_parameter_frame.h index 02237e5f2..90abdf9ee 100644 --- a/vclib/render/include/vclib/qt/gui/processing/multi_parameter_frame.h +++ b/vclib/render/include/vclib/qt/gui/processing/multi_parameter_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameter_frame.h b/vclib/render/include/vclib/qt/gui/processing/parameter_frame.h index 718edf5e0..5a2f18cf4 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameter_frame.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameter_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.h b/vclib/render/include/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.h index 38640c4df..89ab5d6db 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters/bool_parameter_row.h b/vclib/render/include/vclib/qt/gui/processing/parameters/bool_parameter_row.h index 866f87660..ce211a202 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters/bool_parameter_row.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters/bool_parameter_row.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters/enum_parameter_row.h b/vclib/render/include/vclib/qt/gui/processing/parameters/enum_parameter_row.h index 56895a4ab..5170f978f 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters/enum_parameter_row.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters/enum_parameter_row.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters/parameter_row.h b/vclib/render/include/vclib/qt/gui/processing/parameters/parameter_row.h index 84a519e0d..d21c2a137 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters/parameter_row.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters/parameter_row.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters/scalar_parameter_row.h b/vclib/render/include/vclib/qt/gui/processing/parameters/scalar_parameter_row.h index 3b4bbe42c..2d6f37bd1 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters/scalar_parameter_row.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters/scalar_parameter_row.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters/uint_parameter_row.h b/vclib/render/include/vclib/qt/gui/processing/parameters/uint_parameter_row.h index bc967cde2..636da8ca2 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters/uint_parameter_row.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters/uint_parameter_row.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters/uscalar_parameter_row.h b/vclib/render/include/vclib/qt/gui/processing/parameters/uscalar_parameter_row.h index d6c14156f..44bde3b28 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters/uscalar_parameter_row.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters/uscalar_parameter_row.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/processing/parameters_grid_layout.h b/vclib/render/include/vclib/qt/gui/processing/parameters_grid_layout.h index 9afb55ddc..a8acb9351 100644 --- a/vclib/render/include/vclib/qt/gui/processing/parameters_grid_layout.h +++ b/vclib/render/include/vclib/qt/gui/processing/parameters_grid_layout.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/q_clickable_label.h b/vclib/render/include/vclib/qt/gui/q_clickable_label.h index 8a30d713b..1b1482447 100644 --- a/vclib/render/include/vclib/qt/gui/q_clickable_label.h +++ b/vclib/render/include/vclib/qt/gui/q_clickable_label.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/screen_shot_dialog.h b/vclib/render/include/vclib/qt/gui/screen_shot_dialog.h index 47ef7495c..039baa5a4 100644 --- a/vclib/render/include/vclib/qt/gui/screen_shot_dialog.h +++ b/vclib/render/include/vclib/qt/gui/screen_shot_dialog.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/text_edit_logger.h b/vclib/render/include/vclib/qt/gui/text_edit_logger.h index 3912ec913..1276a9619 100644 --- a/vclib/render/include/vclib/qt/gui/text_edit_logger.h +++ b/vclib/render/include/vclib/qt/gui/text_edit_logger.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/text_edit_logger/debug_io_device.h b/vclib/render/include/vclib/qt/gui/text_edit_logger/debug_io_device.h index d2a2d050a..3f848fdfc 100644 --- a/vclib/render/include/vclib/qt/gui/text_edit_logger/debug_io_device.h +++ b/vclib/render/include/vclib/qt/gui/text_edit_logger/debug_io_device.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/text_edit_logger/error_io_device.h b/vclib/render/include/vclib/qt/gui/text_edit_logger/error_io_device.h index 59b225a1a..98928bc60 100644 --- a/vclib/render/include/vclib/qt/gui/text_edit_logger/error_io_device.h +++ b/vclib/render/include/vclib/qt/gui/text_edit_logger/error_io_device.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/text_edit_logger/message_io_device.h b/vclib/render/include/vclib/qt/gui/text_edit_logger/message_io_device.h index 76754c98e..d5c771794 100644 --- a/vclib/render/include/vclib/qt/gui/text_edit_logger/message_io_device.h +++ b/vclib/render/include/vclib/qt/gui/text_edit_logger/message_io_device.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/gui/text_edit_logger/warning_io_device.h b/vclib/render/include/vclib/qt/gui/text_edit_logger/warning_io_device.h index 68dccdc07..9268a3703 100644 --- a/vclib/render/include/vclib/qt/gui/text_edit_logger/warning_io_device.h +++ b/vclib/render/include/vclib/qt/gui/text_edit_logger/warning_io_device.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/input.h b/vclib/render/include/vclib/qt/input.h index 575705ba5..239c8b54f 100644 --- a/vclib/render/include/vclib/qt/input.h +++ b/vclib/render/include/vclib/qt/input.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/mesh_processing_main_window.h b/vclib/render/include/vclib/qt/mesh_processing_main_window.h index 64d65fe4b..dc9149781 100644 --- a/vclib/render/include/vclib/qt/mesh_processing_main_window.h +++ b/vclib/render/include/vclib/qt/mesh_processing_main_window.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/mesh_viewer.h b/vclib/render/include/vclib/qt/mesh_viewer.h index deec1b2d5..7b8909211 100644 --- a/vclib/render/include/vclib/qt/mesh_viewer.h +++ b/vclib/render/include/vclib/qt/mesh_viewer.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/utils/file_format.h b/vclib/render/include/vclib/qt/utils/file_format.h index f59a87ddd..88bc0609a 100644 --- a/vclib/render/include/vclib/qt/utils/file_format.h +++ b/vclib/render/include/vclib/qt/utils/file_format.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/qt/viewer_widget.h b/vclib/render/include/vclib/qt/viewer_widget.h index 4cbf64823..1cdac7f6e 100644 --- a/vclib/render/include/vclib/qt/viewer_widget.h +++ b/vclib/render/include/vclib/qt/viewer_widget.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/canvas.h b/vclib/render/include/vclib/render/canvas.h index 7db7b22cd..cd3d931d7 100644 --- a/vclib/render/include/vclib/render/canvas.h +++ b/vclib/render/include/vclib/render/canvas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/config.h b/vclib/render/include/vclib/render/config.h index 802961031..747c16bc4 100644 --- a/vclib/render/include/vclib/render/config.h +++ b/vclib/render/include/vclib/render/config.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/drawable/drawable_mesh.h b/vclib/render/include/vclib/render/drawable/drawable_mesh.h index 9c6fc05d2..06f6f5049 100644 --- a/vclib/render/include/vclib/render/drawable/drawable_mesh.h +++ b/vclib/render/include/vclib/render/drawable/drawable_mesh.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/drawable/drawable_object_vector.h b/vclib/render/include/vclib/render/drawable/drawable_object_vector.h index e37608cfd..e5e67a726 100644 --- a/vclib/render/include/vclib/render/drawable/drawable_object_vector.h +++ b/vclib/render/include/vclib/render/drawable/drawable_object_vector.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/drawable/mesh/mesh_render_data.h b/vclib/render/include/vclib/render/drawable/mesh/mesh_render_data.h index ab2d87d72..6f707f595 100644 --- a/vclib/render/include/vclib/render/drawable/mesh/mesh_render_data.h +++ b/vclib/render/include/vclib/render/drawable/mesh/mesh_render_data.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings.h b/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings.h index b2cdbe46d..835e5cb7f 100644 --- a/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings.h +++ b/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings_macros.h b/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings_macros.h index 501fdefe0..996eeb661 100644 --- a/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings_macros.h +++ b/vclib/render/include/vclib/render/drawable/mesh/mesh_render_settings_macros.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/drawable/trackball/trackball_render_data.h b/vclib/render/include/vclib/render/drawable/trackball/trackball_render_data.h index dd2dfa803..bdcb583ce 100644 --- a/vclib/render/include/vclib/render/drawable/trackball/trackball_render_data.h +++ b/vclib/render/include/vclib/render/drawable/trackball/trackball_render_data.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/input.h b/vclib/render/include/vclib/render/input.h index 88ec23849..3881f1ffe 100644 --- a/vclib/render/include/vclib/render/input.h +++ b/vclib/render/include/vclib/render/input.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/interfaces/drawable_mesh_i.h b/vclib/render/include/vclib/render/interfaces/drawable_mesh_i.h index e821c93dd..368aa9456 100644 --- a/vclib/render/include/vclib/render/interfaces/drawable_mesh_i.h +++ b/vclib/render/include/vclib/render/interfaces/drawable_mesh_i.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/interfaces/drawable_object_i.h b/vclib/render/include/vclib/render/interfaces/drawable_object_i.h index 1b20c2fec..d56808e1d 100644 --- a/vclib/render/include/vclib/render/interfaces/drawable_object_i.h +++ b/vclib/render/include/vclib/render/interfaces/drawable_object_i.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/interfaces/event_manager_i.h b/vclib/render/include/vclib/render/interfaces/event_manager_i.h index 6da1ab097..59d784556 100644 --- a/vclib/render/include/vclib/render/interfaces/event_manager_i.h +++ b/vclib/render/include/vclib/render/interfaces/event_manager_i.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/interfaces/viewer_i.h b/vclib/render/include/vclib/render/interfaces/viewer_i.h index 09830a47c..c78939226 100644 --- a/vclib/render/include/vclib/render/interfaces/viewer_i.h +++ b/vclib/render/include/vclib/render/interfaces/viewer_i.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/read_buffer_types.h b/vclib/render/include/vclib/render/read_buffer_types.h index f661ce746..01659b0da 100644 --- a/vclib/render/include/vclib/render/read_buffer_types.h +++ b/vclib/render/include/vclib/render/read_buffer_types.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer/camera.h b/vclib/render/include/vclib/render/viewer/camera.h index f3b3011b5..1ca05e407 100644 --- a/vclib/render/include/vclib/render/viewer/camera.h +++ b/vclib/render/include/vclib/render/viewer/camera.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer/desktop_trackball.h b/vclib/render/include/vclib/render/viewer/desktop_trackball.h index 6ed6231d8..cf97df00a 100644 --- a/vclib/render/include/vclib/render/viewer/desktop_trackball.h +++ b/vclib/render/include/vclib/render/viewer/desktop_trackball.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer/lights.h b/vclib/render/include/vclib/render/viewer/lights.h index 0b24fd9d2..3b007257e 100644 --- a/vclib/render/include/vclib/render/viewer/lights.h +++ b/vclib/render/include/vclib/render/viewer/lights.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer/lights/directional_light.h b/vclib/render/include/vclib/render/viewer/lights/directional_light.h index a2df39a14..f66cc2fc9 100644 --- a/vclib/render/include/vclib/render/viewer/lights/directional_light.h +++ b/vclib/render/include/vclib/render/viewer/lights/directional_light.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer/matrix.h b/vclib/render/include/vclib/render/viewer/matrix.h index 4ca1de60c..00139434e 100644 --- a/vclib/render/include/vclib/render/viewer/matrix.h +++ b/vclib/render/include/vclib/render/viewer/matrix.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer/trackball.h b/vclib/render/include/vclib/render/viewer/trackball.h index 294c64e38..dfed5d95e 100644 --- a/vclib/render/include/vclib/render/viewer/trackball.h +++ b/vclib/render/include/vclib/render/viewer/trackball.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/include/vclib/render/viewer_canvas.h b/vclib/render/include/vclib/render/viewer_canvas.h index a9327d55f..fa5872e81 100644 --- a/vclib/render/include/vclib/render/viewer_canvas.h +++ b/vclib/render/include/vclib/render/viewer_canvas.h @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/fs_drawable_axis.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/fs_drawable_axis.sc index f4d30508a..f28dbbf66 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/fs_drawable_axis.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/fs_drawable_axis.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/uniforms.sh index 06d620016..e2ad4ed36 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/vs_drawable_axis.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/vs_drawable_axis.sc index 880d44782..df41716d9 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/vs_drawable_axis.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_axis/vs_drawable_axis.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/fs_drawable_directional_light.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/fs_drawable_directional_light.sc index 9d46a41f2..0a1c1ee69 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/fs_drawable_directional_light.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/fs_drawable_directional_light.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/uniforms.sh index 01903fc7b..2c5217292 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/vs_drawable_directional_light.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/vs_drawable_directional_light.sc index 70e4a7923..b51653cc2 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/vs_drawable_directional_light.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_directional_light/vs_drawable_directional_light.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/fs_drawable_mesh.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/fs_drawable_mesh.sc index ddd1ea42a..819b7c468 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/fs_drawable_mesh.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/fs_drawable_mesh.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/uniforms.sh index d7f86681b..e7d84bf0c 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/vs_drawable_mesh.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/vs_drawable_mesh.sc index 3a8de0f02..f7a80a390 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/vs_drawable_mesh.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_mesh/vs_drawable_mesh.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/fs_drawable_trackball.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/fs_drawable_trackball.sc index 0ea789b51..ba0fb3799 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/fs_drawable_trackball.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/fs_drawable_trackball.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/uniforms.sh index 0015747ce..cc7e17278 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/vs_drawable_trackball.sc b/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/vs_drawable_trackball.sc index 4a4ab599f..ca9dfce14 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/vs_drawable_trackball.sc +++ b/vclib/render/shaders/vclib/bgfx/drawable/drawable_trackball/vs_drawable_trackball.sc @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/camera_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/camera_uniforms.sh index 10aedcbe8..e15190842 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/camera_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/camera_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/directional_light_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/directional_light_uniforms.sh index fa33c46f2..c7a2dd851 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/directional_light_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/directional_light_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.sh index fb12a6248..536fa5361 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_axis_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.sh index 545227889..964260076 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_directional_light_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.sh index cede924bb..3fed4981d 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_mesh_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.sh index 1a87ce831..af29940a4 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/drawable_trackball_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.sh b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.sh index 40d7435c2..ee192d9e1 100644 --- a/vclib/render/shaders/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.sh +++ b/vclib/render/shaders/vclib/bgfx/drawable/uniforms/mesh_render_settings_uniforms.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/shaders/vclib/bgfx/shaders_common.sh b/vclib/render/shaders/vclib/bgfx/shaders_common.sh index 1088c67ea..cf603e9ac 100644 --- a/vclib/render/shaders/vclib/bgfx/shaders_common.sh +++ b/vclib/render/shaders/vclib/bgfx/shaders_common.sh @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/canvas.cpp b/vclib/render/src/vclib/bgfx/canvas.cpp index 11d6b9a78..f500af814 100644 --- a/vclib/render/src/vclib/bgfx/canvas.cpp +++ b/vclib/render/src/vclib/bgfx/canvas.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context.cpp b/vclib/render/src/vclib/bgfx/context.cpp index b7fcf883d..455c7fdb0 100644 --- a/vclib/render/src/vclib/bgfx/context.cpp +++ b/vclib/render/src/vclib/bgfx/context.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/callback.cpp b/vclib/render/src/vclib/bgfx/context/callback.cpp index 7606bbd39..fd1de7e60 100644 --- a/vclib/render/src/vclib/bgfx/context/callback.cpp +++ b/vclib/render/src/vclib/bgfx/context/callback.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_axis.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_axis.cpp index 46f66b289..2fb1c9d53 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_axis.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_axis.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_directional_light.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_directional_light.cpp index 02bfba3f7..6f89bf729 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_directional_light.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_directional_light.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_mesh.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_mesh.cpp index d276d294f..73a972c79 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_mesh.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_mesh.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_trackball.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_trackball.cpp index 10e699358..a1f504d93 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_trackball.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/drawable_trackball.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_basic.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_basic.cpp index 0dd03d4d2..a1d1ee981 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_basic.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_basic.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field.cpp index 65b2af470..de07b3e72 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.cpp index 46a76c891..f5715a692 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.cpp index 3a2dd1108..8e07c1b56 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_drop_shadow_image.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.cpp index 129785400..c7d04dd7f 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.cpp index 1c6863d52..ff5efc8c2 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_drop_shadow_image.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.cpp index 075c8ef34..69d6fa989 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_outline_image.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.cpp b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.cpp index 75e5c90ac..07b8b8333 100644 --- a/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.cpp +++ b/vclib/render/src/vclib/bgfx/context/embedded_shaders/font_distance_field_subpixel.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/font_manager.cpp b/vclib/render/src/vclib/bgfx/context/font_manager.cpp index b41c87bd0..9edef54b3 100644 --- a/vclib/render/src/vclib/bgfx/context/font_manager.cpp +++ b/vclib/render/src/vclib/bgfx/context/font_manager.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/load_program.cpp b/vclib/render/src/vclib/bgfx/context/load_program.cpp index 326050dd5..3f0eb5ddf 100644 --- a/vclib/render/src/vclib/bgfx/context/load_program.cpp +++ b/vclib/render/src/vclib/bgfx/context/load_program.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/context/program_manager.cpp b/vclib/render/src/vclib/bgfx/context/program_manager.cpp index 689acb276..d032c7717 100644 --- a/vclib/render/src/vclib/bgfx/context/program_manager.cpp +++ b/vclib/render/src/vclib/bgfx/context/program_manager.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/drawable/drawable_axis.cpp b/vclib/render/src/vclib/bgfx/drawable/drawable_axis.cpp index 5d3cca9b5..107fab938 100644 --- a/vclib/render/src/vclib/bgfx/drawable/drawable_axis.cpp +++ b/vclib/render/src/vclib/bgfx/drawable/drawable_axis.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/drawable/drawable_directional_light.cpp b/vclib/render/src/vclib/bgfx/drawable/drawable_directional_light.cpp index 46bfaca49..a2de4df50 100644 --- a/vclib/render/src/vclib/bgfx/drawable/drawable_directional_light.cpp +++ b/vclib/render/src/vclib/bgfx/drawable/drawable_directional_light.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/drawable/drawable_trackball.cpp b/vclib/render/src/vclib/bgfx/drawable/drawable_trackball.cpp index df73438d3..134b4de12 100644 --- a/vclib/render/src/vclib/bgfx/drawable/drawable_trackball.cpp +++ b/vclib/render/src/vclib/bgfx/drawable/drawable_trackball.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/read_framebuffer_request.cpp b/vclib/render/src/vclib/bgfx/read_framebuffer_request.cpp index 4e80dba54..4c962e6eb 100644 --- a/vclib/render/src/vclib/bgfx/read_framebuffer_request.cpp +++ b/vclib/render/src/vclib/bgfx/read_framebuffer_request.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/system/native_window_handle.cpp b/vclib/render/src/vclib/bgfx/system/native_window_handle.cpp index 9b38b8244..5bff857dd 100644 --- a/vclib/render/src/vclib/bgfx/system/native_window_handle.cpp +++ b/vclib/render/src/vclib/bgfx/system/native_window_handle.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/embedded_fonts/droid_sans.cpp b/vclib/render/src/vclib/bgfx/text/embedded_fonts/droid_sans.cpp index 35c071d1f..4adfe85db 100644 --- a/vclib/render/src/vclib/bgfx/text/embedded_fonts/droid_sans.cpp +++ b/vclib/render/src/vclib/bgfx/text/embedded_fonts/droid_sans.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp b/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp index 176488357..41331dc09 100644 --- a/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp b/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp index 736b45110..b9406b454 100644 --- a/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp b/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp index 093ea46e0..7e7231dbf 100644 --- a/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp b/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp index 25e3a1b0e..04de2fe34 100644 --- a/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/font/utf8.cpp b/vclib/render/src/vclib/bgfx/text/font/utf8.cpp index 55f8cfeb0..bff034076 100644 --- a/vclib/render/src/vclib/bgfx/text/font/utf8.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/utf8.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/text_manager.cpp b/vclib/render/src/vclib/bgfx/text/text_manager.cpp index a32fdcb93..71977b2ea 100644 --- a/vclib/render/src/vclib/bgfx/text/text_manager.cpp +++ b/vclib/render/src/vclib/bgfx/text/text_manager.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/text/text_view.cpp b/vclib/render/src/vclib/bgfx/text/text_view.cpp index 6d862a2cf..a7f45b043 100644 --- a/vclib/render/src/vclib/bgfx/text/text_view.cpp +++ b/vclib/render/src/vclib/bgfx/text/text_view.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/bgfx/viewer_canvas.cpp b/vclib/render/src/vclib/bgfx/viewer_canvas.cpp index e114c95df..f6ef1ec86 100644 --- a/vclib/render/src/vclib/bgfx/viewer_canvas.cpp +++ b/vclib/render/src/vclib/bgfx/viewer_canvas.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/glfw/canvas_window.cpp b/vclib/render/src/vclib/glfw/canvas_window.cpp index 3ff487b68..6d2b96100 100644 --- a/vclib/render/src/vclib/glfw/canvas_window.cpp +++ b/vclib/render/src/vclib/glfw/canvas_window.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/glfw/event_manager_window.cpp b/vclib/render/src/vclib/glfw/event_manager_window.cpp index 81a2343c5..10925ff52 100644 --- a/vclib/render/src/vclib/glfw/event_manager_window.cpp +++ b/vclib/render/src/vclib/glfw/event_manager_window.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/glfw/input.cpp b/vclib/render/src/vclib/glfw/input.cpp index 54b6d5c11..c19c12bf3 100644 --- a/vclib/render/src/vclib/glfw/input.cpp +++ b/vclib/render/src/vclib/glfw/input.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/glfw/viewer_window.cpp b/vclib/render/src/vclib/glfw/viewer_window.cpp index 32edf7404..6681b610d 100644 --- a/vclib/render/src/vclib/glfw/viewer_window.cpp +++ b/vclib/render/src/vclib/glfw/viewer_window.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/opengl2/canvas.cpp b/vclib/render/src/vclib/opengl2/canvas.cpp index 10b5018be..02514cfed 100644 --- a/vclib/render/src/vclib/opengl2/canvas.cpp +++ b/vclib/render/src/vclib/opengl2/canvas.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/opengl2/drawable/draw_objects2.cpp b/vclib/render/src/vclib/opengl2/drawable/draw_objects2.cpp index da4f79e7e..f438efcc0 100644 --- a/vclib/render/src/vclib/opengl2/drawable/draw_objects2.cpp +++ b/vclib/render/src/vclib/opengl2/drawable/draw_objects2.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/opengl2/drawable/draw_objects3.cpp b/vclib/render/src/vclib/opengl2/drawable/draw_objects3.cpp index 666adfb09..d4c5a64ff 100644 --- a/vclib/render/src/vclib/opengl2/drawable/draw_objects3.cpp +++ b/vclib/render/src/vclib/opengl2/drawable/draw_objects3.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/opengl2/viewer_canvas.cpp b/vclib/render/src/vclib/opengl2/viewer_canvas.cpp index b7f149a38..a5ceb7efe 100644 --- a/vclib/render/src/vclib/opengl2/viewer_canvas.cpp +++ b/vclib/render/src/vclib/opengl2/viewer_canvas.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/canvas_widget.cpp b/vclib/render/src/vclib/qt/canvas_widget.cpp index 3f1a07471..b01d91ad5 100644 --- a/vclib/render/src/vclib/qt/canvas_widget.cpp +++ b/vclib/render/src/vclib/qt/canvas_widget.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/event_manager_widget.cpp b/vclib/render/src/vclib/qt/event_manager_widget.cpp index e0ce4a283..059b93d35 100644 --- a/vclib/render/src/vclib/qt/event_manager_widget.cpp +++ b/vclib/render/src/vclib/qt/event_manager_widget.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/drawable_object_frame.cpp b/vclib/render/src/vclib/qt/gui/drawable_object_frame.cpp index a0353d989..b65f35709 100644 --- a/vclib/render/src/vclib/qt/gui/drawable_object_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/drawable_object_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/drawable_object_vector_frame.cpp b/vclib/render/src/vclib/qt/gui/drawable_object_vector_frame.cpp index 32ac5df88..23590d24c 100644 --- a/vclib/render/src/vclib/qt/gui/drawable_object_vector_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/drawable_object_vector_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame.cpp b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame.cpp index 376d43c93..e29b20c05 100644 --- a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/edges_frame.cpp b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/edges_frame.cpp index 36ec161f9..67554a1af 100644 --- a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/edges_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/edges_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.cpp b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.cpp index d0995cd7c..8a85907e2 100644 --- a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/generic_mesh_render_settings_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/points_frame.cpp b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/points_frame.cpp index abdd22172..018a66819 100644 --- a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/points_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/points_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/surface_frame.cpp b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/surface_frame.cpp index 0801917f9..941fa925c 100644 --- a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/surface_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/surface_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.cpp b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.cpp index 0c0a5b807..6f20118a7 100644 --- a/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/mesh_render_settings_frame/wireframe_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/filter_mesh_dock_widget.cpp b/vclib/render/src/vclib/qt/gui/processing/filter_mesh_dock_widget.cpp index b23423a4e..894a76c16 100644 --- a/vclib/render/src/vclib/qt/gui/processing/filter_mesh_dock_widget.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/filter_mesh_dock_widget.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/multi_parameter_frame.cpp b/vclib/render/src/vclib/qt/gui/processing/multi_parameter_frame.cpp index 240d9a93c..eb0d87d7d 100644 --- a/vclib/render/src/vclib/qt/gui/processing/multi_parameter_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/multi_parameter_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameter_frame.cpp b/vclib/render/src/vclib/qt/gui/processing/parameter_frame.cpp index f669537ac..ac40d23f1 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameter_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameter_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.cpp b/vclib/render/src/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.cpp index cd8a70a0a..a0b1584de 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameter_frame/parameter_sub_frame.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters/bool_parameter_row.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters/bool_parameter_row.cpp index 31755cb10..86c60a6a8 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters/bool_parameter_row.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters/bool_parameter_row.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters/enum_parameter_row.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters/enum_parameter_row.cpp index c97341f7a..a0fd78bbc 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters/enum_parameter_row.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters/enum_parameter_row.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters/parameter_row.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters/parameter_row.cpp index f080c9604..be23e296c 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters/parameter_row.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters/parameter_row.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters/scalar_parameter_row.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters/scalar_parameter_row.cpp index 63cdf54bb..f9c15e294 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters/scalar_parameter_row.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters/scalar_parameter_row.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters/uint_parameter_row.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters/uint_parameter_row.cpp index 02b4b2d55..b2fba4f15 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters/uint_parameter_row.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters/uint_parameter_row.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters/uscalar_parameter_row.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters/uscalar_parameter_row.cpp index 8b1b48511..968cf72c0 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters/uscalar_parameter_row.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters/uscalar_parameter_row.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/processing/parameters_grid_layout.cpp b/vclib/render/src/vclib/qt/gui/processing/parameters_grid_layout.cpp index 36610abe1..3fee89a8f 100644 --- a/vclib/render/src/vclib/qt/gui/processing/parameters_grid_layout.cpp +++ b/vclib/render/src/vclib/qt/gui/processing/parameters_grid_layout.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/q_clickable_label.cpp b/vclib/render/src/vclib/qt/gui/q_clickable_label.cpp index 18443dd34..80058a0a5 100644 --- a/vclib/render/src/vclib/qt/gui/q_clickable_label.cpp +++ b/vclib/render/src/vclib/qt/gui/q_clickable_label.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/screen_shot_dialog.cpp b/vclib/render/src/vclib/qt/gui/screen_shot_dialog.cpp index 4ce4275a1..c3d76ff37 100644 --- a/vclib/render/src/vclib/qt/gui/screen_shot_dialog.cpp +++ b/vclib/render/src/vclib/qt/gui/screen_shot_dialog.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/gui/text_edit_logger.cpp b/vclib/render/src/vclib/qt/gui/text_edit_logger.cpp index 21a66ddcc..870e3fc4b 100644 --- a/vclib/render/src/vclib/qt/gui/text_edit_logger.cpp +++ b/vclib/render/src/vclib/qt/gui/text_edit_logger.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/input.cpp b/vclib/render/src/vclib/qt/input.cpp index 00eb27268..ec47e9ed9 100644 --- a/vclib/render/src/vclib/qt/input.cpp +++ b/vclib/render/src/vclib/qt/input.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/mesh_processing_main_window.cpp b/vclib/render/src/vclib/qt/mesh_processing_main_window.cpp index e0f5f669b..384d5f0bb 100644 --- a/vclib/render/src/vclib/qt/mesh_processing_main_window.cpp +++ b/vclib/render/src/vclib/qt/mesh_processing_main_window.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/mesh_viewer.cpp b/vclib/render/src/vclib/qt/mesh_viewer.cpp index 1b4a0caa2..2b1a129d7 100644 --- a/vclib/render/src/vclib/qt/mesh_viewer.cpp +++ b/vclib/render/src/vclib/qt/mesh_viewer.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/qt/viewer_widget.cpp b/vclib/render/src/vclib/qt/viewer_widget.cpp index 04905db82..fe11a605c 100644 --- a/vclib/render/src/vclib/qt/viewer_widget.cpp +++ b/vclib/render/src/vclib/qt/viewer_widget.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/render/drawable/drawable_object_vector.cpp b/vclib/render/src/vclib/render/drawable/drawable_object_vector.cpp index cd5a9bea2..0ade932e7 100644 --- a/vclib/render/src/vclib/render/drawable/drawable_object_vector.cpp +++ b/vclib/render/src/vclib/render/drawable/drawable_object_vector.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/render/drawable/mesh/mesh_render_settings.cpp b/vclib/render/src/vclib/render/drawable/mesh/mesh_render_settings.cpp index 0ffa05fa4..af82e7ca4 100644 --- a/vclib/render/src/vclib/render/drawable/mesh/mesh_render_settings.cpp +++ b/vclib/render/src/vclib/render/drawable/mesh/mesh_render_settings.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/render/drawable/trackball/trackball_render_data.cpp b/vclib/render/src/vclib/render/drawable/trackball/trackball_render_data.cpp index 45c6c9f30..6c73cad9a 100644 --- a/vclib/render/src/vclib/render/drawable/trackball/trackball_render_data.cpp +++ b/vclib/render/src/vclib/render/drawable/trackball/trackball_render_data.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * diff --git a/vclib/render/src/vclib/render/interfaces/viewer_i.cpp b/vclib/render/src/vclib/render/interfaces/viewer_i.cpp index 44e5a16e6..82137f45f 100644 --- a/vclib/render/src/vclib/render/interfaces/viewer_i.cpp +++ b/vclib/render/src/vclib/render/interfaces/viewer_i.cpp @@ -2,7 +2,7 @@ * VCLib * * Visual Computing Library * * * - * Copyright(C) 2021-2024 * + * Copyright(C) 2021-2025 * * Visual Computing Lab * * ISTI - Italian National Research Council * * * From 80399a085fcb2efd6e301845dcdfc7fb46c2110e Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Wed, 8 Jan 2025 10:57:37 +0100 Subject: [PATCH 2/3] [render] remove header and license that was wrongly added in bgfx/text/font --- .../include/vclib/bgfx/text/font/cube_atlas.h | 24 +-- .../vclib/bgfx/text/font/font_manager.h | 22 --- .../bgfx/text/font/text_buffer_manager.h | 22 --- .../vclib/bgfx/text/font/text_metrics.h | 22 --- .../include/vclib/bgfx/text/font/utf8.h | 22 --- vclib/render/src/vclib/bgfx/text/font/LICENSE | 143 +++--------------- .../render/src/vclib/bgfx/text/font/README.md | 6 + .../src/vclib/bgfx/text/font/cube_atlas.cpp | 22 --- .../src/vclib/bgfx/text/font/font_manager.cpp | 22 --- .../bgfx/text/font/text_buffer_manager.cpp | 22 --- .../src/vclib/bgfx/text/font/text_metrics.cpp | 22 --- .../render/src/vclib/bgfx/text/font/utf8.cpp | 22 --- 12 files changed, 29 insertions(+), 342 deletions(-) create mode 100644 vclib/render/src/vclib/bgfx/text/font/README.md diff --git a/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h b/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h index 5bdfde134..b81a78757 100644 --- a/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h +++ b/vclib/render/include/vclib/bgfx/text/font/cube_atlas.h @@ -1,26 +1,4 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - -/* +/* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ diff --git a/vclib/render/include/vclib/bgfx/text/font/font_manager.h b/vclib/render/include/vclib/bgfx/text/font/font_manager.h index f4aba4a14..d0185c4eb 100644 --- a/vclib/render/include/vclib/bgfx/text/font/font_manager.h +++ b/vclib/render/include/vclib/bgfx/text/font/font_manager.h @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h b/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h index 0689a2a39..23e790b5a 100644 --- a/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h +++ b/vclib/render/include/vclib/bgfx/text/font/text_buffer_manager.h @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/include/vclib/bgfx/text/font/text_metrics.h b/vclib/render/include/vclib/bgfx/text/font/text_metrics.h index 990fd0347..9f5af8abc 100644 --- a/vclib/render/include/vclib/bgfx/text/font/text_metrics.h +++ b/vclib/render/include/vclib/bgfx/text/font/text_metrics.h @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/include/vclib/bgfx/text/font/utf8.h b/vclib/render/include/vclib/bgfx/text/font/utf8.h index 330ae730d..ea14e6ce9 100644 --- a/vclib/render/include/vclib/bgfx/text/font/utf8.h +++ b/vclib/render/include/vclib/bgfx/text/font/utf8.h @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - // Copyright (c) 2008-2009 Bjoern Hoehrmann // See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details. diff --git a/vclib/render/src/vclib/bgfx/text/font/LICENSE b/vclib/render/src/vclib/bgfx/text/font/LICENSE index 0e259d42c..0edd62e9e 100644 --- a/vclib/render/src/vclib/bgfx/text/font/LICENSE +++ b/vclib/render/src/vclib/bgfx/text/font/LICENSE @@ -1,121 +1,22 @@ -Creative Commons Legal Code - -CC0 1.0 Universal - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS - PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM - THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED - HEREUNDER. - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator -and subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for -the purpose of contributing to a commons of creative, cultural and -scientific works ("Commons") that the public can reliably and without fear -of later claims of infringement build upon, modify, incorporate in other -works, reuse and redistribute as freely as possible in any form whatsoever -and for any purposes, including without limitation commercial purposes. -These owners may contribute to the Commons to promote the ideal of a free -culture and the further production of creative, cultural and scientific -works, or to gain reputation or greater distribution for their Work in -part through the use and efforts of others. - -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person -associating CC0 with a Work (the "Affirmer"), to the extent that he or she -is an owner of Copyright and Related Rights in the Work, voluntarily -elects to apply CC0 to the Work and publicly distribute the Work under its -terms, with knowledge of his or her Copyright and Related Rights in the -Work and the meaning and intended legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not -limited to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or performer(s); -iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - v. rights protecting the extraction, dissemination, use and reuse of data - in a Work; - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation - thereof, including any amended or successor version of such - directive); and -vii. other similar, equivalent or corresponding rights throughout the - world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention -of, applicable law, Affirmer hereby overtly, fully, permanently, -irrevocably and unconditionally waives, abandons, and surrenders all of -Affirmer's Copyright and Related Rights and associated claims and causes -of action, whether now known or unknown (including existing as well as -future claims and causes of action), in the Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law or -treaty (including future time extensions), (iii) in any current or future -medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each -member of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason -be judged legally invalid or ineffective under applicable law, then the -Waiver shall be preserved to the maximum extent permitted taking into -account Affirmer's express Statement of Purpose. In addition, to the -extent the Waiver is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non exclusive, -irrevocable and unconditional license to exercise Affirmer's Copyright and -Related Rights in the Work (i) in all territories worldwide, (ii) for the -maximum duration provided by applicable law or treaty (including future -time extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"License"). The License shall be deemed effective as of the date CC0 was -applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder -of the License, and in such case Affirmer hereby affirms that he or she -will not (i) exercise any of his or her remaining Copyright and Related -Rights in the Work or (ii) assert any associated claims and causes of -action with respect to the Work, in either case contrary to Affirmer's -express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - b. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties of - title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, accuracy, or - the present or absence of errors, whether or not discoverable, all to - the greatest extent permissible under applicable law. - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. - Further, Affirmer disclaims responsibility for obtaining any necessary - consents, permissions or other rights required for any use of the - Work. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. +Copyright 2010-2024 Branimir Karadzic + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vclib/render/src/vclib/bgfx/text/font/README.md b/vclib/render/src/vclib/bgfx/text/font/README.md new file mode 100644 index 000000000..d9003c845 --- /dev/null +++ b/vclib/render/src/vclib/bgfx/text/font/README.md @@ -0,0 +1,6 @@ +The source code of this directory is directly taken from the [bgfx repository](https://github.com/bkaradzic/bgfx), and it is licensed under the BSD 2-Clause License. + +It has been modified with the following goals: +- Remove the dependency on the bgfx example-common library, that is not needed for the purpose of this project and it depends on ImGui, that is not used/needed in this project. +- Insert the original classes and functions under bgfx namespace, to avoid conflicts with other libraries. +- Use the vclib-render stb-TrueType library instead of the one used by bgfx diff --git a/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp b/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp index 41331dc09..0e670b538 100644 --- a/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/cube_atlas.cpp @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp b/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp index b9406b454..18a0937b1 100644 --- a/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/font_manager.cpp @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp b/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp index 7e7231dbf..094df790d 100644 --- a/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/text_buffer_manager.cpp @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp b/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp index 04de2fe34..575074385 100644 --- a/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/text_metrics.cpp @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - /* * Copyright 2013 Jeremie Roy. All rights reserved. * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/vclib/render/src/vclib/bgfx/text/font/utf8.cpp b/vclib/render/src/vclib/bgfx/text/font/utf8.cpp index bff034076..c50c63136 100644 --- a/vclib/render/src/vclib/bgfx/text/font/utf8.cpp +++ b/vclib/render/src/vclib/bgfx/text/font/utf8.cpp @@ -1,25 +1,3 @@ -/***************************************************************************** - * VCLib * - * Visual Computing Library * - * * - * Copyright(C) 2021-2025 * - * Visual Computing Lab * - * ISTI - Italian National Research Council * - * * - * All rights reserved. * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the Mozilla Public License Version 2.0 as published * - * by the Mozilla Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * Mozilla Public License Version 2.0 * - * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. * - ****************************************************************************/ - // Copyright (c) 2008-2009 Bjoern Hoehrmann // See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details. // From dc074d16f359cbd3a85cea44062e7228dc946391 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Wed, 8 Jan 2025 11:24:42 +0100 Subject: [PATCH 3/3] [scripts] exclude bgfx/text/font for heading automatic replacement --- scripts/replace_headings.py | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/scripts/replace_headings.py b/scripts/replace_headings.py index 86ae523a4..0eac831c9 100644 --- a/scripts/replace_headings.py +++ b/scripts/replace_headings.py @@ -20,7 +20,7 @@ def replace_header(file_path, header_string, start='/*', end='*/'): with open(file_path, 'w') as file: file.write(file_string) -def replace_headers_in_dir(folder_path): +def replace_headers_in_dir(folder_path, exclude_paths = None): # get the path where this script is located path = os.path.dirname(os.path.abspath(__file__)) @@ -30,7 +30,10 @@ def replace_headers_in_dir(folder_path): for file_path in glob.glob(os.path.join(folder_path, '*')): if os.path.isdir(file_path): - replace_headers_in_dir(file_path) + # for each string in exclude_paths, if the file_path contains the string, skip it + if exclude_paths is not None and any(exclude in file_path for exclude in exclude_paths): + continue + replace_headers_in_dir(file_path, exclude_paths) elif file_path.endswith(('.h', '.cpp', '.sc', '.sh')): # if file_path does not contain 'varying.def.sc' if 'varying.def.sc' not in file_path: @@ -74,29 +77,21 @@ def replace_shader_headers_in_dir(folder_path): replace_cmake_headers_in_dir('../examples/') replace_cmake_headers_in_dir('../tests/') - vcl_modules = ['core', 'external', 'processing','render'] + vcl_modules = ['core', 'external', 'processing', 'render'] + + # paths in which headings should not be replaced + exclude_paths = ['bgfx/text/font'] os.chdir('../vclib/') for module in vcl_modules: - replace_headers_in_dir(module + '/include/vclib/') + replace_headers_in_dir(module + '/include/vclib/', exclude_paths) replace_cmake_headers_in_dir(module + '/include/vclib/', recursive=False) if os.path.exists(module + '/3rdparty'): replace_cmake_headers_in_dir(module + '/3rdparty', recursive=False) if os.path.exists(module + '/src/'): - replace_headers_in_dir(module + '/src/') + replace_headers_in_dir(module + '/src/', exclude_paths) if os.path.exists(module + '/shaders/'): replace_shader_headers_in_dir(module + '/shaders/') - - #replace_headers_in_dir('../include/vclib/') - #replace_cmake_headers_in_dir('../include/vclib/') - #replace_cmake_headers_in_dir('../external/', recursive=False) - - # for vclib-render module, that has sources and shaders in different folders - #if os.path.exists('../src/'): - # replace_headers_in_dir('../src/') - - #if os.path.exists('../shaders/'): - # replace_shader_headers_in_dir('../shaders/')