diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1c52713de9963019396f359cc76010f944f263c..d249b8c87619b15020fef331e940b493c5f63100 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2021 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -37,6 +37,7 @@ variables:
   GIT_CHECKOUT: "false"
   # The fetch strategy fails with LFS and GitLab
   GIT_STRATEGY: "clone"
+  PACKAGE_OTB_VERSION: "latest"
 
 workflow:
   rules:
@@ -163,7 +164,7 @@ ubuntu-24-prepare:
     untracked: false
     when: on_success
     access: all
-    expire_in: 24 hrs
+    expire_in: 24hrs
     paths:
       - xdk/lib/python3/*
 
@@ -182,7 +183,7 @@ ubuntu-22-build:
     - job: ubuntu-22-prepare
       artifacts: true
 
-# Ubuntu 22 build needed for gdal bindings with python 3.10. We package the compiled bindings for python 3.10, this package will be downloaded and extracted automatically when
+# Ubuntu 24 build needed for gdal bindings with python 3.12. We package the compiled bindings for python 3.12, this package will be downloaded and extracted automatically when
 # a user lauches the otbenv profile after unpacking the official archive for the first time (which contains bindings for ubuntu 20 and python 3.8 initially)
 python3.12-gdal-bindings:
   extends: .common-build
@@ -191,7 +192,12 @@ python3.12-gdal-bindings:
     refs:
       - /^release-[0-9]+\.[0-9]+$/
   script:
-    - find xdk/lib/python3/dist-packages/osgeo/ -type f -name "*.so" -printf "%P\n" | tar -czf OTB-10.0-GDAL-bindings-py312.tar.gz --no-recursion -C xdk/lib/python3/dist-packages/osgeo -T -
+    - |
+      MAJOR_VERSION=$(egrep "set\(OTB_VERSION_MAJOR" < CMakeLists.txt | egrep -o "[0-9]+")
+      MINOR_VERSION=$(egrep "set\(OTB_VERSION_MINOR" < CMakeLists.txt | egrep -o "[0-9]+")
+      PATCH_VERSION=$(egrep "set\(OTB_VERSION_PATCH" < CMakeLists.txt | egrep -o "[0-9]+")
+      PACKAGE_OTB_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"
+    - find xdk/lib/python3/dist-packages/osgeo/ -type f -name "*.so" -printf "%P\n" | tar -czf OTB-$PACKAGE_OTB_VERSION-GDAL-bindings-py312.tar.gz --no-recursion -C xdk/lib/python3/dist-packages/osgeo -T -
   needs:
     - job: ubuntu-24-prepare
       artifacts: true
diff --git a/.travis.yml b/.travis.yml
index e319b1778473e54c53fcffd45525dfa1ced2880a..6c980de29a23f4ef8a1824baba0b636023e44d9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2021 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/Invoke-CmdScript.ps1 b/CI/Invoke-CmdScript.ps1
index 9d6ecbabc8285a317a92571245cfa1e736e42b6e..382e6b35464701abb4618e27c0b54942fc063bd6 100644
--- a/CI/Invoke-CmdScript.ps1
+++ b/CI/Invoke-CmdScript.ps1
@@ -24,7 +24,7 @@ PowerShell instance.
 
 .DESCRIPTION
 Running development tools at the command line in PowerShell can be a hassle since 
-they rely on environment varibles and those are set through batch files. This 
+they rely on environment variables and those are set through batch files. This 
 cmdlet runs those batch files and imports any set environment variables into
 the running PowerShell instance. 
 
diff --git a/CI/SuperbuildDownloadList.sh b/CI/SuperbuildDownloadList.sh
index 2c4c460c92cba80366cff46360724b8002a71567..e60515e410f34b4d27ad7cbb16b43635f86b480a 100755
--- a/CI/SuperbuildDownloadList.sh
+++ b/CI/SuperbuildDownloadList.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/cdash_handler.py b/CI/cdash_handler.py
index 8c697d259720b3097550419d2d4056de565439bd..baa1f31013a20a1111cbf156de0d2cd53c1d1b0f 100644
--- a/CI/cdash_handler.py
+++ b/CI/cdash_handler.py
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/check_twin_pipelines.py b/CI/check_twin_pipelines.py
index 95b6ff68010010423769f42cc4099980a717ef49..d24cfed4b66244d5e1f11641c44d487f7dfe97a8 100644
--- a/CI/check_twin_pipelines.py
+++ b/CI/check_twin_pipelines.py
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/conda_build.sh b/CI/conda_build.sh
index c1b31c793981989868b38fe58bd0b44b193db646..7dca18964a0234e1f287a00186252cbaafd67b3c 100755
--- a/CI/conda_build.sh
+++ b/CI/conda_build.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/conda_deploy.sh b/CI/conda_deploy.sh
index ad6150d9ef426696df8a21a52bc9e28ad138ac24..1f7346f5b3e22a03fbc1bd5babc001d59214b59c 100755
--- a/CI/conda_deploy.sh
+++ b/CI/conda_deploy.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/configure_options.cmake b/CI/configure_options.cmake
index d2c9982a9fe897976815a6e918ac95994120bf2c..47641fc8a4e23491fa85184dede4024a040f8726 100644
--- a/CI/configure_options.cmake
+++ b/CI/configure_options.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/contributors_check.sh b/CI/contributors_check.sh
index f756fdc5b53375596ea76fc2120b968cb5cb0bfb..89454a47cbe96b5baa6d421843876fb1970b01fe 100755
--- a/CI/contributors_check.sh
+++ b/CI/contributors_check.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/deploy-archive.sh b/CI/deploy-archive.sh
index b2f5bfec440aedb06aac17320948113c55090e56..28c46fe44caf83934fe9d736d41fcc6ef7b3aa94 100755
--- a/CI/deploy-archive.sh
+++ b/CI/deploy-archive.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/deploy-prod.sh b/CI/deploy-prod.sh
index e71abdd47bd84a7b2121f743e086381ffc1448d8..63625650c4b63c7041f5748657424304022d93e0 100644
--- a/CI/deploy-prod.sh
+++ b/CI/deploy-prod.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/deploy.sh b/CI/deploy.sh
index 4064b4abceb282ca5b8c613e9457f390cea27183..4ae4d5babe1fcf760c568121135ff8440bf677b7 100755
--- a/CI/deploy.sh
+++ b/CI/deploy.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/dev_env.bat b/CI/dev_env.bat
index f1eb2be633a254955998e721b5b4f69537bb46e6..43d5b0b8ab60df9678b7d114e5537316559baf2a 100644
--- a/CI/dev_env.bat
+++ b/CI/dev_env.bat
@@ -1,5 +1,5 @@
 ::
-:: Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+:: Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 ::
 :: This file is part of Orfeo Toolbox
 ::
diff --git a/CI/headers_check.py b/CI/headers_check.py
index d03d761f0c4bf7da1745ec0eaca7473f974d7a98..459c2c1a12257f85acdedd5fe122d208a5461dce 100755
--- a/CI/headers_check.py
+++ b/CI/headers_check.py
@@ -2,7 +2,7 @@
 #
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/macros.cmake b/CI/macros.cmake
index cd728085d6163d19da3181f50c72b1ebded2da89..4d9ff31faed7f9a3878ec8b62c1fd329b0f5eb8d 100644
--- a/CI/macros.cmake
+++ b/CI/macros.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/main_ci.cmake b/CI/main_ci.cmake
index 6cbb9e9d40b1879d6e2196f474e1d9341fb11849..ddc180923cbc88650be94f57bbb404dd1847becd 100644
--- a/CI/main_ci.cmake
+++ b/CI/main_ci.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/main_qa.cmake b/CI/main_qa.cmake
index c8a7ddea2a6146351880425e4ff7066cfaf562df..bff2da86dbee33e5d908d4bb1433fa0823c63b16 100644
--- a/CI/main_qa.cmake
+++ b/CI/main_qa.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/main_superbuild.cmake b/CI/main_superbuild.cmake
index f08d7389e532986a7428ea19b488833331a3379e..e362c4dee51432f92b713590f14432adb625d917 100644
--- a/CI/main_superbuild.cmake
+++ b/CI/main_superbuild.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/otb_coverage.sh b/CI/otb_coverage.sh
index 8d709a66b7ec5672f989de182c1632d2744d38c3..fdebc6496b03f21b86606928bf1269f78156cb57 100755
--- a/CI/otb_coverage.sh
+++ b/CI/otb_coverage.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/prepare_superbuild.cmake b/CI/prepare_superbuild.cmake
index 4386d18be6ad22a219673b71e49ddd1bc03a8b2d..6ceef6b4a38ae0560c4bfeba124dc855b8b94588 100644
--- a/CI/prepare_superbuild.cmake
+++ b/CI/prepare_superbuild.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/redhat-8-gcc.cmake b/CI/redhat-8-gcc.cmake
index 9d110234603f39046b666447f5584b008f260e95..4d468d758abd13e55e30d62bdf4910cff1e597cc 100644
--- a/CI/redhat-8-gcc.cmake
+++ b/CI/redhat-8-gcc.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/sb_configure_options.cmake b/CI/sb_configure_options.cmake
index 62cb8b88e30bdc070432e7086e87752fd292750f..21de09314cd5f74d17c6ebc9191dc1470d32aeeb 100644
--- a/CI/sb_configure_options.cmake
+++ b/CI/sb_configure_options.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/superbuild_packaging.cmake b/CI/superbuild_packaging.cmake
index f25108480b339147a0297515d68c6d2b0456f88d..83d4b6232d33ed50344862b5b31dd84110b66123 100644
--- a/CI/superbuild_packaging.cmake
+++ b/CI/superbuild_packaging.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/test/cdash_test.py b/CI/test/cdash_test.py
index d10c9c507ed91df9698b7a0d00860d2326d721b0..1b7dc6f2bb8f7302db2e888af5824a7b3b5c32b7 100644
--- a/CI/test/cdash_test.py
+++ b/CI/test/cdash_test.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/ubuntu-22.04-fast.cmake b/CI/ubuntu-22.04-fast.cmake
index 859db0bc9ef11814e48418d52b418e50fa4a81ce..09cb5f517d4a189da5774a8c5279994f340a29cc 100644
--- a/CI/ubuntu-22.04-fast.cmake
+++ b/CI/ubuntu-22.04-fast.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -21,9 +21,11 @@
 # Configuration options for ubuntu-22.04-fast
 
 set(site_option
-"opencv_INCLUDE_DIR:PATH=/usr/include/opencv4
-CMAKE_C_COMPILER:STRING=gcc
-CMAKE_CXX_COMPILER:STRING=g++
+"CMAKE_C_COMPILER:STRING=clang
+CMAKE_CXX_COMPILER:STRING=clang++
+CMAKE_EXE_LINKER_FLAGS:STRING=-fuse-ld=lld
+CMAKE_MODULE_LINKER_FLAGS:STRING=-fuse-ld=lld
+CMAKE_SHARED_LINKER_FLAGS:STRING=-fuse-ld=lld
 CMAKE_C_COMPILER_LAUNCHER:STRING=ccache
 CMAKE_CXX_COMPILER_LAUNCHER:STRING=ccache
 OTB_USE_SHARK:BOOL=OFF
diff --git a/CI/ubuntu-22.04-gcc.cmake b/CI/ubuntu-22.04-gcc.cmake
index fd0c801861aa7d8235070c0becf1335dc06d7c0f..a41099d3bc5384336565dd478c04397d7bee8ad5 100644
--- a/CI/ubuntu-22.04-gcc.cmake
+++ b/CI/ubuntu-22.04-gcc.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -18,8 +18,7 @@
 # limitations under the License.
 #
 
-# Configuration options for ubuntu-20.04-gcc
+# Configuration options for ubuntu-22.04-gcc
 
 set(site_option
-"opencv_INCLUDE_DIR:PATH=/usr/include/opencv4
-OTB_USE_SHARK:BOOL=OFF")
+"OTB_USE_SHARK:BOOL=OFF")
diff --git a/CI/ubuntu-22.04-llvm-full.cmake b/CI/ubuntu-22.04-llvm-full.cmake
index 777903c74173aae375b02080ecbd1d39474cdb5d..08cabd9b4c3a37f534668020e6f7540482c2cbb4 100644
--- a/CI/ubuntu-22.04-llvm-full.cmake
+++ b/CI/ubuntu-22.04-llvm-full.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -21,8 +21,7 @@
 # Configuration options for ubuntu-22.04-llvm
 
 set(site_option
-"opencv_INCLUDE_DIR:PATH=/usr/include/opencv4
-CMAKE_C_COMPILER:STRING=clang
+"CMAKE_C_COMPILER:STRING=clang
 CMAKE_CXX_COMPILER:STRING=clang++
 CMAKE_EXE_LINKER_FLAGS:STRING=-fuse-ld=lld
 CMAKE_MODULE_LINKER_FLAGS:STRING=-fuse-ld=lld
diff --git a/CI/ubuntu-22.04-llvm-nodoc.cmake b/CI/ubuntu-22.04-llvm-nodoc.cmake
index 380083a00d4d26aef442eb3ef0a41a615d11efc3..bede996c5b6aba2ed726dd1c3cd8847688560de4 100644
--- a/CI/ubuntu-22.04-llvm-nodoc.cmake
+++ b/CI/ubuntu-22.04-llvm-nodoc.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -18,11 +18,10 @@
 # limitations under the License.
 #
 
-# Configuration options for ubuntu-20.04-llvm-nodoc
+# Configuration options for ubuntu-22.04-llvm-nodoc
 
 set(site_option
-"opencv_INCLUDE_DIR:PATH=/usr/include/opencv4
-CMAKE_C_COMPILER:STRING=clang
+"CMAKE_C_COMPILER:STRING=clang
 CMAKE_CXX_COMPILER:STRING=clang++
 CMAKE_EXE_LINKER_FLAGS:STRING=-fuse-ld=lld
 CMAKE_MODULE_LINKER_FLAGS:STRING=-fuse-ld=lld
diff --git a/CI/ubuntu-22.04-llvm-qa.cmake b/CI/ubuntu-22.04-llvm-qa.cmake
index 83eb1e9a6a418fea22f2c2ff0cadc489ab680af1..123b3fc9fb6d134332eefe1d90983c475f1599ec 100644
--- a/CI/ubuntu-22.04-llvm-qa.cmake
+++ b/CI/ubuntu-22.04-llvm-qa.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CI/ubuntu-22.04-llvm-xdk-full.cmake b/CI/ubuntu-22.04-llvm-xdk-full.cmake
index df1aa41455b79c86508061765b0ada05f03b2641..13ac15a8d427136b9b73a72c3d9d804b23371387 100644
--- a/CI/ubuntu-22.04-llvm-xdk-full.cmake
+++ b/CI/ubuntu-22.04-llvm-xdk-full.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -18,7 +18,7 @@
 # limitations under the License.
 #
 
-# Configuration options for ubuntu-20.04-llvm-xdk
+# Configuration options for ubuntu-22.04-llvm-xdk
 
 set(site_option
 "CMAKE_C_COMPILER:STRING=clang
diff --git a/CI/ubuntu-24.04-llvm-xdk-full.cmake b/CI/ubuntu-24.04-llvm-xdk-full.cmake
new file mode 100644
index 0000000000000000000000000000000000000000..a0529693fdab6e849fc49e33f7bf49f97286cc06
--- /dev/null
+++ b/CI/ubuntu-24.04-llvm-xdk-full.cmake
@@ -0,0 +1,44 @@
+#
+# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+#
+# This file is part of Orfeo Toolbox
+#
+#     https://www.orfeo-toolbox.org/
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# Configuration options for ubuntu-24.04-llvm-xdk
+set(site_option
+"CMAKE_C_COMPILER:STRING=clang
+CMAKE_CXX_COMPILER:STRING=clang++
+CMAKE_EXE_LINKER_FLAGS:STRING=-fuse-ld=lld
+CMAKE_MODULE_LINKER_FLAGS:STRING=-fuse-ld=lld
+CMAKE_SHARED_LINKER_FLAGS:STRING=-fuse-ld=lld
+CMAKE_C_COMPILER_LAUNCHER:STRING=ccache
+CMAKE_CXX_COMPILER_LAUNCHER:STRING=ccache
+OTB_BUILD_FeaturesExtraction:BOOL=ON
+OTB_BUILD_Hyperspectral:BOOL=ON
+OTB_BUILD_Learning:BOOL=ON
+OTB_BUILD_Miscellaneous:BOOL=ON
+OTB_BUILD_Remote:BOOL=ON
+OTB_BUILD_SAR:BOOL=ON
+OTB_BUILD_Segmentation:BOOL=ON 
+OTB_BUILD_StereoProcessing:BOOL=ON
+OTB_USE_LIBSVM:BOOL=ON
+OTB_USE_MUPARSER:BOOL=ON
+OTB_USE_MUPARSERX:BOOL=ON
+OTB_USE_OPENCV:BOOL=ON
+OTB_USE_OPENMP:BOOL=OFF
+OTB_USE_SHARK:BOOL=ON
+")
diff --git a/CI/windows-10-x64-vc14.29.cmake b/CI/windows-10-x64-vc14.29.cmake
index 9683a817dd64b74e199dc7285226f4f9de31bf49..2c902ec86cc128701a519df6b770e210f9061a17 100644
--- a/CI/windows-10-x64-vc14.29.cmake
+++ b/CI/windows-10-x64-vc14.29.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index a325c8337cfbee457a29500cf9493de07eb29f03..ecb90ec258e863b17dcc7c9640c733f1bdf928dd 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindGBenchmark.cmake b/CMake/FindGBenchmark.cmake
index 29d90ff88ca9f9c35d7fdf9dded6d5daddd90b1d..d2f19d52d9066c3cf294a57a2034ef1dbbd6238c 100644
--- a/CMake/FindGBenchmark.cmake
+++ b/CMake/FindGBenchmark.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindGeoTIFF.cmake b/CMake/FindGeoTIFF.cmake
index e7ab6dde16046b78dada336b82f13c4994281646..9abeb5f2074c1b9ffd49f32878e58a90fbddc672 100644
--- a/CMake/FindGeoTIFF.cmake
+++ b/CMake/FindGeoTIFF.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindLibKML.cmake b/CMake/FindLibKML.cmake
index f1a883eb3da40ec803dbb5a66ad8e174c9ebfb40..e899018291fb8da0a9c54d7fceb766c543021dab 100644
--- a/CMake/FindLibKML.cmake
+++ b/CMake/FindLibKML.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindMuParser.cmake b/CMake/FindMuParser.cmake
index eccc86803c7b6e403304699b1c73ea5734422c67..71cd68aa350eb44df37dc6da90d1a2b32f1813db 100644
--- a/CMake/FindMuParser.cmake
+++ b/CMake/FindMuParser.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindMuParserX.cmake b/CMake/FindMuParserX.cmake
index 87b7f4c321e49255e5bd955e027f03c39d8334b3..c68608d9c7499291198bfd9f528e4926f1b371db 100644
--- a/CMake/FindMuParserX.cmake
+++ b/CMake/FindMuParserX.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindNumpy.cmake b/CMake/FindNumpy.cmake
index b32f8de2d943f51d0427aa546cd4dbeee99841db..5d41953950b5d6fc82ed93002e8f41923482bb99 100644
--- a/CMake/FindNumpy.cmake
+++ b/CMake/FindNumpy.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindOpenCV.cmake b/CMake/FindOpenCV.cmake
index 73f44a0f71d0b1b70b7809b47841d389b145a214..2cc677de903dc447f516e1a1333b6aa1f55601c8 100644
--- a/CMake/FindOpenCV.cmake
+++ b/CMake/FindOpenCV.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindShark.cmake b/CMake/FindShark.cmake
index 0264fb299829af8759585e23b24a41af35755a51..ccd5173c7fb0db569666b6abe39d70ed1335d123 100644
--- a/CMake/FindShark.cmake
+++ b/CMake/FindShark.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/FindTinyXML.cmake b/CMake/FindTinyXML.cmake
index 5444bcca8476b07f917cfe43f07d0bdc28deffc8..67d41e7a58ab9aeb5b83ab5b6a35bde3ecbcacb1 100644
--- a/CMake/FindTinyXML.cmake
+++ b/CMake/FindTinyXML.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/GenerateExportHeaderCustom.cmake b/CMake/GenerateExportHeaderCustom.cmake
index e4dc1234c4b9d6d24218bf0bef8095c7ef152d25..7232511dd3975c392fb1f07131bad9b8e2b0e339 100644
--- a/CMake/GenerateExportHeaderCustom.cmake
+++ b/CMake/GenerateExportHeaderCustom.cmake
@@ -1,7 +1,7 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # file Copyright.txt or https://cmake.org/licensing for details.
 
-# Copyright (C) 2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2024 Centre National d'Etudes Spatiales (CNES)
 # - Added support of XXX_EXPORT_TEMPLATE and XXX_EXPORT_EXPLICIT_TEMPLATE macros
 
 #.rst:
diff --git a/CMake/GetVersionFromGitTag.cmake b/CMake/GetVersionFromGitTag.cmake
index 57c2184176ae08c083bce1f14456e0622d1bc984..c65fbb6fdcf905b14d01c4a7a6ae1a1e0228f4f3 100644
--- a/CMake/GetVersionFromGitTag.cmake
+++ b/CMake/GetVersionFromGitTag.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/NamespaceHandler.cmake b/CMake/NamespaceHandler.cmake
index b6ec985348c86ef226620417d42c6f9d39540625..92334e89a0e248e6bfc78d7f66037038659aa366 100644
--- a/CMake/NamespaceHandler.cmake
+++ b/CMake/NamespaceHandler.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBApplicationMacros.cmake b/CMake/OTBApplicationMacros.cmake
index f13951487a061e2bf231aba2f40bfcb0907dc8d4..7b90a50904b100a6dd31ec14ccdbdfc7bd8c6311 100644
--- a/CMake/OTBApplicationMacros.cmake
+++ b/CMake/OTBApplicationMacros.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBCheckSSEFeatures.cmake b/CMake/OTBCheckSSEFeatures.cmake
index 1647c92e8f11e41241cd9155c675a3dc383c5fd1..29e09c5939ab5744d58d9caccb4f99451a2aedbc 100644
--- a/CMake/OTBCheckSSEFeatures.cmake
+++ b/CMake/OTBCheckSSEFeatures.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBCheckTargetSystemArch.cmake b/CMake/OTBCheckTargetSystemArch.cmake
index 6f4b66c6506c9e3f694edf7693be5feb0e57248b..0693ea915eedec36de5922a19ad10372c44d3431 100644
--- a/CMake/OTBCheckTargetSystemArch.cmake
+++ b/CMake/OTBCheckTargetSystemArch.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBConfigVersion.cmake.in b/CMake/OTBConfigVersion.cmake.in
index 44ee3ed8432943ae3624b0497f7af40da76dc194..65dbd817dd50d3537fa1547d0bcf5712f3afac20 100644
--- a/CMake/OTBConfigVersion.cmake.in
+++ b/CMake/OTBConfigVersion.cmake.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBGroups.cmake b/CMake/OTBGroups.cmake
index 71c69efc7ebcf9036874333d48837a88311ba45b..098ebbdf714a6ef5db33b9b3247dc01385ae7827 100644
--- a/CMake/OTBGroups.cmake
+++ b/CMake/OTBGroups.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBManageLargeInputPaths.cmake b/CMake/OTBManageLargeInputPaths.cmake
index 6a51627254ef484f64f9c13f06b51a5c8ec46aee..c637f36cfaafc0c3c65ef311fe65d2e85d7e6d0e 100644
--- a/CMake/OTBManageLargeInputPaths.cmake
+++ b/CMake/OTBManageLargeInputPaths.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleAPI.cmake b/CMake/OTBModuleAPI.cmake
index 802cdd0f234a998b4c9676ed4559887f29e63f3c..01dab2c24092f3b95f65e281830e3902fd7e5389 100644
--- a/CMake/OTBModuleAPI.cmake
+++ b/CMake/OTBModuleAPI.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleCPPCheckTest.cmake b/CMake/OTBModuleCPPCheckTest.cmake
index 184e4762465231d60e8c1182978405cdadd7d96e..8cde8e57e91c5190dc5baa81a9993e6d28c44510 100644
--- a/CMake/OTBModuleCPPCheckTest.cmake
+++ b/CMake/OTBModuleCPPCheckTest.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleDoxygen.cmake b/CMake/OTBModuleDoxygen.cmake
index faad490759cbf7b6eda295eaa3a3aa39f78f5a87..4138ade3ec9b8044d5267b0a2684524ff505b534 100644
--- a/CMake/OTBModuleDoxygen.cmake
+++ b/CMake/OTBModuleDoxygen.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleEnablement.cmake b/CMake/OTBModuleEnablement.cmake
index ad40895a4dfea50535633f7c9cdee1660cc34fe7..09af7d3d62a46baf587c02a57d01058c59d7f64a 100644
--- a/CMake/OTBModuleEnablement.cmake
+++ b/CMake/OTBModuleEnablement.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleHeaderTest.cmake b/CMake/OTBModuleHeaderTest.cmake
index 2cab9d93dfa2a8f22d518f4dac1aaa60c91f1fe2..7fb1a4c40e7a0085d311b9b8188f085d0550ceac 100644
--- a/CMake/OTBModuleHeaderTest.cmake
+++ b/CMake/OTBModuleHeaderTest.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleMacros.cmake b/CMake/OTBModuleMacros.cmake
index 61a9afc916e1c3f09f34c8891bcee3421ba668a7..d7f7deb1819e2462c0a2d86642d455f4d9d5022e 100644
--- a/CMake/OTBModuleMacros.cmake
+++ b/CMake/OTBModuleMacros.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleRemote.cmake b/CMake/OTBModuleRemote.cmake
index b7a10279a33518744a706c10b52a56ca88827432..019694ee605da28487073273bcceab2ec0b3bd3a 100644
--- a/CMake/OTBModuleRemote.cmake
+++ b/CMake/OTBModuleRemote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBModuleTest.cmake b/CMake/OTBModuleTest.cmake
index 4c765af5e11d5e71eed332e1c6dd2b43d5e64603..48fa0888872fca618d236d7be25903114793e049 100644
--- a/CMake/OTBModuleTest.cmake
+++ b/CMake/OTBModuleTest.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBSetStandardCompilerFlags.cmake b/CMake/OTBSetStandardCompilerFlags.cmake
index e03dcc09bc79b9bbfae8686fc58ab14ea7bc23cd..d7e74c996b78ef96ced6d70fcc8d43c87a612377 100644
--- a/CMake/OTBSetStandardCompilerFlags.cmake
+++ b/CMake/OTBSetStandardCompilerFlags.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTBStandaloneModuleMacros.cmake b/CMake/OTBStandaloneModuleMacros.cmake
index 13f0fb54f9070ab568ceb663263d0efa44f639a4..1b345ba68118a2c87e153bfbb759e0927b0f7d3e 100644
--- a/CMake/OTBStandaloneModuleMacros.cmake
+++ b/CMake/OTBStandaloneModuleMacros.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/OTB_CheckCXXCompilerFlag.cmake b/CMake/OTB_CheckCXXCompilerFlag.cmake
index fedc9357d6d6698de5ee06a8469c7ad19d0bc4a4..ba033495ae96998e4e73c556eef097358eb21c5c 100644
--- a/CMake/OTB_CheckCXXCompilerFlag.cmake
+++ b/CMake/OTB_CheckCXXCompilerFlag.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/PreventInBuildInstalls.cmake b/CMake/PreventInBuildInstalls.cmake
index 4a4449324fc4b5df8f0daa4c645082b8bfe5f5ee..a6baae306c982d58025bb068acf2dbcfe0ea3ed4 100644
--- a/CMake/PreventInBuildInstalls.cmake
+++ b/CMake/PreventInBuildInstalls.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/PreventInSourceBuilds.cmake b/CMake/PreventInSourceBuilds.cmake
index e5c5d877ff1238f2165c8ee4eedadc3ac50e94b0..7e1d00899f2e61ea0b87903a16f421f982a95060 100644
--- a/CMake/PreventInSourceBuilds.cmake
+++ b/CMake/PreventInSourceBuilds.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/RemoveTemporaryFiles.cmake.in b/CMake/RemoveTemporaryFiles.cmake.in
index 3052647650f77dd1fbce8664829a5ab49c3cf761..9cde51249b9b2a7c684a9b576aa07d877615307a 100644
--- a/CMake/RemoveTemporaryFiles.cmake.in
+++ b/CMake/RemoveTemporaryFiles.cmake.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/SourceStatus.cmake b/CMake/SourceStatus.cmake
index 6ef38f2e0c227b949f0de116cb742eba4be43337..f223f9ed12a311ef28c0595977e4af2082590ed2 100644
--- a/CMake/SourceStatus.cmake
+++ b/CMake/SourceStatus.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/UseOTB.cmake b/CMake/UseOTB.cmake
index 5f1482b775958d60b4a43b2455e1abae90f380c1..62eeba805d46047657708987c40c1a7a1b9f8c68 100644
--- a/CMake/UseOTB.cmake
+++ b/CMake/UseOTB.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/cmake_uninstall.cmake.in b/CMake/cmake_uninstall.cmake.in
index b75a6eaf582ce86a2c967b3e6f1a544d3824db91..28a6e2afe1ffe125b6907b137532ac5367d10d1e 100644
--- a/CMake/cmake_uninstall.cmake.in
+++ b/CMake/cmake_uninstall.cmake.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/install_without_message.cmake b/CMake/install_without_message.cmake
index e80d2fb9e11a2cda17fa87afff315d3de856f5dc..12caaeab8d92ad286c1805029b0c6f7bd301aa68 100644
--- a/CMake/install_without_message.cmake
+++ b/CMake/install_without_message.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/otbcli.bat.in b/CMake/otbcli.bat.in
index e1a86b11c25d734bab5f1cc9b8c85b344e926207..485a0517f6fa7c489a30543972d9cd0a316316f1 100644
--- a/CMake/otbcli.bat.in
+++ b/CMake/otbcli.bat.in
@@ -1,5 +1,5 @@
 ::
-:: Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+:: Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 ::
 :: This file is part of Orfeo Toolbox
 ::
diff --git a/CMake/otbcli.sh.in b/CMake/otbcli.sh.in
index a5f6fe6a13af1afa10edacdaa5a874ce69883e3d..faee8132f3e71d315f488788f3100693df392aa1 100644
--- a/CMake/otbcli.sh.in
+++ b/CMake/otbcli.sh.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/patch_cmake_files.cmake b/CMake/patch_cmake_files.cmake
index 63917a5cb0e1e5b459086cd3b8d9ce4a4dc1f18f..8dec1b21d4b1d5ac0dfc7b49c1f3fffce99ae2f1 100644
--- a/CMake/patch_cmake_files.cmake
+++ b/CMake/patch_cmake_files.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMake/post_install.cmake b/CMake/post_install.cmake
index bc776e1be598d15f54654eee0191b7a80674e714..ce10c1fe53904736063023fa1c73caba6cd29158 100644
--- a/CMake/post_install.cmake
+++ b/CMake/post_install.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf1de7a06f06d4a45d9022d4d59707672c2de5ae..3193fb9b45e432032038b3b6e1f19045f13ba05d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -436,9 +436,11 @@ if(UNIX)
     DESTINATION .
     COMPONENT Core
     )
-    install( PROGRAMS
-    ${OTB_SOURCE_DIR}/Packaging/Files/build_gdal_bindings.sh
-    ${OTB_SOURCE_DIR}/Packaging/Files/post_install.sh
+  configure_file(${OTB_SOURCE_DIR}/Packaging/Files/post_install.sh.in
+                 ${CMAKE_BINARY_DIR}/post_install.sh @ONLY)
+  install( PROGRAMS
+    ${OTB_SOURCE_DIR}/Packaging/Files/check_python_env.sh
+    ${CMAKE_BINARY_DIR}/post_install.sh
     ${OTB_SOURCE_DIR}/Packaging/Files/sanitize_rpath.sh
     DESTINATION ./tools
     COMPONENT Core
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 3c1a2a55372c39d5de1916f6a594d12d3b7618e3..feb3cfab96de6cb67df54aadc58d6535e7a67a95 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Copyright/CodeCopyright.txt b/Copyright/CodeCopyright.txt
index dacc97774270f0002832263c003ade6d4fc95579..22b36f26ebc98616656ae6cbdb939dffb4c65801 100644
--- a/Copyright/CodeCopyright.txt
+++ b/Copyright/CodeCopyright.txt
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 376137b146ce7059001f786ec38e7fad0fc0e909..30250d44c27b10749d106157d2200490b61d80aa 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -17,7 +17,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 ARG OTB_RELEASE=9.0.0
 
 # Install system dependencies
@@ -31,18 +31,23 @@ RUN apt-get update -y \
 # Install pre-compiled OTB binaries
 RUN curl https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-$OTB_RELEASE-Linux.tar.gz -o OTB-$OTB_RELEASE-Linux.tar.gz
 
-RUN tar xvf OTB-$OTB_RELEASE-Linux.tar.gz --one-top-level="/app" \
+RUN tar xvf OTB-$OTB_RELEASE-Linux.tar.gz --one-top-level="/app/otb" && rm OTB-$OTB_RELEASE-Linux.tar.gz
 
 # Persistent env
-ENV CMAKE_PREFIX_PATH=/app/OTB-${OTB_RELEASE}-Linux
-ENV PYTHONPATH=/app/OTB-$OTB_RELEASE-Linux/lib/python3/dist-packages:/app/OTB-${OTB_RELEASE}-Linux/lib/otb/python
+ENV CMAKE_PREFIX_PATH=/app/otb
+ENV PYTHONPATH=/app/otb/lib/python3/dist-packages:/app/otb/lib/otb/python
 ENV GDAL_DRIVER_PATH=disable
-ENV GDAL_DATA=/app/OTB-${OTB_RELEASE}-Linux/share/gdal
-ENV PROJ_LIB=/app/OTB-${OTB_RELEASE}-Linux/share/proj
-ENV PATH=/app/OTB-${OTB_RELEASE}-Linux/bin:$PATH
-ENV LD_LIBRARY_PATH=/app/OTB-${OTB_RELEASE}-Linux/lib:$LD_LIBRARY_PATH
-ENV OTB_APPLICATION_PATH=/app/OTB-${OTB_RELEASE}-Linux/lib/otb/applications
+ENV GDAL_DATA=/app/otb/share/gdal
+ENV PROJ_LIB=/app/otb/share/proj
+ENV PATH=/app/otb/bin:$PATH
+ENV LD_LIBRARY_PATH=/app/otb/lib:$LD_LIBRARY_PATH
+ENV OTB_APPLICATION_PATH=/app/otb/lib/otb/applications
+ENV OTB_INSTALL_DIR=/app/otb
 ENV LC_NUMERIC=C
 
+# run post install to apply sed commands on cmake files and to get python
+# bindings if needed
+RUN sh /app/otb/tools/post_install.sh && sh /app/otb/recompile_bindings.sh
+
 # Default command when using 'docker run' or 'docker create'
 CMD /bin/bash
diff --git a/Docker/Dockerfile_CI b/Docker/Dockerfile_CI
index 59523061817328272b0a6a9f6be8e24af41bf7ab..3287a570fbe4ca4c5fd9d22e0ae0a3540f146a28 100644
--- a/Docker/Dockerfile_CI
+++ b/Docker/Dockerfile_CI
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -17,7 +17,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 ARG OTB_RELEASE=9.0.0
 
 # Install system dependencies
@@ -44,7 +44,7 @@ ENV OTB_APPLICATION_PATH=/app/otb/lib/otb/applications
 ENV LC_NUMERIC=C
 ENV OTB_INSTALL_DIR=/app/otb
 
-RUN sh /app/otb/tools/post_install.sh
+RUN sh /app/otb/tools/post_install.sh && sh /app/otb/recompile_bindings.sh
 
 # Default command when using 'docker run' or 'docker create'
 CMD /bin/bash
diff --git a/Docker/system-dependencies.txt b/Docker/system-dependencies.txt
index e893cf738ec2bb407176dc2ae1eaa8f0d7a52e1a..eb810859f790cc5cf0fbe2d4dbf1b6e6e0fbf907 100644
--- a/Docker/system-dependencies.txt
+++ b/Docker/system-dependencies.txt
@@ -9,4 +9,4 @@ gcc
 g++
 swig
 findutils
-file
\ No newline at end of file
+file
diff --git a/Documentation/Cookbook/CMake/RunApplicationsRstGenerator.sh.cmake.in b/Documentation/Cookbook/CMake/RunApplicationsRstGenerator.sh.cmake.in
index 547fec31bacd00bce2f91f2fb21dd491b5e610b2..2736d7854a2b42d9e787f4eed38618ed1d008073 100644
--- a/Documentation/Cookbook/CMake/RunApplicationsRstGenerator.sh.cmake.in
+++ b/Documentation/Cookbook/CMake/RunApplicationsRstGenerator.sh.cmake.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/CMake/RunPythonApiRstGenerator.sh.cmake.in b/Documentation/Cookbook/CMake/RunPythonApiRstGenerator.sh.cmake.in
index 9927e90b88a5acbf5587234dcc2fb13623ac235c..08d67a1dacd01c4f5c1352df449ae34a19c17025 100644
--- a/Documentation/Cookbook/CMake/RunPythonApiRstGenerator.sh.cmake.in
+++ b/Documentation/Cookbook/CMake/RunPythonApiRstGenerator.sh.cmake.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/CMakeLists.txt b/Documentation/Cookbook/CMakeLists.txt
index 198e216e903248e6d4f67df873a419ecf6cf9e8b..e0b0d739c80c6b2645b72ef09f322b73d2c39731 100644
--- a/Documentation/Cookbook/CMakeLists.txt
+++ b/Documentation/Cookbook/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/RunExamples.py b/Documentation/Cookbook/Scripts/RunExamples.py
index 892f9f136753c0cd3448e3c48ee612dc950c9a99..f90e94e2a12b161c0f1943005b86e4143907cbda 100755
--- a/Documentation/Cookbook/Scripts/RunExamples.py
+++ b/Documentation/Cookbook/Scripts/RunExamples.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/migrate_sg_tex.py b/Documentation/Cookbook/Scripts/migrate_sg_tex.py
index 3cf8f8dab79de6b3d51c7e884c1ae9ece2e63962..7b5e5a0053cfaef359da06e4d93fa1837d4a075a 100644
--- a/Documentation/Cookbook/Scripts/migrate_sg_tex.py
+++ b/Documentation/Cookbook/Scripts/migrate_sg_tex.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/otbGenerateExamplesRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateExamplesRstDoc.py
index 7a30a1c0dc179570092627f51bec68ff9a7ef503..33a215f3fdb7f9209873828ea0724218558063b7 100644
--- a/Documentation/Cookbook/Scripts/otbGenerateExamplesRstDoc.py
+++ b/Documentation/Cookbook/Scripts/otbGenerateExamplesRstDoc.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/otbGeneratePythonApiRstDoc.py b/Documentation/Cookbook/Scripts/otbGeneratePythonApiRstDoc.py
index 182ae4c62693c7928e7c2fac173a3b9d2f57663f..a43c8f7b3925866b6256ca6e6e89131371a9940a 100644
--- a/Documentation/Cookbook/Scripts/otbGeneratePythonApiRstDoc.py
+++ b/Documentation/Cookbook/Scripts/otbGeneratePythonApiRstDoc.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
index c4400f59c609f47af58df129f06f9b31bdde5876..97558a9e08c4705e3d2bd6d021690c0e38a5f4d3 100755
--- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
+++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/otb_warnings.py b/Documentation/Cookbook/Scripts/otb_warnings.py
index 27b3d46bfa8b8b1e18375089105b850b43477032..dce855aeefd5ad5dcc5ea783c1a958f0d6a1341a 100644
--- a/Documentation/Cookbook/Scripts/otb_warnings.py
+++ b/Documentation/Cookbook/Scripts/otb_warnings.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/Scripts/rst_utils.py b/Documentation/Cookbook/Scripts/rst_utils.py
index 80c3d4c2ecae10de2039efd3d6ba28c9d3b6f208..b1df5534ca64f4766b15881a2e2cf46d948c2338 100644
--- a/Documentation/Cookbook/Scripts/rst_utils.py
+++ b/Documentation/Cookbook/Scripts/rst_utils.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Documentation/Cookbook/_static/js/versions.js b/Documentation/Cookbook/_static/js/versions.js
index 5604c8f928233d0f2b20b507bb893af90306b2dd..aa5320b41794b48f8428bb43b606b5832af04505 100644
--- a/Documentation/Cookbook/_static/js/versions.js
+++ b/Documentation/Cookbook/_static/js/versions.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Documentation/Cookbook/rst/templates/examples_license_header.txt b/Documentation/Cookbook/rst/templates/examples_license_header.txt
index dacc97774270f0002832263c003ade6d4fc95579..22b36f26ebc98616656ae6cbdb939dffb4c65801 100644
--- a/Documentation/Cookbook/rst/templates/examples_license_header.txt
+++ b/Documentation/Cookbook/rst/templates/examples_license_header.txt
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Application/ApplicationExample.cxx b/Examples/Application/ApplicationExample.cxx
index be32c36e17adccceebad02f16ef081080f0603f4..0dbc7583230274ba752ce8691be5f8163f99fe6b 100644
--- a/Examples/Application/ApplicationExample.cxx
+++ b/Examples/Application/ApplicationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Application/CMakeLists.txt b/Examples/Application/CMakeLists.txt
index 2df586c9c0eadfd0507ba04da4763b07e519e6f3..4911454b36261327b7e816caa19e4615b54208be 100644
--- a/Examples/Application/CMakeLists.txt
+++ b/Examples/Application/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Application/test/CMakeLists.txt b/Examples/Application/test/CMakeLists.txt
index e0842c4530de26fac7ad68dc626f7ce32873fab7..7a04e259957a1f47c00ef33873b565c3107a2258 100644
--- a/Examples/Application/test/CMakeLists.txt
+++ b/Examples/Application/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/BasicFilters/BandMathFilterExample.cxx b/Examples/BasicFilters/BandMathFilterExample.cxx
index c2122d0363e5c9bade2c218c1dbe039ce9352547..d59576c5d5848012f688342d29bcdc21b03ac6af 100644
--- a/Examples/BasicFilters/BandMathFilterExample.cxx
+++ b/Examples/BasicFilters/BandMathFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/BandMathXImageFilterExample.cxx b/Examples/BasicFilters/BandMathXImageFilterExample.cxx
index 62ac81c19bff905760ee6bece6e9576b2862fd03..c16ee3fda4f253f78eb99977d1ec14736bc0a1c0 100644
--- a/Examples/BasicFilters/BandMathXImageFilterExample.cxx
+++ b/Examples/BasicFilters/BandMathXImageFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/CMakeLists.txt b/Examples/BasicFilters/CMakeLists.txt
index 83467d7a276c48384731df08b7c585ae4beb2e0d..aebf41de6c7531f676632ca87c8963cb2c0dccbc 100644
--- a/Examples/BasicFilters/CMakeLists.txt
+++ b/Examples/BasicFilters/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/BasicFilters/DEMToRainbowExample.cxx b/Examples/BasicFilters/DEMToRainbowExample.cxx
index af409d513cadde55c9e0aaf66156cb37191cd743..05bc5f3198d1e3ec2d560c48e0618d61ee4d73f9 100644
--- a/Examples/BasicFilters/DEMToRainbowExample.cxx
+++ b/Examples/BasicFilters/DEMToRainbowExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/FrostImageFilter.cxx b/Examples/BasicFilters/FrostImageFilter.cxx
index 27811cd35c668536868ad70d88a275396f0abb97..a2feaa0658a15a00ea19b4221c6ed40e8b931863 100644
--- a/Examples/BasicFilters/FrostImageFilter.cxx
+++ b/Examples/BasicFilters/FrostImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/HillShadingExample.cxx b/Examples/BasicFilters/HillShadingExample.cxx
index 41d8c3ad2c2bd706afa1fc1cde53dbbff6b4778f..8214aa48fd76ecf0e052e03b21c38c5793a1ee4f 100644
--- a/Examples/BasicFilters/HillShadingExample.cxx
+++ b/Examples/BasicFilters/HillShadingExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/IndexedToRGBExample.cxx b/Examples/BasicFilters/IndexedToRGBExample.cxx
index cdfb1209a508cec4565376c5505295714f113193..11371343cccaae623954aed629e5a824ba52296a 100644
--- a/Examples/BasicFilters/IndexedToRGBExample.cxx
+++ b/Examples/BasicFilters/IndexedToRGBExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/LeeImageFilter.cxx b/Examples/BasicFilters/LeeImageFilter.cxx
index a0a6a4554fcfb1bc8fb9d0c7d0e01cdddc2aabfe..987617f570ea9883c2230551709775fde6e49383 100644
--- a/Examples/BasicFilters/LeeImageFilter.cxx
+++ b/Examples/BasicFilters/LeeImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx b/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx
index d51b87637676e8e77fe988a65e810a2b2ab449de..c263d9f9decfffec892aa650255bed8c67ecd1e1 100644
--- a/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx
+++ b/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/PrintableImageFilterExample.cxx b/Examples/BasicFilters/PrintableImageFilterExample.cxx
index 8af77dc7a62456499794fa6618ca1e9e109f53d8..b21d6d239aca1b4e3fad50c62cd14035c6ff0e8e 100644
--- a/Examples/BasicFilters/PrintableImageFilterExample.cxx
+++ b/Examples/BasicFilters/PrintableImageFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/ScalingFilterExample.cxx b/Examples/BasicFilters/ScalingFilterExample.cxx
index 69eac5a2c6f46e906c432f54be93913ed077ab4e..257ffdbbda2571f9862a03b6c443cd441f4af091 100644
--- a/Examples/BasicFilters/ScalingFilterExample.cxx
+++ b/Examples/BasicFilters/ScalingFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/BasicFilters/test/CMakeLists.txt b/Examples/BasicFilters/test/CMakeLists.txt
index 069751a4968e7c805b28c7ef0d907ba8660d7bac..a58a9942fc4cf8e42a9feaf6db6bf6c01eb3c350 100644
--- a/Examples/BasicFilters/test/CMakeLists.txt
+++ b/Examples/BasicFilters/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/CMakeLists.txt b/Examples/CMakeLists.txt
index 83a8a2affbda52728af766d8cf19f9bc134b4296..187c4b533e83a85fb529d307453a75c2e25b0a34 100644
--- a/Examples/CMakeLists.txt
+++ b/Examples/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/ChangeDetection/CMakeLists.txt b/Examples/ChangeDetection/CMakeLists.txt
index b10e161c843b4cbfe45dabb184cdc3b9dc5663f5..97e6e6d93d92025d366bb8d4fa2b875ed94ffac5 100644
--- a/Examples/ChangeDetection/CMakeLists.txt
+++ b/Examples/ChangeDetection/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/ChangeDetection/CorrelChDet.cxx b/Examples/ChangeDetection/CorrelChDet.cxx
index 01ead3ea81b880c4685b04b1d3a3643e07e4c175..78dee6619650fa06002a53a3cd3c9d60f819dea8 100644
--- a/Examples/ChangeDetection/CorrelChDet.cxx
+++ b/Examples/ChangeDetection/CorrelChDet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/ChangeDetection/DiffChDet.cxx b/Examples/ChangeDetection/DiffChDet.cxx
index 1f92c9d6a2f6ac1b8986daf85703927267fa781d..fba457fd7962a1e414bbc6bed7b150c466ce2a1c 100644
--- a/Examples/ChangeDetection/DiffChDet.cxx
+++ b/Examples/ChangeDetection/DiffChDet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx b/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx
index 68b3823244523f639be95d4bc8037e14afd1bc34..d6f76a9977065c5f1b8a65cbc77a28afd1080b2b 100644
--- a/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx
+++ b/Examples/ChangeDetection/KullbackLeiblerDistanceChDet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/ChangeDetection/KullbackLeiblerProfileChDet.cxx b/Examples/ChangeDetection/KullbackLeiblerProfileChDet.cxx
index cfd6c9771211542a846620d4e0fd33cb285d9667..55a47a7575975e47b390f1d46e7422a586151c23 100644
--- a/Examples/ChangeDetection/KullbackLeiblerProfileChDet.cxx
+++ b/Examples/ChangeDetection/KullbackLeiblerProfileChDet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/ChangeDetection/MultivariateAlterationDetector.cxx b/Examples/ChangeDetection/MultivariateAlterationDetector.cxx
index 514e980ad66b3de9c3f4d77a2426a8b6d616f8d3..9039433253bbcbc60f7e68e49d1752634cf45b08 100644
--- a/Examples/ChangeDetection/MultivariateAlterationDetector.cxx
+++ b/Examples/ChangeDetection/MultivariateAlterationDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/ChangeDetection/RatioChDet.cxx b/Examples/ChangeDetection/RatioChDet.cxx
index c4c9488b0a75f341db5e715795288ffa6e94d57b..b2ff291eb7c4e8b9913f0703cd359323229ce872 100644
--- a/Examples/ChangeDetection/RatioChDet.cxx
+++ b/Examples/ChangeDetection/RatioChDet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/ChangeDetection/test/CMakeLists.txt b/Examples/ChangeDetection/test/CMakeLists.txt
index b44dca220199c82c63b36201bbbf1855e4078160..dd9d2b0d7efe04d85d941cc1abd3fe3b90f33217 100644
--- a/Examples/ChangeDetection/test/CMakeLists.txt
+++ b/Examples/ChangeDetection/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Classification/CMakeLists.txt b/Examples/Classification/CMakeLists.txt
index 2b902941bea6e59cd0ce3e6842948a9777089df4..385e74fce00e6b6e34fe5bd3503535eb8bfea72b 100644
--- a/Examples/Classification/CMakeLists.txt
+++ b/Examples/Classification/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Classification/ClassificationMapRegularizationExample.cxx b/Examples/Classification/ClassificationMapRegularizationExample.cxx
index 4d8c7887e855e355ff934e4a25edea42e97b2638..6f62b2410c8a92e2111e60192c2eea4047304533 100644
--- a/Examples/Classification/ClassificationMapRegularizationExample.cxx
+++ b/Examples/Classification/ClassificationMapRegularizationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx b/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx
index cb92f8241651492577a99a3e254751e324c134fd..8e2e0f3aa8b7465e47effae94cc0d2932d1813de 100644
--- a/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx
+++ b/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Classification/SOMImageClassificationExample.cxx b/Examples/Classification/SOMImageClassificationExample.cxx
index dab2781dd88e54325dd7ddfbb33807807ce6ba94..772e5ce63b0266cac65b9a7a5d086e727a5b97b4 100644
--- a/Examples/Classification/SOMImageClassificationExample.cxx
+++ b/Examples/Classification/SOMImageClassificationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -51,12 +51,12 @@ int main(int itkNotUsed(argc), char* argv[])
   // \doxygen{otb}{VectorImage}s. The labeled image will be a scalar image.
 
   using ImageType        = otb::VectorImage<PixelType, Dimension>;
-  using LabeledImageType = otb::Image<LabeledPixelType, Dimension>;
+  using LabelledImageType = otb::Image<LabeledPixelType, Dimension>;
   // We can now define the type for the classifier filter, which is
   // templated over its input and output image types and the SOM type.
 
   using SOMMapType               = otb::SOMMap<ImageType::PixelType>;
-  using ClassificationFilterType = otb::SOMImageClassificationFilter<ImageType, LabeledImageType, SOMMapType>;
+  using ClassificationFilterType = otb::SOMImageClassificationFilter<ImageType, LabelledImageType, SOMMapType>;
   // And finally, we define the readers (for the input image and theSOM)
   // and the writer. Since the images,
   // to classify can be very big, we will use a streamed writer which
@@ -64,7 +64,7 @@ int main(int itkNotUsed(argc), char* argv[])
 
   using ReaderType    = otb::ImageFileReader<ImageType>;
   using SOMReaderType = otb::ImageFileReader<SOMMapType>;
-  using WriterType    = otb::ImageFileWriter<LabeledImageType>;
+  using WriterType    = otb::ImageFileWriter<LabelledImageType>;
   // We instantiate the classifier and the reader objects and we set
   // the existing SOM obtained in a previous training step.
 
diff --git a/Examples/Classification/SupervisedImageClassificationExample.cxx b/Examples/Classification/SupervisedImageClassificationExample.cxx
index 54fd0b43c3156aca036d2a48993a4db3688dc250..928346693c26706588948213f8b39404f8b0cd32 100644
--- a/Examples/Classification/SupervisedImageClassificationExample.cxx
+++ b/Examples/Classification/SupervisedImageClassificationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -56,11 +56,11 @@ int main(int itkNotUsed(argc), char* argv[])
   // with any number of bands. We read the input image as a
   // \doxygen{otb}{VectorImage}. The labeled image will be a scalar image.
   using ImageType        = otb::VectorImage<PixelType, Dimension>;
-  using LabeledImageType = otb::Image<LabeledPixelType, Dimension>;
+  using LabelledImageType = otb::Image<LabeledPixelType, Dimension>;
 
   // We can now define the type for the classifier filter, which is
   // templated over its input and output image types.
-  using ClassificationFilterType = otb::ImageClassificationFilter<ImageType, LabeledImageType>;
+  using ClassificationFilterType = otb::ImageClassificationFilter<ImageType, LabelledImageType>;
   using ModelType                = ClassificationFilterType::ModelType;
 
   // Moreover, it is necessary to define a \doxygen{otb}{MachineLearningModelFactory}
@@ -72,7 +72,7 @@ int main(int itkNotUsed(argc), char* argv[])
   // to classify can be very big, we will use a streamed writer which
   // will trigger the streaming ability of the classifier.
   using ReaderType = otb::ImageFileReader<ImageType>;
-  using WriterType = otb::ImageFileWriter<LabeledImageType>;
+  using WriterType = otb::ImageFileWriter<LabelledImageType>;
 
   // We instantiate the classifier and the reader objects and we set
   // the existing model obtained in a previous training step.
diff --git a/Examples/Classification/test/CMakeLists.txt b/Examples/Classification/test/CMakeLists.txt
index 5bbb754c64cbd45647b90085b2a27c4e7aeb9f5f..3f1fcb85962670ce6200b165f36884b591f6b76a 100644
--- a/Examples/Classification/test/CMakeLists.txt
+++ b/Examples/Classification/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/DimensionReduction/CMakeLists.txt b/Examples/DimensionReduction/CMakeLists.txt
index e9ce1d47465c80ed633073a8969e289a717cb0b5..dfa9e2810e1bfd4edba98a72732abafa33077812 100644
--- a/Examples/DimensionReduction/CMakeLists.txt
+++ b/Examples/DimensionReduction/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/DimensionReduction/ICAExample.cxx b/Examples/DimensionReduction/ICAExample.cxx
index 018a5e7eaf96bd95b7a08d0890fa602a774649ea..b7ac5dc44a0362c8c4bd837b71c4d2ee30adcf55 100644
--- a/Examples/DimensionReduction/ICAExample.cxx
+++ b/Examples/DimensionReduction/ICAExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DimensionReduction/MNFExample.cxx b/Examples/DimensionReduction/MNFExample.cxx
index d609ace8a034eed644c6971414cdeea6c3be64cc..9f76e6e5297a569ce4f58b894558c31653c838e4 100644
--- a/Examples/DimensionReduction/MNFExample.cxx
+++ b/Examples/DimensionReduction/MNFExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DimensionReduction/MaximumAutocorrelationFactor.cxx b/Examples/DimensionReduction/MaximumAutocorrelationFactor.cxx
index b18cdf1c6ed211e7b29c362983f51bab4cc97c4e..11ffd6e1065cad597e004c03b683ec5a0b6e3f12 100644
--- a/Examples/DimensionReduction/MaximumAutocorrelationFactor.cxx
+++ b/Examples/DimensionReduction/MaximumAutocorrelationFactor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DimensionReduction/NAPCAExample.cxx b/Examples/DimensionReduction/NAPCAExample.cxx
index 574a1cdb21c0630bde6438c319f6a65474e0cbe0..69a9f2d557dbb24ff32a48877044a42672eab11b 100644
--- a/Examples/DimensionReduction/NAPCAExample.cxx
+++ b/Examples/DimensionReduction/NAPCAExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DimensionReduction/PCAExample.cxx b/Examples/DimensionReduction/PCAExample.cxx
index 829f34e4ae13f1c45f1c9fa0c8d87e880f99f460..62d341c4d8c0378a44a16c84dc072dfaaf2f9150 100644
--- a/Examples/DimensionReduction/PCAExample.cxx
+++ b/Examples/DimensionReduction/PCAExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DimensionReduction/test/CMakeLists.txt b/Examples/DimensionReduction/test/CMakeLists.txt
index 734959833523211ae4dd27473724f10ec81a7305..29f989c6b2f62f6eda33e4536c1bb5a8593ee707 100644
--- a/Examples/DimensionReduction/test/CMakeLists.txt
+++ b/Examples/DimensionReduction/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/DisparityMap/CMakeLists.txt b/Examples/DisparityMap/CMakeLists.txt
index cc4c747608759c517fdab192dd4fa8d2af7cc2d6..d19e0161e763d28ab9fcf48290c35c8f1c809816 100644
--- a/Examples/DisparityMap/CMakeLists.txt
+++ b/Examples/DisparityMap/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx b/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx
index c8139ce4662856b0914058b47027948a757f472a..bd26cfbcb428f55b8485b9601c1290dc517f57a2 100644
--- a/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx
+++ b/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DisparityMap/NCCRegistrationFilterExample.cxx b/Examples/DisparityMap/NCCRegistrationFilterExample.cxx
index 3dd3c44c1b34c6a10ebb7e5cd6f9c34fab5b557a..b5f064aa22c2602e5eb1edf91b9aa2b537ec8e9b 100644
--- a/Examples/DisparityMap/NCCRegistrationFilterExample.cxx
+++ b/Examples/DisparityMap/NCCRegistrationFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DisparityMap/StereoReconstructionExample.cxx b/Examples/DisparityMap/StereoReconstructionExample.cxx
index c1c18ba1a0afa0cfcb09fe771a8bb8bdf505fdb3..431dba5655fd039c77d4b392b075bd3b16f6e3d7 100644
--- a/Examples/DisparityMap/StereoReconstructionExample.cxx
+++ b/Examples/DisparityMap/StereoReconstructionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/DisparityMap/test/CMakeLists.txt b/Examples/DisparityMap/test/CMakeLists.txt
index c3dc92cef99e8c4bfca45caf2e69255de470acdd..58bf76cc3187a5910d1e30a8aa6a35c9ad00576d 100644
--- a/Examples/DisparityMap/test/CMakeLists.txt
+++ b/Examples/DisparityMap/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx b/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
index 69d3195b7dd759b3bde84bb01078984a965b4c6f..8a51531ec222d41ee8b556503850253e6355f326 100644
--- a/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
+++ b/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/CMakeLists.txt b/Examples/FeatureExtraction/CMakeLists.txt
index a05b05ed86a055ccc26d2dc508c8e6ec854025ef..e2a37d595120db3e3584496d2737b23475d78e64 100644
--- a/Examples/FeatureExtraction/CMakeLists.txt
+++ b/Examples/FeatureExtraction/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/FeatureExtraction/CloudDetectionExample.cxx b/Examples/FeatureExtraction/CloudDetectionExample.cxx
index 328621420a2f9084a9ee2ddd9b55560ff12a6742..07b07356921f343803bc6ca9ec08a127eea70257 100644
--- a/Examples/FeatureExtraction/CloudDetectionExample.cxx
+++ b/Examples/FeatureExtraction/CloudDetectionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/ComplexMomentPathExample.cxx b/Examples/FeatureExtraction/ComplexMomentPathExample.cxx
index 636a66cd700c3a3ba4dd9cc0c8bb6e66509c8493..8f1671530c187cda2edf53c95fd76934b8d283f0 100644
--- a/Examples/FeatureExtraction/ComplexMomentPathExample.cxx
+++ b/Examples/FeatureExtraction/ComplexMomentPathExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx b/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx
index ac18883b0b1f58af3876962c65407b4c357bd440..67969f7a1c8d961f1cf4abf22ef19e093124f487 100644
--- a/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx
+++ b/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx
index 43da9c7fd9711afbd662731b4e976c61cc46972e..23b1a3de271d70b35b2108617c4ac5d1d734690b 100644
--- a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx
+++ b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/EdgeDensityExample.cxx b/Examples/FeatureExtraction/EdgeDensityExample.cxx
index 35a1ba6a8dc9c825e114f2a12550657d263ff22e..de7252d1991a2769e11dbf45f5b9c1d3d6407af3 100644
--- a/Examples/FeatureExtraction/EdgeDensityExample.cxx
+++ b/Examples/FeatureExtraction/EdgeDensityExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx b/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx
index 1c88866d6332d7eeb0db5dab7a407280c469935b..feef91dcd19f67e96f24412870b1724706f212f0 100644
--- a/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx
+++ b/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/HarrisExample.cxx b/Examples/FeatureExtraction/HarrisExample.cxx
index dc3b54bfced7b0fff3fca32b93b3bf9867ee758c..30c35e907783f91bcf1d00727e9c16ee8fe92162 100644
--- a/Examples/FeatureExtraction/HarrisExample.cxx
+++ b/Examples/FeatureExtraction/HarrisExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx b/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx
index 219edf1d098b813fba7d8f3e54ab9bf72476f698..93c76e4a625b1c2720613bcddacddd5ead2d154c 100644
--- a/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx
+++ b/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx b/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
index e6527602031552c37f0136fb1f8d40ad2085d595..5f42ba6ff191de15196006f60ae86efeb4b9f399 100644
--- a/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
+++ b/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/PanTexExample.cxx b/Examples/FeatureExtraction/PanTexExample.cxx
index 195b40290d0d97a359bd87b806123af5ff1ebaa9..1dcabcea624fae1112b1c9d3f17512264d42b6e4 100644
--- a/Examples/FeatureExtraction/PanTexExample.cxx
+++ b/Examples/FeatureExtraction/PanTexExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx
index 2019fb92b80f4c5b3ab2c50b739b4ae460068dc7..d7b65658d5aa02e540367819ddb54fc051edc2b4 100644
--- a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx
+++ b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/RightAngleDetectionExample.cxx b/Examples/FeatureExtraction/RightAngleDetectionExample.cxx
index e38f9f41c7f31d9c2e91ee2200097ca93288490a..f3efc535c4effe381c6f9c8f0e67d437a887bbef 100644
--- a/Examples/FeatureExtraction/RightAngleDetectionExample.cxx
+++ b/Examples/FeatureExtraction/RightAngleDetectionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/SFSExample.cxx b/Examples/FeatureExtraction/SFSExample.cxx
index c2f5e1098423c2b04da65909d44488159753346e..0548e017c042b1287173b8df65aa5e04de97fa11 100644
--- a/Examples/FeatureExtraction/SFSExample.cxx
+++ b/Examples/FeatureExtraction/SFSExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/SURFExample.cxx b/Examples/FeatureExtraction/SURFExample.cxx
index 6c072577735ac05991de11f5b02300962c008105..b2c3fc0f49d13cad82f82aaa779522347ffd0869 100644
--- a/Examples/FeatureExtraction/SURFExample.cxx
+++ b/Examples/FeatureExtraction/SURFExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/TextureExample.cxx b/Examples/FeatureExtraction/TextureExample.cxx
index 6274319c5d7490f7a2ae79b76e601fbd8ec7f11e..ece9d4778b3683f464dafe8fc628a8b3410f2cac 100644
--- a/Examples/FeatureExtraction/TextureExample.cxx
+++ b/Examples/FeatureExtraction/TextureExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx b/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx
index 0d624a7e69f7459a3a1d7ff557e9180dc783fef6..18c13f62f11a74d9f29218d10253fce3d3cd4c4f 100644
--- a/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx
+++ b/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx
index 3e7be49b0e4873c63bfc2d8cbcdf92489cc52f42..3106e404f05620ee83243994707ea1e08ab53af2 100644
--- a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx
+++ b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/FeatureExtraction/test/CMakeLists.txt b/Examples/FeatureExtraction/test/CMakeLists.txt
index 27b2935ab3f2159dc6c797c0c7b4b6c3f1c0d3f4..1c4eaf6098be72d14d8462f6e34069afd6db3bf3 100644
--- a/Examples/FeatureExtraction/test/CMakeLists.txt
+++ b/Examples/FeatureExtraction/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Filtering/CMakeLists.txt b/Examples/Filtering/CMakeLists.txt
index fc98776ef903a87ffdb5d2c2ac9cffcc0c4b2c0b..98b2869a05edf7a5561592dec42922179678d391 100644
--- a/Examples/Filtering/CMakeLists.txt
+++ b/Examples/Filtering/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Filtering/CompositeFilterExample.cxx b/Examples/Filtering/CompositeFilterExample.cxx
index 4d09663581d8c7e1e1a52bfa76869c8220469312..f6e1285e436f04ec46c48c01fdcf1e85d522b562 100644
--- a/Examples/Filtering/CompositeFilterExample.cxx
+++ b/Examples/Filtering/CompositeFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx b/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx
index 4813048cff8c85700f3f7a5916cd65c977783274..2d240d4c48c050669148c9217465463fd7996e80 100644
--- a/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx
+++ b/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx b/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx
index df895012d01f49640f47eed7d8e35f5d5ed8c060..f833272f2ecc0604bad220b2028404635083be21 100644
--- a/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx
+++ b/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Filtering/test/CMakeLists.txt b/Examples/Filtering/test/CMakeLists.txt
index 125f00d8587cef8b059c705a337cb33c0bfc914b..6e55585d7da1ccdbb47c53a72a0a191a93a2dd58 100644
--- a/Examples/Filtering/test/CMakeLists.txt
+++ b/Examples/Filtering/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Fusion/BayesianFusionImageFilter.cxx b/Examples/Fusion/BayesianFusionImageFilter.cxx
index ae33b66735ae2d20e6f0853ae46b3d4d1de08b37..0f4a7577be375b2499db4a286a3602e9feb07f95 100644
--- a/Examples/Fusion/BayesianFusionImageFilter.cxx
+++ b/Examples/Fusion/BayesianFusionImageFilter.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Fusion/CMakeLists.txt b/Examples/Fusion/CMakeLists.txt
index b857f0bbc70e1b4888a22c58cca89cfa1dc7d6b0..59158ae4fde6d9073ed7f64e6d0807c11c10e212 100644
--- a/Examples/Fusion/CMakeLists.txt
+++ b/Examples/Fusion/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Fusion/PanSharpeningExample.cxx b/Examples/Fusion/PanSharpeningExample.cxx
index f7368d96a684bba922820b1c06e77f413a428f07..5ee3ac83a5c2ca599b2f8464d44b60857c6fe52e 100644
--- a/Examples/Fusion/PanSharpeningExample.cxx
+++ b/Examples/Fusion/PanSharpeningExample.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Fusion/test/CMakeLists.txt b/Examples/Fusion/test/CMakeLists.txt
index f68c565abc37946e2c735889889d2e65ac5daa0c..19d92f3a3dfb570f91c0f67d2b9c82405207b4c9 100644
--- a/Examples/Fusion/test/CMakeLists.txt
+++ b/Examples/Fusion/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Hyperspectral/CMakeLists.txt b/Examples/Hyperspectral/CMakeLists.txt
index 02c06e718ac5f40db8af10018089cd6ab247758e..344137a0d0949d083a6ef1270f2f9b723b02888b 100644
--- a/Examples/Hyperspectral/CMakeLists.txt
+++ b/Examples/Hyperspectral/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Hyperspectral/HyperspectralUnmixingExample.cxx b/Examples/Hyperspectral/HyperspectralUnmixingExample.cxx
index bc72b1405fa08d3edbea7b6616f2d306eb39e862..5e88943752e4936d822cd47a918fc817beffa4c5 100644
--- a/Examples/Hyperspectral/HyperspectralUnmixingExample.cxx
+++ b/Examples/Hyperspectral/HyperspectralUnmixingExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Hyperspectral/test/CMakeLists.txt b/Examples/Hyperspectral/test/CMakeLists.txt
index 22f3a2cc25e194959e37311892fe190e8413d4c0..06f91b4b3f13f9aac53b59906e129ebad5053441 100644
--- a/Examples/Hyperspectral/test/CMakeLists.txt
+++ b/Examples/Hyperspectral/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/IO/CMakeLists.txt b/Examples/IO/CMakeLists.txt
index 6ac47583f8f11f8825c3b9ae97d9ae208f0fde92..4ec52e1315f980f1beb615637ef7edb763195a2a 100644
--- a/Examples/IO/CMakeLists.txt
+++ b/Examples/IO/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/IO/ComplexImageReadWrite.cxx b/Examples/IO/ComplexImageReadWrite.cxx
index e14e8da812dcc010b6fe567ca55615fb54c5b766..cd0ebbef46b33c90cf5cef49ee724aa3cce0626b 100644
--- a/Examples/IO/ComplexImageReadWrite.cxx
+++ b/Examples/IO/ComplexImageReadWrite.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/DEMHandlerExample.cxx b/Examples/IO/DEMHandlerExample.cxx
index 7eddfb0eef8bc6805a856494d4c0dbfac5874181..22c48b2a0deb64071cab507c61f70d7fb6acfbb4 100644
--- a/Examples/IO/DEMHandlerExample.cxx
+++ b/Examples/IO/DEMHandlerExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/DEMToImageGenerator.cxx b/Examples/IO/DEMToImageGenerator.cxx
index 316fdf045a536042a0d3d2b8ece3c4bc62905a71..fa8e2116bb68bbc6c8a07024b0735c437cd4cbcf 100644
--- a/Examples/IO/DEMToImageGenerator.cxx
+++ b/Examples/IO/DEMToImageGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/ExtractROI.cxx b/Examples/IO/ExtractROI.cxx
index 41c82e3daae90266248b4e35a6be3f6d7fd44c53..727e788bd6508a464e70e84912ff74c251033ea7 100644
--- a/Examples/IO/ExtractROI.cxx
+++ b/Examples/IO/ExtractROI.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/ImageReadCastWrite.cxx b/Examples/IO/ImageReadCastWrite.cxx
index bd71ef611a4f75f39bdbf1e2ed459faeecb2be5c..c16f59ae5b7867c7760224b6f80a1104e7df1721 100644
--- a/Examples/IO/ImageReadCastWrite.cxx
+++ b/Examples/IO/ImageReadCastWrite.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/ImageReadRegionOfInterestWrite.cxx b/Examples/IO/ImageReadRegionOfInterestWrite.cxx
index 7d9ff7de908a616091f7f2e6ff5ea23d01d294cf..b1ab154f8160ab34661784a60a77622a4258e55f 100644
--- a/Examples/IO/ImageReadRegionOfInterestWrite.cxx
+++ b/Examples/IO/ImageReadRegionOfInterestWrite.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/ImageReadWrite.cxx b/Examples/IO/ImageReadWrite.cxx
index 43424ccf15c5fbb353dfd8db25d35a4b66361d2d..45490c290e368967821d0cf2e2be31f6c5b2ef2e 100644
--- a/Examples/IO/ImageReadWrite.cxx
+++ b/Examples/IO/ImageReadWrite.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/ImageSeriesIOExample.cxx b/Examples/IO/ImageSeriesIOExample.cxx
index 4a2aa59c331f014f7095bb6ff363e85692af72cc..007b5826e969b707c1e59dc80727988c9d38a70c 100644
--- a/Examples/IO/ImageSeriesIOExample.cxx
+++ b/Examples/IO/ImageSeriesIOExample.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/MetadataExample.cxx b/Examples/IO/MetadataExample.cxx
index 989b42832158288eab6d3e6df361656c898f5ac7..98501b121bfb4d5f02839f7124d2202f1b2c465b 100644
--- a/Examples/IO/MetadataExample.cxx
+++ b/Examples/IO/MetadataExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/MultibandImageReadWrite.cxx b/Examples/IO/MultibandImageReadWrite.cxx
index 4701c0e1d08654382fac68472897ecddb62a0f47..90d662030391728198114454af9077bcf58063e6 100644
--- a/Examples/IO/MultibandImageReadWrite.cxx
+++ b/Examples/IO/MultibandImageReadWrite.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/VectorDataIOExample.cxx b/Examples/IO/VectorDataIOExample.cxx
index 24c8760eec06d5693dd133c18719472474bbc83a..b654328f6cd5bbed6fd546d9407eed21505b4002 100644
--- a/Examples/IO/VectorDataIOExample.cxx
+++ b/Examples/IO/VectorDataIOExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/IO/test/CMakeLists.txt b/Examples/IO/test/CMakeLists.txt
index 4aca0bc67c92f3fdc814afd4e6ec7901886d502f..13ac1600745a7fe5bca6094fb84b9b7c9e3970be 100644
--- a/Examples/IO/test/CMakeLists.txt
+++ b/Examples/IO/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Image/CMakeLists.txt b/Examples/Image/CMakeLists.txt
index 8592270de381888bdd90d50cad0cc552195924d9..e43d0256b3e47075d04a47bed703fe754c39570e 100644
--- a/Examples/Image/CMakeLists.txt
+++ b/Examples/Image/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Image/Image1.cxx b/Examples/Image/Image1.cxx
index 049bcaa0e09b01259042322fe62f121bf8e5a15c..f5fbfd3133883b5e3dd73164894ce6e55c15246c 100644
--- a/Examples/Image/Image1.cxx
+++ b/Examples/Image/Image1.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/Image2.cxx b/Examples/Image/Image2.cxx
index ab54fd2d8247d5453b6b3105244700ea6570f260..c8f9dae07dd1b7f06ce8085ef4b6d71a695eb96f 100644
--- a/Examples/Image/Image2.cxx
+++ b/Examples/Image/Image2.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/Image3.cxx b/Examples/Image/Image3.cxx
index 01467af9595a4c88ca97d92c7f14002fa6d27342..87724b907b39a9fde5e51afdf5132201d055c665 100644
--- a/Examples/Image/Image3.cxx
+++ b/Examples/Image/Image3.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/Image4.cxx b/Examples/Image/Image4.cxx
index 4a2d3ead41fbb6556fc02d91ef86303d872fab16..841abf46c12d8ba69fe86abfb3995e2453afdec9 100644
--- a/Examples/Image/Image4.cxx
+++ b/Examples/Image/Image4.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/Image5.cxx b/Examples/Image/Image5.cxx
index 8626e7100eb7678b1c323a782f8ad7b35d93c6be..bdd8999f094de5f086ffc8c0acc7c6104934ec72 100644
--- a/Examples/Image/Image5.cxx
+++ b/Examples/Image/Image5.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/ImageListExample.cxx b/Examples/Image/ImageListExample.cxx
index 201347f139c91e2b80da3796007a3fc481294835..647ac305b3b44a59990dfffcb283ed45e8757982 100644
--- a/Examples/Image/ImageListExample.cxx
+++ b/Examples/Image/ImageListExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/VectorImage.cxx b/Examples/Image/VectorImage.cxx
index ec56522045f4fd511f65a052543663cbc2a215ee..8311a31287400b2c82087141c1fa27c2529163fc 100644
--- a/Examples/Image/VectorImage.cxx
+++ b/Examples/Image/VectorImage.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Image/test/CMakeLists.txt b/Examples/Image/test/CMakeLists.txt
index 88b4bf47923a323bf23e6cb2d1f1d28eaaa11b36..e989144c6758cbb09aa9137b1a7b83be71a0b138 100644
--- a/Examples/Image/test/CMakeLists.txt
+++ b/Examples/Image/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Installation/CMakeLists.txt b/Examples/Installation/CMakeLists.txt
index 1b1ab084c1c1712484c28b52f186a2af91117365..67ab4036717778338c19f3636c20402577dc43b9 100644
--- a/Examples/Installation/CMakeLists.txt
+++ b/Examples/Installation/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Installation/HelloWorld.cxx b/Examples/Installation/HelloWorld.cxx
index 6c3fa9661fd77df145d6a0ea06040b7734a6c21e..b7824e3e4afc7c5aff07446653457df6de85ef31 100644
--- a/Examples/Installation/HelloWorld.cxx
+++ b/Examples/Installation/HelloWorld.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Installation/test/CMakeLists.txt b/Examples/Installation/test/CMakeLists.txt
index 734959833523211ae4dd27473724f10ec81a7305..29f989c6b2f62f6eda33e4536c1bb5a8593ee707 100644
--- a/Examples/Installation/test/CMakeLists.txt
+++ b/Examples/Installation/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Iterators/CMakeLists.txt b/Examples/Iterators/CMakeLists.txt
index 8dfb3c7cb7b125e71784a4134bb84e154135d24e..487d2538ba88a5226e8ecce289b5940d4ea97ec6 100644
--- a/Examples/Iterators/CMakeLists.txt
+++ b/Examples/Iterators/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Iterators/ImageLinearIteratorWithIndex.cxx b/Examples/Iterators/ImageLinearIteratorWithIndex.cxx
index 0bc29fe07dc5b7147dd92f637b65660dc488c129..cd53cb6de643a0f024fe66f838b8786e2ddca8ce 100644
--- a/Examples/Iterators/ImageLinearIteratorWithIndex.cxx
+++ b/Examples/Iterators/ImageLinearIteratorWithIndex.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx b/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx
index bcb7dcf0388ba198acc71cde379b7b9d3c97ef37..5963ed4469ef94696b599a938e1f5620ccf7b529 100644
--- a/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx
+++ b/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx b/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx
index 272ed2024261116d9782eaa8a6160a0ac1773c5d..51da686b6b6a7b86cf2cde9719faf0e329e28f97 100644
--- a/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx
+++ b/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ImageRegionIterator.cxx b/Examples/Iterators/ImageRegionIterator.cxx
index 2ebdd42a58ce2972db54a270ec4489a1b64c0c99..a58ccaf407235cea070b789bdea2571f15f63eb8 100644
--- a/Examples/Iterators/ImageRegionIterator.cxx
+++ b/Examples/Iterators/ImageRegionIterator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ImageRegionIteratorWithIndex.cxx b/Examples/Iterators/ImageRegionIteratorWithIndex.cxx
index f3492202b45c2654525b329e9867ae3024ffae02..44d8f1e3db9bd25c203d4cf711d24a9a80b2ee4d 100644
--- a/Examples/Iterators/ImageRegionIteratorWithIndex.cxx
+++ b/Examples/Iterators/ImageRegionIteratorWithIndex.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ImageSliceIteratorWithIndex.cxx b/Examples/Iterators/ImageSliceIteratorWithIndex.cxx
index 575e955663254e9ad3b6940323e0d0d4abc412ed..abc621bdf71a48da9f3a0e6a03fadfecd140f7d0 100644
--- a/Examples/Iterators/ImageSliceIteratorWithIndex.cxx
+++ b/Examples/Iterators/ImageSliceIteratorWithIndex.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/IteratorsExamples.cxx b/Examples/Iterators/IteratorsExamples.cxx
index fcf7aab414c39d64ae74246b7ed781fe714bc953..90a4b0e9d7af383b30927c786439eaf10fa2559b 100644
--- a/Examples/Iterators/IteratorsExamples.cxx
+++ b/Examples/Iterators/IteratorsExamples.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/NeighborhoodIterators1.cxx b/Examples/Iterators/NeighborhoodIterators1.cxx
index 1a1eec12eb9374e93e13d3e1440192d44bb53d71..8ba2d808748ff9674a0e6933803a81eca1ccd4f4 100644
--- a/Examples/Iterators/NeighborhoodIterators1.cxx
+++ b/Examples/Iterators/NeighborhoodIterators1.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/NeighborhoodIterators2.cxx b/Examples/Iterators/NeighborhoodIterators2.cxx
index b2ff4bda3ddaad5acf4d3f01075fa109a81d74c5..1f04db312d9f5d13aaae2af3412eba51c233072d 100644
--- a/Examples/Iterators/NeighborhoodIterators2.cxx
+++ b/Examples/Iterators/NeighborhoodIterators2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/NeighborhoodIterators3.cxx b/Examples/Iterators/NeighborhoodIterators3.cxx
index 9d0da444f35e73e94775dcce5323d479c52e1f50..65c531fd898605626dc5efe85b8b282cb948ebe7 100644
--- a/Examples/Iterators/NeighborhoodIterators3.cxx
+++ b/Examples/Iterators/NeighborhoodIterators3.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/NeighborhoodIterators4.cxx b/Examples/Iterators/NeighborhoodIterators4.cxx
index a7f36c9cb35f95110e048bc4be2aff2d303d20ed..4d3f1f790d3954251d3b7230dfce55588ac06bd7 100644
--- a/Examples/Iterators/NeighborhoodIterators4.cxx
+++ b/Examples/Iterators/NeighborhoodIterators4.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/NeighborhoodIterators5.cxx b/Examples/Iterators/NeighborhoodIterators5.cxx
index 985342b86e9e35b840968452cc54058f3815ffc7..202d8d1c72ce1b94409379923c5e75fc0cb85629 100644
--- a/Examples/Iterators/NeighborhoodIterators5.cxx
+++ b/Examples/Iterators/NeighborhoodIterators5.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/NeighborhoodIterators6.cxx b/Examples/Iterators/NeighborhoodIterators6.cxx
index 5a6668ddb3bf6b3b76084ffa5240dacff7a9a159..ea41ab9c3de8de9a36fd69327049e389b76626fa 100644
--- a/Examples/Iterators/NeighborhoodIterators6.cxx
+++ b/Examples/Iterators/NeighborhoodIterators6.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ShapedNeighborhoodIterators1.cxx b/Examples/Iterators/ShapedNeighborhoodIterators1.cxx
index 721916190f418620665ae841718ee7313720d0e6..cfb8ea8205b2d65a322ba7f1cf11150d7c27d27d 100644
--- a/Examples/Iterators/ShapedNeighborhoodIterators1.cxx
+++ b/Examples/Iterators/ShapedNeighborhoodIterators1.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/ShapedNeighborhoodIterators2.cxx b/Examples/Iterators/ShapedNeighborhoodIterators2.cxx
index 19a6bb18ad41fb6afbf728f6eace0ab989ada628..0387670261f59abb111d66816f877468d49abdc5 100644
--- a/Examples/Iterators/ShapedNeighborhoodIterators2.cxx
+++ b/Examples/Iterators/ShapedNeighborhoodIterators2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Iterators/test/CMakeLists.txt b/Examples/Iterators/test/CMakeLists.txt
index c26eb5b73a91ed33801098f58d2090aff73ef431..038242a84c0b8584570e514c59ffab54b25df5ba 100644
--- a/Examples/Iterators/test/CMakeLists.txt
+++ b/Examples/Iterators/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Learning/CMakeLists.txt b/Examples/Learning/CMakeLists.txt
index 0fc51691babc17714670cf3944a1f882554a6f5b..8bcbd68388ae87a47ebd5605916bdd546a297bcf 100644
--- a/Examples/Learning/CMakeLists.txt
+++ b/Examples/Learning/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Learning/GenerateTrainingImageExample.cxx b/Examples/Learning/GenerateTrainingImageExample.cxx
index 7ead81e00f8249c9466de9f0a0f5737e64a857c5..87623489c93616424da833c182b9a5f60a0d6aef 100644
--- a/Examples/Learning/GenerateTrainingImageExample.cxx
+++ b/Examples/Learning/GenerateTrainingImageExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Learning/SEMModelEstimatorExample.cxx b/Examples/Learning/SEMModelEstimatorExample.cxx
index 055ebfc3cb06853e38ce9a561570fbdab4fe14df..d4cc34efb1ef7c87d380eff4458bb8a51a1365e6 100644
--- a/Examples/Learning/SEMModelEstimatorExample.cxx
+++ b/Examples/Learning/SEMModelEstimatorExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Examples/Learning/SOMClassifierExample.cxx b/Examples/Learning/SOMClassifierExample.cxx
index 6df0b36a977a86f6c2edf28a6a705b4a16ca0962..9102603daa830744092989fe3251cc90eae9c7ee 100644
--- a/Examples/Learning/SOMClassifierExample.cxx
+++ b/Examples/Learning/SOMClassifierExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Learning/SOMExample.cxx b/Examples/Learning/SOMExample.cxx
index 532ee4ca84fc0f1af13ba4af7330c4944d22c7a0..413835a76791be8ce99c94fe69c6eac5a71c7440 100644
--- a/Examples/Learning/SOMExample.cxx
+++ b/Examples/Learning/SOMExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx b/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx
index 4b4e19a2659c8ae01dbc25fca8c5f3754a6dbd04..f3316ce64b4b7fd7395a369d7176af0114e79960 100644
--- a/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx
+++ b/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Learning/TrainMachineLearningModelFromImagesExample.cxx b/Examples/Learning/TrainMachineLearningModelFromImagesExample.cxx
index cbbb9b0ba502db12bfe2c2ce57439cdb40e7acb1..375c97279fadef6efc5f0d2a43dac236388bbd3d 100644
--- a/Examples/Learning/TrainMachineLearningModelFromImagesExample.cxx
+++ b/Examples/Learning/TrainMachineLearningModelFromImagesExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx b/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
index 636144bd9cc3ab777553cb5e8046499a29a94bf6..38775ade9dea5527e1ca6264e3fe3a7e91956470 100644
--- a/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
+++ b/Examples/Learning/TrainMachineLearningModelFromSamplesExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Learning/test/CMakeLists.txt b/Examples/Learning/test/CMakeLists.txt
index f7be948505c0fe3eb1be78bc80632d40fa607521..0c8d45004a86a70fb02d96072460a097fe215173 100644
--- a/Examples/Learning/test/CMakeLists.txt
+++ b/Examples/Learning/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Markov/CMakeLists.txt b/Examples/Markov/CMakeLists.txt
index 5774c0ff9842033709b6ca2ea062df7b0f190279..b62b30eadbeca94468cbfa50c5589dbd3c693fd1 100644
--- a/Examples/Markov/CMakeLists.txt
+++ b/Examples/Markov/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Markov/MarkovClassification1Example.cxx b/Examples/Markov/MarkovClassification1Example.cxx
index 97dd976fe822c271113ec3a7daa569be85452e01..82863e8e9df589ef09ca6d3e6f1e84bcef2e8738 100644
--- a/Examples/Markov/MarkovClassification1Example.cxx
+++ b/Examples/Markov/MarkovClassification1Example.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Markov/MarkovClassification2Example.cxx b/Examples/Markov/MarkovClassification2Example.cxx
index 1de8c6380718f67c03bebee1a1709cf3dd7bf90d..5144d981cc83d61e77e8ba0111845e6ce5582e6d 100644
--- a/Examples/Markov/MarkovClassification2Example.cxx
+++ b/Examples/Markov/MarkovClassification2Example.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Markov/MarkovClassification3Example.cxx b/Examples/Markov/MarkovClassification3Example.cxx
index 2a48746edad7f85f525f270f6617fa6b23f11d71..ce96d1f394f540abb993a13d3298ef3f0267864c 100644
--- a/Examples/Markov/MarkovClassification3Example.cxx
+++ b/Examples/Markov/MarkovClassification3Example.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Markov/MarkovRegularizationExample.cxx b/Examples/Markov/MarkovRegularizationExample.cxx
index e619d984ea51ce726e2c61f2ea365d8c622d6e91..373786533ffab25d0502a1e97341db806a2cc675 100644
--- a/Examples/Markov/MarkovRegularizationExample.cxx
+++ b/Examples/Markov/MarkovRegularizationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Markov/MarkovRestorationExample.cxx b/Examples/Markov/MarkovRestorationExample.cxx
index b2113c7c56cd15dbc418c1cce94bc1f8bb0b99e7..c8e64f72933f509714c64e9a8c879cc27be4de3e 100644
--- a/Examples/Markov/MarkovRestorationExample.cxx
+++ b/Examples/Markov/MarkovRestorationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Markov/test/CMakeLists.txt b/Examples/Markov/test/CMakeLists.txt
index d57f9a1589a21027bd317d960c800101abcae9c7..938f7c96bf788c57fbd2b6b8d09e9c7aae4ed9de 100644
--- a/Examples/Markov/test/CMakeLists.txt
+++ b/Examples/Markov/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/OBIA/CMakeLists.txt b/Examples/OBIA/CMakeLists.txt
index dc153eea079765d26cee555f8dd2ae6e645f5f2b..e3bebba4f8b82310641f4c76440c6d12c86529c6 100644
--- a/Examples/OBIA/CMakeLists.txt
+++ b/Examples/OBIA/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/OBIA/HooverMetricsEstimation.cxx b/Examples/OBIA/HooverMetricsEstimation.cxx
index f01c1641ee280a5158ce2cbe5dc57e20e8cb4b19..d0d462da509c5f28d970d60ef9c9344f027d2dc4 100644
--- a/Examples/OBIA/HooverMetricsEstimation.cxx
+++ b/Examples/OBIA/HooverMetricsEstimation.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/OBIA/LabelMapToVectorData.cxx b/Examples/OBIA/LabelMapToVectorData.cxx
index 15b162ad9ca573b303f9df579ee3d06edb697b4f..7f5546430591d26ca388f10f74de0e619ecbaa68 100644
--- a/Examples/OBIA/LabelMapToVectorData.cxx
+++ b/Examples/OBIA/LabelMapToVectorData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -70,11 +70,11 @@ int main(int argc, char* argv[])
 
   const unsigned int Dimension = 2;
   using LabelType              = unsigned short;
-  using LabeledImageType       = otb::Image<LabelType, Dimension>;
+  using LabelledImageType       = otb::Image<LabelType, Dimension>;
   using VectorDataType         = otb::VectorData<double, 2>;
 
   // We instantiate reader and writer types
-  using LabeledReaderType = otb::ImageFileReader<LabeledImageType>;
+  using LabeledReaderType = otb::ImageFileReader<LabelledImageType>;
   using WriterType        = otb::VectorDataFileWriter<VectorDataType>;
 
   // Label map typedef
@@ -84,7 +84,7 @@ int main(int argc, char* argv[])
 
   using LabelObjectType    = otb::AttributesMapLabelObject<LabelType, Dimension, double>;
   using LabelMapType       = itk::LabelMap<LabelObjectType>;
-  using LabelMapFilterType = itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType>;
+  using LabelMapFilterType = itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType>;
 
   LabeledReaderType::Pointer lreader = LabeledReaderType::New();
   WriterType::Pointer        writer  = WriterType::New();
diff --git a/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
index 08cd3d87b69e0108068db7765f34fe929118e057..e67a39dd7bf7942309533424b464ff04d0df9779 100644
--- a/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
+++ b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -87,12 +87,12 @@ int main(int argc, char* argv[])
   using LabelType             = unsigned int;
   using MaskPixelType         = unsigned char;
   using PixelType             = double;
-  using LabeledImageType      = otb::Image<LabelType, Dimension>;
+  using LabelledImageType      = otb::Image<LabelType, Dimension>;
   using MaskImageType         = otb::Image<MaskPixelType, Dimension>;
   using ImageType             = otb::Image<PixelType, Dimension>;
   using VectorImageType       = otb::VectorImage<PixelType, Dimension>;
   using OutputVectorImageType = otb::VectorImage<unsigned char, Dimension>;
-  using LabeledReaderType     = otb::ImageFileReader<LabeledImageType>;
+  using LabeledReaderType     = otb::ImageFileReader<LabelledImageType>;
   using ReaderType            = otb::ImageFileReader<ImageType>;
   using VectorReaderType      = otb::ImageFileReader<VectorImageType>;
   using WriterType            = otb::ImageFileWriter<MaskImageType>;
@@ -102,7 +102,7 @@ int main(int argc, char* argv[])
   // Label map typedef
   using LabelObjectType                  = otb::AttributesMapLabelObject<LabelType, Dimension, double>;
   using LabelMapType                     = itk::LabelMap<LabelObjectType>;
-  using LabelMapFilterType               = itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType>;
+  using LabelMapFilterType               = itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType>;
   using ShapeLabelMapFilterType          = otb::ShapeAttributesLabelMapFilter<LabelMapType>;
   using RadiometricLabelMapFilterType    = otb::BandsStatisticsAttributesLabelMapFilter<LabelMapType, VectorImageType>;
   using OpeningLabelMapFilterType        = otb::AttributesMapOpeningLabelMapFilter<LabelMapType>;
@@ -122,7 +122,7 @@ int main(int argc, char* argv[])
   // Firstly, segment the input image by using the Mean Shift algorithm (see \ref{sec:MeanShift} for deeper
   // explanations).
 
-  using FilterType           = otb::MeanShiftSegmentationFilter<VectorImageType, LabeledImageType, VectorImageType>;
+  using FilterType           = otb::MeanShiftSegmentationFilter<VectorImageType, LabelledImageType, VectorImageType>;
   FilterType::Pointer filter = FilterType::New();
   filter->SetSpatialBandwidth(spatialRadius);
   filter->SetRangeBandwidth(rangeRadius);
diff --git a/Examples/OBIA/test/CMakeLists.txt b/Examples/OBIA/test/CMakeLists.txt
index 042af95adbefeedcd51d7051e116f099b42e3899..663c40e1579ed6689b09d4241a4c42cc85d34b43 100644
--- a/Examples/OBIA/test/CMakeLists.txt
+++ b/Examples/OBIA/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Patented/CMakeLists.txt b/Examples/Patented/CMakeLists.txt
index 5e68f44a2fad2762000d43bded4695c90fd7ffbf..7d9ca135a05e269484592b206ed60573ab813cda 100644
--- a/Examples/Patented/CMakeLists.txt
+++ b/Examples/Patented/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Patented/SIFTDensityExample.cxx b/Examples/Patented/SIFTDensityExample.cxx
index da22b6c16d226e3d5cbfe6efd1577134cc75daef..968ee888262b6203ef05934d569b1893a179de35 100644
--- a/Examples/Patented/SIFTDensityExample.cxx
+++ b/Examples/Patented/SIFTDensityExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Patented/SIFTDisparityMapEstimation.cxx b/Examples/Patented/SIFTDisparityMapEstimation.cxx
index 91b9a4f6ebd3e275b274ffb2f5dc95f731455408..f95ab277eef9b47ab3e29ff0de5e3d10c414c47d 100644
--- a/Examples/Patented/SIFTDisparityMapEstimation.cxx
+++ b/Examples/Patented/SIFTDisparityMapEstimation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Patented/SIFTExample.cxx b/Examples/Patented/SIFTExample.cxx
index a66bc6a494b88e5bae8dad10b54e85d4c61e4e6a..9f1c73042dd038dff52a7b27d05ccc277f9ddca4 100644
--- a/Examples/Patented/SIFTExample.cxx
+++ b/Examples/Patented/SIFTExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Patented/SIFTFastExample.cxx b/Examples/Patented/SIFTFastExample.cxx
index 78a0450edb36982299a3fde922883ef8b8abea4e..82709e0f85284879c3e88cac5aef16f52ce14ee5 100644
--- a/Examples/Patented/SIFTFastExample.cxx
+++ b/Examples/Patented/SIFTFastExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Patented/test/CMakeLists.txt b/Examples/Patented/test/CMakeLists.txt
index 21ca6ce23b06d559a188ec075aeb3421fd3113ec..0a0f834638bd2ddd8af91e9a0900521c8cfb6162 100644
--- a/Examples/Patented/test/CMakeLists.txt
+++ b/Examples/Patented/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Projections/CMakeLists.txt b/Examples/Projections/CMakeLists.txt
index d10f45ea137abf2de0ab6df7880508ff27b43fee..ac12986801b2a72adaa51e942bc2bc68b9fe8dc7 100644
--- a/Examples/Projections/CMakeLists.txt
+++ b/Examples/Projections/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Projections/EstimateRPCSensorModelExample.cxx b/Examples/Projections/EstimateRPCSensorModelExample.cxx
index 408082f6eef80b2f80c56ccf0af089efe0f28d67..1c741031a205b5dbb0472d281c0b9394c85c6129 100644
--- a/Examples/Projections/EstimateRPCSensorModelExample.cxx
+++ b/Examples/Projections/EstimateRPCSensorModelExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Projections/GeometriesProjectionExample.cxx b/Examples/Projections/GeometriesProjectionExample.cxx
index f5ce13107d39ab5fcc06077c2e2e9ec31c5b2113..6a29d6f87584cd0820714d487f4be68bc24f77ff 100644
--- a/Examples/Projections/GeometriesProjectionExample.cxx
+++ b/Examples/Projections/GeometriesProjectionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Projections/OrthoRectificationExample.cxx b/Examples/Projections/OrthoRectificationExample.cxx
index 7f36d8da6c3fefdebafdf38d287eecfa41ad2c1a..f6e599c220190011689b07650eb0e6993d27316a 100644
--- a/Examples/Projections/OrthoRectificationExample.cxx
+++ b/Examples/Projections/OrthoRectificationExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Projections/PlaceNameToLonLatExample.cxx b/Examples/Projections/PlaceNameToLonLatExample.cxx
index 668d1a182ed852612daa4a3a5c54dc36ce2bc7c2..a7bcb35509bb1ba3401abffc7a1f1743d95027bf 100644
--- a/Examples/Projections/PlaceNameToLonLatExample.cxx
+++ b/Examples/Projections/PlaceNameToLonLatExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Projections/VectorDataExtractROIExample.cxx b/Examples/Projections/VectorDataExtractROIExample.cxx
index 40fb4d2c4451917acb3e178ab6dd44ad1675f8be..ae4ef8c8096ee663527822c614b4d50be92a5e32 100644
--- a/Examples/Projections/VectorDataExtractROIExample.cxx
+++ b/Examples/Projections/VectorDataExtractROIExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Projections/VectorDataProjectionExample.cxx b/Examples/Projections/VectorDataProjectionExample.cxx
index c02d79ae82278d48fac825bd640497934a727067..50a1de0b7e996e952ae1a1ca5cef2f76b0ec8324 100644
--- a/Examples/Projections/VectorDataProjectionExample.cxx
+++ b/Examples/Projections/VectorDataProjectionExample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Projections/test/CMakeLists.txt b/Examples/Projections/test/CMakeLists.txt
index 1ef20ba56ad71fbe99184378d5494e6f45c8d50d..8b3438c163d0bdd68164e14fd7e7c6bd2ddc9c87 100644
--- a/Examples/Projections/test/CMakeLists.txt
+++ b/Examples/Projections/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
index 61dcc5e7a7ec1f3341afb13c854c78d57f165590..fcc96986aa767ca75163a74ab985eaf3f723be17 100644
--- a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
index abeca52ac2e9a6382b5db6d0abab574d776adede..f7dedb9daae0e6036c5f531fe18ed4637f0d3ff7 100644
--- a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx b/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx
index 77cf9f7035faead71b0158f52db1f9123dc7f240..9dff19d61cec4175c5f45fbde41560412c85bcc5 100644
--- a/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx
+++ b/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Radiometry/CMakeLists.txt b/Examples/Radiometry/CMakeLists.txt
index e557a8f8ed0f951e9983f48fca40e44e37f199b5..7dcf34394c245392c600898faf1951c2cf5ef274 100644
--- a/Examples/Radiometry/CMakeLists.txt
+++ b/Examples/Radiometry/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Radiometry/test/CMakeLists.txt b/Examples/Radiometry/test/CMakeLists.txt
index aa038a3a889bc8a864a1539d73bc060cbcb4255c..82168a72f88f1b06d683e32f6320c23ad40f5722 100644
--- a/Examples/Radiometry/test/CMakeLists.txt
+++ b/Examples/Radiometry/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Simulation/CMakeLists.txt b/Examples/Simulation/CMakeLists.txt
index e8bc8b97c8d9cc75cfb26b8dc54d9b5ac629416e..332125ec82779293637e72a1c298e42f6545f428 100644
--- a/Examples/Simulation/CMakeLists.txt
+++ b/Examples/Simulation/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx b/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx
index 554851d8f4001a9906c7e0e769078e38031b077f..ed9316ef842ff3f302e1c88763351c27c0b52341 100644
--- a/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx
+++ b/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Simulation/LAIFromNDVIImageTransform.cxx b/Examples/Simulation/LAIFromNDVIImageTransform.cxx
index ca22dc51fb3d4ef30d2aea72daaac7622943d16c..6d4de0ce1261ced283312798230f5cba6dbfaca1 100644
--- a/Examples/Simulation/LAIFromNDVIImageTransform.cxx
+++ b/Examples/Simulation/LAIFromNDVIImageTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Simulation/ProsailModel.cxx b/Examples/Simulation/ProsailModel.cxx
index d7c1d7a8157f49d46289a9029c8f9a18c2b8e586..983e9bec44486a9e892264c0c57ab8de4714baf2 100644
--- a/Examples/Simulation/ProsailModel.cxx
+++ b/Examples/Simulation/ProsailModel.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Simulation/test/CMakeLists.txt b/Examples/Simulation/test/CMakeLists.txt
index 5cc5b7d93c8d184a94f4839568a3b2bfdb330ac5..d6e9fe56515ea53207e08052825a9c16f9c28db0 100644
--- a/Examples/Simulation/test/CMakeLists.txt
+++ b/Examples/Simulation/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Tutorials/CMakeLists.txt b/Examples/Tutorials/CMakeLists.txt
index 8469b7980a0c11f07573fa6b7bd8da3dad731abb..0b711911097769188d8468137b0800e2f3b17a14 100644
--- a/Examples/Tutorials/CMakeLists.txt
+++ b/Examples/Tutorials/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Examples/Tutorials/FilteringPipeline.cxx b/Examples/Tutorials/FilteringPipeline.cxx
index cb2d82d1e8f27a9f9530e6a74024b522045d0045..e895fbd5cc3b48f189032657f6d3f819ca53405a 100644
--- a/Examples/Tutorials/FilteringPipeline.cxx
+++ b/Examples/Tutorials/FilteringPipeline.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Tutorials/HelloWorldOTB.cxx b/Examples/Tutorials/HelloWorldOTB.cxx
index 97da96aa1c690007af754f7b5c62c2baf12a1222..6699ea5d7de2cbe48fd982b469c6ed1de8d78bca 100644
--- a/Examples/Tutorials/HelloWorldOTB.cxx
+++ b/Examples/Tutorials/HelloWorldOTB.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Tutorials/Multispectral.cxx b/Examples/Tutorials/Multispectral.cxx
index 76c8478530d5dc12ca54b7f81a2af42861437cc4..12210bee636a7dc048dbfb5b973dbaf5a1ba4959 100644
--- a/Examples/Tutorials/Multispectral.cxx
+++ b/Examples/Tutorials/Multispectral.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Tutorials/OrthoFusion.cxx b/Examples/Tutorials/OrthoFusion.cxx
index 1ebfb299b9be5f3a51a84e436dfb1b00aa5bf86b..276ac6e29efe2d2c9db39676c6ea43a39a13c883 100644
--- a/Examples/Tutorials/OrthoFusion.cxx
+++ b/Examples/Tutorials/OrthoFusion.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Tutorials/Pipeline.cxx b/Examples/Tutorials/Pipeline.cxx
index 8608878a9e3c0aa3ed1df60421efc2cb6d627688..3781fc491f430de8c98a94307a7dcf4ca69e9705 100644
--- a/Examples/Tutorials/Pipeline.cxx
+++ b/Examples/Tutorials/Pipeline.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Tutorials/ScalingPipeline.cxx b/Examples/Tutorials/ScalingPipeline.cxx
index d7ebb529bc95a42079b6d6aa7e20a4fd9f4a333f..421912b10473c58d91f20c8e39450c275caf8bd6 100644
--- a/Examples/Tutorials/ScalingPipeline.cxx
+++ b/Examples/Tutorials/ScalingPipeline.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Examples/Tutorials/test/CMakeLists.txt b/Examples/Tutorials/test/CMakeLists.txt
index 8d2aadedfc7518b2f2f130dc3b2b417b0580b756..06261229cbde63f87fe60915aa8840ca66d49487 100644
--- a/Examples/Tutorials/test/CMakeLists.txt
+++ b/Examples/Tutorials/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/BoostAdapters/CMakeLists.txt b/Modules/Core/Adapters/BoostAdapters/CMakeLists.txt
index 50421302d69dc6c8e9c709c37fe9c991c6f30dfc..6a3ec76fb648800a28a727954798e2d8fb53c56f 100644
--- a/Modules/Core/Adapters/BoostAdapters/CMakeLists.txt
+++ b/Modules/Core/Adapters/BoostAdapters/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otbBoostDox.h b/Modules/Core/Adapters/BoostAdapters/include/otbBoostDox.h
index 1e7e9cded4c9917ebbad9b60c87f2c72f45143b5..7be2e9eff341c15b9e90a9a6c18b91bf1705fc71 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otbBoostDox.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otbBoostDox.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otbJoinContainer.h b/Modules/Core/Adapters/BoostAdapters/include/otbJoinContainer.h
index 9b442e51dc183223e127aa251eb6b6b86d8a24f6..ca680650e2ba2de1741daa3fccc9e0c11f0d89f2 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otbJoinContainer.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otbJoinContainer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otbStringUtils.h b/Modules/Core/Adapters/BoostAdapters/include/otbStringUtils.h
index b91560af247904b1bebfdf8c9cf01052a02914f5..fa7e0d32d2f15080ba3f86033fa33b764f1239cc 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otbStringUtils.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otbStringUtils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_expint_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_expint_header.h
index a23498e41c3077a3c80a3829c14950c033302f71..c9d6b7c6f7a32688d162852942ed506d18164882 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_expint_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_expint_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_graph_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_graph_header.h
index 7168c90562d7a2f42ea7a1721bf44573ab4ca1ab..5490824f6fe9c866185173341d9336a22d4f3dfa 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_graph_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_graph_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_lexicalcast_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_lexicalcast_header.h
index 3d85e2065962dc3c6c89d0311204dda344f9cd0e..e4858504b25ca7eb7079fa4933d6cea909d4fb76 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_lexicalcast_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_lexicalcast_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_gamma_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_gamma_header.h
index 36ffc702ebcecf09ed9a85b94cd7c90f347f30bd..0c375dc33283cdded8a092c9d91de46a4780d45d 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_gamma_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_gamma_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_normal_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_normal_header.h
index b8f576b7ae2a562c85135922d5b4928d9f5f0bc1..babb03ce9dd982e7824e123c5330376508a7a969 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_normal_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_math_normal_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_string_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_string_header.h
index 82f4584ae33af37d43b739d392743dc7d2511241..865b9635910c029d9697e0ec3cf1cbbcb961c503 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_string_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_string_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_tokenizer_header.h b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_tokenizer_header.h
index b3712299ec7df99b0f102661949cc0f7b6e0424f..11a9218d025992fc802fb8e37784bfacff4ad3a4 100644
--- a/Modules/Core/Adapters/BoostAdapters/include/otb_boost_tokenizer_header.h
+++ b/Modules/Core/Adapters/BoostAdapters/include/otb_boost_tokenizer_header.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/BoostAdapters/otb-module.cmake b/Modules/Core/Adapters/BoostAdapters/otb-module.cmake
index d2b702e4722c75c6ef67f59d91fd520f7f8a0fad..96e3d10e98d42961f4d45edacacf42595360e785 100644
--- a/Modules/Core/Adapters/BoostAdapters/otb-module.cmake
+++ b/Modules/Core/Adapters/BoostAdapters/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/CurlAdapters/CMakeLists.txt b/Modules/Core/Adapters/CurlAdapters/CMakeLists.txt
index 64c87144f97acf60c50d92f38351bebaed363908..98c86d719e83152a6137d3fb6b123b6fbf82bc41 100644
--- a/Modules/Core/Adapters/CurlAdapters/CMakeLists.txt
+++ b/Modules/Core/Adapters/CurlAdapters/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelper.h b/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelper.h
index 5fc0c6d79bb758f4e615f480636d185783987af9..00d18716e19d48bbe4f17b4f477576540552131d 100644
--- a/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelper.h
+++ b/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperInterface.h b/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperInterface.h
index 257bd50a0e791abb900cb68bb89263c41545d07d..10d61b3bc7792327ed4bbc1f0ee05c3d464831c3 100644
--- a/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperInterface.h
+++ b/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperStub.h b/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperStub.h
index c78039ce42f04b1dfa1faecf3dde9b4123cc2b26..595634187b1e762982f4c3ee0b75847627ccb707 100644
--- a/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperStub.h
+++ b/Modules/Core/Adapters/CurlAdapters/include/otbCurlHelperStub.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/otb-module.cmake b/Modules/Core/Adapters/CurlAdapters/otb-module.cmake
index c797cf9dac2ce95cc651f59527670e38b9109803..5300f06659e5e4d9e7d86db7c179a910a2b0829e 100644
--- a/Modules/Core/Adapters/CurlAdapters/otb-module.cmake
+++ b/Modules/Core/Adapters/CurlAdapters/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/CurlAdapters/src/CMakeLists.txt b/Modules/Core/Adapters/CurlAdapters/src/CMakeLists.txt
index 7595957f96b60528a324849049942c5c7697fbc7..73f0634fb261fb82c71d46acffe5658ea65e3c34 100644
--- a/Modules/Core/Adapters/CurlAdapters/src/CMakeLists.txt
+++ b/Modules/Core/Adapters/CurlAdapters/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelper.cxx b/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelper.cxx
index 5f313ee762fd629b317cea8814097c1437b56d88..10724a7093340358fe542c8581328eb611864432 100644
--- a/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelper.cxx
+++ b/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx b/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx
index 7a0098bd5f64efce8a7b9c6207c9c9dce54cfc45..ab673d26f5298e900c96b4984af79e6deab0ab06 100644
--- a/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx
+++ b/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperStub.cxx b/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperStub.cxx
index e0edae5b2f79c1642204bcdab7afa46a61dd48e2..44ad5dba56d53560801b02df0ccc6949d5badb93 100644
--- a/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperStub.cxx
+++ b/Modules/Core/Adapters/CurlAdapters/src/otbCurlHelperStub.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/test/CMakeLists.txt b/Modules/Core/Adapters/CurlAdapters/test/CMakeLists.txt
index 2ef3bb866f266886fdd83522edab5008d7dd7a27..4cf0b74412d6b9d9abea22baa63386fe363e3e68 100644
--- a/Modules/Core/Adapters/CurlAdapters/test/CMakeLists.txt
+++ b/Modules/Core/Adapters/CurlAdapters/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/CurlAdapters/test/otbCurlAdaptersTestDriver.cxx b/Modules/Core/Adapters/CurlAdapters/test/otbCurlAdaptersTestDriver.cxx
index 72a95d7bce537bb87805cf8574e666f1a327e527..f609773e329ebd26ee93a1434f56c5e8265a427f 100644
--- a/Modules/Core/Adapters/CurlAdapters/test/otbCurlAdaptersTestDriver.cxx
+++ b/Modules/Core/Adapters/CurlAdapters/test/otbCurlAdaptersTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/CurlAdapters/test/otbIsNightlyRevision.cxx b/Modules/Core/Adapters/CurlAdapters/test/otbIsNightlyRevision.cxx
index f9e3506a613069ad2231234c64321866a2527e46..d45f2330034ff16c98290b81d6498aff9817e276 100644
--- a/Modules/Core/Adapters/CurlAdapters/test/otbIsNightlyRevision.cxx
+++ b/Modules/Core/Adapters/CurlAdapters/test/otbIsNightlyRevision.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/CMakeLists.txt b/Modules/Core/Adapters/GdalAdapters/CMakeLists.txt
index 1ea6d416b6c055106b60003eae4ba432930910b8..8e9e9e2bd15ac6f1024393fce7e46f8fe98b5cef 100644
--- a/Modules/Core/Adapters/GdalAdapters/CMakeLists.txt
+++ b/Modules/Core/Adapters/GdalAdapters/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbCoordinateTransformation.h b/Modules/Core/Adapters/GdalAdapters/include/otbCoordinateTransformation.h
index d1c148f3088761c09315630a9500d14fd3de052b..4fcfd00ce8154ee2bfb531ce0d46aa2a00f83e18 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbCoordinateTransformation.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbCoordinateTransformation.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h b/Modules/Core/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h
index 6ba53cb6116428f854c904ccdebcfc8d4ca5d43a..720c1f9b7b84106871a3a77e994f778f151a2fce 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbGdalDataTypeBridge.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSet.h b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSet.h
index 813fd9fab31fe0644133e68b49a1b904eff42fbf..9f4ecd97f2a5a50fc1ea8ba9ac80891b1a87f1e0 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSet.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSet.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSource.h b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSource.h
index 4649c646f016ff551b1fe2f128425889a0c00e93..b68d67cf2bf4cea03695a9dcaa4a98ccd7de6538 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSource.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
index b0c7fc145f46e9ec7169c347f6c941bf705436d1..1f62536303ec4549b9608c525e55d1e43dfcc626 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.hxx b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.hxx
index 8f7ed14bbd15dbcb84d6ef27fd35e6729ca6f736..c30bf3c1b24c705f5e92ecb2bf66c02759116295 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.hxx
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbImageReference.h b/Modules/Core/Adapters/GdalAdapters/include/otbImageReference.h
index bd894c418f36983782a1fca79f18fd4f75af2cc1..b039818f3416ddd4eb92ec769c811495e51c6cf7 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbImageReference.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbImageReference.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGR.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGR.h
index 5d18f021cc93087b43fa7d70b1d7fb09fb7570e0..3172878642c85c1eb86c85451e811a39207cf5b8 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGR.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGR.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
index 88e429432476dd81b77ad95842128a9ce0155244..16b3fc701a7d7190e7a237cc06b29bb71463c199 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.hxx b/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.hxx
index 711991f3f99a97c77dc0f1560a9af16472134c75..ccb0d5574f4e47e8ff2367127855e4288c8dffbf 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.hxx
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRDataSourceWrapper.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRDriversInit.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRDriversInit.h
index 3ec88a83b2788396a986791d772cb6a82eca4a53..a560679a099b6cd7bea57eeaa88f9f00ac2ae6cd 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRDriversInit.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRDriversInit.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRExtendedFilenameToOptions.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRExtendedFilenameToOptions.h
index caa6647d9678422b1377926d160cee77aebf0184..a7853087f9e94d6d39c964a26a5ebc986f9c9ddf 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRExtendedFilenameToOptions.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRExtendedFilenameToOptions.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h
index ecb0bd340ec470d9599cf65c91535069b6db7b18..c3b7a84556463ac2ee3c75cd101ee4eb0cdc9ca3 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.hxx b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.hxx
index f5e62de63df1a6ea6745ef1b6d8824820ee82cb2..c9240219ee47324eb9f7b4010b4cc91c9f5e1100 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.hxx
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFeatureWrapper.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h
index b2d532169a550c13e6c5628eee7f234dc130daf9..45e425758d7f7d6f7ed3040d91d9e0a15c3a6661 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.hxx b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.hxx
index dffddcde140b41fcedcf98ec8a7766a3aef7a778..a295b942f88eda7bafe84b6d4446fe61e525efe3 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.hxx
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRFieldWrapper.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h
index a0cbad773a482701bc7706b682fb3beab1787475..22773120ca539310e087f1549beccdfdd5a3ad48 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometriesVisitor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h
index ce2a84af28744886753ff7f93997feb47335cb10..cc862c97d20c1b1b49c0729a91558a789323cbe5 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRGeometryWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRHelpers.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRHelpers.h
index fd2b265848ffac7c857c4a21af7409c0d43aa8f6..a74cf77489de3956350e34b2b02dfbd841ff423a 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRHelpers.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRHelpers.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h b/Modules/Core/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
index 6351f53bb07f26af2b84797f7dc5848643c3c4ef..98466b16c8db7309d07b086c48b31b66eaaaeaf2 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbOGRLayerWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/include/otbSpatialReference.h b/Modules/Core/Adapters/GdalAdapters/include/otbSpatialReference.h
index b71c0dab20fa2d04f9d24c760099a5200987950f..f9b68556e4406c8d129b3401471f5ac9810f01d0 100644
--- a/Modules/Core/Adapters/GdalAdapters/include/otbSpatialReference.h
+++ b/Modules/Core/Adapters/GdalAdapters/include/otbSpatialReference.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/otb-module.cmake b/Modules/Core/Adapters/GdalAdapters/otb-module.cmake
index 9bb46f88ac88f441e272485ea9fba829606b3b76..c96988bab3b44d2de6fd096074b6319dda69fb9c 100644
--- a/Modules/Core/Adapters/GdalAdapters/otb-module.cmake
+++ b/Modules/Core/Adapters/GdalAdapters/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/GdalAdapters/src/CMakeLists.txt b/Modules/Core/Adapters/GdalAdapters/src/CMakeLists.txt
index 1f93191616746678c09295402f9783d216bea15e..e9991589f9ba286ffd5600f0b7024c3737975a9b 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/CMakeLists.txt
+++ b/Modules/Core/Adapters/GdalAdapters/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbCoordinateTransformation.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbCoordinateTransformation.cxx
index 19aa5603b39144c8f4742929a4c5934aac02a643..76ac4b26f004e3b09d0b98ea386f1c6a32cafd77 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbCoordinateTransformation.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbCoordinateTransformation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSet.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSet.cxx
index 6449b59c38ad3e50d5d52215740d32e4b525343a..12cf9ad2d44facea9b816fbdf3778ba0493b91f1 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSet.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSource.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSource.cxx
index fb1981bdac2c213b7d59aede479d681e06e3255b..bec56db51612143f2cb46e6ab5953b49be9e0ff8 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSource.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesSource.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
index 8eeac341eb7e8579f7b3796b6c502f4506c934b0..2d6c0a6b9a0d4cac3cb7dbd5665579184ecbce7a 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx
index f99b40b9799bfdc92c6552a2e2333a650eebca4a..8f9c447a14ad6d4bb58922ec1cfffd682cecb731 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRDriversInit.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRDriversInit.cxx
index a2331f9225ebeff6d0d996b6dda1ac6e3b7bed1b..710097776af5ab0217b3cb8a24cb805ebdee026e 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRDriversInit.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRDriversInit.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRExtendedFilenameToOptions.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRExtendedFilenameToOptions.cxx
index 7406945f0863d4e7086fa42255772a77fe17678f..26c1735beddad9c3bbe9b590c1f98e1d55cdd0f7 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRExtendedFilenameToOptions.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRExtendedFilenameToOptions.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRFeatureWrapper.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRFeatureWrapper.cxx
index 5fd6aaab2a141e6b6669cad5db6abad4d09f1d75..205f7cbd7523b2f6b42864f200ca51d57d7a58e8 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRFeatureWrapper.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRFeatureWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRFieldWrapper.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRFieldWrapper.cxx
index f9d546a3b5ac04cf355353b73b17c0bf470dd2cd..154b17f4e4fcc68434245a137e325fd75e2fea57 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRFieldWrapper.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRFieldWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRGeometryWrapper.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRGeometryWrapper.cxx
index e98689db419750eb5963bf5afa36ea46ec164be3..e5df1d56244c5cc3149e88289d04edaf27306b8e 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRGeometryWrapper.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRGeometryWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRHelpers.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRHelpers.cxx
index c31228195890befb24426c5a8b1c10cad00d301b..cf67406244dd840f389d870459df24a2a88bfcb8 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRHelpers.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRHelpers.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx
index 475dbec161567fca04e9c50ca4e59d5edb090462..26b2835a8e95488dfd24518968891662fe2eef4c 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbOGRLayerWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/src/otbSpatialReference.cxx b/Modules/Core/Adapters/GdalAdapters/src/otbSpatialReference.cxx
index 3651a1adf4ffc995a5dd0c039dc5f81db93a97ba..7447e63c129c98b4f6fd37845ec5fa4955e9cf77 100644
--- a/Modules/Core/Adapters/GdalAdapters/src/otbSpatialReference.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/src/otbSpatialReference.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/CMakeLists.txt b/Modules/Core/Adapters/GdalAdapters/test/CMakeLists.txt
index cc5a89cd44a4f458ad61968440d6c326777b0251..bc1f93540129cdfe7b7b900578aedb9ef858d601 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/CMakeLists.txt
+++ b/Modules/Core/Adapters/GdalAdapters/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbCoordinateTransformationTest.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbCoordinateTransformationTest.cxx
index 45c85480ca7aae3217354f5aafa8fcb0a7f27353..b8b52b0a73d2a8898e37395d6a88b3648024d805 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbCoordinateTransformationTest.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbCoordinateTransformationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbGdalAdaptersTestDriver.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbGdalAdaptersTestDriver.cxx
index 9c8a63473f8875c7d6e519efdf24cd1e27520cf0..bfa4bf1c29d8a1a7341b6a3fd90fd829b44dd364 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbGdalAdaptersTestDriver.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbGdalAdaptersTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbMapProjectionAdapterTest.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbMapProjectionAdapterTest.cxx
index 5dae61f9b2c8d8886b6e20903d99e4fef53d2e26..eb70b4ecb7b7d83a239eed131b42f6002cf77474 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbMapProjectionAdapterTest.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbMapProjectionAdapterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperIO.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperIO.cxx
index d3d20baeb671893d2ec9176270892b18fc93d6e2..c2df284e635d0feaac3a368a71b7254e327d7bf5 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperIO.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperIO.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
index 12f8a0054ee2b19e55f36c8e00c20c5a6b0abdfb..c45fd437372e53397940612eded0085ffdd97c76 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx
index 6162b7284a13a1c348bb9063721aabcd86e051dd..8fe9c15c13d52ce0c21303904fa0b6cf350405ee 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsTest.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsTest.cxx
index 3605d459013fcc41468e62b7511b0523b870eab6..3641f2572da62aff23f42196ea3f00ffd25c0eb5 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsTest.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbOGRTestDriver.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbOGRTestDriver.cxx
index 380f16e527aaede549aeada3ae318fe7d35fcc7c..a28ac37cafcd9d52ad6a6f5c2855c4bfc7c30034 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbOGRTestDriver.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbOGRTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Adapters/GdalAdapters/test/otbSpatialReferenceTest.cxx b/Modules/Core/Adapters/GdalAdapters/test/otbSpatialReferenceTest.cxx
index a3888d950105c317bc6633d092aafc559b83f335..667aa3ec8a4f9e4d3ab44e097e3f4fb3431f5556 100644
--- a/Modules/Core/Adapters/GdalAdapters/test/otbSpatialReferenceTest.cxx
+++ b/Modules/Core/Adapters/GdalAdapters/test/otbSpatialReferenceTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/CMakeLists.txt b/Modules/Core/Applications/CMakeLists.txt
index 1e486e349436de6e3f015979409832a376b36473..210f41bb081f96b718359f398407ee870d7ac7b8 100644
--- a/Modules/Core/Applications/CMakeLists.txt
+++ b/Modules/Core/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Applications/app/CMakeLists.txt b/Modules/Core/Applications/app/CMakeLists.txt
index 69f7e83116e680c08b5dd532258f6e03166f22b3..dcef269517a586f0be2b911f7183e231771eab45 100644
--- a/Modules/Core/Applications/app/CMakeLists.txt
+++ b/Modules/Core/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Applications/app/otbBundleToPerfectSensor.cxx b/Modules/Core/Applications/app/otbBundleToPerfectSensor.cxx
index ac4c9f96328712c593973eabf1726e70e0399476..6c245cca2f89867e2b79e08e09a5edd250a285f3 100644
--- a/Modules/Core/Applications/app/otbBundleToPerfectSensor.cxx
+++ b/Modules/Core/Applications/app/otbBundleToPerfectSensor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbCompareImages.cxx b/Modules/Core/Applications/app/otbCompareImages.cxx
index 4547c3871cfc639571e3f8abcb3ea056c8e5ae6f..c2746342a1ecc07e5ef457e65fd18d08e331fa2e 100644
--- a/Modules/Core/Applications/app/otbCompareImages.cxx
+++ b/Modules/Core/Applications/app/otbCompareImages.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbConcatenateImages.cxx b/Modules/Core/Applications/app/otbConcatenateImages.cxx
index bcd969721febb0f8bd7e2af10563d85085e125e2..a4d42223f103ae307c147ca72fef6d51bccba0e8 100644
--- a/Modules/Core/Applications/app/otbConcatenateImages.cxx
+++ b/Modules/Core/Applications/app/otbConcatenateImages.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbConcatenateVectorData.cxx b/Modules/Core/Applications/app/otbConcatenateVectorData.cxx
index f8b1b92d62da479161539c50b24c42f215ad5f96..3541c800830b624e25e28b8a2e490d11485e737d 100644
--- a/Modules/Core/Applications/app/otbConcatenateVectorData.cxx
+++ b/Modules/Core/Applications/app/otbConcatenateVectorData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbDynamicConvert.cxx b/Modules/Core/Applications/app/otbDynamicConvert.cxx
index 07871a704265218a3d18ec6483701519e225b5b3..623599979e81f95f12206098d7b201be541d9a60 100644
--- a/Modules/Core/Applications/app/otbDynamicConvert.cxx
+++ b/Modules/Core/Applications/app/otbDynamicConvert.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbExtractROI.cxx b/Modules/Core/Applications/app/otbExtractROI.cxx
index b0b93cc3c40676d2132af1a5e87f148e84ddb116..abe453570135fa86b5f4f1eb5090feb25e1bb126 100644
--- a/Modules/Core/Applications/app/otbExtractROI.cxx
+++ b/Modules/Core/Applications/app/otbExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbImageEnvelope.cxx b/Modules/Core/Applications/app/otbImageEnvelope.cxx
index 1768b0d05567e7df5fbbd571505189c469d23fea..1ba449cd3d46f09a8080928530fbdfc51b016157 100644
--- a/Modules/Core/Applications/app/otbImageEnvelope.cxx
+++ b/Modules/Core/Applications/app/otbImageEnvelope.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbManageNoData.cxx b/Modules/Core/Applications/app/otbManageNoData.cxx
index 75ce2c64d877b73a0a311c824e4d00dd5d79201d..c5dd6c443f2768ea3c90daf1f3689a449b9fcaca 100644
--- a/Modules/Core/Applications/app/otbManageNoData.cxx
+++ b/Modules/Core/Applications/app/otbManageNoData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbMosaic.cxx b/Modules/Core/Applications/app/otbMosaic.cxx
index f9b029615f398132ac09bae1ad62eb8357fe4d36..698ef2373f0b0dbaae76b179deae30f0df008d0b 100644
--- a/Modules/Core/Applications/app/otbMosaic.cxx
+++ b/Modules/Core/Applications/app/otbMosaic.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Applications/app/otbOpticalCalibration.cxx b/Modules/Core/Applications/app/otbOpticalCalibration.cxx
index 1ca4e6e2b027fbc1afe5737370b3ea7e7120112c..a58dfdf913c36b2959869e3e53d75d7632c35f31 100644
--- a/Modules/Core/Applications/app/otbOpticalCalibration.cxx
+++ b/Modules/Core/Applications/app/otbOpticalCalibration.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbOrthoRectification.cxx b/Modules/Core/Applications/app/otbOrthoRectification.cxx
index d9dd3eea32a92511f16b872c30befeb772e58b3f..581c54de411f0fe117f6b9fa8989c0b10bb5941f 100644
--- a/Modules/Core/Applications/app/otbOrthoRectification.cxx
+++ b/Modules/Core/Applications/app/otbOrthoRectification.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbPansharpening.cxx b/Modules/Core/Applications/app/otbPansharpening.cxx
index fae6827140e798829a4fa9903cc2d6575818302e..052a2a06b609fb5bf00d475799f5caa133e48535 100644
--- a/Modules/Core/Applications/app/otbPansharpening.cxx
+++ b/Modules/Core/Applications/app/otbPansharpening.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbRasterization.cxx b/Modules/Core/Applications/app/otbRasterization.cxx
index 6a2763a7c271f74a4bec94f61d70eab8e2578afc..8b7230a6914789789684f583185a6306576661eb 100644
--- a/Modules/Core/Applications/app/otbRasterization.cxx
+++ b/Modules/Core/Applications/app/otbRasterization.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbReadImageInfo.cxx b/Modules/Core/Applications/app/otbReadImageInfo.cxx
index 7b227cc4f114f8da5293581554ba99786201a4e4..aff4e2de2ede0982efb18b66be08fff0f93e77e0 100644
--- a/Modules/Core/Applications/app/otbReadImageInfo.cxx
+++ b/Modules/Core/Applications/app/otbReadImageInfo.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbRefineSensorModel.cxx b/Modules/Core/Applications/app/otbRefineSensorModel.cxx
index e05967f759d16f9753d49559fd3496ace5ce502d..69ddc3613a40679300073fd8d21e5e23833a725f 100644
--- a/Modules/Core/Applications/app/otbRefineSensorModel.cxx
+++ b/Modules/Core/Applications/app/otbRefineSensorModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbResetMargin.cxx b/Modules/Core/Applications/app/otbResetMargin.cxx
index db1a801a68d26e41ac3f9726b2848937d7f72995..fb2fd19fdaed9c91e041c98c898706591a33dc7d 100644
--- a/Modules/Core/Applications/app/otbResetMargin.cxx
+++ b/Modules/Core/Applications/app/otbResetMargin.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbRigidTransformResample.cxx b/Modules/Core/Applications/app/otbRigidTransformResample.cxx
index 312b76e008c8a94f70511cc6eeee04e19aa2afcd..a75193f942e6f62336d559ac798c356028ee40eb 100644
--- a/Modules/Core/Applications/app/otbRigidTransformResample.cxx
+++ b/Modules/Core/Applications/app/otbRigidTransformResample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbSuperimpose.cxx b/Modules/Core/Applications/app/otbSuperimpose.cxx
index c615c87404e4ac91427d9717ca3925b3575b0ffd..df096073202b61bf3ab8b28e72db97d861c0f18f 100644
--- a/Modules/Core/Applications/app/otbSuperimpose.cxx
+++ b/Modules/Core/Applications/app/otbSuperimpose.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbVectorDataExtractROI.cxx b/Modules/Core/Applications/app/otbVectorDataExtractROI.cxx
index 3f3de8920239522100c6c4bef12a124c4afed353..37b289b36b321e0559cd2e86f9e5ec031273d6bd 100644
--- a/Modules/Core/Applications/app/otbVectorDataExtractROI.cxx
+++ b/Modules/Core/Applications/app/otbVectorDataExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbVectorDataReprojection.cxx b/Modules/Core/Applications/app/otbVectorDataReprojection.cxx
index 18dcbb13931644b50a71f6a16ecf78727bf5bcdd..1662e3ebf3aff9cfe4c14f2a5a3d63ca7bb63af1 100644
--- a/Modules/Core/Applications/app/otbVectorDataReprojection.cxx
+++ b/Modules/Core/Applications/app/otbVectorDataReprojection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbVectorDataSetField.cxx b/Modules/Core/Applications/app/otbVectorDataSetField.cxx
index 107667ca4335344d7b8102abfa9f23a18d8d0f53..61fc44ac2f2cea95c15020f37162780cc78f650a 100644
--- a/Modules/Core/Applications/app/otbVectorDataSetField.cxx
+++ b/Modules/Core/Applications/app/otbVectorDataSetField.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/app/otbVectorDataTransform.cxx b/Modules/Core/Applications/app/otbVectorDataTransform.cxx
index 5d3e8c60fecea87c0673ad57caaa7e6244ca3c79..6e31c32e4453fde9367b383c0d1cd51393ff2456 100644
--- a/Modules/Core/Applications/app/otbVectorDataTransform.cxx
+++ b/Modules/Core/Applications/app/otbVectorDataTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/otb-module.cmake b/Modules/Core/Applications/otb-module.cmake
index ce5eddca729af8040275b197927ff6d0500b3a2b..b457b2d2bb174b3942a4cbe4b06cfb29ed234038 100644
--- a/Modules/Core/Applications/otb-module.cmake
+++ b/Modules/Core/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Applications/test/CMakeLists.txt b/Modules/Core/Applications/test/CMakeLists.txt
index 1af5a4094864756741087e6857b5a3ce17d297a8..f20dfb17453c9e907ac96cdd7add5352e9d7c0df 100644
--- a/Modules/Core/Applications/test/CMakeLists.txt
+++ b/Modules/Core/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Applications/test/otbAppImageUtilsTestDriver.cxx b/Modules/Core/Applications/test/otbAppImageUtilsTestDriver.cxx
index 940b3aacefd372550f664c586797a4a8e9dcdf51..15dc5ce1249932937739977c71b7ae17355475e8 100644
--- a/Modules/Core/Applications/test/otbAppImageUtilsTestDriver.cxx
+++ b/Modules/Core/Applications/test/otbAppImageUtilsTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Applications/test/otbExtractROIAppTests.cxx b/Modules/Core/Applications/test/otbExtractROIAppTests.cxx
index de2aa684d49b7b294feddce17f7035b30ebcf896..1af93d1f7d120f5d7d13cb30a8a7b56999c7ca82 100644
--- a/Modules/Core/Applications/test/otbExtractROIAppTests.cxx
+++ b/Modules/Core/Applications/test/otbExtractROIAppTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ColorMap/CMakeLists.txt b/Modules/Core/ColorMap/CMakeLists.txt
index f6c8845677eabc8dba069a55a6acb91cd6eb8829..23fef0854b3ab42d26e07bda2752aa510e2f5295 100644
--- a/Modules/Core/ColorMap/CMakeLists.txt
+++ b/Modules/Core/ColorMap/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ColorMap/include/otbReliefColormapFunctor.h b/Modules/Core/ColorMap/include/otbReliefColormapFunctor.h
index 2110c397622912b8ce306d3ede80279ffe665d78..26cb25eccc6e271f59accbef203304491f73d64e 100644
--- a/Modules/Core/ColorMap/include/otbReliefColormapFunctor.h
+++ b/Modules/Core/ColorMap/include/otbReliefColormapFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ColorMap/include/otbReliefColormapFunctor.hxx b/Modules/Core/ColorMap/include/otbReliefColormapFunctor.hxx
index b19feef5eab5a86ffedbc6e2448b7004113b0e11..9804f1633d9f4ebecff9fe8cde03883bb3adbac8 100644
--- a/Modules/Core/ColorMap/include/otbReliefColormapFunctor.hxx
+++ b/Modules/Core/ColorMap/include/otbReliefColormapFunctor.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h b/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h
index 6e64e335ecb4fca5e5184c9ae39d84390731a5b4..5794f17639d619e59ba2c1747eec3ade66d114f4 100644
--- a/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h
+++ b/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.hxx b/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.hxx
index 28b072b524f506c0737301b6d21974af4439e300..18d7542d576f8e0c1c662b6c998036ebfb8a7375 100644
--- a/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.hxx
+++ b/Modules/Core/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ColorMap/otb-module.cmake b/Modules/Core/ColorMap/otb-module.cmake
index a44c2aa07d5bea047c0dd09d1bc8e42380c77468..a78578f505382f03614888bd81feae87c61840be 100644
--- a/Modules/Core/ColorMap/otb-module.cmake
+++ b/Modules/Core/ColorMap/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ColorMap/test/CMakeLists.txt b/Modules/Core/ColorMap/test/CMakeLists.txt
index ada5b6bc9b853478e9c660ce0c68233468ee5734..a74f16f91a6d80de7cc2c4772819edbc74302108 100644
--- a/Modules/Core/ColorMap/test/CMakeLists.txt
+++ b/Modules/Core/ColorMap/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ColorMap/test/otbColorMapTestDriver.cxx b/Modules/Core/ColorMap/test/otbColorMapTestDriver.cxx
index 10a86f6b4ab08eb3b0699ffe8e6b6107f60cabf5..e280da642daf1b6ca7c4fe589ee7d881476b6771 100644
--- a/Modules/Core/ColorMap/test/otbColorMapTestDriver.cxx
+++ b/Modules/Core/ColorMap/test/otbColorMapTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ColorMap/test/otbScalarToRainbowRGBPixelFunctor.cxx b/Modules/Core/ColorMap/test/otbScalarToRainbowRGBPixelFunctor.cxx
index ffd38e52536214953afc9773d0754c1ff3193bbb..4bb535024ed29ab35a5b763b6b2c6ba6e8fd5472 100644
--- a/Modules/Core/ColorMap/test/otbScalarToRainbowRGBPixelFunctor.cxx
+++ b/Modules/Core/ColorMap/test/otbScalarToRainbowRGBPixelFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/CMakeLists.txt b/Modules/Core/Common/CMakeLists.txt
index d8dff2ee0ca7443d7bb48523593e77f2061a1ba8..eba0a17f68e8bc1b288a1e564b6106da74a2d0c8 100644
--- a/Modules/Core/Common/CMakeLists.txt
+++ b/Modules/Core/Common/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Common/include/otbAlgoClamp.h b/Modules/Core/Common/include/otbAlgoClamp.h
index 964e93e4fbe49457ff81b7ffb08c87f9abe751ef..e4c166c50182e85083cff3418b104d65a932af53 100644
--- a/Modules/Core/Common/include/otbAlgoClamp.h
+++ b/Modules/Core/Common/include/otbAlgoClamp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbArrayTraits.h b/Modules/Core/Common/include/otbArrayTraits.h
index 9125adeb6fd581e3b4d0d91fa9a7e1ff26b8d05d..9ff7aef9a24f5a1145a43ad916c50d8c336bdac4 100644
--- a/Modules/Core/Common/include/otbArrayTraits.h
+++ b/Modules/Core/Common/include/otbArrayTraits.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbCast.h b/Modules/Core/Common/include/otbCast.h
index 30235b0228432ac34310133b47cd075a36cc31fc..ff33aa18a5f03e4b850605aa0acba849dfce1f35 100644
--- a/Modules/Core/Common/include/otbCast.h
+++ b/Modules/Core/Common/include/otbCast.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbChannelSelectorFunctor.h b/Modules/Core/Common/include/otbChannelSelectorFunctor.h
index e22fd0bd1f7558f8607fbf7ff4affc992e88eecf..b1e03c00289edd7e5b489511e81e5ef82ea24595 100644
--- a/Modules/Core/Common/include/otbChannelSelectorFunctor.h
+++ b/Modules/Core/Common/include/otbChannelSelectorFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbCommandProgressUpdate.h b/Modules/Core/Common/include/otbCommandProgressUpdate.h
index a981bf5d522a515023644bb4309cc1c696ac6c93..37405c6122066e56287eb78a49f34cfd1139e7ea 100644
--- a/Modules/Core/Common/include/otbCommandProgressUpdate.h
+++ b/Modules/Core/Common/include/otbCommandProgressUpdate.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbCommandProgressUpdate.hxx b/Modules/Core/Common/include/otbCommandProgressUpdate.hxx
index 7fa600cabae53033ec9139be79a1dc39eadc2399..9be717fcfe2dd37de7fd1437191a53d91d2285aa 100644
--- a/Modules/Core/Common/include/otbCommandProgressUpdate.hxx
+++ b/Modules/Core/Common/include/otbCommandProgressUpdate.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbComplexToIntensityImageFilter.h b/Modules/Core/Common/include/otbComplexToIntensityImageFilter.h
index ebc2816e7e8f712b14390a11f96ad68c9d0edea9..8170cff3856f1a5ce591c0b0f3c3430a64723949 100644
--- a/Modules/Core/Common/include/otbComplexToIntensityImageFilter.h
+++ b/Modules/Core/Common/include/otbComplexToIntensityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbComplexToVectorImageCastFilter.h b/Modules/Core/Common/include/otbComplexToVectorImageCastFilter.h
index ffc70dda54a821d5f069f56526a9ad5b321f016e..903163a81a1cb6d25d3d35e7dbf3dec9fe68a85b 100644
--- a/Modules/Core/Common/include/otbComplexToVectorImageCastFilter.h
+++ b/Modules/Core/Common/include/otbComplexToVectorImageCastFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbConfigurationManager.h b/Modules/Core/Common/include/otbConfigurationManager.h
index 2ffb739bf9dc1e6330e0158354edffc0662b5235..3a34a95c2722f2277062202a8f8843bac6dd4699 100644
--- a/Modules/Core/Common/include/otbConfigurationManager.h
+++ b/Modules/Core/Common/include/otbConfigurationManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbDecimateImageFilter.h b/Modules/Core/Common/include/otbDecimateImageFilter.h
index ea0126636adf1da0d87e36cc18aad3d55f0deb82..6a5d9151333308002f7904c9b2cf5a74d37f71e7 100644
--- a/Modules/Core/Common/include/otbDecimateImageFilter.h
+++ b/Modules/Core/Common/include/otbDecimateImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbDecimateImageFilter.hxx b/Modules/Core/Common/include/otbDecimateImageFilter.hxx
index 44650118e2b36cf3ef7377471d0c98deeca32167..6c48a346bd9c6eff8f982282b5bbbb244df5854c 100644
--- a/Modules/Core/Common/include/otbDecimateImageFilter.hxx
+++ b/Modules/Core/Common/include/otbDecimateImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbExtendedFilenameHelper.h b/Modules/Core/Common/include/otbExtendedFilenameHelper.h
index 38ed25f977429c53a64b893409976450cf505bbb..e2408f58aa02f6c02c32592d0dd9fe1e05bc487c 100644
--- a/Modules/Core/Common/include/otbExtendedFilenameHelper.h
+++ b/Modules/Core/Common/include/otbExtendedFilenameHelper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbFilterWatcherBase.h b/Modules/Core/Common/include/otbFilterWatcherBase.h
index 8d4236b61383776a6f1a4d77c24594fce97685fe..7c434776e11815e6d057069cf5c6f595315cf2f9 100644
--- a/Modules/Core/Common/include/otbFilterWatcherBase.h
+++ b/Modules/Core/Common/include/otbFilterWatcherBase.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbFunctionToImageFilter.h b/Modules/Core/Common/include/otbFunctionToImageFilter.h
index 7275f9e48932747d127b44b664ca4b5d33ed755e..cecfd83635db90b1563e89b96bbd71c4928cf8f6 100644
--- a/Modules/Core/Common/include/otbFunctionToImageFilter.h
+++ b/Modules/Core/Common/include/otbFunctionToImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbFunctionToImageFilter.hxx b/Modules/Core/Common/include/otbFunctionToImageFilter.hxx
index a1ed2b309a7496ee71e484fd8d0358be17b38ac2..0ccd431b27b389e6c5cc63599256e87bc33e7123 100644
--- a/Modules/Core/Common/include/otbFunctionToImageFilter.hxx
+++ b/Modules/Core/Common/include/otbFunctionToImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h b/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h
index 36d6f3085dbaa9b9141064031bef82f033d39b08..88fef0a4ca0f97c5a0b3e048193598908291432c 100644
--- a/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h
+++ b/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.hxx b/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.hxx
index 96909c0a7700ca4b371cb8fbce0f04b38a87303b..0a7829da845b917eb8957a4914fbfb6a4a9ab347 100644
--- a/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.hxx
+++ b/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.h b/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.h
index 8bcaf4c458dbaaf4dc6d893fecae809832d164dd..6878ee2d71c0b4ad488d755ad17004d609de21ef 100644
--- a/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.h
+++ b/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.hxx b/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.hxx
index ca5b3fab9a998afd9002372ee6cfb921ab2d0076..aec3448f4cb3cbf37a9b8daaf4a60fed9134b228 100644
--- a/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.hxx
+++ b/Modules/Core/Common/include/otbImageRegionAdaptativeSplitter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.h b/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.h
index bac704bdae5e694ad698eeb1791a9fb73ea0ebbb..dcd8fadbc23bfe335476b7d1f9805a59608390a0 100644
--- a/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.h
+++ b/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.hxx b/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.hxx
index 074ec946b0695927a773820e8500a35b02084a6a..5f774d430cb517bb6632c278a44945abeb9bb380 100644
--- a/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.hxx
+++ b/Modules/Core/Common/include/otbImageRegionNonUniformMultidimensionalSplitter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.h b/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.h
index c82936cc11501c540c19b6be6bad0842c24eaa97..cd9184b1cf8f7ca08709192542777be376ce02b4 100644
--- a/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.h
+++ b/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.hxx b/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.hxx
index 207f5f45d63134256474c454bd783a140a0d12fe..1cce099b91f2215241d1ed60570b10d69f71ffa3 100644
--- a/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.hxx
+++ b/Modules/Core/Common/include/otbImageRegionSquareTileSplitter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionTileMapSplitter.h b/Modules/Core/Common/include/otbImageRegionTileMapSplitter.h
index e4c61820b6444a18ea00e14b5753aefb869ee640..c3d25ba8ea8df1a4d4477848c6a76f8954243123 100644
--- a/Modules/Core/Common/include/otbImageRegionTileMapSplitter.h
+++ b/Modules/Core/Common/include/otbImageRegionTileMapSplitter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageRegionTileMapSplitter.hxx b/Modules/Core/Common/include/otbImageRegionTileMapSplitter.hxx
index 50c8706a2a070e41c6456a96498915dfee06b21b..1b6020c390f2738ec9e445644c4db92962c5a207 100644
--- a/Modules/Core/Common/include/otbImageRegionTileMapSplitter.hxx
+++ b/Modules/Core/Common/include/otbImageRegionTileMapSplitter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.h b/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.h
index 2ff38830b2c87caed99f1a3852dc7393d5d139b9..99398d2cd3080564ca3d78ce8461be919ff644fa 100644
--- a/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.h
+++ b/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.hxx b/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.hxx
index 1afcb898e9f518ca0b192d871807d09ed6bc0afc..1b2cc54fb68f9c467b629c1f962c52ff4a762af5 100644
--- a/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.hxx
+++ b/Modules/Core/Common/include/otbImageToModulusAndDirectionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImaginaryImageToComplexImageFilter.h b/Modules/Core/Common/include/otbImaginaryImageToComplexImageFilter.h
index c22b620124976c88a4e77f17af814af615b88f80..fd20086f7a2ff7c1d9a92c440a1cd0dd3e73f211 100644
--- a/Modules/Core/Common/include/otbImaginaryImageToComplexImageFilter.h
+++ b/Modules/Core/Common/include/otbImaginaryImageToComplexImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImportImageFilter.h b/Modules/Core/Common/include/otbImportImageFilter.h
index c236c2dab0eca22bbdc569f3ac82d7d0e3716e4b..ae7860392de230149c17f9a07379772d6a1c17ae 100644
--- a/Modules/Core/Common/include/otbImportImageFilter.h
+++ b/Modules/Core/Common/include/otbImportImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImportImageFilter.hxx b/Modules/Core/Common/include/otbImportImageFilter.hxx
index df2d3685eb0662ddd356f32a8ddd93b8fc85d37d..c4c48f7ba02a44c547ef4398615a25ab14fab859 100644
--- a/Modules/Core/Common/include/otbImportImageFilter.hxx
+++ b/Modules/Core/Common/include/otbImportImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImportVectorImageFilter.h b/Modules/Core/Common/include/otbImportVectorImageFilter.h
index 915e6d4006f7f7c24cc2bda13eb11bad4b9794b2..0d1f787b4603c549f24621f15677004c90373e6d 100644
--- a/Modules/Core/Common/include/otbImportVectorImageFilter.h
+++ b/Modules/Core/Common/include/otbImportVectorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbImportVectorImageFilter.hxx b/Modules/Core/Common/include/otbImportVectorImageFilter.hxx
index 4aadab98df99cf5690db185afaac95f0459e9d98..49237fbc0bb08b33ca058588303624e64720e7f1 100644
--- a/Modules/Core/Common/include/otbImportVectorImageFilter.hxx
+++ b/Modules/Core/Common/include/otbImportVectorImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbInterval.h b/Modules/Core/Common/include/otbInterval.h
index a11b07d6ef8eebc83f95260b870e90e744f22473..c3568c6a51b616a8c02752cd4705a06efe61a502 100644
--- a/Modules/Core/Common/include/otbInterval.h
+++ b/Modules/Core/Common/include/otbInterval.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbIteratorHelpers.h b/Modules/Core/Common/include/otbIteratorHelpers.h
index 8ba4c64b044c886831f05ce9ddcc5cb8b618640f..192b0c7fc3715b6b1ebb8d800707095bec89e2d8 100644
--- a/Modules/Core/Common/include/otbIteratorHelpers.h
+++ b/Modules/Core/Common/include/otbIteratorHelpers.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbLogHelpers.h b/Modules/Core/Common/include/otbLogHelpers.h
index dc6934486a52d77a13364f6d756be52a81f567bf..a347424d990ffa36d7d0247cc8f6b0a3b54999c5 100644
--- a/Modules/Core/Common/include/otbLogHelpers.h
+++ b/Modules/Core/Common/include/otbLogHelpers.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbLogger.h b/Modules/Core/Common/include/otbLogger.h
index 8f290ec0240e1d7dd9655a667e5e960353c6c0ea..950aaa0c340236ad937d320b94d7a21f40245cbc 100644
--- a/Modules/Core/Common/include/otbLogger.h
+++ b/Modules/Core/Common/include/otbLogger.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbMacro.h b/Modules/Core/Common/include/otbMacro.h
index 69b48a51013c4ca523881211b8e6303d8b656ccb..d368a7ddcd05077e9ffcf0618aefc5a6ed24d309 100644
--- a/Modules/Core/Common/include/otbMacro.h
+++ b/Modules/Core/Common/include/otbMacro.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbMath.h b/Modules/Core/Common/include/otbMath.h
index 95adb91f5373ddcc65c5dae7084e0f91260d3eca..26b5a34378f2c125ef9f69f806fd2066913c6dcb 100644
--- a/Modules/Core/Common/include/otbMath.h
+++ b/Modules/Core/Common/include/otbMath.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbModelComponentBase.h b/Modules/Core/Common/include/otbModelComponentBase.h
index 150faa101718845144095446999bcfa6f8c232b3..d7e40a11fa55f5fcd4e13d5fcf5a268c575cd659 100644
--- a/Modules/Core/Common/include/otbModelComponentBase.h
+++ b/Modules/Core/Common/include/otbModelComponentBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbModelComponentBase.hxx b/Modules/Core/Common/include/otbModelComponentBase.hxx
index c28407dbe26cf5fb0649aa8f0b72d26da21e729f..3e008d9c1e49158660003148a0197aaa28faeb55 100644
--- a/Modules/Core/Common/include/otbModelComponentBase.hxx
+++ b/Modules/Core/Common/include/otbModelComponentBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbNotNull.h b/Modules/Core/Common/include/otbNotNull.h
index 0813c2f386dc0084a6cec28ccbe1990cd6167ce4..126541c8d5d0e572a102a0c8d50ccebbdffed1d8 100644
--- a/Modules/Core/Common/include/otbNotNull.h
+++ b/Modules/Core/Common/include/otbNotNull.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.h b/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.h
index cf76310ac18abbebc565ee480f1dc73ea5e97857..1c682da2926d55ceed82ee62013d3428553dce14 100644
--- a/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.h
+++ b/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.hxx b/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.hxx
index fc747a1eb81f0337d9e563663d9a7e7489b95022..ecf60b1e7605f08165947b2068a9d774fc80fd6c 100644
--- a/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.hxx
+++ b/Modules/Core/Common/include/otbQuaternaryFunctorImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbRGBAPixelConverter.h b/Modules/Core/Common/include/otbRGBAPixelConverter.h
index 9eed5d1ff0c27a8e2cc8f54344445627f6680afd..0e3d355e6d1af5c3e7fee57834ee77b4b42c04aa 100644
--- a/Modules/Core/Common/include/otbRGBAPixelConverter.h
+++ b/Modules/Core/Common/include/otbRGBAPixelConverter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbRGBAPixelConverter.hxx b/Modules/Core/Common/include/otbRGBAPixelConverter.hxx
index b0ee9af4c53bf27f3d31df0c783ffcad9353b6b1..ff902f791bf24a57f8fbd97e4ecec615c47e5eb9 100644
--- a/Modules/Core/Common/include/otbRGBAPixelConverter.hxx
+++ b/Modules/Core/Common/include/otbRGBAPixelConverter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbRectangle.h b/Modules/Core/Common/include/otbRectangle.h
index 5cc08b82f2076d0bf8a74ca3f30c23a076fac8bf..681759c8d2bebd72c96d697741af842e79a0741f 100644
--- a/Modules/Core/Common/include/otbRectangle.h
+++ b/Modules/Core/Common/include/otbRectangle.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbRectangle.hxx b/Modules/Core/Common/include/otbRectangle.hxx
index c2c7e6a0796542a11724e5e2cbb019a0d0bc1df6..29eaf6b3c051ef4ae2679048b8214ccb9e2a186b 100644
--- a/Modules/Core/Common/include/otbRectangle.hxx
+++ b/Modules/Core/Common/include/otbRectangle.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbSpan.h b/Modules/Core/Common/include/otbSpan.h
index 83240cc186f1f237c480559d576e2d8a5bbe3543..cd214454e0e4f7561ce45b559e7bc1266f68da87 100644
--- a/Modules/Core/Common/include/otbSpan.h
+++ b/Modules/Core/Common/include/otbSpan.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStandardFilterWatcher.h b/Modules/Core/Common/include/otbStandardFilterWatcher.h
index 30e996853d0c046f9b3728760c37cdd0ce970e72..8fc74528ad84c369d356f48a4a39e7bd49bad8a8 100644
--- a/Modules/Core/Common/include/otbStandardFilterWatcher.h
+++ b/Modules/Core/Common/include/otbStandardFilterWatcher.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h
index c4a1a71cd854394d43d392f36cb75c1fc642be8d..947460c05fe33ae43428f04d8da164f9442fd473 100644
--- a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h
+++ b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.hxx b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.hxx
index 26823fba44ef690250f34708d8052c3e2f5a3cd8..c878d339baac5912bced10b0cbd57706e9970ebb 100644
--- a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.hxx
+++ b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStandardOutputPrintCallback.h b/Modules/Core/Common/include/otbStandardOutputPrintCallback.h
index bbbf2b21f47a4c56ba0823e9c257299afbd1876d..07f63943bd9c35b52a58809f66321115bd64ac9e 100644
--- a/Modules/Core/Common/include/otbStandardOutputPrintCallback.h
+++ b/Modules/Core/Common/include/otbStandardOutputPrintCallback.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStandardWriterWatcher.h b/Modules/Core/Common/include/otbStandardWriterWatcher.h
index d681a801c19ae50574903d9d9595c5f5c0b883cb..15fb2c44e0247eeef6e985277816bd64780221ed 100644
--- a/Modules/Core/Common/include/otbStandardWriterWatcher.h
+++ b/Modules/Core/Common/include/otbStandardWriterWatcher.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStopwatch.h b/Modules/Core/Common/include/otbStopwatch.h
index 2bb1e513911b33bac293bae16cfd20c4c6577748..2885dceac91019201e90587c5cd56e84b365fa80 100644
--- a/Modules/Core/Common/include/otbStopwatch.h
+++ b/Modules/Core/Common/include/otbStopwatch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStringToHTML.h b/Modules/Core/Common/include/otbStringToHTML.h
index cf438d109abdc98e9a42cfe3fdcd6bbc3fe1dc0c..c7d24fba2f2d602f7c727f894b103d36616e06a9 100644
--- a/Modules/Core/Common/include/otbStringToHTML.h
+++ b/Modules/Core/Common/include/otbStringToHTML.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbStringUtilities.h b/Modules/Core/Common/include/otbStringUtilities.h
index f084f86706c47adf4de7c3bd72e301acf6e0c33f..8323585ddd237d80d5040d6edb3131490f165f6a 100644
--- a/Modules/Core/Common/include/otbStringUtilities.h
+++ b/Modules/Core/Common/include/otbStringUtilities.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h
index 106d6967eaabc8b044af56d19b505c8b5e86fa86..d1686b14d1f7d5d03a3c56d1616856f94f99b71d 100644
--- a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h
+++ b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.hxx b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.hxx
index 120ee5c0ffd9fb4972713f475af8e77d7f6a6231..e49ee6486541be64656ab225161b23b2b4cc862e 100644
--- a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.hxx
+++ b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h b/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h
index a5bc8fc1b5d741c4ed86b80d05bf3c8d2242654e..26e960601dc8ad279e8ae92c433b1203986e8097 100644
--- a/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h
+++ b/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Common/include/otbSystem.h b/Modules/Core/Common/include/otbSystem.h
index 7cb723333ce416421d04694bd1fa7b760ca416b2..ee7238595848e5671466270e9de2144b7fc71a68 100644
--- a/Modules/Core/Common/include/otbSystem.h
+++ b/Modules/Core/Common/include/otbSystem.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.h b/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.h
index 13449f664dab56880fbe9eaa0572d95774de52de..49f41872a029a65e844d45340b4b910ba2112260 100644
--- a/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.h
+++ b/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.hxx b/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.hxx
index d4e4f299a471bf0f103d190b258655017e3edab2..fb896aa73838342a3273e05f2158fe6709b613db 100644
--- a/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.hxx
+++ b/Modules/Core/Common/include/otbUnaryFunctorNeighborhoodVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.h b/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.h
index 79f00b83759130c642a4ded6f2aa80982044566d..a119c40f9d3e3d00bd657b824d4dd13839a33855 100644
--- a/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.h
+++ b/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.hxx b/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.hxx
index 237db4b756417348f34cddf3fbd11c70938b4119..0ddde34352f11ad921776ed611a3a9065b16f450 100644
--- a/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.hxx
+++ b/Modules/Core/Common/include/otbUnaryFunctorVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.h b/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.h
index f42d730c3f635ac19ef2be7752851022682ee209..f544c08a5718c4472eedbe7f2c99950657f1674d 100644
--- a/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.h
+++ b/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.hxx b/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.hxx
index c1ac5f608829e13615177b892c48c74861d69a16..849dbe89aa0da59aec30b71cd99a83555e698129 100644
--- a/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.hxx
+++ b/Modules/Core/Common/include/otbUnaryFunctorWithIndexWithOutputSizeImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUniformAlphaBlendingFunctor.h b/Modules/Core/Common/include/otbUniformAlphaBlendingFunctor.h
index f4ece049501ca9529bb27d439f0b2ddee7e575ca..daf3e4ba3d22ef47b52e94c3df6b175d63da683a 100644
--- a/Modules/Core/Common/include/otbUniformAlphaBlendingFunctor.h
+++ b/Modules/Core/Common/include/otbUniformAlphaBlendingFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbUtils.h b/Modules/Core/Common/include/otbUtils.h
index 20f9e0072278529c9f24508c671f017d044760b2..4f917baf899abb3d38ba8b444d6951c6015ebc41 100644
--- a/Modules/Core/Common/include/otbUtils.h
+++ b/Modules/Core/Common/include/otbUtils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbVariableLengthVectorConverter.h b/Modules/Core/Common/include/otbVariableLengthVectorConverter.h
index 438b0b9afb8f76e8ca0758af30f8752b360db557..f84e56ea894efbfe7c78f00dbb60a53e63fb4e5b 100644
--- a/Modules/Core/Common/include/otbVariableLengthVectorConverter.h
+++ b/Modules/Core/Common/include/otbVariableLengthVectorConverter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbVariableLengthVectorConverter.hxx b/Modules/Core/Common/include/otbVariableLengthVectorConverter.hxx
index a0dd90f937c37ed65c0e9ba983b4af3059fb5db8..709bec9617a39b5f775eea5f55e5003416cd0f97 100644
--- a/Modules/Core/Common/include/otbVariableLengthVectorConverter.hxx
+++ b/Modules/Core/Common/include/otbVariableLengthVectorConverter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbVectorImageToASImageAdaptor.h b/Modules/Core/Common/include/otbVectorImageToASImageAdaptor.h
index b9dc70b94d64d44150a50653620f1e87c72ef0ab..5b9d602896c9acce684ef83c894243b5fb8b8eb1 100644
--- a/Modules/Core/Common/include/otbVectorImageToASImageAdaptor.h
+++ b/Modules/Core/Common/include/otbVectorImageToASImageAdaptor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbVectorImageToASPixelAccessor.h b/Modules/Core/Common/include/otbVectorImageToASPixelAccessor.h
index fcea015f509e6f0e8994cc2fcad6f572d253946f..3337aa72d1662abcb4d1c25324ddbfec91bac712 100644
--- a/Modules/Core/Common/include/otbVectorImageToASPixelAccessor.h
+++ b/Modules/Core/Common/include/otbVectorImageToASPixelAccessor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbWriterWatcherBase.h b/Modules/Core/Common/include/otbWriterWatcherBase.h
index ecdd2f7383640f8db76fe9f9abac994e8c4cb84f..d9a68f73f8f0c63d4b8f7243f6f944424fe5151e 100644
--- a/Modules/Core/Common/include/otbWriterWatcherBase.h
+++ b/Modules/Core/Common/include/otbWriterWatcherBase.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/include/otbZipIterator.h b/Modules/Core/Common/include/otbZipIterator.h
index 48eaa91bb61159f65cd4c5f06602f4b5c0caca52..b12bb8b5386a62fb18dd9a56e7aa4e4e05984e24 100644
--- a/Modules/Core/Common/include/otbZipIterator.h
+++ b/Modules/Core/Common/include/otbZipIterator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/otb-module.cmake b/Modules/Core/Common/otb-module.cmake
index 7349d88169695635b535c0f4e07c10e040471536..b4819fb8ebe548187c22d43a1a23733b4be2bd31 100644
--- a/Modules/Core/Common/otb-module.cmake
+++ b/Modules/Core/Common/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Common/src/CMakeLists.txt b/Modules/Core/Common/src/CMakeLists.txt
index 20caa0f7090e8d297ecacdd59e1d631f6b7600c4..2753893fb47c23b70ece6ced8e8db4cb13778286 100644
--- a/Modules/Core/Common/src/CMakeLists.txt
+++ b/Modules/Core/Common/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Common/src/otbConfigurationManager.cxx b/Modules/Core/Common/src/otbConfigurationManager.cxx
index fe3bc0803025b2479340673c9152ea838faffae0..70adb469609e0c5a23297e4c30fe704c497db7a0 100644
--- a/Modules/Core/Common/src/otbConfigurationManager.cxx
+++ b/Modules/Core/Common/src/otbConfigurationManager.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbConfigure.h.in b/Modules/Core/Common/src/otbConfigure.h.in
index 9b039c3a4b6bbb45e470131fedc1daa3d76c08c5..76fd52cfdf56b743f076840e115786d4cd6445cb 100644
--- a/Modules/Core/Common/src/otbConfigure.h.in
+++ b/Modules/Core/Common/src/otbConfigure.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbExtendedFilenameHelper.cxx b/Modules/Core/Common/src/otbExtendedFilenameHelper.cxx
index 4ccf10a15aa1610263ab89fb5054d5b14297a065..2d3c64853557afcd2948faacfc1db5760f1d4574 100644
--- a/Modules/Core/Common/src/otbExtendedFilenameHelper.cxx
+++ b/Modules/Core/Common/src/otbExtendedFilenameHelper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbFilterWatcherBase.cxx b/Modules/Core/Common/src/otbFilterWatcherBase.cxx
index 179a946784907b71af5b3fbe7858511957c69fb3..77f023afc5d382c67bd54349e94f0f502cf79b2b 100644
--- a/Modules/Core/Common/src/otbFilterWatcherBase.cxx
+++ b/Modules/Core/Common/src/otbFilterWatcherBase.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbLogger.cxx b/Modules/Core/Common/src/otbLogger.cxx
index 67085a184b16a8fbf7b9c8cd41b8fcba0dbecf8d..1d13dcc7f48779e049bd4c5edc8913c4b9d3e7a7 100644
--- a/Modules/Core/Common/src/otbLogger.cxx
+++ b/Modules/Core/Common/src/otbLogger.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbStandardFilterWatcher.cxx b/Modules/Core/Common/src/otbStandardFilterWatcher.cxx
index 809d12c294569c977b5d7a580bc50f33c53f0618..38f4d03a3c36ceee8b776d9071c6bee4ebd712bb 100644
--- a/Modules/Core/Common/src/otbStandardFilterWatcher.cxx
+++ b/Modules/Core/Common/src/otbStandardFilterWatcher.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbStandardOutputPrintCallback.cxx b/Modules/Core/Common/src/otbStandardOutputPrintCallback.cxx
index 0313da775890e5a1ef37d4c4d0a250ee211efeb1..f5ffe08c54b3bbcf6b4033d895aeb782f3a0d8f7 100644
--- a/Modules/Core/Common/src/otbStandardOutputPrintCallback.cxx
+++ b/Modules/Core/Common/src/otbStandardOutputPrintCallback.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbStandardWriterWatcher.cxx b/Modules/Core/Common/src/otbStandardWriterWatcher.cxx
index 70ad43e58c41561241acdea7e06b47c269e2b635..96944bd788d24f1d2664aeecc58af3ebe80a5edf 100644
--- a/Modules/Core/Common/src/otbStandardWriterWatcher.cxx
+++ b/Modules/Core/Common/src/otbStandardWriterWatcher.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbStopwatch.cxx b/Modules/Core/Common/src/otbStopwatch.cxx
index 920cff6c60442d91e3a4f86ac935c98d5d3b127d..909c6f68a2adb5b6d7403a7873d2e6c9202a4245 100644
--- a/Modules/Core/Common/src/otbStopwatch.cxx
+++ b/Modules/Core/Common/src/otbStopwatch.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbStringToHTML.cxx b/Modules/Core/Common/src/otbStringToHTML.cxx
index a58f316a3359ba79c572cccf356fc7ba3d1c97a8..12d4476c757fdf02361ec073a4b2621f89c5730d 100644
--- a/Modules/Core/Common/src/otbStringToHTML.cxx
+++ b/Modules/Core/Common/src/otbStringToHTML.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbStringUtilities.cxx b/Modules/Core/Common/src/otbStringUtilities.cxx
index 0cd3aae1d1a877102231271fbe27ab442d546bfb..2b100dc6d9da8c48cc73f0be7674969d6826aeee 100644
--- a/Modules/Core/Common/src/otbStringUtilities.cxx
+++ b/Modules/Core/Common/src/otbStringUtilities.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbSystem.cxx b/Modules/Core/Common/src/otbSystem.cxx
index 83042bdfac72306db0421bd5176532e3a77e9788..8795269b077898c23e4a2396bc2981614979f124 100644
--- a/Modules/Core/Common/src/otbSystem.cxx
+++ b/Modules/Core/Common/src/otbSystem.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbUtils.cxx b/Modules/Core/Common/src/otbUtils.cxx
index f5a75941723513d549416bcfb33e69b25a426e86..d513695c352017729f673a92d746afb6b82ea57a 100644
--- a/Modules/Core/Common/src/otbUtils.cxx
+++ b/Modules/Core/Common/src/otbUtils.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/src/otbWriterWatcherBase.cxx b/Modules/Core/Common/src/otbWriterWatcherBase.cxx
index 74044bb666431e4fae6474b0a947f6b93d9e0917..dfa9e9f4e0a057d2a6623910ad286d80a4341ae8 100644
--- a/Modules/Core/Common/src/otbWriterWatcherBase.cxx
+++ b/Modules/Core/Common/src/otbWriterWatcherBase.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/CMakeLists.txt b/Modules/Core/Common/test/CMakeLists.txt
index 6337ddcb627c9cf93dd59141199d1ad2aa27c957..87ba68f1d5067cce3feb698d5fa847c83e6580c5 100644
--- a/Modules/Core/Common/test/CMakeLists.txt
+++ b/Modules/Core/Common/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Common/test/otbCommonTestDriver.cxx b/Modules/Core/Common/test/otbCommonTestDriver.cxx
index 4cbf9a1e9288d582f47ade94591c2d8a3336c2a9..a7eed9fee562722383bdc840196cc1f003818c49 100644
--- a/Modules/Core/Common/test/otbCommonTestDriver.cxx
+++ b/Modules/Core/Common/test/otbCommonTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbConfigurationManagerTest.cxx b/Modules/Core/Common/test/otbConfigurationManagerTest.cxx
index 2335fb73f7f1c5b33ff6ae48847bb77cd52ffd04..dcda2537db52a6b37a24c7d4c4f10f314361f843 100644
--- a/Modules/Core/Common/test/otbConfigurationManagerTest.cxx
+++ b/Modules/Core/Common/test/otbConfigurationManagerTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbImageRegionAdaptativeSplitter.cxx b/Modules/Core/Common/test/otbImageRegionAdaptativeSplitter.cxx
index d09a0f98bbf44b7ad99a43418fb7a857ebdfc4a3..d0a92cdb2d224021af101533bd6b7e364092a0a5 100644
--- a/Modules/Core/Common/test/otbImageRegionAdaptativeSplitter.cxx
+++ b/Modules/Core/Common/test/otbImageRegionAdaptativeSplitter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbImageRegionNonUniformMultidimensionalSplitter.cxx b/Modules/Core/Common/test/otbImageRegionNonUniformMultidimensionalSplitter.cxx
index b119267e07b561cf04c999c4114810c51c528bc3..fd1f1fb202127f5c5315c226492606ac1ade623a 100644
--- a/Modules/Core/Common/test/otbImageRegionNonUniformMultidimensionalSplitter.cxx
+++ b/Modules/Core/Common/test/otbImageRegionNonUniformMultidimensionalSplitter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbImageRegionSquareTileSplitter.cxx b/Modules/Core/Common/test/otbImageRegionSquareTileSplitter.cxx
index b76a5ccbcf9d3bd1d2b7edd1c24073146391fc4b..277edadc63c7b72b34d05331b1b0e9b8cc25ed15 100644
--- a/Modules/Core/Common/test/otbImageRegionSquareTileSplitter.cxx
+++ b/Modules/Core/Common/test/otbImageRegionSquareTileSplitter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbImageRegionTileMapSplitter.cxx b/Modules/Core/Common/test/otbImageRegionTileMapSplitter.cxx
index 415afc08570d5d0a893e10566219dfa20bffcbec..40159b6db2234ab118ba55bb7b939e8a2b07e3f2 100644
--- a/Modules/Core/Common/test/otbImageRegionTileMapSplitter.cxx
+++ b/Modules/Core/Common/test/otbImageRegionTileMapSplitter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbRGBAPixelConverter.cxx b/Modules/Core/Common/test/otbRGBAPixelConverter.cxx
index 83265d8f0e1dc261f4080a99b9e7e49e38824f84..f94b217df43c290be425894c2e1b7a5fbc83f2a1 100644
--- a/Modules/Core/Common/test/otbRGBAPixelConverter.cxx
+++ b/Modules/Core/Common/test/otbRGBAPixelConverter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbRectangle.cxx b/Modules/Core/Common/test/otbRectangle.cxx
index 92f8b8a70d8b350ea920df2d7e791a33f12809b9..b47d18d3e6bdd7ae528600e18fd30a8a1a6bfeff 100644
--- a/Modules/Core/Common/test/otbRectangle.cxx
+++ b/Modules/Core/Common/test/otbRectangle.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbStandardFilterWatcherNew.cxx b/Modules/Core/Common/test/otbStandardFilterWatcherNew.cxx
index f84d80fc3bcd008d5a3aae45dcc186f122b71e17..c9ef9576435fcf661b04dbfc20f15ed43824d95f 100644
--- a/Modules/Core/Common/test/otbStandardFilterWatcherNew.cxx
+++ b/Modules/Core/Common/test/otbStandardFilterWatcherNew.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbStandardOneLineFilterWatcherTest.cxx b/Modules/Core/Common/test/otbStandardOneLineFilterWatcherTest.cxx
index fc30dea06a812594c59e4d88b84e55245e1c1406..aaf25c819febeb549d278e229d05dcaf7503652c 100644
--- a/Modules/Core/Common/test/otbStandardOneLineFilterWatcherTest.cxx
+++ b/Modules/Core/Common/test/otbStandardOneLineFilterWatcherTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbStandardWriterWatcher.cxx b/Modules/Core/Common/test/otbStandardWriterWatcher.cxx
index 2b082bdde4c1954b3c2ed2f43f8b1142ba2000a1..b03c264ffbab52ae34ec857da41f0a9e910197d1 100644
--- a/Modules/Core/Common/test/otbStandardWriterWatcher.cxx
+++ b/Modules/Core/Common/test/otbStandardWriterWatcher.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbStopwatchTest.cxx b/Modules/Core/Common/test/otbStopwatchTest.cxx
index 66836e80a07e676857acc195052a7bf4c5ccea9f..904d8f49617fd49d1dd4bca465e4d3258f72df05 100644
--- a/Modules/Core/Common/test/otbStopwatchTest.cxx
+++ b/Modules/Core/Common/test/otbStopwatchTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Common/test/otbSystemTest.cxx b/Modules/Core/Common/test/otbSystemTest.cxx
index 3c2320b823313520a08ee830f1c9500f3564da15..9950ba6398ee9b7ccff3e10f1127986b707f14cc 100644
--- a/Modules/Core/Common/test/otbSystemTest.cxx
+++ b/Modules/Core/Common/test/otbSystemTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ComplexImage/CMakeLists.txt b/Modules/Core/ComplexImage/CMakeLists.txt
index 60fbe388b9f62c9dc9cd2d8b8f38f9ab7cfefd6c..cb6e28275f96de9177d3880213ffc9fe0b22b5e5 100644
--- a/Modules/Core/ComplexImage/CMakeLists.txt
+++ b/Modules/Core/ComplexImage/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ComplexImage/include/otbAmplitudePhaseToRGBFunctor.h b/Modules/Core/ComplexImage/include/otbAmplitudePhaseToRGBFunctor.h
index c4be9af14d4941da3f1036267a2eb328d9c06217..c32ba566b54a926bf7b5df056d453e4d007b79cb 100644
--- a/Modules/Core/ComplexImage/include/otbAmplitudePhaseToRGBFunctor.h
+++ b/Modules/Core/ComplexImage/include/otbAmplitudePhaseToRGBFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ComplexImage/otb-module.cmake b/Modules/Core/ComplexImage/otb-module.cmake
index e8f3c9c35498f50910a0ac81eb39f123b85affd6..4890ab5664f44ded10c0e881da46bee1f0d5f4fa 100644
--- a/Modules/Core/ComplexImage/otb-module.cmake
+++ b/Modules/Core/ComplexImage/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ComplexImage/test/CMakeLists.txt b/Modules/Core/ComplexImage/test/CMakeLists.txt
index 16f3aff7a12d1a905ecb03c4120a6be44ecb528a..90a621c14a7ea0bbdaecc5346ebb66e9a218f4d3 100644
--- a/Modules/Core/ComplexImage/test/CMakeLists.txt
+++ b/Modules/Core/ComplexImage/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx b/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx
index b86c4cd7b8bfb6aa7b639e23ee3eb4f67d56aa67..a85ecf18fbbae12ecb658e730f37886d76987471 100644
--- a/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx
+++ b/Modules/Core/ComplexImage/test/otbAmplitudePhaseToRGBFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ComplexImage/test/otbComplexImageTestDriver.cxx b/Modules/Core/ComplexImage/test/otbComplexImageTestDriver.cxx
index 5b3b5d3d3480914a43506bdeb3000c98843f8ea1..064f178c095a8eb9948a54fe3b7ec4a78e653c6e 100644
--- a/Modules/Core/ComplexImage/test/otbComplexImageTestDriver.cxx
+++ b/Modules/Core/ComplexImage/test/otbComplexImageTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/CMakeLists.txt b/Modules/Core/Conversion/CMakeLists.txt
index 87e35bb167113af227bd8c538fcbc1de417527f6..efd2531d6fe2b66b63a4d6edf3892f376b09de15 100644
--- a/Modules/Core/Conversion/CMakeLists.txt
+++ b/Modules/Core/Conversion/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.h b/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.h
index de86e3af487430a3f722d16d8782e652c6054e91..7f2e4768b9721eb2b2e6c797ebb805e6442501d9 100644
--- a/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.h
+++ b/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.hxx b/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.hxx
index ed759d9184f2e298b2e99ed17fcb9377bbbc53cd..fb7aee03c56bfe896209225945b5bec7e98a3e5d 100644
--- a/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.hxx
+++ b/Modules/Core/Conversion/include/otbLabelImageRegionMergingFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.h b/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.h
index 2c194cbd610c5ca2b22c13d9c3b74e96009bd6c1..8a953811571a54e5b79af1215389f3ce9aa3683a 100644
--- a/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.h
+++ b/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.hxx b/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.hxx
index 00da1011ab0aae3ea05159f2b338ef14d88da53d..bf452fed11aa39ea7b4fa2d01c50427bbc59a2c3 100644
--- a/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.hxx
+++ b/Modules/Core/Conversion/include/otbLabelImageRegionPruningFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.h b/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.h
index 7dc12c94ea54ee28f764dd9919886ee8fe9dc7bc..beafa870063a10a2871b264e18239bf0bd4d6cf8 100644
--- a/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.h
+++ b/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.hxx b/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.hxx
index 7ece8eb15b42436059225ac30bc2dc1ef9384000..fe8a4aaf69a9447a1ba68f513d9c090607affb47 100644
--- a/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.hxx
+++ b/Modules/Core/Conversion/include/otbLabelImageSmallRegionMergingFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.h b/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
index 1a6fbf19a40aa05a7781e15359c08f85b33b8bb8..ab35fd47873ab19ca1375976b86fb416edd6de7e 100644
--- a/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
+++ b/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.hxx b/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.hxx
index 9e36d569af508e9897dc1cc8333f1b61f5fb0f51..d9ccb15d5d063b506c684dab6a52ebac6534431e 100644
--- a/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.hxx
+++ b/Modules/Core/Conversion/include/otbLabelImageToOGRDataSourceFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.h b/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.h
index 3861a683a79ed3615079beded886c2aa4d2786f1..f9865c9180c844ba875c358e419d141bc1b382a3 100644
--- a/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.h
+++ b/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.hxx b/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.hxx
index 60f5c60661333d831a3ba477714480076b04aee2..7634fb489c430d41dad5664b85b4b289d16d3368 100644
--- a/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.hxx
+++ b/Modules/Core/Conversion/include/otbLabelImageToVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.h b/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.h
index 18906d4c799e647c0642efaa38f7635c52f53130..432d1cdeed2ec6780d8bd4c2471c557eea42e7f1 100644
--- a/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.h
+++ b/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.hxx b/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.hxx
index f0791b16f86cdb4da18113b79ff2cdf3fd22f5e4..ce7f51b9d8cabfd3a5db0c3ba6cfc5064c370456 100644
--- a/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.hxx
+++ b/Modules/Core/Conversion/include/otbLabelMapToVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.h b/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.h
index 8f754b734ce8ddb4e20b02cd789ac66613a1013d..ccf6f5bc1f549e233105ab28183545f04e4d9654 100644
--- a/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.h
+++ b/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.hxx b/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.hxx
index 458cbf2d26f70254a284374d79d83ea4c9e33285..21a30da1aa159d191234dba31c0c26661ebd9708 100644
--- a/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.hxx
+++ b/Modules/Core/Conversion/include/otbOGRDataSourceToLabelImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.h b/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.h
index 6d77f0bdd12f53b139f7074e5e15acbaa2609d14..7121f7a5a318acbb9d1e1de238415798377340fc 100644
--- a/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.h
+++ b/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.hxx b/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.hxx
index 3057cb5d681b33bd873ad1786f4883519cc4c8c0..712a28a281e242cfb347aee4572eb6d766eb2112 100644
--- a/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.hxx
+++ b/Modules/Core/Conversion/include/otbPersistentImageToOGRDataFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.h b/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.h
index e01e054a3ecb1ab16fefff962e131d4e4574b443..8fd6d8c695fa45767ba011efbc2a5a05ff8e8635 100644
--- a/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.h
+++ b/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.hxx b/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.hxx
index 0f4d2ee3fcbefb81dbb34105259e049df41e0261..6de90ab443ff7eadc16a883c846c54eec53bd28e 100644
--- a/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.hxx
+++ b/Modules/Core/Conversion/include/otbPersistentImageToOGRLayerFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.h b/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.h
index e59be45b12790b4070e520210c295e44b8701673..801ccf99ceb4dc308b3a6cea20f8ca5795fd6d96 100644
--- a/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.h
+++ b/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.hxx b/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.hxx
index 30bd89c03badbcb335ef3611433f698b3b0294f7..88944954a94e9eb8017a289127689d4277687a83 100644
--- a/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.hxx
+++ b/Modules/Core/Conversion/include/otbPersistentImageToVectorDataFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.h b/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.h
index 970e019614b58158c01bd93d7bf4518726141329..3de883e0bc71258e237ecc4658fea27730f546fc 100644
--- a/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.h
+++ b/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.hxx b/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.hxx
index e4d3143cf31a307662fb75595a50f6e621da1ea1..d6ef04e798fe9cb1570926e8c7262c3cdae7039e 100644
--- a/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.hxx
+++ b/Modules/Core/Conversion/include/otbRasterizeVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.h b/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.h
index fee515084f48c16afe00c1b03c705c6b653130f2..e79c7c985e154c5e6dac97e404e111961b648835 100644
--- a/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.h
+++ b/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.hxx b/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.hxx
index 8af973368aae464a8f36ff0a79c223612084a7a9..6f7af097515aaaa5ce6a26a3b00a2e0e1891e49a 100644
--- a/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.hxx
+++ b/Modules/Core/Conversion/include/otbVectorDataToLabelImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.h b/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.h
index 6cbaffd7d38a507a1e8dce0800642e8f2cb3f28f..a59df3567b68b486c5723e2857fa469b7adc5cd2 100644
--- a/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.h
+++ b/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.hxx b/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.hxx
index f5bffc0175f4c86bc93ea2197be512e043746bdd..f9c252a3f78baef1aa713172182ea0175b4c03e3 100644
--- a/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.hxx
+++ b/Modules/Core/Conversion/include/otbVectorDataToLabelMapFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.h b/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.h
index 09d753c4ca9bf256bd046ef895445881c23d978d..2b7da34b1ac74d427db157eaacf1f01edf03798b 100644
--- a/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.h
+++ b/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.hxx b/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.hxx
index 34f490724f5744b400922a3f371fa7813b95c169..0479302e86afc8bb1a8549236f8da605e10da6d8 100644
--- a/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.hxx
+++ b/Modules/Core/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/otb-module.cmake b/Modules/Core/Conversion/otb-module.cmake
index e80f31612340e10c16e97b4e3b4ab0c28113fd3e..f437a357202a358856aeaba53aa5a03d556f6e71 100644
--- a/Modules/Core/Conversion/otb-module.cmake
+++ b/Modules/Core/Conversion/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Conversion/test/CMakeLists.txt b/Modules/Core/Conversion/test/CMakeLists.txt
index 8439203a5ddb53d03cc913bbc12e71fa774a3837..f74a30ecab490264a16763b182a1e1fb10a0d887 100644
--- a/Modules/Core/Conversion/test/CMakeLists.txt
+++ b/Modules/Core/Conversion/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Conversion/test/otbConversionTestDriver.cxx b/Modules/Core/Conversion/test/otbConversionTestDriver.cxx
index 7d9165bf9c1ce41c75172315d1cbfbdc70893603..c7f3069292579754d445ea987c71dcc792868c69 100644
--- a/Modules/Core/Conversion/test/otbConversionTestDriver.cxx
+++ b/Modules/Core/Conversion/test/otbConversionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbLabelImageRegionMergingFilter.cxx b/Modules/Core/Conversion/test/otbLabelImageRegionMergingFilter.cxx
index 0c470201e3efffa914d8d94fec03a390da58ccc0..575db3854f4b0943b92e8a434d4694d07cdb9316 100644
--- a/Modules/Core/Conversion/test/otbLabelImageRegionMergingFilter.cxx
+++ b/Modules/Core/Conversion/test/otbLabelImageRegionMergingFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbLabelImageRegionPruningFilter.cxx b/Modules/Core/Conversion/test/otbLabelImageRegionPruningFilter.cxx
index a57254b258c108e6bebb04672e9a2bbeb10204bf..bb43e2d2abd7ae696b0b23126c27292767bc1553 100644
--- a/Modules/Core/Conversion/test/otbLabelImageRegionPruningFilter.cxx
+++ b/Modules/Core/Conversion/test/otbLabelImageRegionPruningFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbLabelImageToOGRDataSourceFilter.cxx b/Modules/Core/Conversion/test/otbLabelImageToOGRDataSourceFilter.cxx
index 87ded30d2a6bdc1aa9bb6b654301c4a10f344fd3..2dfe04474310019ae980c74a1b50a005607e51c4 100644
--- a/Modules/Core/Conversion/test/otbLabelImageToOGRDataSourceFilter.cxx
+++ b/Modules/Core/Conversion/test/otbLabelImageToOGRDataSourceFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbLabelImageToVectorDataFilter.cxx b/Modules/Core/Conversion/test/otbLabelImageToVectorDataFilter.cxx
index c4b158e485c4ab419a3add0bf2b5bec2567b8fb4..c9a35c65ddf134f1e3bf2a98f8089ab26199cc19 100644
--- a/Modules/Core/Conversion/test/otbLabelImageToVectorDataFilter.cxx
+++ b/Modules/Core/Conversion/test/otbLabelImageToVectorDataFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbLabelMapToVectorDataFilter.cxx b/Modules/Core/Conversion/test/otbLabelMapToVectorDataFilter.cxx
index a73904a738e67d20a8641583d94aa6f970611db3..6f4efdda95fb60086ba325075345e8f58c9d3363 100644
--- a/Modules/Core/Conversion/test/otbLabelMapToVectorDataFilter.cxx
+++ b/Modules/Core/Conversion/test/otbLabelMapToVectorDataFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -47,13 +47,13 @@ int otbLabelMapToVectorDataFilter(int argc, char* argv[])
   // Labeled image type
   const unsigned int     Dimension = 2;
   typedef unsigned short LabelType;
-  typedef otb::Image<LabelType, Dimension> LabeledImageType;
-  typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+  typedef otb::Image<LabelType, Dimension> LabelledImageType;
+  typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
 
   // Label map typedef
   typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
   typedef itk::LabelMap<LabelObjectType> LabelMapType;
-  typedef itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+  typedef itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
   typedef otb::VectorData<double, 2>                                      VectorDataType;
   typedef otb::VectorDataFileWriter<VectorDataType> WriterType;
   typedef otb::VectorDataProjectionFilter<VectorDataType, VectorDataType> VectorDataFilterType;
diff --git a/Modules/Core/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx b/Modules/Core/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx
index 35064f92d58a7e2e6c98961636b8da80ed315bb7..a744ebe75cd012f038f8ddaf9d0fa21f2f62aab4 100644
--- a/Modules/Core/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx
+++ b/Modules/Core/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbPolygonizationRasterizationTest.cxx b/Modules/Core/Conversion/test/otbPolygonizationRasterizationTest.cxx
index 85fbd628ffdcfbde004ad71c7b5666db876758ab..38e3d209e763a998c0f0500767e13b8a1ef93cf2 100644
--- a/Modules/Core/Conversion/test/otbPolygonizationRasterizationTest.cxx
+++ b/Modules/Core/Conversion/test/otbPolygonizationRasterizationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbVectorDataRasterizeFilter.cxx b/Modules/Core/Conversion/test/otbVectorDataRasterizeFilter.cxx
index 6b1137699c87577424e8928de33ca6cbcdf84b78..5a1899ec60ed465c9848e8d917ecfa456b56e9c7 100644
--- a/Modules/Core/Conversion/test/otbVectorDataRasterizeFilter.cxx
+++ b/Modules/Core/Conversion/test/otbVectorDataRasterizeFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilter.cxx b/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilter.cxx
index f1471341fd557d0abc459502c1171ecb274c91a9..e7e889037b1248d81d9667d7ce42f8fa7cc52e75 100644
--- a/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilter.cxx
+++ b/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx b/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx
index de2ba8035a14f6f1425508f58e18d02847a65d6b..f8254af679db1a07b5f0256fd2f99981477040ad 100644
--- a/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx
+++ b/Modules/Core/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Conversion/test/otbVectorDataToLabelMapFilter.cxx b/Modules/Core/Conversion/test/otbVectorDataToLabelMapFilter.cxx
index a38fb975714fa5385334d1f7acafaf660e82a8a8..bbbd3305ba14ebdee00135fb592b943307f0656d 100644
--- a/Modules/Core/Conversion/test/otbVectorDataToLabelMapFilter.cxx
+++ b/Modules/Core/Conversion/test/otbVectorDataToLabelMapFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -51,8 +51,8 @@ int otbVectorDataToLabelMapFilter(int argc, char* argv[])
   // Labeled image type
   const unsigned int     Dimension = 2;
   typedef unsigned short LabelType;
-  typedef otb::Image<LabelType, Dimension> LabeledImageType;
-  typedef otb::ImageFileWriter<LabeledImageType> WriterType;
+  typedef otb::Image<LabelType, Dimension> LabelledImageType;
+  typedef otb::ImageFileWriter<LabelledImageType> WriterType;
 
   // Label map typedef
   typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
@@ -62,7 +62,7 @@ int otbVectorDataToLabelMapFilter(int argc, char* argv[])
   typedef otb::VectorDataFileReader<VectorDataType> ReaderType;
   typedef otb::VectorDataToLabelMapFilter<VectorDataType, LabelMapType> VectorDataToLabelMapFilterType;
 
-  typedef itk::LabelMapToLabelImageFilter<LabelMapType, LabeledImageType> LabelMapToLabelImageFilterType;
+  typedef itk::LabelMapToLabelImageFilter<LabelMapType, LabelledImageType> LabelMapToLabelImageFilterType;
 
   ReaderType::Pointer reader = ReaderType::New();
   reader->SetFileName(infname);
diff --git a/Modules/Core/Convolution/CMakeLists.txt b/Modules/Core/Convolution/CMakeLists.txt
index 7610599d3a5a5c9b2e1814a92f82c12602487efa..4a79021d37ac4ea8f9577293913d40d63b380aa2 100644
--- a/Modules/Core/Convolution/CMakeLists.txt
+++ b/Modules/Core/Convolution/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Convolution/include/otbConvolutionImageFilter.h b/Modules/Core/Convolution/include/otbConvolutionImageFilter.h
index 635b653eb22801ecd8cdd410dcdebf9b43bc8f2c..4a201163e998ad6952c12eb6f1d461cb59ae872e 100644
--- a/Modules/Core/Convolution/include/otbConvolutionImageFilter.h
+++ b/Modules/Core/Convolution/include/otbConvolutionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/include/otbConvolutionImageFilter.hxx b/Modules/Core/Convolution/include/otbConvolutionImageFilter.hxx
index 0d65080517daeb2123cad04eecf9449bfdc10e29..4932cfadfe62b4758dc9f677ab13a1ea1866b75d 100644
--- a/Modules/Core/Convolution/include/otbConvolutionImageFilter.hxx
+++ b/Modules/Core/Convolution/include/otbConvolutionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/include/otbGaborFilterGenerator.h b/Modules/Core/Convolution/include/otbGaborFilterGenerator.h
index 66ed183656bdf297fb5b25470d3179706e48eed3..9786f3de5888bda47a0d72b89b3c33d6e3a9270b 100644
--- a/Modules/Core/Convolution/include/otbGaborFilterGenerator.h
+++ b/Modules/Core/Convolution/include/otbGaborFilterGenerator.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/include/otbGaborFilterGenerator.hxx b/Modules/Core/Convolution/include/otbGaborFilterGenerator.hxx
index 572f115531c46b187a9d8bfbe5ceba7713df2fc9..c8c79673151bd390fc8c08b2ed59be09c5e26e06 100644
--- a/Modules/Core/Convolution/include/otbGaborFilterGenerator.hxx
+++ b/Modules/Core/Convolution/include/otbGaborFilterGenerator.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.h b/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.h
index 28d0b904dbf024cec8f49e06ee11e6e4cd6f9648..00bcc52ee1a7b91f69f16954a22f00fbae49037c 100644
--- a/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.h
+++ b/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.hxx b/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.hxx
index 9c7d2e6051cdf88043265827b94dd32cc8e46066..df27d747d15819d9a94e968f43614ba7f65859ba 100644
--- a/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.hxx
+++ b/Modules/Core/Convolution/include/otbOverlapSaveConvolutionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/otb-module.cmake b/Modules/Core/Convolution/otb-module.cmake
index b1e5196f6da450c4e9e0156a02e18a1571f9d8c0..f9fc0b300f87521275b55087adac9996e22f1614 100644
--- a/Modules/Core/Convolution/otb-module.cmake
+++ b/Modules/Core/Convolution/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Convolution/test/CMakeLists.txt b/Modules/Core/Convolution/test/CMakeLists.txt
index 56cfc69dbd429cee17e8a5c9d7a1c7a1a97adcd9..ebb6f84892b968f6c26feb23e22696a56c3f649d 100644
--- a/Modules/Core/Convolution/test/CMakeLists.txt
+++ b/Modules/Core/Convolution/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Convolution/test/otbCompareOverlapSaveAndClassicalConvolutionWithGaborFilter.cxx b/Modules/Core/Convolution/test/otbCompareOverlapSaveAndClassicalConvolutionWithGaborFilter.cxx
index a0827084d745729b9d83957545c16d2933003f81..9b4ebb0fa3af7285c2aef2398f387c8ab512000e 100644
--- a/Modules/Core/Convolution/test/otbCompareOverlapSaveAndClassicalConvolutionWithGaborFilter.cxx
+++ b/Modules/Core/Convolution/test/otbCompareOverlapSaveAndClassicalConvolutionWithGaborFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/test/otbConvolutionImageFilter.cxx b/Modules/Core/Convolution/test/otbConvolutionImageFilter.cxx
index 2e0c95f51d0dbcf47d8b0dee3861a8e76a702747..974d5d0b5eab2f6885c6bcff6f3e1be9c642cc75 100644
--- a/Modules/Core/Convolution/test/otbConvolutionImageFilter.cxx
+++ b/Modules/Core/Convolution/test/otbConvolutionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx b/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx
index 04a960271b8e37336421bed559a3a02e99fd0467..9e5a6dc2d2c7aff68a00fb3e76c7e8577cdb5de4 100644
--- a/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx
+++ b/Modules/Core/Convolution/test/otbConvolutionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/test/otbGaborFilterGenerator.cxx b/Modules/Core/Convolution/test/otbGaborFilterGenerator.cxx
index 779fded8b875be1cef32916848959ce04e922b03..b6b8c6624af1d13f1ce74e63ad103ab2305c8faf 100644
--- a/Modules/Core/Convolution/test/otbGaborFilterGenerator.cxx
+++ b/Modules/Core/Convolution/test/otbGaborFilterGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Convolution/test/otbOverlapSaveConvolutionImageFilter.cxx b/Modules/Core/Convolution/test/otbOverlapSaveConvolutionImageFilter.cxx
index 2f31bbd5de6f36b1ffa5460dbbba8ae7663c3893..ec44bda44fcf265082352f9ed4728e3e2a575e86 100644
--- a/Modules/Core/Convolution/test/otbOverlapSaveConvolutionImageFilter.cxx
+++ b/Modules/Core/Convolution/test/otbOverlapSaveConvolutionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/CMakeLists.txt b/Modules/Core/DEM/CMakeLists.txt
index 09bb36c17b8e4637a626b31a62dfecdfc6c834dd..a17a9821ae451e57d86c994645d10869f16ff1ad 100644
--- a/Modules/Core/DEM/CMakeLists.txt
+++ b/Modules/Core/DEM/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.h b/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.h
index 66aef1ba91f8ec249d35a140b28bcff7fbf51b7c..188ff7b3cc6ab41850874189944825ef58ef7995 100644
--- a/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.h
+++ b/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.hxx b/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.hxx
index 96c36f86e5ac55838362ebda42579913350f436f..0489c4623242ea8d2f5cc311e34e226ff8a9a777 100644
--- a/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.hxx
+++ b/Modules/Core/DEM/include/otbDEMCaracteristicsExtractor.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/include/otbDEMToImageGenerator.h b/Modules/Core/DEM/include/otbDEMToImageGenerator.h
index e402020ce140b2421626728ed67000235a2924a8..8dd30b04ba9fd197a40fba819c723b45c6aeb627 100644
--- a/Modules/Core/DEM/include/otbDEMToImageGenerator.h
+++ b/Modules/Core/DEM/include/otbDEMToImageGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/include/otbDEMToImageGenerator.hxx b/Modules/Core/DEM/include/otbDEMToImageGenerator.hxx
index 0654a9fa2725f99beb01b5064d14d4d418905710..48d8da13ebfe12d5714125754f79a6f869e033ae 100644
--- a/Modules/Core/DEM/include/otbDEMToImageGenerator.hxx
+++ b/Modules/Core/DEM/include/otbDEMToImageGenerator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/otb-module.cmake b/Modules/Core/DEM/otb-module.cmake
index a04c7e610b60d6e94f015643d1be3cc9d2ff7323..0cd6648fe0bcb3f0d97eebf44110fe9c3f555d68 100644
--- a/Modules/Core/DEM/otb-module.cmake
+++ b/Modules/Core/DEM/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/DEM/test/CMakeLists.txt b/Modules/Core/DEM/test/CMakeLists.txt
index 0bcf2e203dbb3f0112884db0b9a1b846b1f8a1a3..79e82fc623edcf30cd36b0d35eac72d97c1bcb75 100644
--- a/Modules/Core/DEM/test/CMakeLists.txt
+++ b/Modules/Core/DEM/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/DEM/test/otbDEMCaracteristicsExtractor.cxx b/Modules/Core/DEM/test/otbDEMCaracteristicsExtractor.cxx
index 76d7955dd183b387733ca99adfa17a5dc4ddee90..2b30ae0332795ff4ed52ebed698bfe2edd83ced5 100644
--- a/Modules/Core/DEM/test/otbDEMCaracteristicsExtractor.cxx
+++ b/Modules/Core/DEM/test/otbDEMCaracteristicsExtractor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/test/otbDEMTestDriver.cxx b/Modules/Core/DEM/test/otbDEMTestDriver.cxx
index b28de813d21c9aa2140cbdf12eea0374336c9506..d4d47820797b73651364a672108b5f889b0d7e61 100644
--- a/Modules/Core/DEM/test/otbDEMTestDriver.cxx
+++ b/Modules/Core/DEM/test/otbDEMTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/test/otbDEMToImageGeneratorFromImageTest.cxx b/Modules/Core/DEM/test/otbDEMToImageGeneratorFromImageTest.cxx
index 4896aa902549bc9b6d0f0383f59d456b02d63247..797f021eae9f38ed31582a55072c7a509043dffb 100644
--- a/Modules/Core/DEM/test/otbDEMToImageGeneratorFromImageTest.cxx
+++ b/Modules/Core/DEM/test/otbDEMToImageGeneratorFromImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/DEM/test/otbDEMToImageGeneratorTest.cxx b/Modules/Core/DEM/test/otbDEMToImageGeneratorTest.cxx
index 9259ac0cfd31045c13ee1988adcc4ffd8e6b836a..4579d24372bdc3f3f4c49ceea138a5a0a17c1e39 100644
--- a/Modules/Core/DEM/test/otbDEMToImageGeneratorTest.cxx
+++ b/Modules/Core/DEM/test/otbDEMToImageGeneratorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/CMakeLists.txt b/Modules/Core/Density/CMakeLists.txt
index 0a15e706b2dc4185f2460dc58cbceeb563693fdb..04daccafbe3422613cc002dbed618484f3856dee 100644
--- a/Modules/Core/Density/CMakeLists.txt
+++ b/Modules/Core/Density/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Density/include/otbKeyPointDensityImageFilter.h b/Modules/Core/Density/include/otbKeyPointDensityImageFilter.h
index 025246751fb32b7b32e57038482277a9ad63a793..22292d27cdce8a5fe88012b16032219172f273d7 100644
--- a/Modules/Core/Density/include/otbKeyPointDensityImageFilter.h
+++ b/Modules/Core/Density/include/otbKeyPointDensityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbKeyPointDensityImageFilter.hxx b/Modules/Core/Density/include/otbKeyPointDensityImageFilter.hxx
index e4b811a0a9813c2f567bc4ca6517c8e450841e1d..d7f11c2f17a7d30a48f9aa0b467afbbf966d1bd3 100644
--- a/Modules/Core/Density/include/otbKeyPointDensityImageFilter.hxx
+++ b/Modules/Core/Density/include/otbKeyPointDensityImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.h b/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.h
index eabaa71c8100123aa9ea027089826144feddb000..51b424fd408063a61bb037ecb48b6749c91a0019 100644
--- a/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.h
+++ b/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.hxx b/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.hxx
index a953000bd66379b164e8b5f7de80c30c5b38cb99..962fd9f920c87340a60a56592a2a9800c0aa7fc1 100644
--- a/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.hxx
+++ b/Modules/Core/Density/include/otbPointSetDensityEpanechnikovFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetDensityFunction.h b/Modules/Core/Density/include/otbPointSetDensityFunction.h
index bce6415bf6af2375ef29c9219322aeb2aa93081d..b545f52a53e286777d43b3a5cf2f0fe8a89de3ab 100644
--- a/Modules/Core/Density/include/otbPointSetDensityFunction.h
+++ b/Modules/Core/Density/include/otbPointSetDensityFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetDensityFunction.hxx b/Modules/Core/Density/include/otbPointSetDensityFunction.hxx
index 814a62e512e401af0180e7037193cbc3c5fd9a22..1d0821f9cef5fed99f8c4c5a1550754b0bd15939 100644
--- a/Modules/Core/Density/include/otbPointSetDensityFunction.hxx
+++ b/Modules/Core/Density/include/otbPointSetDensityFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.h b/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.h
index ae314480720497b4fa982d8c48625a7c73d51b0a..034d5303bb13a6f44700fbe9d7b0a4515c30c393 100644
--- a/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.h
+++ b/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.hxx b/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.hxx
index 26a90c32cb5a413261bf4eb47611413b904ec662..4b3893e299a5da4ce0be08ecd9218124228408c1 100644
--- a/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.hxx
+++ b/Modules/Core/Density/include/otbPointSetDensityGaussianFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetToDensityImageFilter.h b/Modules/Core/Density/include/otbPointSetToDensityImageFilter.h
index 3cdfd69d720c5791ca810394d33a390691d09125..10a03b9ead9c24398220842e4774b829ef9244c2 100644
--- a/Modules/Core/Density/include/otbPointSetToDensityImageFilter.h
+++ b/Modules/Core/Density/include/otbPointSetToDensityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/include/otbPointSetToDensityImageFilter.hxx b/Modules/Core/Density/include/otbPointSetToDensityImageFilter.hxx
index d9e2de8f9f0d74b120453f6cb370c40f627acf23..f2ba17c75e9ba9fcc6c715742a9f8a802745e4f7 100644
--- a/Modules/Core/Density/include/otbPointSetToDensityImageFilter.hxx
+++ b/Modules/Core/Density/include/otbPointSetToDensityImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/otb-module.cmake b/Modules/Core/Density/otb-module.cmake
index d964e909151f42901b85f1836ba6af0157a4da8e..7ad7c3ac2c3804bb4ca14693b5f8edbb6b31977f 100644
--- a/Modules/Core/Density/otb-module.cmake
+++ b/Modules/Core/Density/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Density/test/CMakeLists.txt b/Modules/Core/Density/test/CMakeLists.txt
index 0e1cfee365e2a11e5b51b6e9655b3bda3b13c9cc..0f1824651f09c71a868ba3c9668c89aaad7f5186 100644
--- a/Modules/Core/Density/test/CMakeLists.txt
+++ b/Modules/Core/Density/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Density/test/otbDensityTestDriver.cxx b/Modules/Core/Density/test/otbDensityTestDriver.cxx
index abfe0e2ba0a65a56833edde38ab6bb6e962e3272..424faeb4507a3e469db8efe9014765c1dcf321a2 100644
--- a/Modules/Core/Density/test/otbDensityTestDriver.cxx
+++ b/Modules/Core/Density/test/otbDensityTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/test/otbKeyPointDensityImageFilterTest.cxx b/Modules/Core/Density/test/otbKeyPointDensityImageFilterTest.cxx
index c46b5a7f70b8afacb13c7dbb67342e6e5b83c72b..3521a90372905e7a355d38e2c9fd32b63f0b1e05 100644
--- a/Modules/Core/Density/test/otbKeyPointDensityImageFilterTest.cxx
+++ b/Modules/Core/Density/test/otbKeyPointDensityImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/test/otbPointSetDensityEpanechnikovFunctionTest.cxx b/Modules/Core/Density/test/otbPointSetDensityEpanechnikovFunctionTest.cxx
index 402fc91fd206b46c5760053385d170cb7d62eb07..108cd4ade44d0a15f95c1a1df4904308b6314b4b 100644
--- a/Modules/Core/Density/test/otbPointSetDensityEpanechnikovFunctionTest.cxx
+++ b/Modules/Core/Density/test/otbPointSetDensityEpanechnikovFunctionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/test/otbPointSetDensityFunctionTest.cxx b/Modules/Core/Density/test/otbPointSetDensityFunctionTest.cxx
index 289f5e1fe50267f39bb9c253fcce249a77ca8ee1..92ca7ee4999d80e89e65d6c52c45788a8dc94215 100644
--- a/Modules/Core/Density/test/otbPointSetDensityFunctionTest.cxx
+++ b/Modules/Core/Density/test/otbPointSetDensityFunctionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/test/otbPointSetDensityGaussianFunctionTest.cxx b/Modules/Core/Density/test/otbPointSetDensityGaussianFunctionTest.cxx
index 50a3699e04301b08e10b114fa500294f4661bf5c..c51c6635debe2e101fc90b92b4340ca087edfe01 100644
--- a/Modules/Core/Density/test/otbPointSetDensityGaussianFunctionTest.cxx
+++ b/Modules/Core/Density/test/otbPointSetDensityGaussianFunctionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Density/test/otbPointSetToDensityImageFilterTest.cxx b/Modules/Core/Density/test/otbPointSetToDensityImageFilterTest.cxx
index d0e51e7492211ff4546e33ed48b390db4da07697..1820f1854decc76d5602e735093d79e2b985e113 100644
--- a/Modules/Core/Density/test/otbPointSetToDensityImageFilterTest.cxx
+++ b/Modules/Core/Density/test/otbPointSetToDensityImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/CMakeLists.txt b/Modules/Core/Descriptors/CMakeLists.txt
index a0ffad11a17def842a4ffd231059be79b3008160..d64237fd91fa360f05dd7f47908a3cde01600dd5 100644
--- a/Modules/Core/Descriptors/CMakeLists.txt
+++ b/Modules/Core/Descriptors/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.h b/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.h
index 3536ea99d24cc61aa5d263a56d783ba9c1c5536f..6a90b82f0d164730d61e3a08efe79b6e0fdc7ab1 100644
--- a/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.h
+++ b/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.hxx b/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.hxx
index bf692e4e04e7415cfd25c5c72697f1d2b67cc7cc..7a3eb3aad7cccb641a78280083d8e1a8c50a7b30 100644
--- a/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.hxx
+++ b/Modules/Core/Descriptors/include/otbForwardFourierMellinTransformImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.h b/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.h
index f944f2cb9b11cc99ffac9422dddcbe877e5420f1..813cf6d46252de0e26aec6a49af89cee8a54a97f 100644
--- a/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.h
+++ b/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.hxx b/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.hxx
index f96a2b94ce0088a4246b9fcc89be0407ea9386b3..7985aebe2a33cf4937fb7d1f2eaa7707c0fa0f3f 100644
--- a/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.hxx
+++ b/Modules/Core/Descriptors/include/otbFourierMellinDescriptorsImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbHessianToScalarImageFilter.h b/Modules/Core/Descriptors/include/otbHessianToScalarImageFilter.h
index a9655d7eb491d67fe055e57ed62eac92219d54de..22acc8c07775db25b5d645a1a167bd5e4b8c15d0 100644
--- a/Modules/Core/Descriptors/include/otbHessianToScalarImageFilter.h
+++ b/Modules/Core/Descriptors/include/otbHessianToScalarImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.h b/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.h
index ccef76378e2af414f9cded3601d91d9c6286c682..7dd00f4d3235324abbd4b60ab54c6ee38ecf393f 100644
--- a/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.h
+++ b/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.hxx b/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.hxx
index ea49d794f846909fc2dda96d325983dfaacf46d7..8da6d978a4496808772b45967bd3a59378097298 100644
--- a/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.hxx
+++ b/Modules/Core/Descriptors/include/otbHistogramOfOrientedGradientCovariantImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.h b/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.h
index 54b9c9e287bda03b37b811bd3f5642907f517357..69fae27c30a978d938e1d6789af922566bac5c39 100644
--- a/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.h
+++ b/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.hxx b/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.hxx
index 0f16688640369c077c498fd6483e674adaba39a0..3f0a629f9f8829ceb1ecbcd914460ec7d3c1053c 100644
--- a/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.hxx
+++ b/Modules/Core/Descriptors/include/otbImageToHessianDeterminantImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.h b/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.h
index 4afc505b73e2547de29099aec2621131513f002f..523ff490cd91c027f5c641488ae88e966b01a277 100644
--- a/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.h
+++ b/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.hxx b/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.hxx
index 59a3061682b0bf8b06706c218422d27679e139e1..338f5bffe1095568119d3e46969f277243edfeca 100644
--- a/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.hxx
+++ b/Modules/Core/Descriptors/include/otbImageToSIFTKeyPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.h b/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.h
index 9a75ab56545cebe5f8937d96deb9aa74aa8ac19b..2ccedb5e8472d83d14001082c5547df175052fa8 100644
--- a/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.h
+++ b/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.hxx b/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.hxx
index 7b4d19943ee7eed0d889ec73ff88810925438e16..e50d7916e5345b2b65d9c4ca733af4b5416b7af1 100644
--- a/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.hxx
+++ b/Modules/Core/Descriptors/include/otbImageToSURFKeyPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.h b/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.h
index a4a426d5e52f6116d2f5f298f5e63049e6fce45e..0f30f6251c55ed656ab48e4268c700f4e592f482 100644
--- a/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.h
+++ b/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.hxx b/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.hxx
index 1322e4d51ed7115a9323239369d73de22f29f1c5..a2331da804aa217e2273b72bce54998354099293 100644
--- a/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.hxx
+++ b/Modules/Core/Descriptors/include/otbKeyPointSetsMatchingFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbLandmark.h b/Modules/Core/Descriptors/include/otbLandmark.h
index 250fe3d0eebb0f5cf4b132c266aac8b11b8437c8..3318b6307ca3b66ab9339ca1c480994dce8b0f9f 100644
--- a/Modules/Core/Descriptors/include/otbLandmark.h
+++ b/Modules/Core/Descriptors/include/otbLandmark.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbSiftFastImageFilter.h b/Modules/Core/Descriptors/include/otbSiftFastImageFilter.h
index 9184cfd1aed548c35d421dfeb119e99e5f1ca24b..a06a8fe76ecf02aff64fad7e359795fef71b4f54 100644
--- a/Modules/Core/Descriptors/include/otbSiftFastImageFilter.h
+++ b/Modules/Core/Descriptors/include/otbSiftFastImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/include/otbSiftFastImageFilter.hxx b/Modules/Core/Descriptors/include/otbSiftFastImageFilter.hxx
index 5286ada563a460c4d13cdfa2bffba24b982144cb..fe6f0bd07e18608d1f7cb68e41b65dedb340da2d 100644
--- a/Modules/Core/Descriptors/include/otbSiftFastImageFilter.hxx
+++ b/Modules/Core/Descriptors/include/otbSiftFastImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/otb-module.cmake b/Modules/Core/Descriptors/otb-module.cmake
index c00b90b2968f8361e875027bfc1c1d30fef39a02..b0ae6d08370cdf15d2504e526e924a54efae75bf 100644
--- a/Modules/Core/Descriptors/otb-module.cmake
+++ b/Modules/Core/Descriptors/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Descriptors/test/CMakeLists.txt b/Modules/Core/Descriptors/test/CMakeLists.txt
index 9bd4dca5610fe2a26257cfe4105a21b04e0676e3..943d481b4545d66e861040fd17a810a27eb1eb20 100644
--- a/Modules/Core/Descriptors/test/CMakeLists.txt
+++ b/Modules/Core/Descriptors/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Descriptors/test/otbDescriptorsTestDriver.cxx b/Modules/Core/Descriptors/test/otbDescriptorsTestDriver.cxx
index 418d1f844a39a0bb4cf2c433934c76577a353035..634ae8cfc7ec37b98fbd067ea6cab083bcf8b8c6 100644
--- a/Modules/Core/Descriptors/test/otbDescriptorsTestDriver.cxx
+++ b/Modules/Core/Descriptors/test/otbDescriptorsTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/test/otbFourierMellinDescriptors.cxx b/Modules/Core/Descriptors/test/otbFourierMellinDescriptors.cxx
index 4b433814854613fe3eb51d8f8daf953ec20ac087..6687384abe73318bc927ef25f8d1b45ec4f3b842 100644
--- a/Modules/Core/Descriptors/test/otbFourierMellinDescriptors.cxx
+++ b/Modules/Core/Descriptors/test/otbFourierMellinDescriptors.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/test/otbFourierMellinImageFilter.cxx b/Modules/Core/Descriptors/test/otbFourierMellinImageFilter.cxx
index c17a44ddbdec44fe5b45b634b497ad97ae9935bc..5fb2f52df63a89d90ae1374119be53b49b396b32 100644
--- a/Modules/Core/Descriptors/test/otbFourierMellinImageFilter.cxx
+++ b/Modules/Core/Descriptors/test/otbFourierMellinImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/test/otbHistogramOfOrientedGradientCovariantImageFunction.cxx b/Modules/Core/Descriptors/test/otbHistogramOfOrientedGradientCovariantImageFunction.cxx
index 3c0b2932d3bd741b996fd4078d237dc4a5ebe072..4bfd4b9bbe29f6ce7b3c0c44ea5f90eef9a5a454 100644
--- a/Modules/Core/Descriptors/test/otbHistogramOfOrientedGradientCovariantImageFunction.cxx
+++ b/Modules/Core/Descriptors/test/otbHistogramOfOrientedGradientCovariantImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/test/otbImageToHessianDeterminantImageFilter.cxx b/Modules/Core/Descriptors/test/otbImageToHessianDeterminantImageFilter.cxx
index 1ea9d8c436693e5a3a73daa78f26d850cf4e05b0..71c542deffd8fe8886ae8a6bfb015d2792e75cfb 100644
--- a/Modules/Core/Descriptors/test/otbImageToHessianDeterminantImageFilter.cxx
+++ b/Modules/Core/Descriptors/test/otbImageToHessianDeterminantImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Descriptors/test/otbKeyPointsAlgorithmsTest.cxx b/Modules/Core/Descriptors/test/otbKeyPointsAlgorithmsTest.cxx
index 8f3d095971b15dbbf885c0dcb98ad4bb297ac86d..90ea3375b54113726647004b50175665e1431a82 100644
--- a/Modules/Core/Descriptors/test/otbKeyPointsAlgorithmsTest.cxx
+++ b/Modules/Core/Descriptors/test/otbKeyPointsAlgorithmsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/CMakeLists.txt b/Modules/Core/Edge/CMakeLists.txt
index f5a2f969124fc3b821fda846cbdcacfa5b3552dc..7aa305807d5fcdaf7f69aef21aef5da91f2b55e2 100644
--- a/Modules/Core/Edge/CMakeLists.txt
+++ b/Modules/Core/Edge/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Edge/include/otbAssociativeSymmetricalSumImageFilter.h b/Modules/Core/Edge/include/otbAssociativeSymmetricalSumImageFilter.h
index b27a96d0460775c2528a28caf83be17f5a812b16..9b2b0a86c7057b19b8fd1cea542ef8a47b270d7b 100644
--- a/Modules/Core/Edge/include/otbAssociativeSymmetricalSumImageFilter.h
+++ b/Modules/Core/Edge/include/otbAssociativeSymmetricalSumImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.h b/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.h
index 95ffb9b181e901447144d39e9fbbc46aba4ddcac..fb3382b67a9ae0a433e613a8e5acc4a3c55e5826 100644
--- a/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.hxx b/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.hxx
index 357cb06eeeeed4ae06847c954b574d769752a925..c74f785bcb7ed08ed2fd27f96af6fd974abd0cd9 100644
--- a/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbAsymmetricFusionOfLineDetectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbEdgeDensityImageFilter.h b/Modules/Core/Edge/include/otbEdgeDensityImageFilter.h
index 30fe40e3b517cbc99f496508d9795dc76416b7bf..904e214cd33c2d15ceac2c7d7afb8de7c1d996c8 100644
--- a/Modules/Core/Edge/include/otbEdgeDensityImageFilter.h
+++ b/Modules/Core/Edge/include/otbEdgeDensityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbEdgeDensityImageFilter.hxx b/Modules/Core/Edge/include/otbEdgeDensityImageFilter.hxx
index 39a16b4837447d56d74999e72c0927b580201dfb..84283280a2407894c559f6ee059bb203b43012cc 100644
--- a/Modules/Core/Edge/include/otbEdgeDensityImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbEdgeDensityImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.h b/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.h
index 60a3cab36df31d42198980f2c40a070d3752120e..c311fba1e8e390ff18e27cb56343c98831170caf 100644
--- a/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.hxx b/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.hxx
index ba97e95f4af9aa296282c349e91936006b1c0ed7..d8fa889bfd707e11f47e86f252a14aee8adeaebd 100644
--- a/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbEdgeDetectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbHorizontalSobelVectorImageFilter.h b/Modules/Core/Edge/include/otbHorizontalSobelVectorImageFilter.h
index 5cfc6404b36a8ae2857620e855b0b3a59c78e461..63f22a2d058a730eded8c1ff42e293df116f486c 100644
--- a/Modules/Core/Edge/include/otbHorizontalSobelVectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbHorizontalSobelVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.h b/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.h
index a391afc53ef2aa795ce46148d0633ee9533fce53..c6e6393a562ccf5f9ef6efd88c94c7bcaeb76dfb 100644
--- a/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.hxx b/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.hxx
index cc4efe7f40cea52ac079dda3fadac3a5e8ee4501..cd2622141b0f77e5c727550ffc4bdaf7e9ce341a 100644
--- a/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbLineCorrelationDetectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.h b/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.h
index aa5f35216e8dc4ec1f912a3bf8d159476d244ef2..60581a8fe59d056f2ebfbe7eee7a952c17765e88 100644
--- a/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.h
+++ b/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.hxx b/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.hxx
index 9bd8ddda735dc5406160b108756301e957383a7a..0be9df929c5609a30b29aa520908c7773a7639c9 100644
--- a/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.hxx
+++ b/Modules/Core/Edge/include/otbLineDetectorImageFilterBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.h b/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.h
index b1a033e7853b55dc7917026f20d27e82910d4cc4..a2c2286bce3c92c02f688050b92990f508c2a95a 100644
--- a/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.hxx b/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.hxx
index e977d64618a6c2e1a308a0b5b428f1d30cb193fd..c41971d1e44e5c1250f8b10a733ebe6e7bdbe714 100644
--- a/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbLineRatioDetectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineSegmentDetector.h b/Modules/Core/Edge/include/otbLineSegmentDetector.h
index 7c0cb8bc699e946c560d43fa70d30645371eaf49..3445a3ad8048e11934fc229ef4acc05f8346bc43 100644
--- a/Modules/Core/Edge/include/otbLineSegmentDetector.h
+++ b/Modules/Core/Edge/include/otbLineSegmentDetector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbLineSegmentDetector.hxx b/Modules/Core/Edge/include/otbLineSegmentDetector.hxx
index b4197c17d4278aaf27f2aea1576d39de83883965..28d1ff0be99d15c781e1ab78cc263ad440ed1b68 100644
--- a/Modules/Core/Edge/include/otbLineSegmentDetector.hxx
+++ b/Modules/Core/Edge/include/otbLineSegmentDetector.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.h b/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.h
index 97df0fa81f8cb3827e943e45801b612cd4507019..f85a9ffeb6ae41e79e96e0710f777ea402edbe39 100644
--- a/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.h
+++ b/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.hxx b/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.hxx
index 6a91e22713f5dc4ef09353c37ff51026af739ef4..b4333b6b1f92e60b00a27a12eaddc04b7907dc68 100644
--- a/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbPersistentVectorizationImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.h b/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.h
index 93eb45fd5270c64a08d0ddea24ccdff5a98eaa64..1fdaf2359f3bf5869e1fe2254705688748857457 100644
--- a/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.h
+++ b/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.hxx b/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.hxx
index 137845c3bd84a834d3b8bfe04124f04c4b331e87..3e89d0d7ee3ba9ce95160236e73f4deb8b1e67b4 100644
--- a/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbPixelSuppressionByDirectionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbSobelVectorImageFilter.h b/Modules/Core/Edge/include/otbSobelVectorImageFilter.h
index 43d3e8c6aaa4e63c2f3eec6b13634193f38a4033..49ddcfda69ca140b225950bbf407c4879d5e17dd 100644
--- a/Modules/Core/Edge/include/otbSobelVectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbSobelVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.h b/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.h
index 9ccad120491198823b45d08c5cbfbfcb3621c6e0..939b00e964c175a098c0a0208ea6c9a3f1930d92 100644
--- a/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.h
+++ b/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.hxx b/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.hxx
index ec603e6c94cbbd221cbfd0f84dd97b177b7d947a..2c72b13b2c00584185b10d361f91693ddbb93116 100644
--- a/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.hxx
+++ b/Modules/Core/Edge/include/otbStreamingLineSegmentDetector.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.h b/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.h
index 18ab0948dd1ace34fb6c8e462e0710516546e221..25fb6113bd7fb4e2a53157a482308410785e3835 100644
--- a/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.hxx b/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.hxx
index 04ea5a02f30537e7419607f7f52afcd9b07bb5e2..c49d70ae11ecb2847dd0207d42f7ddeeec53372b 100644
--- a/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.hxx
+++ b/Modules/Core/Edge/include/otbTouziEdgeDetectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/include/otbVerticalSobelVectorImageFilter.h b/Modules/Core/Edge/include/otbVerticalSobelVectorImageFilter.h
index 9cdbd24286442a4e98efaaf1380a5fa1a0fb1fa8..387584c2ddec99bbd4a7ab389fd3418d75cb9ea8 100644
--- a/Modules/Core/Edge/include/otbVerticalSobelVectorImageFilter.h
+++ b/Modules/Core/Edge/include/otbVerticalSobelVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/otb-module.cmake b/Modules/Core/Edge/otb-module.cmake
index 3aa4d92057189d4a5563e0b21ac0b31e1dbf739c..d44eac20858e2450270421485d96db0ea2e1e980 100644
--- a/Modules/Core/Edge/otb-module.cmake
+++ b/Modules/Core/Edge/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Edge/test/0000094-PolygonsVectorization.cxx b/Modules/Core/Edge/test/0000094-PolygonsVectorization.cxx
index 9bd410d22554ee0590b9e391b69339a3c9becaa4..29692760cda18dde60d65a61e14226593aba145d 100644
--- a/Modules/Core/Edge/test/0000094-PolygonsVectorization.cxx
+++ b/Modules/Core/Edge/test/0000094-PolygonsVectorization.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -44,26 +44,26 @@ int main(int argc, char* argv[])
   typedef unsigned long LabelPixelType;
   typedef unsigned char PixelTypeOutput;
 
-  typedef otb::Image<LabelPixelType, 2>  LabeledImageType;
+  typedef otb::Image<LabelPixelType, 2>  LabelledImageType;
   typedef otb::Image<PixelTypeOutput, 2> OutputImageType;
-  typedef itk::ImageRegionIterator<LabeledImageType> IteratorType;
+  typedef itk::ImageRegionIterator<LabelledImageType> IteratorType;
   typedef otb::Polygon<double>                       PolygonType;
   typedef otb::ObjectList<PolygonType>               PolygonListType;
   typedef PolygonListType::Pointer                   PolygonListPointerType;
   typedef itk::ImageRegion<2>                        ImageRegionType;
 
-  typedef otb::PersistentVectorizationImageFilter<LabeledImageType, PolygonType> PersistentVectorizationFilterType;
+  typedef otb::PersistentVectorizationImageFilter<LabelledImageType, PolygonType> PersistentVectorizationFilterType;
 
-  typedef itk::ConnectedComponentImageFilter<LabeledImageType, LabeledImageType> ConnectedFilterType;
-  typedef itk::RescaleIntensityImageFilter<LabeledImageType, OutputImageType>    RescalerType;
+  typedef itk::ConnectedComponentImageFilter<LabelledImageType, LabelledImageType> ConnectedFilterType;
+  typedef itk::RescaleIntensityImageFilter<LabelledImageType, OutputImageType>    RescalerType;
   /*
     typedef itk::BinaryBallStructuringElement< LabelPixelType, 2 >        StructuringElementType;
-    typedef itk::BinaryErodeImageFilter<LabeledImageType, LabeledImageType, StructuringElementType>   ErodeFilterType;
-    typedef itk::BinaryDilateImageFilter<LabeledImageType, LabeledImageType, StructuringElementType>  DilateFilterType;
-    typedef itk::MedianImageFilter<LabeledImageType, LabeledImageType> MedianFilterType;
-    typedef otb::RemoveObjectPreprocessingImageFilter<LabeledImageType>           PreprocessingFilterType;
+    typedef itk::BinaryErodeImageFilter<LabelledImageType, LabelledImageType, StructuringElementType>   ErodeFilterType;
+    typedef itk::BinaryDilateImageFilter<LabelledImageType, LabelledImageType, StructuringElementType>  DilateFilterType;
+    typedef itk::MedianImageFilter<LabelledImageType, LabelledImageType> MedianFilterType;
+    typedef otb::RemoveObjectPreprocessingImageFilter<LabelledImageType>           PreprocessingFilterType;
   */
-  typedef otb::ImageFileReader<LabeledImageType> ReaderType;
+  typedef otb::ImageFileReader<LabelledImageType> ReaderType;
   typedef otb::ImageFileWriter<OutputImageType>  WriterType;
 
   //-----------------------------------------------------------------
@@ -214,7 +214,7 @@ int main(int argc, char* argv[])
 
     //-----------------------------------------------------------------
     // allocate the memory for the output file
-    LabeledImageType::Pointer outputImage = LabeledImageType::New();
+    LabelledImageType::Pointer outputImage = LabelledImageType::New();
     outputImage->SetRegions(reader->GetOutput()->GetRequestedRegion());
     outputImage->CopyInformation(reader->GetOutput());
     outputImage->Allocate();
diff --git a/Modules/Core/Edge/test/0000433-LineSegmentDetector_8b_16b_compare.cxx b/Modules/Core/Edge/test/0000433-LineSegmentDetector_8b_16b_compare.cxx
index 299d939a9a9ed5379a3c6549fba913eea1b10a72..dae61c2b54e2d11b0534ab355e6fa0f610a55eff 100644
--- a/Modules/Core/Edge/test/0000433-LineSegmentDetector_8b_16b_compare.cxx
+++ b/Modules/Core/Edge/test/0000433-LineSegmentDetector_8b_16b_compare.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/CMakeLists.txt b/Modules/Core/Edge/test/CMakeLists.txt
index b5e1e7560788e642bbfa83d35c0cbe6dd4ff130d..105681b77cb2daa2fe656901c02383f01fd95467 100644
--- a/Modules/Core/Edge/test/CMakeLists.txt
+++ b/Modules/Core/Edge/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Edge/test/otbAssociativeSymmetricalSum.cxx b/Modules/Core/Edge/test/otbAssociativeSymmetricalSum.cxx
index 354b3f3c679b72210493549896dcf40f22e7b55c..da5a8ce5fbc0f81d473b54ecbe4474e927090f3f 100644
--- a/Modules/Core/Edge/test/otbAssociativeSymmetricalSum.cxx
+++ b/Modules/Core/Edge/test/otbAssociativeSymmetricalSum.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbAsymmetricFusionOfLineDetector.cxx b/Modules/Core/Edge/test/otbAsymmetricFusionOfLineDetector.cxx
index b6bdb50b2dbe443d75cd4c792ac5a9233d80e624..5d0287266925d468c6cb724e1ea8b6e166412814 100644
--- a/Modules/Core/Edge/test/otbAsymmetricFusionOfLineDetector.cxx
+++ b/Modules/Core/Edge/test/otbAsymmetricFusionOfLineDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbEdgeDensityImageFilter.cxx b/Modules/Core/Edge/test/otbEdgeDensityImageFilter.cxx
index c5d8bc2d396b0cd575fef4f661ba4b7388e93e1a..24d953fb477fbbddfd635567ea677240eea62780 100644
--- a/Modules/Core/Edge/test/otbEdgeDensityImageFilter.cxx
+++ b/Modules/Core/Edge/test/otbEdgeDensityImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbEdgeDetectorImageFilter.cxx b/Modules/Core/Edge/test/otbEdgeDetectorImageFilter.cxx
index 17c2541b8712b39cf4967a1827477a3540cfccf6..7c8b57b5b1f66092f9560108cb825ca5b1a260e9 100644
--- a/Modules/Core/Edge/test/otbEdgeDetectorImageFilter.cxx
+++ b/Modules/Core/Edge/test/otbEdgeDetectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbEdgeTestDriver.cxx b/Modules/Core/Edge/test/otbEdgeTestDriver.cxx
index 0814c8e0815be156597c1690dd2c8e1c57a363c7..784a4b375f89c902982b0e5cd75a502dffd87adb 100644
--- a/Modules/Core/Edge/test/otbEdgeTestDriver.cxx
+++ b/Modules/Core/Edge/test/otbEdgeTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbHorizontalSobelVectorImageFilter.cxx b/Modules/Core/Edge/test/otbHorizontalSobelVectorImageFilter.cxx
index 8d77167cfcc2312b1dee4469cdc929edd62ed067..83e688e19c9d1e0a11343f5494f3664c95e43f5a 100644
--- a/Modules/Core/Edge/test/otbHorizontalSobelVectorImageFilter.cxx
+++ b/Modules/Core/Edge/test/otbHorizontalSobelVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Edge/test/otbLineCorrelationDetector.cxx b/Modules/Core/Edge/test/otbLineCorrelationDetector.cxx
index 3946ae3f755f32acdf663ad01fcadcea773ea774..f613c0728ae0b7773895cc771b6cee5df1f5e002 100644
--- a/Modules/Core/Edge/test/otbLineCorrelationDetector.cxx
+++ b/Modules/Core/Edge/test/otbLineCorrelationDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbLineCorrelationDetectorLinear.cxx b/Modules/Core/Edge/test/otbLineCorrelationDetectorLinear.cxx
index 246e435bfcf40ee4718f3e1c0400edb11f745ce2..ec2fa58166991756b89b8663260c556e16fa3f63 100644
--- a/Modules/Core/Edge/test/otbLineCorrelationDetectorLinear.cxx
+++ b/Modules/Core/Edge/test/otbLineCorrelationDetectorLinear.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbLineRatioDetector.cxx b/Modules/Core/Edge/test/otbLineRatioDetector.cxx
index 09c193161c669b42597ed85f7ac0f2b1e1b9f535..1085c42d544bef1b80b2a98720971cec96573a90 100644
--- a/Modules/Core/Edge/test/otbLineRatioDetector.cxx
+++ b/Modules/Core/Edge/test/otbLineRatioDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbLineRatioDetectorLinear.cxx b/Modules/Core/Edge/test/otbLineRatioDetectorLinear.cxx
index 6b47f83b204165da6490fc6b5e1212f668c40951..c9b2da8ceb5e0c4a26fd22aeee1bbcc2beb72533 100644
--- a/Modules/Core/Edge/test/otbLineRatioDetectorLinear.cxx
+++ b/Modules/Core/Edge/test/otbLineRatioDetectorLinear.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbLineSegmentDetector.cxx b/Modules/Core/Edge/test/otbLineSegmentDetector.cxx
index b913f0c45bcbd30e5305230d6fbce0af764c77d9..209f57226a6371c9882af541583b0f7b3e9c8d6a 100644
--- a/Modules/Core/Edge/test/otbLineSegmentDetector.cxx
+++ b/Modules/Core/Edge/test/otbLineSegmentDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbPersistentVectorizationFilter.cxx b/Modules/Core/Edge/test/otbPersistentVectorizationFilter.cxx
index bf90e590cdee00f8845e38fbd4de65a8b8b0ffa6..ba368f33be9c53601da5c596d5182ee7122fa70d 100644
--- a/Modules/Core/Edge/test/otbPersistentVectorizationFilter.cxx
+++ b/Modules/Core/Edge/test/otbPersistentVectorizationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbPixelSuppressionByDirection.cxx b/Modules/Core/Edge/test/otbPixelSuppressionByDirection.cxx
index 41d1f358ea72925d02d98107881e8ebfbc6a3898..bad27aac76c4d8445b7553c5d3dd07c93ab3adea 100644
--- a/Modules/Core/Edge/test/otbPixelSuppressionByDirection.cxx
+++ b/Modules/Core/Edge/test/otbPixelSuppressionByDirection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbSobelVectorImageFilter.cxx b/Modules/Core/Edge/test/otbSobelVectorImageFilter.cxx
index ddf4bee7ebc8a16d917e5ad95037173077b489a6..5493d87c3303580dba5f4c40500cc206c4f39c0f 100644
--- a/Modules/Core/Edge/test/otbSobelVectorImageFilter.cxx
+++ b/Modules/Core/Edge/test/otbSobelVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Edge/test/otbStreamingLineSegmentDetector.cxx b/Modules/Core/Edge/test/otbStreamingLineSegmentDetector.cxx
index 7d7d6418fe6513eaf45a58ddb5c67c47a2db8087..70300154639d30f402af7e7ba76ff7402317d0c0 100644
--- a/Modules/Core/Edge/test/otbStreamingLineSegmentDetector.cxx
+++ b/Modules/Core/Edge/test/otbStreamingLineSegmentDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbTouziEdgeDetector.cxx b/Modules/Core/Edge/test/otbTouziEdgeDetector.cxx
index f6b4440e5dac3cf8c5eb35e076321a5335cac0b7..0af2dfc68fd7f78f024f11787a93e25685359781 100644
--- a/Modules/Core/Edge/test/otbTouziEdgeDetector.cxx
+++ b/Modules/Core/Edge/test/otbTouziEdgeDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbTouziEdgeDetectorDirection.cxx b/Modules/Core/Edge/test/otbTouziEdgeDetectorDirection.cxx
index 029944e3fe19dac0811e3acba1e40b235b2b2eb2..d9791de2fbc9dfe5ffb709a356deba57356ed7f5 100644
--- a/Modules/Core/Edge/test/otbTouziEdgeDetectorDirection.cxx
+++ b/Modules/Core/Edge/test/otbTouziEdgeDetectorDirection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Edge/test/otbVerticalSobelVectorImageFilter.cxx b/Modules/Core/Edge/test/otbVerticalSobelVectorImageFilter.cxx
index 6263b63b8632d878c8df0cf233a4675371e56c76..639fd07f77091fb178978bc0593ae065926551dc 100644
--- a/Modules/Core/Edge/test/otbVerticalSobelVectorImageFilter.cxx
+++ b/Modules/Core/Edge/test/otbVerticalSobelVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Functor/CMakeLists.txt b/Modules/Core/Functor/CMakeLists.txt
index a7c7dfdd7609a303450813fddbad453f78ba067b..8b32236e5ee4f690d22c06fd5cc58221fb68494f 100644
--- a/Modules/Core/Functor/CMakeLists.txt
+++ b/Modules/Core/Functor/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Functor/include/otbDotProductImageFilter.h b/Modules/Core/Functor/include/otbDotProductImageFilter.h
index e499cb65697d7c8a696f1d3fe895c8c93df9e87c..32a767157443b44470b2f104d3da5e64bb908675 100644
--- a/Modules/Core/Functor/include/otbDotProductImageFilter.h
+++ b/Modules/Core/Functor/include/otbDotProductImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbFunctorImageFilter.h b/Modules/Core/Functor/include/otbFunctorImageFilter.h
index 0e959d7f35b77d208bf93c49cc4fab3d737772ab..88657f3cea52d83e07e6f9850753f195c078fe86 100644
--- a/Modules/Core/Functor/include/otbFunctorImageFilter.h
+++ b/Modules/Core/Functor/include/otbFunctorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbFunctorImageFilter.hxx b/Modules/Core/Functor/include/otbFunctorImageFilter.hxx
index e5f0ec1194fcb5e21691abe5d585eea585fc9207..8c1894d085a0de082c22463f4bbecd1a8c9f3436 100644
--- a/Modules/Core/Functor/include/otbFunctorImageFilter.hxx
+++ b/Modules/Core/Functor/include/otbFunctorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbSynthetizeFilter.h b/Modules/Core/Functor/include/otbSynthetizeFilter.h
index 6fac1c6c0742ee4cda59c667d953cf2f81b2d753..2d2d8cf6f4c4c03a5bb9225599ebd573fd719b19 100644
--- a/Modules/Core/Functor/include/otbSynthetizeFilter.h
+++ b/Modules/Core/Functor/include/otbSynthetizeFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbVariadicAddFunctor.h b/Modules/Core/Functor/include/otbVariadicAddFunctor.h
index 276115fc5e55fe2afb50eae97173865d5fa20779..e2b8e6c95d47ee92d6319a80b146b236f98868f5 100644
--- a/Modules/Core/Functor/include/otbVariadicAddFunctor.h
+++ b/Modules/Core/Functor/include/otbVariadicAddFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbVariadicConcatenateFunctor.h b/Modules/Core/Functor/include/otbVariadicConcatenateFunctor.h
index a8f79ae8089fdf10e78e81ab91cf4fa7d5f01727..4c1b2a74fbf21fe93d3f04d45ceeff0b9550564c 100644
--- a/Modules/Core/Functor/include/otbVariadicConcatenateFunctor.h
+++ b/Modules/Core/Functor/include/otbVariadicConcatenateFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbVariadicInputsImageFilter.h b/Modules/Core/Functor/include/otbVariadicInputsImageFilter.h
index 226b70064ea8cdc538a540b663449a2055e99c49..fe26d959f963801de0aca8a7205e26d225c51e3c 100644
--- a/Modules/Core/Functor/include/otbVariadicInputsImageFilter.h
+++ b/Modules/Core/Functor/include/otbVariadicInputsImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/include/otbVariadicNamedInputsImageFilter.h b/Modules/Core/Functor/include/otbVariadicNamedInputsImageFilter.h
index 59fbf1f5a9d19133b9062af021ea6fa59331e46b..1de44ec4996e6f249f59ff6108a4e3318b959dec 100644
--- a/Modules/Core/Functor/include/otbVariadicNamedInputsImageFilter.h
+++ b/Modules/Core/Functor/include/otbVariadicNamedInputsImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/otb-module.cmake b/Modules/Core/Functor/otb-module.cmake
index 6bc251cde3cf83d776a00b47091448295418eca9..6a42d075177a127f7779184b10d0e5affca74cc2 100644
--- a/Modules/Core/Functor/otb-module.cmake
+++ b/Modules/Core/Functor/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Functor/test/CMakeLists.txt b/Modules/Core/Functor/test/CMakeLists.txt
index fef177ac46f63e5015ec650f9b6399d9f228f775..6b20f614d72d2a10755b90531a2f245085a6c22a 100644
--- a/Modules/Core/Functor/test/CMakeLists.txt
+++ b/Modules/Core/Functor/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Functor/test/otbFunctorImageFilter.cxx b/Modules/Core/Functor/test/otbFunctorImageFilter.cxx
index b723efd998f1e500c7e4ee1577e67fc2cb007ce8..86e92d63fdbba7c2636e4f54b1b0a9c444255cfb 100644
--- a/Modules/Core/Functor/test/otbFunctorImageFilter.cxx
+++ b/Modules/Core/Functor/test/otbFunctorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Functor/test/otbFunctorTestDriver.cxx b/Modules/Core/Functor/test/otbFunctorTestDriver.cxx
index a634efbb08b9527774adadcd85efef118d764307..cf59e543e63c50b80b2572ebfa19cf8303f5ef3f 100644
--- a/Modules/Core/Functor/test/otbFunctorTestDriver.cxx
+++ b/Modules/Core/Functor/test/otbFunctorTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/CMakeLists.txt b/Modules/Core/Fusion/Fuzzy/CMakeLists.txt
index f5fc9b8713d8c4631e0898556d66322f1e534e54..ea7238117c646e7501d85b8b61d8508d7e38e417 100644
--- a/Modules/Core/Fusion/Fuzzy/CMakeLists.txt
+++ b/Modules/Core/Fusion/Fuzzy/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/Fuzzy/include/otbFuzzyDescriptorsModelManager.h b/Modules/Core/Fusion/Fuzzy/include/otbFuzzyDescriptorsModelManager.h
index 44a223872c75bac3b83f06fd81b93a7c8ea080e9..adb27a51cae4fbacee784f18679b9d8537f4fc09 100644
--- a/Modules/Core/Fusion/Fuzzy/include/otbFuzzyDescriptorsModelManager.h
+++ b/Modules/Core/Fusion/Fuzzy/include/otbFuzzyDescriptorsModelManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.h b/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.h
index 4b04bc97856cf766ae4ef061e6e6b24fbba3175f..74c49d6078fc11db879daf61bfbde31a65fd6a18 100644
--- a/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.h
+++ b/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.hxx b/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.hxx
index 647c8a807fd43518896b94a2b6b184808d89a131..3fae1bec1039040a15b00382c51354e1370fdf0f 100644
--- a/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.hxx
+++ b/Modules/Core/Fusion/Fuzzy/include/otbFuzzyVariable.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/otb-module.cmake b/Modules/Core/Fusion/Fuzzy/otb-module.cmake
index df3a6376d885773717ef28304eba649723d5054a..4fb661a5b98e6224e604816a4a05c6e65d07214e 100644
--- a/Modules/Core/Fusion/Fuzzy/otb-module.cmake
+++ b/Modules/Core/Fusion/Fuzzy/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/Fuzzy/src/CMakeLists.txt b/Modules/Core/Fusion/Fuzzy/src/CMakeLists.txt
index a66aa7d3a07a89b0e984f57e2532fc2ef681def0..c1d4c7c837c3ce16b06d67f5f52db9ff87da3bc5 100644
--- a/Modules/Core/Fusion/Fuzzy/src/CMakeLists.txt
+++ b/Modules/Core/Fusion/Fuzzy/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/Fuzzy/src/otbFuzzyDescriptorsModelManager.cxx b/Modules/Core/Fusion/Fuzzy/src/otbFuzzyDescriptorsModelManager.cxx
index 95b25ef04aed45b967e5e6ccee5bcaa7c7eaa81b..1aee5d3821bdd30c0167924dd22b1a8b841d0065 100644
--- a/Modules/Core/Fusion/Fuzzy/src/otbFuzzyDescriptorsModelManager.cxx
+++ b/Modules/Core/Fusion/Fuzzy/src/otbFuzzyDescriptorsModelManager.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/test/CMakeLists.txt b/Modules/Core/Fusion/Fuzzy/test/CMakeLists.txt
index 903ba2ac855615366bbe169dd6127bb60450216b..4a7d353fd5d9c49ed07aff5f158cfdf4f702f85d 100644
--- a/Modules/Core/Fusion/Fuzzy/test/CMakeLists.txt
+++ b/Modules/Core/Fusion/Fuzzy/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyDescriptorsModelManager.cxx b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyDescriptorsModelManager.cxx
index f04f7e9856de19e674ab579a3080dad763951fd8..69b58bcde3de1dd25519ecdce8c344450ef1950a 100644
--- a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyDescriptorsModelManager.cxx
+++ b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyDescriptorsModelManager.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyTestDriver.cxx b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyTestDriver.cxx
index 0c6e9d10ee37f6c33a912cf60c065071978a4a45..803fa0a81dc44ce85c109b9398299f2ba7c87995 100644
--- a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyTestDriver.cxx
+++ b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariable2Values.cxx b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariable2Values.cxx
index a92696fdbe4c74d0ab616aaaa74b16ffb4eaa4f9..0c836f39e33b292d736920cd3fd19223bf2fed44 100644
--- a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariable2Values.cxx
+++ b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariable2Values.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx
index d330e190649e9141c8ec1f31447dff2ef86c1fcc..280a64e839196696e06c0b6672eb0ae6e684d461 100644
--- a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx
+++ b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableGetMaxVar.cxx b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableGetMaxVar.cxx
index f79ae4141e3ecb3e3225087325fbab82bc607520..a62b598e4fc2b44244a5cfd8f3c981987e8bd898 100644
--- a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableGetMaxVar.cxx
+++ b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableGetMaxVar.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableSetValue.cxx b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableSetValue.cxx
index 2800996abf03f94246143cd3125de22d9a9a238d..d9898aed12f70b68ac455cdabf165508cdc5537b 100644
--- a/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableSetValue.cxx
+++ b/Modules/Core/Fusion/Fuzzy/test/otbFuzzyVariableSetValue.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/MajorityVoting/CMakeLists.txt b/Modules/Core/Fusion/MajorityVoting/CMakeLists.txt
index ee8db4f5ac73434dcb443f26b4ce7417e9e766bf..329b0f42a0658f86fc51a22f73c1048739dd282b 100644
--- a/Modules/Core/Fusion/MajorityVoting/CMakeLists.txt
+++ b/Modules/Core/Fusion/MajorityVoting/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h b/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h
index 1bb599ae34f9a65224fea861a0f9523a33035209..19a2206398cd93f5b0a181c740577d977386dee7 100644
--- a/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h
+++ b/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.hxx b/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.hxx
index 26e0d1170ab3bdeef57f56787b96fddbf0c0010d..eeea0e2f8386567ec02942ff4558171bb3924cb1 100644
--- a/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.hxx
+++ b/Modules/Core/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/MajorityVoting/otb-module.cmake b/Modules/Core/Fusion/MajorityVoting/otb-module.cmake
index 10441fc7af2dd58e2a479963272b5f0391592127..c3ee6474f86946a668d48dade34552e50daf5250 100644
--- a/Modules/Core/Fusion/MajorityVoting/otb-module.cmake
+++ b/Modules/Core/Fusion/MajorityVoting/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/MajorityVoting/test/CMakeLists.txt b/Modules/Core/Fusion/MajorityVoting/test/CMakeLists.txt
index 9fba0443165a05039186cc7ec3cead8e6acdc24c..42695f595b4d762c2a4aa727b2d56aaa5eea01d9 100644
--- a/Modules/Core/Fusion/MajorityVoting/test/CMakeLists.txt
+++ b/Modules/Core/Fusion/MajorityVoting/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Fusion/MajorityVoting/test/otbMajorityVotingTestDriver.cxx b/Modules/Core/Fusion/MajorityVoting/test/otbMajorityVotingTestDriver.cxx
index 6fda0c1a5d5b11f181dba8a714dc83a4fe966158..9023a53ddb69d3062f30b90af2b8d893c4f65161 100644
--- a/Modules/Core/Fusion/MajorityVoting/test/otbMajorityVotingTestDriver.cxx
+++ b/Modules/Core/Fusion/MajorityVoting/test/otbMajorityVotingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Fusion/MajorityVoting/test/otbNeighborhoodMajorityVotingImageFilterTest.cxx b/Modules/Core/Fusion/MajorityVoting/test/otbNeighborhoodMajorityVotingImageFilterTest.cxx
index 5a192eaf1196f21a8039340e800f7e7f659594b9..cf47071b4948c66f8a5e3bb3207570e7c4bab4db 100644
--- a/Modules/Core/Fusion/MajorityVoting/test/otbNeighborhoodMajorityVotingImageFilterTest.cxx
+++ b/Modules/Core/Fusion/MajorityVoting/test/otbNeighborhoodMajorityVotingImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/CMakeLists.txt b/Modules/Core/IO/Carto/CMakeLists.txt
index e40d0dceac2d76e84ef6bce6e300449d285062ab..6ad75b9b795b3a96730636cc6056222e1d6581f4 100644
--- a/Modules/Core/IO/Carto/CMakeLists.txt
+++ b/Modules/Core/IO/Carto/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/Carto/include/otbCoordinateToName.h b/Modules/Core/IO/Carto/include/otbCoordinateToName.h
index 2b6ea6e2de70398465b715f84c7b97a6e37a3c16..f835a8aa6bb080545979c268bfcfde471e687917 100644
--- a/Modules/Core/IO/Carto/include/otbCoordinateToName.h
+++ b/Modules/Core/IO/Carto/include/otbCoordinateToName.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.h b/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.h
index fa1ee7558b64f90da9a4258306f09d8fed9f113f..0b70ae245d21f6387b664930021e5d2cf08da4fc 100644
--- a/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.h
+++ b/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.hxx b/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.hxx
index 57e7dd92be57c8758732f53c1d43661ce878a3b1..1863bf6dd25469075b941243c2eb69855cc109a3 100644
--- a/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.hxx
+++ b/Modules/Core/IO/Carto/include/otbImageToOSMVectorDataGenerator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbMapFileProductWriter.h b/Modules/Core/IO/Carto/include/otbMapFileProductWriter.h
index a724cbe05f4515bab3162105d40cfb9682adc8a4..0a73414397b26278fbb7709566e269185d9e0bb2 100644
--- a/Modules/Core/IO/Carto/include/otbMapFileProductWriter.h
+++ b/Modules/Core/IO/Carto/include/otbMapFileProductWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbMapFileProductWriter.hxx b/Modules/Core/IO/Carto/include/otbMapFileProductWriter.hxx
index c383d9bdd81fbe756672ebea267f0ab665baf23c..2a37a4cab55ee4cb393326733b090ffd6dc0c586 100644
--- a/Modules/Core/IO/Carto/include/otbMapFileProductWriter.hxx
+++ b/Modules/Core/IO/Carto/include/otbMapFileProductWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbOSMDataToVectorDataGenerator.h b/Modules/Core/IO/Carto/include/otbOSMDataToVectorDataGenerator.h
index 49d6a74faaaee156fbd68b1116ed299590d9b9ab..451aaaff692f0096cdeab9ac620aa24004702a5e 100644
--- a/Modules/Core/IO/Carto/include/otbOSMDataToVectorDataGenerator.h
+++ b/Modules/Core/IO/Carto/include/otbOSMDataToVectorDataGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbPlaceNameToLonLat.h b/Modules/Core/IO/Carto/include/otbPlaceNameToLonLat.h
index 8a972f4f55e8dab0be67a1642359eb52d92614e7..31161ad1b47315475d6d3d415ff966ef56c2dade 100644
--- a/Modules/Core/IO/Carto/include/otbPlaceNameToLonLat.h
+++ b/Modules/Core/IO/Carto/include/otbPlaceNameToLonLat.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/include/otbWorldFile.h b/Modules/Core/IO/Carto/include/otbWorldFile.h
index ee6a495b29355e65f33e7364678a4b7e378b9795..a31b3f0109e3004534de7e09aff208a8ef81b820 100644
--- a/Modules/Core/IO/Carto/include/otbWorldFile.h
+++ b/Modules/Core/IO/Carto/include/otbWorldFile.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/otb-module.cmake b/Modules/Core/IO/Carto/otb-module.cmake
index 8c50609ed4bd3c0626596c59293e34f819c0eb3b..06db51d8142605dceafb236775a9f652d4029437 100644
--- a/Modules/Core/IO/Carto/otb-module.cmake
+++ b/Modules/Core/IO/Carto/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/Carto/src/CMakeLists.txt b/Modules/Core/IO/Carto/src/CMakeLists.txt
index d90602a020fc85199a0b823fcecbd76b41aed147..90e3a9901800b5c1623a126b9f06cb616c40e9dd 100644
--- a/Modules/Core/IO/Carto/src/CMakeLists.txt
+++ b/Modules/Core/IO/Carto/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/Carto/src/otbCoordinateToName.cxx b/Modules/Core/IO/Carto/src/otbCoordinateToName.cxx
index a0d27fb9272f59c0016b5f22eb68446910a45d1d..947d2184dced2a0810ca8df4139c63b87a2b76e8 100644
--- a/Modules/Core/IO/Carto/src/otbCoordinateToName.cxx
+++ b/Modules/Core/IO/Carto/src/otbCoordinateToName.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx b/Modules/Core/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx
index 2778db3fa1c9a488c871bf552ef17b920ec15de2..51c8b9ef9a4747b11226e474262917f385ba63ab 100644
--- a/Modules/Core/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx
+++ b/Modules/Core/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/src/otbPlaceNameToLonLat.cxx b/Modules/Core/IO/Carto/src/otbPlaceNameToLonLat.cxx
index d64bcc6d658f621c6b87706ee2ea33c725537d8d..ab6c93f9bebbe90dc098f5309eed355c21f4da45 100644
--- a/Modules/Core/IO/Carto/src/otbPlaceNameToLonLat.cxx
+++ b/Modules/Core/IO/Carto/src/otbPlaceNameToLonLat.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/src/otbWorldFile.cxx b/Modules/Core/IO/Carto/src/otbWorldFile.cxx
index 7c48dc52c6dbe671b6cce845a2d08d63de5aa922..1af263fd9b7f5f1ee9653d6f32d584cb2460953f 100644
--- a/Modules/Core/IO/Carto/src/otbWorldFile.cxx
+++ b/Modules/Core/IO/Carto/src/otbWorldFile.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/test/CMakeLists.txt b/Modules/Core/IO/Carto/test/CMakeLists.txt
index feda34ec9e8b554031fed266997a7abc6f3a2c48..102a1e5ec2ef10645f4f08ea34772abd496c813d 100644
--- a/Modules/Core/IO/Carto/test/CMakeLists.txt
+++ b/Modules/Core/IO/Carto/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/Carto/test/otbCartoTestDriver.cxx b/Modules/Core/IO/Carto/test/otbCartoTestDriver.cxx
index 272978e5e40b20ef1a54d53cd9bdc6be3f5753c0..72c7d0f5a2f8f3f40c722b12912669cd0a568d45 100644
--- a/Modules/Core/IO/Carto/test/otbCartoTestDriver.cxx
+++ b/Modules/Core/IO/Carto/test/otbCartoTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/test/otbCoordinateToNameTest.cxx b/Modules/Core/IO/Carto/test/otbCoordinateToNameTest.cxx
index 65f91b96fd7530c0f216947a92c4c7b91fd67891..2efdd61a2a3cd1d969cd28a21427bf90d428045d 100644
--- a/Modules/Core/IO/Carto/test/otbCoordinateToNameTest.cxx
+++ b/Modules/Core/IO/Carto/test/otbCoordinateToNameTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/test/otbImageToOSMVectorDataGenerator.cxx b/Modules/Core/IO/Carto/test/otbImageToOSMVectorDataGenerator.cxx
index bffdf0f6e7d332abf3b3d738207f4fe4ae85a789..f9af4a549ea2e0efc1bfea8fe82e04673f55437e 100644
--- a/Modules/Core/IO/Carto/test/otbImageToOSMVectorDataGenerator.cxx
+++ b/Modules/Core/IO/Carto/test/otbImageToOSMVectorDataGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/test/otbMapFileProductWriter.cxx b/Modules/Core/IO/Carto/test/otbMapFileProductWriter.cxx
index 0df9c48c13518e76218d5a5daf71d720ace42ec5..62c576391186b408a3993430de98b4d1c773d700 100644
--- a/Modules/Core/IO/Carto/test/otbMapFileProductWriter.cxx
+++ b/Modules/Core/IO/Carto/test/otbMapFileProductWriter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/Carto/test/otbOSMDataToVectorDataTests.cxx b/Modules/Core/IO/Carto/test/otbOSMDataToVectorDataTests.cxx
index 97e89bd7ac2e6689d559f50155ef7116a6b118ec..d9f705d41a20ec64a45127217e6d89ed3188f0ce 100644
--- a/Modules/Core/IO/Carto/test/otbOSMDataToVectorDataTests.cxx
+++ b/Modules/Core/IO/Carto/test/otbOSMDataToVectorDataTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ExtendedFilename/CMakeLists.txt b/Modules/Core/IO/ExtendedFilename/CMakeLists.txt
index 5c5fc3d8a07d867d703ad822b7e0b529a47c770f..87e48610e2384b87a7f007ec8e6817e20749e31f 100644
--- a/Modules/Core/IO/ExtendedFilename/CMakeLists.txt
+++ b/Modules/Core/IO/ExtendedFilename/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToReaderOptions.h b/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToReaderOptions.h
index 94934f4d29a38d2005724a7aacb545b3c10f58ea..ab56e92c709b21597ca41cd48606c872e2021bcb 100644
--- a/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToReaderOptions.h
+++ b/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToReaderOptions.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToWriterOptions.h b/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToWriterOptions.h
index 65e973b1c6bd7c66e568e7fe63de65d5cfcb994a..51be99a141ac5e17856fccafcc8d977dc2204034 100644
--- a/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToWriterOptions.h
+++ b/Modules/Core/IO/ExtendedFilename/include/otbExtendedFilenameToWriterOptions.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2018-2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ExtendedFilename/otb-module.cmake b/Modules/Core/IO/ExtendedFilename/otb-module.cmake
index f7e19917621df5264990353b7643a24e765536a2..b28f7199a5838a88a2bd60a1ff79953c8c14205b 100644
--- a/Modules/Core/IO/ExtendedFilename/otb-module.cmake
+++ b/Modules/Core/IO/ExtendedFilename/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/ExtendedFilename/src/CMakeLists.txt b/Modules/Core/IO/ExtendedFilename/src/CMakeLists.txt
index ea99488bd14aff5dac5ed2776b3bcf3643b42f6d..17b0346502561d8048d71d6186240e83eb6ea79a 100644
--- a/Modules/Core/IO/ExtendedFilename/src/CMakeLists.txt
+++ b/Modules/Core/IO/ExtendedFilename/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToReaderOptions.cxx b/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToReaderOptions.cxx
index 114d351c7fe2ae94521dfd181f98108bed293398..e6b85b4e83516f10a5b830d10952b2d93432372b 100644
--- a/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToReaderOptions.cxx
+++ b/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToReaderOptions.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToWriterOptions.cxx b/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToWriterOptions.cxx
index 6242de54c75c5dedf0b9bdf7d8192395c8d688a9..55aee178f692d3bd1cfe6d27d3093bb123dfba82 100644
--- a/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToWriterOptions.cxx
+++ b/Modules/Core/IO/ExtendedFilename/src/otbExtendedFilenameToWriterOptions.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2018-2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ExtendedFilename/test/CMakeLists.txt b/Modules/Core/IO/ExtendedFilename/test/CMakeLists.txt
index d4a11f4f078f39611849d1b6952437f258261353..4fa9a3816a25c877e380a9bd6ca41d13edc21776 100644
--- a/Modules/Core/IO/ExtendedFilename/test/CMakeLists.txt
+++ b/Modules/Core/IO/ExtendedFilename/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 # Copyright (C) 2020 CS Systemes d'Information (CS SI)
 #
 # This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTest.cxx b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTest.cxx
index 89db53a61aa714ebcd80a6627332750ab7f282f3..caead5fbe1ea83e48cb872f4aba53af41efa053e 100644
--- a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTest.cxx
+++ b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTestDriver.cxx b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTestDriver.cxx
index 72c9710fc50da0bd9934d1bf0d2876fe0c2b9ee2..879807ece5772921f1ba1dd17b350fad602b58ed 100644
--- a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTestDriver.cxx
+++ b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToReaderOptionsTest.cxx b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToReaderOptionsTest.cxx
index 487646fc896e3422902c27d901463f85a73b398c..3d7ead413df70e203bb59afaee4c465bfd9e8cb5 100644
--- a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToReaderOptionsTest.cxx
+++ b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToReaderOptionsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToWriterOptionsTest.cxx b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToWriterOptionsTest.cxx
index fe8d63f577e947c1f0cc251e7c3bab94cf335253..88846fee690a4bee2160535114664df238f36390 100644
--- a/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToWriterOptionsTest.cxx
+++ b/Modules/Core/IO/ExtendedFilename/test/otbExtendedFilenameToWriterOptionsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/IOGDAL/CMakeLists.txt b/Modules/Core/IO/IOGDAL/CMakeLists.txt
index 058cad216018b1d04a8703ad3f61d955539c5465..f14f748341dfb6f6e7c35c99a6b3a417ed5d3311 100644
--- a/Modules/Core/IO/IOGDAL/CMakeLists.txt
+++ b/Modules/Core/IO/IOGDAL/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOGDAL/include/otbDEMHandler.h b/Modules/Core/IO/IOGDAL/include/otbDEMHandler.h
index 91d33fb417e2fa4d32cc38d026b10414ac2723c5..74ad05dca4c0f1ae4e329ba04db6820c4a36ce9b 100644
--- a/Modules/Core/IO/IOGDAL/include/otbDEMHandler.h
+++ b/Modules/Core/IO/IOGDAL/include/otbDEMHandler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbGDALDatasetWrapper.h b/Modules/Core/IO/IOGDAL/include/otbGDALDatasetWrapper.h
index 67853e3ff54e26c7fad185b41ef35da78b10cfcb..fe5fd16d68d4da5ad289fbfb57b56b09065c1df2 100644
--- a/Modules/Core/IO/IOGDAL/include/otbGDALDatasetWrapper.h
+++ b/Modules/Core/IO/IOGDAL/include/otbGDALDatasetWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbGDALDriverManagerWrapper.h b/Modules/Core/IO/IOGDAL/include/otbGDALDriverManagerWrapper.h
index 69e62e487c69fae5925c28fc3b21f15a8cb84480..7093b20830d6aa827a8c6b1cfa821cc54063b54b 100644
--- a/Modules/Core/IO/IOGDAL/include/otbGDALDriverManagerWrapper.h
+++ b/Modules/Core/IO/IOGDAL/include/otbGDALDriverManagerWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbGDALImageIO.h b/Modules/Core/IO/IOGDAL/include/otbGDALImageIO.h
index e71d15387326155cb104e73b09c02ca927a72acb..f88037fbcee1be684bfc7e9848a87da83fc420d5 100644
--- a/Modules/Core/IO/IOGDAL/include/otbGDALImageIO.h
+++ b/Modules/Core/IO/IOGDAL/include/otbGDALImageIO.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2018-2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
@@ -229,10 +229,10 @@ public:
   }
 
   /** If multiple keys have the same path, gives the position of the one with value value*/
-  unsigned int GetAttributId(std::string const&, std::string const&) const override
+  unsigned int GetAttributeId(std::string const&, std::string const&) const override
   {
     itkExceptionMacro(
-        "GetAttributId() not yet implemented in otbGDALImageIO");
+        "GetAttributeId() not yet implemented in otbGDALImageIO");
   }
 
 protected:
diff --git a/Modules/Core/IO/IOGDAL/include/otbGDALImageIOFactory.h b/Modules/Core/IO/IOGDAL/include/otbGDALImageIOFactory.h
index 731c9b672d225caf1b00c9afbd234e334d0df576..de75deecbccbf81112d6f67e878c930a82abddcf 100644
--- a/Modules/Core/IO/IOGDAL/include/otbGDALImageIOFactory.h
+++ b/Modules/Core/IO/IOGDAL/include/otbGDALImageIOFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbGDALImageMetadataInterface.h b/Modules/Core/IO/IOGDAL/include/otbGDALImageMetadataInterface.h
index d9229298ef4360603490f31e5a105d41aaa776f0..9400bd322317e69548fb0a1df2a48d7923f9b76a 100644
--- a/Modules/Core/IO/IOGDAL/include/otbGDALImageMetadataInterface.h
+++ b/Modules/Core/IO/IOGDAL/include/otbGDALImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbGDALOverviewsBuilder.h b/Modules/Core/IO/IOGDAL/include/otbGDALOverviewsBuilder.h
index b54ed4dd074b8b9dab2f5ce935613eb62be5278e..c27ec1272dbb90b2db7e0bc7062bdd11e7e17ff0 100644
--- a/Modules/Core/IO/IOGDAL/include/otbGDALOverviewsBuilder.h
+++ b/Modules/Core/IO/IOGDAL/include/otbGDALOverviewsBuilder.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbOGRIOHelper.h b/Modules/Core/IO/IOGDAL/include/otbOGRIOHelper.h
index e7372a3ab84c2a8eca204a356f4c666593573757..8770230fb3b212eeaae6671baffeceb489e6c695 100644
--- a/Modules/Core/IO/IOGDAL/include/otbOGRIOHelper.h
+++ b/Modules/Core/IO/IOGDAL/include/otbOGRIOHelper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIO.h b/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIO.h
index a099324a37aa9f9fb8561da7a60a04293e97194d..31fd5f979c419b5315549e1b6fa47837211fe131 100644
--- a/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIO.h
+++ b/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIO.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIOFactory.h b/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIOFactory.h
index 4332d6cc0d4107c6581c66a08aff62751523a670..ea7ebb1fdffd0a977cdafa18f22811bc491350e5 100644
--- a/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIOFactory.h
+++ b/Modules/Core/IO/IOGDAL/include/otbOGRVectorDataIOFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/otb-module.cmake b/Modules/Core/IO/IOGDAL/otb-module.cmake
index 549efff5e11c0c9ee514f52e075ab9d11ec63422..dfbc8b381ebf8c435be0e7baa4dcdf862fc56c22 100644
--- a/Modules/Core/IO/IOGDAL/otb-module.cmake
+++ b/Modules/Core/IO/IOGDAL/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOGDAL/src/CMakeLists.txt b/Modules/Core/IO/IOGDAL/src/CMakeLists.txt
index 2794ae4a632dd1cd08108973706d6e6e0fc672fe..720d273fa60f562bd969ebb6e110b8daf6ed3824 100644
--- a/Modules/Core/IO/IOGDAL/src/CMakeLists.txt
+++ b/Modules/Core/IO/IOGDAL/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOGDAL/src/otbDEMHandler.cxx b/Modules/Core/IO/IOGDAL/src/otbDEMHandler.cxx
index 56edb6db2185602c1224c12c2e63a8663f7abe1e..640ae7659029cfd0325e77e1f93d4c4e754405a9 100644
--- a/Modules/Core/IO/IOGDAL/src/otbDEMHandler.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbDEMHandler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALDatasetWrapper.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALDatasetWrapper.cxx
index b2fdd4c4e5c45eaddb7bb6116bf7fefcb79af0df..2c35a8ca614d2e6cd5278e2215aca884476e1afa 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALDatasetWrapper.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALDatasetWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx
index 3ffe5f126165454c786aae8c36e36f34b6058c88..b89f3f9234d570d3f3ccc2dce18ce7bfeaf136c6 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALImageIO.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALImageIO.cxx
index 2a648a7f907dd011fa935eb0e3e51b5b09004d54..a6f8d73076b0c1d7d81dd54ecb1ba327ea70fe52 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALImageIO.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALImageIO.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2018-2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALImageIOFactory.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALImageIOFactory.cxx
index ea2120d6ef7e57b8ec45690024c8085f49481cb2..87672bbee0412ac228ae329c38b9a93aab347aa7 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALImageIOFactory.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALImageIOFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALImageMetadataInterface.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALImageMetadataInterface.cxx
index 3101a93d874c5e7fc448dd6505d0bbe00ffa871a..ecfa85ff1e5b8f57b6c6f78736b41814349e8ec6 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALImageMetadataInterface.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx
index 18fc097a64923933171435548d253a1c48b3d5c5..c23da39bb251130cc08138471e227868b693d923 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALOverviewsBuilder.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbGDALRPCTransformer.cxx b/Modules/Core/IO/IOGDAL/src/otbGDALRPCTransformer.cxx
index 4db84be9234b49179a4388b8b8dc3ce5d9e987cf..c0a573fa5b58c9c748d32e041ce4eda46e22eb55 100644
--- a/Modules/Core/IO/IOGDAL/src/otbGDALRPCTransformer.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbGDALRPCTransformer.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbOGRIOHelper.cxx b/Modules/Core/IO/IOGDAL/src/otbOGRIOHelper.cxx
index e4c701c249c0c7e0ff277b9510866876c36c127b..5d07963031b1e0065fed5540a022217a6102aae8 100644
--- a/Modules/Core/IO/IOGDAL/src/otbOGRIOHelper.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbOGRIOHelper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIO.cxx b/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
index 75a50e8c8787a15bb64c85ca68e6b32789965450..7e092ecead018ec19dadfad0df9d2f9678d07a05 100644
--- a/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIO.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIOFactory.cxx b/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIOFactory.cxx
index 4fca6fb066519f8cdecb67a70d58b86e764d3885..09d26af7325266c68359dd0f00e591ab6e701b66 100644
--- a/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIOFactory.cxx
+++ b/Modules/Core/IO/IOGDAL/src/otbOGRVectorDataIOFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/CMakeLists.txt b/Modules/Core/IO/IOGDAL/test/CMakeLists.txt
index 27014d08506f1113751c373826ce6574a9cdcfb5..4ca70d9faa6ac5638f1ae1d1bc65efaec558b93a 100644
--- a/Modules/Core/IO/IOGDAL/test/CMakeLists.txt
+++ b/Modules/Core/IO/IOGDAL/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOGDAL/test/otbDEMHandlerTest.cxx b/Modules/Core/IO/IOGDAL/test/otbDEMHandlerTest.cxx
index 37eaf49952c07a4424e67e4c226dd631415b14c1..911df1119d2746795f1043b7eed402e11c654025 100644
--- a/Modules/Core/IO/IOGDAL/test/otbDEMHandlerTest.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbDEMHandlerTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTest.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTest.cxx
index c03f954f57efe5cad3b60f92d55545ca72b744cf..1092226a9167fcf4968887a6edd699b8c9889a29 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTest.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanRead.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanRead.cxx
index 6c04bab624e34fa87e5a69e604db9ce789a3d56b..a3335e5d7ba53dec9e58df612432942edf4ec488 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanRead.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanRead.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanWrite.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanWrite.cxx
index bd30aed509672092a0b8ca123d60764d92adc585..bd4528411b955db544bb3fc5ce64c962c8a186ab 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanWrite.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestCanWrite.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
index 64c79d542999045ad7e3d2273ded7592c3132fe5..fc5695036b380d10a67fcdc8a789ae4e31cb5606 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALOverviewsBuilder.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALOverviewsBuilder.cxx
index e91515adc747b679d2753bd4b507028b922b6125..88f49ff2cabeab7efb9e833bc893c1e1d8c50bf3 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALOverviewsBuilder.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALOverviewsBuilder.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest.cxx
index 5763fc190e745f9aa8a6e216bde7972e68cb890a..8465c25faa6e157f9fcc07b4d804d42514ec607e 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest2.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest2.cxx
index ef4c4a89f589d3647134f82b5ecf453ccf16fc9d..fbdb44771814af3fd0875a23934cc74c9902b567 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest2.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALRPCTransformerTest2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx b/Modules/Core/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
index f1076a5b370999918d904a5a9035dbf7052bac96..bbf78bd88169cca9f64ed4826a3c1c2a4d411b3d 100644
--- a/Modules/Core/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbIOGDALTestDriver.cxx b/Modules/Core/IO/IOGDAL/test/otbIOGDALTestDriver.cxx
index e2140e7af44d6e154e52a4297781e9c3fec08cba..bc9f908aa27ec3c106239246beb53f613a367019 100644
--- a/Modules/Core/IO/IOGDAL/test/otbIOGDALTestDriver.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbIOGDALTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbMultiDatasetReadingInfo.cxx b/Modules/Core/IO/IOGDAL/test/otbMultiDatasetReadingInfo.cxx
index 714e1981b3bc3d6b3dc3867b5cee6f67ecb47874..998dcf476dc42afff080f05ca2ca0125923b313c 100644
--- a/Modules/Core/IO/IOGDAL/test/otbMultiDatasetReadingInfo.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbMultiDatasetReadingInfo.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanRead.cxx b/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanRead.cxx
index e9d8b8600a3fe5e597a58146ca3281440bf86ba5..a84254510759b4319bf1250b45ae98480c148104 100644
--- a/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanRead.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanRead.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanWrite.cxx b/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanWrite.cxx
index f5d470420f130aae1fb449cb271f2fdc22b3a544..6becaf7ddca7623499972fe98043d45d211dd8e8 100644
--- a/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanWrite.cxx
+++ b/Modules/Core/IO/IOGDAL/test/otbOGRVectorDataIOCanWrite.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/CMakeLists.txt b/Modules/Core/IO/IOKML/CMakeLists.txt
index 07f1d1c430e6121e728ea9fddd3ee1986cfb3514..2fee7919f787006cf068b1df7c69d3e7c7c00716 100644
--- a/Modules/Core/IO/IOKML/CMakeLists.txt
+++ b/Modules/Core/IO/IOKML/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOKML/include/otbKMLVectorDataIO.h b/Modules/Core/IO/IOKML/include/otbKMLVectorDataIO.h
index 59677f8be1de9733943f5df8e006c5a0dbd521fe..e2cf0ba1a08928b6d8eef34ff8a6ff0367f0f237 100644
--- a/Modules/Core/IO/IOKML/include/otbKMLVectorDataIO.h
+++ b/Modules/Core/IO/IOKML/include/otbKMLVectorDataIO.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/include/otbKMLVectorDataIOFactory.h b/Modules/Core/IO/IOKML/include/otbKMLVectorDataIOFactory.h
index 84cc06453c3c1bcbf1450cf15a140a33f0265dc8..d7612e8b667dc81b995b5b55748d0cfc35c2d378 100644
--- a/Modules/Core/IO/IOKML/include/otbKMLVectorDataIOFactory.h
+++ b/Modules/Core/IO/IOKML/include/otbKMLVectorDataIOFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/otb-module.cmake b/Modules/Core/IO/IOKML/otb-module.cmake
index 394b80475ecec5a08b558810b24accd3e3dbe2cd..6ea2cfed472273d32b1475946fcb3b29effa5765 100644
--- a/Modules/Core/IO/IOKML/otb-module.cmake
+++ b/Modules/Core/IO/IOKML/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOKML/src/CMakeLists.txt b/Modules/Core/IO/IOKML/src/CMakeLists.txt
index d89a0478e34ffd0018bfa8c77e1e3102dea6b5b6..047c6b477980a00f558fdb05afaef69ebfb8be30 100644
--- a/Modules/Core/IO/IOKML/src/CMakeLists.txt
+++ b/Modules/Core/IO/IOKML/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOKML/src/otbKMLVectorDataIO.cxx b/Modules/Core/IO/IOKML/src/otbKMLVectorDataIO.cxx
index fc5f3a95b01624b1c37bf1ea4d79a151e122e669..92e86985ff417e4ec7f3de8c6d740508980b50e9 100644
--- a/Modules/Core/IO/IOKML/src/otbKMLVectorDataIO.cxx
+++ b/Modules/Core/IO/IOKML/src/otbKMLVectorDataIO.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/src/otbKMLVectorDataIOFactory.cxx b/Modules/Core/IO/IOKML/src/otbKMLVectorDataIOFactory.cxx
index 4d1423b8596ee959948be97b07d32c995d019c31..4aed72e3c49d58861620306ca7285b614dcc926d 100644
--- a/Modules/Core/IO/IOKML/src/otbKMLVectorDataIOFactory.cxx
+++ b/Modules/Core/IO/IOKML/src/otbKMLVectorDataIOFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/test/CMakeLists.txt b/Modules/Core/IO/IOKML/test/CMakeLists.txt
index 5cf0e33ecc8afe611a3d1956050beb0cf6eba000..c2ac0395344d366183fc0d5d1eb4814546587a7e 100644
--- a/Modules/Core/IO/IOKML/test/CMakeLists.txt
+++ b/Modules/Core/IO/IOKML/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOKML/test/otbIOKMLTestDriver.cxx b/Modules/Core/IO/IOKML/test/otbIOKMLTestDriver.cxx
index cb8511b962173af4ae8f1bf1be570ac7959d21fc..e6c40a04fa5b1f6c482f21d0ec092087aeff7c40 100644
--- a/Modules/Core/IO/IOKML/test/otbIOKMLTestDriver.cxx
+++ b/Modules/Core/IO/IOKML/test/otbIOKMLTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanRead.cxx b/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanRead.cxx
index 2fed8f0e6b825cde7e3fd4e5b1c3acfb4b0cdc14..3f1e37b4c2608991170d980897255ef62fb3ae7a 100644
--- a/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanRead.cxx
+++ b/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanRead.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanWrite.cxx b/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanWrite.cxx
index 6aaa4d130fadf03e369845311e55eae31cd38f76..8f521ad72d4890d59eae924409264653b092868c 100644
--- a/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanWrite.cxx
+++ b/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestCanWrite.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestFileReader.cxx b/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestFileReader.cxx
index 97c08c2ff0d80396e971ca3970d491073a351d0b..d2fbec5ebf25effc597bd9b73caad438a0a4a629 100644
--- a/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestFileReader.cxx
+++ b/Modules/Core/IO/IOKML/test/otbKMLVectorDataIOTestFileReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOXML/CMakeLists.txt b/Modules/Core/IO/IOXML/CMakeLists.txt
index dc53ff0f07a35c88dd6a325601332871cbeb9664..37fdcf76a65cb5b6fecfab05d274a231e84bee54 100644
--- a/Modules/Core/IO/IOXML/CMakeLists.txt
+++ b/Modules/Core/IO/IOXML/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.h b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.h
index 97c5bef68dcf125e1a18180b88b8260a0634f674..9afac17b88809355917fabea1f1640a5224d7d45 100644
--- a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.h
+++ b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.hxx b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.hxx
index e82af96c150eab2b1a1ae15b34a8b069f0f1b680..e274565ef634d8502ab9452cf2d87c0a3596fa2a 100644
--- a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.hxx
+++ b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileReader.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.h b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.h
index bbffc8df4af90145bb472bb042d5bc12ab0f806c..f25fe6af3e244a858c4ddd5d3b70ded4488b5fd1 100644
--- a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.h
+++ b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.hxx b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.hxx
index d51f9d541e0ca1825ebe23eb97db99400a9b3067..913e6eb905abd8275d83a0807da0724dff774a63 100644
--- a/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.hxx
+++ b/Modules/Core/IO/IOXML/include/otbStatisticsXMLFileWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOXML/otb-module.cmake b/Modules/Core/IO/IOXML/otb-module.cmake
index 42571a302b011730ae3fa5430097bed8c633d281..3c5180740bd9f68061dcdf2702f737219814c662 100644
--- a/Modules/Core/IO/IOXML/otb-module.cmake
+++ b/Modules/Core/IO/IOXML/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOXML/test/CMakeLists.txt b/Modules/Core/IO/IOXML/test/CMakeLists.txt
index 7fb2ca1854a66d72984679ac47ef508e05d1eddd..4aa77dfae86a5388f56bc479be49513f7433de0d 100644
--- a/Modules/Core/IO/IOXML/test/CMakeLists.txt
+++ b/Modules/Core/IO/IOXML/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/IOXML/test/otbIOXMLTestDriver.cxx b/Modules/Core/IO/IOXML/test/otbIOXMLTestDriver.cxx
index 37af755d4cb23783b1f44f64defd18a38fba7c09..aa052a3e65c3eb7589d95a6a7fff0211df08540e 100644
--- a/Modules/Core/IO/IOXML/test/otbIOXMLTestDriver.cxx
+++ b/Modules/Core/IO/IOXML/test/otbIOXMLTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/IOXML/test/otbStatisticsXMLFileWriteAndRead.cxx b/Modules/Core/IO/IOXML/test/otbStatisticsXMLFileWriteAndRead.cxx
index 10368d4b7947698d00d28f18b81f5da744c5ebf8..23acfc79fce305bce2d09df70b507cca2ac8e0cf 100644
--- a/Modules/Core/IO/IOXML/test/otbStatisticsXMLFileWriteAndRead.cxx
+++ b/Modules/Core/IO/IOXML/test/otbStatisticsXMLFileWriteAndRead.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/CMakeLists.txt b/Modules/Core/IO/ImageIO/CMakeLists.txt
index 9b5920df764d2e9fa087f8a0fec400967f98c126..f977649f64a6bb418c3da7bcd5ed57565543a7db 100644
--- a/Modules/Core/IO/ImageIO/CMakeLists.txt
+++ b/Modules/Core/IO/ImageIO/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/ImageIO/include/otbImageFileReader.h b/Modules/Core/IO/ImageIO/include/otbImageFileReader.h
index f641672c3f4cace8b5f89829c8f455db86548450..6b269d09e97cbc8694ab76a524e86f4a264b2887 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageFileReader.h
+++ b/Modules/Core/IO/ImageIO/include/otbImageFileReader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/include/otbImageFileReader.hxx b/Modules/Core/IO/ImageIO/include/otbImageFileReader.hxx
index 378f8ad7dac45d868b971643f94271c41380cdf1..3c3eea98a9dc0fd4c87a359bbf59e17a436eca0d 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageFileReader.hxx
+++ b/Modules/Core/IO/ImageIO/include/otbImageFileReader.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/include/otbImageFileReaderException.h b/Modules/Core/IO/ImageIO/include/otbImageFileReaderException.h
index 4c025ea13220d5a0c9f54cc98921bea3cbea900a..8cdaddbcb122adaa8b2a8991361d82047cdc8592 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageFileReaderException.h
+++ b/Modules/Core/IO/ImageIO/include/otbImageFileReaderException.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/include/otbImageFileWriter.h b/Modules/Core/IO/ImageIO/include/otbImageFileWriter.h
index 7e5e5ae651719eec0073ff88052b9b9357baf2aa..077eb811e56a8a0e24a61740961a7a1fad56f248 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageFileWriter.h
+++ b/Modules/Core/IO/ImageIO/include/otbImageFileWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/include/otbImageFileWriter.hxx b/Modules/Core/IO/ImageIO/include/otbImageFileWriter.hxx
index c7409560bbdd3da1ef1d0c7d1f9c96a6baf3a6fc..237e62854c768191dd3c53cffc37aefcde5b078c 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageFileWriter.hxx
+++ b/Modules/Core/IO/ImageIO/include/otbImageFileWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2018-2020 CS Systemes d'Information (CS SI)
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/include/otbImageIOFactory.h b/Modules/Core/IO/ImageIO/include/otbImageIOFactory.h
index 406ac52ba4843963dd273daf98b3decd9678d871..3d7244fb6f10d4ba931f9c757f0f38577eddd005 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageIOFactory.h
+++ b/Modules/Core/IO/ImageIO/include/otbImageIOFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.h b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.h
index a737d0476de14952c38ece087fa8a49646bfce9d..5a9066e8bacf5ea95d9ebf540b5c4616bbc24429 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.h
+++ b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.hxx b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.hxx
index ee8ab8aa0ceabda97d9918cd8dc9b650490ccb5a..3d06a57580cfc7b378a1146372be4236c0f2fcec 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.hxx
+++ b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReader.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.h b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.h
index 90df356f531643bfc28e6eb72beed255832b1fb0..ef24763491c45e1f4f801509467764305416faba 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.h
+++ b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.hxx b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.hxx
index 80dad556b6178408dca54dccf9b384c60a04915d..150fe386ced174a1ec5d0b281910794689c6800f 100644
--- a/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.hxx
+++ b/Modules/Core/IO/ImageIO/include/otbImageSeriesFileReaderBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.h b/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.h
index 053a21c3aaff12fa8eb986a01dcf8a8403db842d..bd3f43870cdfab40c5ac18fc53ec4c03f860e4a1 100644
--- a/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.h
+++ b/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx b/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx
index bde9fa6596e05aeb4f2db9ae90234a64a16ef0d9..aed47e89f9b41c1e8ec1d4ad9d1ada507e65bad8 100644
--- a/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx
+++ b/Modules/Core/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/otb-module.cmake b/Modules/Core/IO/ImageIO/otb-module.cmake
index 7364828df926aee081f1a0108944e5e31f9246c0..29d6b1d1f1dc397a4e95697720d9b0a01b01cfbb 100644
--- a/Modules/Core/IO/ImageIO/otb-module.cmake
+++ b/Modules/Core/IO/ImageIO/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/ImageIO/src/CMakeLists.txt b/Modules/Core/IO/ImageIO/src/CMakeLists.txt
index 111a3450550e9a284d1b19d2a3f587ad7a77c120..534001db7d7422c471ee38278a2a5e550cc3cfa9 100644
--- a/Modules/Core/IO/ImageIO/src/CMakeLists.txt
+++ b/Modules/Core/IO/ImageIO/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/ImageIO/src/otbImageFileReader.cxx b/Modules/Core/IO/ImageIO/src/otbImageFileReader.cxx
index 439075f6d28979e92bff34d638d5783b09994f7d..2a97220888b91fc6243c6fcd239b73b74098cfa4 100644
--- a/Modules/Core/IO/ImageIO/src/otbImageFileReader.cxx
+++ b/Modules/Core/IO/ImageIO/src/otbImageFileReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/src/otbImageFileReaderException.cxx b/Modules/Core/IO/ImageIO/src/otbImageFileReaderException.cxx
index d44d9d965f3572b37f5796dfecd7ba98b761120c..1bd32054aa4b47494101886d853e177704aa3c39 100644
--- a/Modules/Core/IO/ImageIO/src/otbImageFileReaderException.cxx
+++ b/Modules/Core/IO/ImageIO/src/otbImageFileReaderException.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/src/otbImageFileWriter.cxx b/Modules/Core/IO/ImageIO/src/otbImageFileWriter.cxx
index 171f8fc7ceb91cb9ebd495e413fbf6823184f126..321a6f5963288542b735ff04ce066ba4e1dba7dc 100644
--- a/Modules/Core/IO/ImageIO/src/otbImageFileWriter.cxx
+++ b/Modules/Core/IO/ImageIO/src/otbImageFileWriter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/src/otbImageIOFactory.cxx b/Modules/Core/IO/ImageIO/src/otbImageIOFactory.cxx
index 47a1998dc85a6838133e974aa15b05ec23919d57..1dc67e70376bd87620bc858bb30043bcd11bceaa 100644
--- a/Modules/Core/IO/ImageIO/src/otbImageIOFactory.cxx
+++ b/Modules/Core/IO/ImageIO/src/otbImageIOFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/0000437-WriteImageCentOS.cxx b/Modules/Core/IO/ImageIO/test/0000437-WriteImageCentOS.cxx
index cf869d133e1bb428060fa933723f532b94c30b2f..bfc8110321beb1448af04023c11ba7b4f9e259eb 100644
--- a/Modules/Core/IO/ImageIO/test/0000437-WriteImageCentOS.cxx
+++ b/Modules/Core/IO/ImageIO/test/0000437-WriteImageCentOS.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/0000479-WriteInt8Image.cxx b/Modules/Core/IO/ImageIO/test/0000479-WriteInt8Image.cxx
index e681589325dfbd00d058c06bab69224b67e71f75..1c827ae72a9338ee388d822489fd3cfebf5d5959 100644
--- a/Modules/Core/IO/ImageIO/test/0000479-WriteInt8Image.cxx
+++ b/Modules/Core/IO/ImageIO/test/0000479-WriteInt8Image.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx b/Modules/Core/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx
index da47c649fc941764e9269f14f4dffa6130092a4a..904390f8e1231aaaa3bd249f8e0d86c09a19a34d 100644
--- a/Modules/Core/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx
+++ b/Modules/Core/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/CMakeLists.txt b/Modules/Core/IO/ImageIO/test/CMakeLists.txt
index 8c676dbaec30c691392f17e9b12f29197d023dc7..af1adff25c15a41f781b42074d29a0583c4fad82 100644
--- a/Modules/Core/IO/ImageIO/test/CMakeLists.txt
+++ b/Modules/Core/IO/ImageIO/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 # Copyright (C) 2020 CS Systemes d'Information (CS SI)
 #
 # This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/test/WriteUnsignedLong.cxx b/Modules/Core/IO/ImageIO/test/WriteUnsignedLong.cxx
index 517873e6563be87abe9c03ac1aee116766a60c9a..0c9693727e2863c67aa97d76f657619abdf765c2 100644
--- a/Modules/Core/IO/ImageIO/test/WriteUnsignedLong.cxx
+++ b/Modules/Core/IO/ImageIO/test/WriteUnsignedLong.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/negativespacing.cxx b/Modules/Core/IO/ImageIO/test/negativespacing.cxx
index 3b7bdbb006da68667f66aa6c15cad5b8b1c3cc8f..bf52d976717a72a7b0616970e4e1f2a64e5cc882 100644
--- a/Modules/Core/IO/ImageIO/test/negativespacing.cxx
+++ b/Modules/Core/IO/ImageIO/test/negativespacing.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbCompareWritingComplexImage.cxx b/Modules/Core/IO/ImageIO/test/otbCompareWritingComplexImage.cxx
index 7e04d454e00dfa0a05e006c6e79a583f03823204..9df14589b6b620947032f08984936a579b83e534 100644
--- a/Modules/Core/IO/ImageIO/test/otbCompareWritingComplexImage.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbCompareWritingComplexImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbComplexImageManipulationTest.cxx b/Modules/Core/IO/ImageIO/test/otbComplexImageManipulationTest.cxx
index 2bf3053615ff850aa3a135fcd69a7aea37a017f1..f50f5039ca6e15f014037e0c9a521b201b98a02c 100644
--- a/Modules/Core/IO/ImageIO/test/otbComplexImageManipulationTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbComplexImageManipulationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbComplexImageTests.cxx b/Modules/Core/IO/ImageIO/test/otbComplexImageTests.cxx
index cd7475cae71b69e4a44a9a067360b10dbf219c52..1af35a396f41d3080b76477986b01fcaad75ed99 100644
--- a/Modules/Core/IO/ImageIO/test/otbComplexImageTests.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbComplexImageTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbDoubleImageIOTest.cxx b/Modules/Core/IO/ImageIO/test/otbDoubleImageIOTest.cxx
index 527506d265840f2cf3d6d75d2a6ba34ba47c58e2..f5ebaef5fd1722c68c6328989c7e8a26336c306c 100644
--- a/Modules/Core/IO/ImageIO/test/otbDoubleImageIOTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbDoubleImageIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbFloatImageIOTest.cxx b/Modules/Core/IO/ImageIO/test/otbFloatImageIOTest.cxx
index 2f69c16557a9c6042331758f44c3fa401e53cd38..a81f023baa2bc7f965f0a6f9786d34316b806029 100644
--- a/Modules/Core/IO/ImageIO/test/otbFloatImageIOTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbFloatImageIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbGDALDriverDoubleWritingTest.cxx b/Modules/Core/IO/ImageIO/test/otbGDALDriverDoubleWritingTest.cxx
index bafa9c017f82a6cae7061f3cee25a20d77f864d4..056652060087649fba91f24f25e9d980d7155eb9 100644
--- a/Modules/Core/IO/ImageIO/test/otbGDALDriverDoubleWritingTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbGDALDriverDoubleWritingTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileReaderOptBandTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileReaderOptBandTest.cxx
index b17369857efcf9d91d758b3caaedc4783afe5500..1c545037d07b1edd0f7068af5a7a15bfdfe2b04f 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileReaderOptBandTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileReaderOptBandTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileReaderRGBTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileReaderRGBTest.cxx
index 3a4eb3d1c900d38ab3ba4dc1f288bcaa4e673543..8a89cad638e7249a627ac34cce6ffd6cfee012ec 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileReaderRGBTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileReaderRGBTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileReaderTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileReaderTest.cxx
index 33c7a325b9890e6dfe882592cf58c231ccb55e6a..cfc5c425ae64990451e7dfbd5b515889aa03a963 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileReaderTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileReaderTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileReaderTestFloat.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileReaderTestFloat.cxx
index efcc96bea4aedd091968709df7bf8026d6687622..796e44caf847614da4e5caff9607160e9d0866b1 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileReaderTestFloat.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileReaderTestFloat.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileReaderWithComplexPixel.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileReaderWithComplexPixel.cxx
index b1169194607f89d52a4fbe9d9c7c7ee9365acf57..53ed730b4a5af7b3ca4e4916914b42efba54bdb8 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileReaderWithComplexPixel.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileReaderWithComplexPixel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileWriterOptBandTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileWriterOptBandTest.cxx
index 21ff135d81e892f41163a6f9edb9a17779d3806d..2d276ea06fc59b6921fcec1eb54619a084e6d632 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileWriterOptBandTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileWriterOptBandTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileWriterRGBTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileWriterRGBTest.cxx
index 06bca5d5fddcbac59c388e17d76b917acf3a5070..e6939d1863489ebf6d3d7737993bbb887cc07f3c 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileWriterRGBTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileWriterRGBTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileWriterTest.cxx
index 2dc6f7d89836d64a49f64c3f01e87a20e4ddfdce..3d48bba78db2cc64742660d0d1ae6da10e088ad7 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileWriterTestWithoutInput.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileWriterTestWithoutInput.cxx
index 41dced662c0b36d8a6019716cdce423960278a59..a90af3cb8a59b89338ae5ca7295c1b8d45be333f 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileWriterTestWithoutInput.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileWriterTestWithoutInput.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageFileWriterWithExtendedOptionBox.cxx b/Modules/Core/IO/ImageIO/test/otbImageFileWriterWithExtendedOptionBox.cxx
index fa62f804cca6df259d2fcfef23a9fdcb30c6b90e..9e76d9644a6040035a8133462516ecd4682a7001 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageFileWriterWithExtendedOptionBox.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageFileWriterWithExtendedOptionBox.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageIOTestDriver.cxx b/Modules/Core/IO/ImageIO/test/otbImageIOTestDriver.cxx
index ec51cc3e8b67b85e7492e32638e253859dc38064..c57e6d91414ea10ba204f4d38d015913fcb3157c 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageIOTestDriver.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageIOTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageMetadataFileWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageMetadataFileWriterTest.cxx
index 6bce6478f0b3620b7f3947e062267d667cae5459..9411173eb242f3b56095de00639aa6289d18db43 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageMetadataFileWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageMetadataFileWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageMetadataStreamingFileWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbImageMetadataStreamingFileWriterTest.cxx
index db45e29ad93a00506d553eb312e57851eb774355..703f04fe58239621c0b5f516d5c83f27bf9d4488 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageMetadataStreamingFileWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageMetadataStreamingFileWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbImageSeriesFileReader.cxx b/Modules/Core/IO/ImageIO/test/otbImageSeriesFileReader.cxx
index 8c9a3d07ba90da5e86115ebdf359ff018e700b6b..d1efa9c75fce966bae086d2efd31f39a4fc46258 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageSeriesFileReader.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageSeriesFileReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/IO/ImageIO/test/otbImageStreamingFileWriterTestWithoutInput.cxx b/Modules/Core/IO/ImageIO/test/otbImageStreamingFileWriterTestWithoutInput.cxx
index 10c0cfde1c8e1a6d500cb8e0f446c336c5a15579..979e4ab88b90114f6b022e097fbbef62c2523edf 100644
--- a/Modules/Core/IO/ImageIO/test/otbImageStreamingFileWriterTestWithoutInput.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbImageStreamingFileWriterTestWithoutInput.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbIntImageIOTest.cxx b/Modules/Core/IO/ImageIO/test/otbIntImageIOTest.cxx
index e5816d25b49fdee1ad8b9cd367d7ac36e973ed83..e096fe40ca1bc8696f06f2afc941ef7a9be7fcd8 100644
--- a/Modules/Core/IO/ImageIO/test/otbIntImageIOTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbIntImageIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbMultiResolutionReadingInfo.cxx b/Modules/Core/IO/ImageIO/test/otbMultiResolutionReadingInfo.cxx
index a271502f73dbe7b7de35e2b50bb87c174ee74806..9a2d447fa7d57d0d597421274159348d80cb5c8a 100644
--- a/Modules/Core/IO/ImageIO/test/otbMultiResolutionReadingInfo.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbMultiResolutionReadingInfo.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbPNGIndexedNbBandsTest.cxx b/Modules/Core/IO/ImageIO/test/otbPNGIndexedNbBandsTest.cxx
index 7f325a0bd9a30ce438e9086b72b7c83d94b74505..6284b60219fcb7fa6cb0ac34bbc99b741d91e85c 100644
--- a/Modules/Core/IO/ImageIO/test/otbPNGIndexedNbBandsTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbPNGIndexedNbBandsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbPipeline.cxx b/Modules/Core/IO/ImageIO/test/otbPipeline.cxx
index fcb6f1b470122a1fd5c17f6cea7ed3d7980d08ff..2d5d2b57b354189c2e4451e4cbe90fe006ce5962 100644
--- a/Modules/Core/IO/ImageIO/test/otbPipeline.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbPipeline.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingTest.cxx b/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingTest.cxx
index df917efca0e641a9fe836f21f4136005c9bbab9c..f9575f3c75cd3985cf91f54a142d151bf558a758 100644
--- a/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx b/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx
index 3c4388d0793bbde25014a92971952ca0d1be162b..02e82ff2b24689bd9fcd5311c95febd749d248df 100644
--- a/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbPipelineMetadataHandlingWithUFFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbReadingComplexDataIntoComplexImageTest.cxx b/Modules/Core/IO/ImageIO/test/otbReadingComplexDataIntoComplexImageTest.cxx
index 76b106e4672462af226e97f9a59a8768e9da1fbb..47ffcf123acc2c327908b4ce0d08b4f9836b6a44 100644
--- a/Modules/Core/IO/ImageIO/test/otbReadingComplexDataIntoComplexImageTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbReadingComplexDataIntoComplexImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx
index ec146f19091b6b48e351cc6423b67b2ae7b5e510..e6b05b369473572f2fae5ea0c93ecbde7500fd1c 100644
--- a/Modules/Core/IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbShortImageIOTest.cxx b/Modules/Core/IO/ImageIO/test/otbShortImageIOTest.cxx
index d21c57003e769fed50e1dea51497ffe55998cde2..c4342cb04097b3fb1b1a7d368b9f1bf27cc54de9 100644
--- a/Modules/Core/IO/ImageIO/test/otbShortImageIOTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbShortImageIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbShortRGBImageIOTest.cxx b/Modules/Core/IO/ImageIO/test/otbShortRGBImageIOTest.cxx
index 321d938f26654ca99b940ba896a15b3c4f404978..8f141dec6e2314d79d054f9178f4451506eed3cc 100644
--- a/Modules/Core/IO/ImageIO/test/otbShortRGBImageIOTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbShortRGBImageIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTest.cxx
index ddc249c525bf9d85eb55b7e29d2b88d12e827d87..7a7e94835f826175006973551864300b2b1cf928 100644
--- a/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTestCalculateNumberOfDivisions.cxx b/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTestCalculateNumberOfDivisions.cxx
index e94c4ad21929f96a0dff832cd253e6718244c9ae..0eac698cc5975a14585ab321f29f453524aece5e 100644
--- a/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTestCalculateNumberOfDivisions.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterTestCalculateNumberOfDivisions.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx b/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx
index 2cd727d1a9c93f5a085a732a448e4379bcf04f2d..2c86bdf4b844e630dda30b7c4580aa7f8c9bf0e2 100644
--- a/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbStreamingImageFileWriterWithFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbStreamingImageFilterTest.cxx b/Modules/Core/IO/ImageIO/test/otbStreamingImageFilterTest.cxx
index cec06325730df342c47e6087323457251a26aa20..83716b3ab86f331adca5aa95ee064d148277c899 100644
--- a/Modules/Core/IO/ImageIO/test/otbStreamingImageFilterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbStreamingImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbStreamingShortImageFileWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbStreamingShortImageFileWriterTest.cxx
index d7d74ff2df44c47fd4d4a84860b570ad757027d9..dba12f2a2ff520149a2dedca5339de7b0b782ccc 100644
--- a/Modules/Core/IO/ImageIO/test/otbStreamingShortImageFileWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbStreamingShortImageFileWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbVectorImageFileReaderWriterTest.cxx b/Modules/Core/IO/ImageIO/test/otbVectorImageFileReaderWriterTest.cxx
index a585eaba5c8a12e80641efee1658ff07d4e1d171..e25c1005a6d70ebcef277e6724570c11e9164e46 100644
--- a/Modules/Core/IO/ImageIO/test/otbVectorImageFileReaderWriterTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbVectorImageFileReaderWriterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbVectorImageFileWriterTestWithoutInput.cxx b/Modules/Core/IO/ImageIO/test/otbVectorImageFileWriterTestWithoutInput.cxx
index 8993b444d97b4e3e615b584fb05fa289de8c9db6..143662e57fde7b8002bc9079dfa9c7a168e3ee2e 100644
--- a/Modules/Core/IO/ImageIO/test/otbVectorImageFileWriterTestWithoutInput.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbVectorImageFileWriterTestWithoutInput.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbVectorImageStreamingFileWriterTestWithoutInput.cxx b/Modules/Core/IO/ImageIO/test/otbVectorImageStreamingFileWriterTestWithoutInput.cxx
index 603adc7613a20fb47558939c237b1ddf9602bc58..d66a2548b2386be5d9bc6ef8b1b5f08120a80825 100644
--- a/Modules/Core/IO/ImageIO/test/otbVectorImageStreamingFileWriterTestWithoutInput.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbVectorImageStreamingFileWriterTestWithoutInput.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/ImageIO/test/otbWritingComplexDataWithComplexImageTest.cxx b/Modules/Core/IO/ImageIO/test/otbWritingComplexDataWithComplexImageTest.cxx
index 99b2c589618c9f3d016086be30f9ad27a4d773c6..38ef89eaff139eeb78fe123da8cbebab97e40a32 100644
--- a/Modules/Core/IO/ImageIO/test/otbWritingComplexDataWithComplexImageTest.cxx
+++ b/Modules/Core/IO/ImageIO/test/otbWritingComplexDataWithComplexImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/KMZWriter/CMakeLists.txt b/Modules/Core/IO/KMZWriter/CMakeLists.txt
index ece4a0a2f0e5450bada8fdfffcba476e305f45b1..bdf037891b3872b689b956d5cad374e3379cab25 100644
--- a/Modules/Core/IO/KMZWriter/CMakeLists.txt
+++ b/Modules/Core/IO/KMZWriter/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.h b/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.h
index 3313df39b81b893a433c6f3ae60ee9d95b5ac178..eb08c3a0da5c53afed117f49205abde8ab06c4de 100644
--- a/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.h
+++ b/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.hxx b/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.hxx
index 6ca069160ea84f2f0cf8d8cab22eef42c3af648f..be448e8ddd2e1ac2ab5f8c65e878134a055a9519 100644
--- a/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.hxx
+++ b/Modules/Core/IO/KMZWriter/include/otbKmzProductWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/KMZWriter/otb-module.cmake b/Modules/Core/IO/KMZWriter/otb-module.cmake
index 8293f290789d694bb9b36495ec5b53ba4433a3a5..1c58e3dc3801f0193d9a907952dd0a55baaed7e6 100644
--- a/Modules/Core/IO/KMZWriter/otb-module.cmake
+++ b/Modules/Core/IO/KMZWriter/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/KMZWriter/test/CMakeLists.txt b/Modules/Core/IO/KMZWriter/test/CMakeLists.txt
index 0f99dcfdf9d158c39efd18b96b6b4093e36a7743..27da2df9c915dcaa442755ebe9f6ee254c7ed869 100644
--- a/Modules/Core/IO/KMZWriter/test/CMakeLists.txt
+++ b/Modules/Core/IO/KMZWriter/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/KMZWriter/test/otbKMZWriterTestDriver.cxx b/Modules/Core/IO/KMZWriter/test/otbKMZWriterTestDriver.cxx
index c4155d57a580038b37a573ee14fe58e485122e4c..49eabca819f580276c9911383aab94da6d7ca502 100644
--- a/Modules/Core/IO/KMZWriter/test/otbKMZWriterTestDriver.cxx
+++ b/Modules/Core/IO/KMZWriter/test/otbKMZWriterTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/KMZWriter/test/otbKmzProductWriter.cxx b/Modules/Core/IO/KMZWriter/test/otbKmzProductWriter.cxx
index 6e661970ffecd70cd4001e6a8218e2955dc2de9f..8d46d8b1de7ac3b8066343bbbd32c4a6cd330134 100644
--- a/Modules/Core/IO/KMZWriter/test/otbKmzProductWriter.cxx
+++ b/Modules/Core/IO/KMZWriter/test/otbKmzProductWriter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/CMakeLists.txt b/Modules/Core/IO/TestKernel/CMakeLists.txt
index 5d2f60712afe1e4ee9985b429c04ab3513118938..3e7282fcfc6ff271ff6c85c9e1758babd62954f8 100644
--- a/Modules/Core/IO/TestKernel/CMakeLists.txt
+++ b/Modules/Core/IO/TestKernel/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.h b/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.h
index 2b0dbb40d29b36929608c481091a5e5e34e45502..0c9a2bc2f7533093a8645cb59d7118ac05f5ee63 100644
--- a/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.h
+++ b/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.hxx b/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.hxx
index d31b1d39fe3eb436cf9e33784779f8d12f69feab..a10fb86fc8074d9c5f6d027df41198c3124abd51 100644
--- a/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.hxx
+++ b/Modules/Core/IO/TestKernel/include/otbDifferenceImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/include/otbReadDataFile.h b/Modules/Core/IO/TestKernel/include/otbReadDataFile.h
index 71612f08aae884471fa80de26ceac6c8b5ed0870..2cff005ee34614a5f161ba15dc151ce2cf57003f 100644
--- a/Modules/Core/IO/TestKernel/include/otbReadDataFile.h
+++ b/Modules/Core/IO/TestKernel/include/otbReadDataFile.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/include/otbTestHelper.h b/Modules/Core/IO/TestKernel/include/otbTestHelper.h
index 2b89193c345fa60a4b0e87f725a0dbe77c6d1a1d..346859af4fb621b6d282b4353d5e3d7fbc155cba 100644
--- a/Modules/Core/IO/TestKernel/include/otbTestHelper.h
+++ b/Modules/Core/IO/TestKernel/include/otbTestHelper.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/include/otbTestMain.h b/Modules/Core/IO/TestKernel/include/otbTestMain.h
index 1aacb05b198e5b777b9bd499f199f3345f46c69e..2a1117241426d8c7921d5ce10c83de7e6116d92d 100644
--- a/Modules/Core/IO/TestKernel/include/otbTestMain.h
+++ b/Modules/Core/IO/TestKernel/include/otbTestMain.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/include/otbTestTools.h b/Modules/Core/IO/TestKernel/include/otbTestTools.h
index 085ecbdb9da807d873f0826d051336c0cb8afaa5..44bd01021064196ff8a53752499c33c40d350f51 100644
--- a/Modules/Core/IO/TestKernel/include/otbTestTools.h
+++ b/Modules/Core/IO/TestKernel/include/otbTestTools.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/otb-module.cmake b/Modules/Core/IO/TestKernel/otb-module.cmake
index 6273e76df4967606d1ec66e2b1b37b025349efa1..0c2efe7de4856a6fa92b2269f224fb699f868e1a 100644
--- a/Modules/Core/IO/TestKernel/otb-module.cmake
+++ b/Modules/Core/IO/TestKernel/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/TestKernel/src/CMakeLists.txt b/Modules/Core/IO/TestKernel/src/CMakeLists.txt
index 1091c590f81674de3ebef8c85169095ad71e2827..7c9a0c5867646106f93e0bbfdff98946204125d3 100644
--- a/Modules/Core/IO/TestKernel/src/CMakeLists.txt
+++ b/Modules/Core/IO/TestKernel/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/TestKernel/src/otbTestDriver.cxx b/Modules/Core/IO/TestKernel/src/otbTestDriver.cxx
index 42843d1f4391861b5d24919e3e18fbc209a432e7..d0c49df5d3ada2e2e51030062792d0433f58db75 100644
--- a/Modules/Core/IO/TestKernel/src/otbTestDriver.cxx
+++ b/Modules/Core/IO/TestKernel/src/otbTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/src/otbTestHelper.cxx b/Modules/Core/IO/TestKernel/src/otbTestHelper.cxx
index e7cfa8fcb843453e9eb67d69712ef2235800a7c9..beb7ce834713f705e3effb9e15ba1aa8bed3bce2 100644
--- a/Modules/Core/IO/TestKernel/src/otbTestHelper.cxx
+++ b/Modules/Core/IO/TestKernel/src/otbTestHelper.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/src/otbTestTools.cxx b/Modules/Core/IO/TestKernel/src/otbTestTools.cxx
index 87007b7029e6296277be65ca67de01f308246589..3a3bccb8b88bea3d9673740f42cb8da931cbd526 100644
--- a/Modules/Core/IO/TestKernel/src/otbTestTools.cxx
+++ b/Modules/Core/IO/TestKernel/src/otbTestTools.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/CMakeLists.txt b/Modules/Core/IO/TestKernel/test/CMakeLists.txt
index 112303d390287a09a391f50a09468e82b19d3ffa..7342657f984f9ea6722a9e83b47fa263286bf52b 100644
--- a/Modules/Core/IO/TestKernel/test/CMakeLists.txt
+++ b/Modules/Core/IO/TestKernel/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestScientificNotation.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestScientificNotation.cxx
index 499556a80bbe18189fec7ea2e594d8239012687f..801fa8e4c2ce7778ffb60443bcf17bfacf4f4b6f 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestScientificNotation.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestScientificNotation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests.cxx
index 2d511eea62806578ff69ac675da5d0233dce620d..ce350f876c0efd1a8dfb9624013177a4c5e287c0 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests2.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests2.cxx
index eb658eaf864fdd400d4f0c38ad6d519e5bf39faa..23fded471363d2725899be4bbc446afd9dfef5aa 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests2.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests3.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests3.cxx
index 45ecd82be9a96abe1267edb3dfb5a57547c0a435..16fbd97a4e14ec608565c6714f11010be91fbe2d 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests3.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests3.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests4.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests4.cxx
index 3a9dd9db8b88a9269542d27b40c512559aea3a43..019dd2fe05ff2f8eabe17251f5174a745989749f 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests4.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests4.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests5.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests5.cxx
index 05ba696ef474291efd309e83682f370e8067172a..656669e10ddce4e4401b1f208d12b9ba24bba0b9 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests5.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests5.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests6.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests6.cxx
index 6eb09577cc515a7dfeecfe824102748fbfa857ed..4e20610461c36ab74b0873762a637ce77e602fa9 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests6.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTests6.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestsEpsilon3_WhiteSpace.cxx b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestsEpsilon3_WhiteSpace.cxx
index 5b8b20e1330ead5dd7f9b44e760680ca544ab42e..3743a854dda53e1dd5bc55d76fbdbb9de7956735 100644
--- a/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestsEpsilon3_WhiteSpace.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCompareAsciiTestsEpsilon3_WhiteSpace.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbCopyTest.cxx b/Modules/Core/IO/TestKernel/test/otbCopyTest.cxx
index 9c5d1a8deac7c8e790667836c206392ec5b19f9c..5c3de262c9f2d33d280f6fd9f5b14b03a4483347 100644
--- a/Modules/Core/IO/TestKernel/test/otbCopyTest.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbCopyTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbDummyTest.cxx b/Modules/Core/IO/TestKernel/test/otbDummyTest.cxx
index ef10daba6547ad622dd82a316a14bb4cdf6738fb..64386cf37a4e204cd7a1ee07fc1ecbf32eb4c103 100644
--- a/Modules/Core/IO/TestKernel/test/otbDummyTest.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbDummyTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/TestKernel/test/otbTestKernelTestDriver.cxx b/Modules/Core/IO/TestKernel/test/otbTestKernelTestDriver.cxx
index 811422fb037c946b246c9856b98d3a83987f485f..170ea404dc7019e097ff2a1696c95189d5c12755 100644
--- a/Modules/Core/IO/TestKernel/test/otbTestKernelTestDriver.cxx
+++ b/Modules/Core/IO/TestKernel/test/otbTestKernelTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/CMakeLists.txt b/Modules/Core/IO/VectorDataIO/CMakeLists.txt
index 73e3a6b91d3f73a8ccc120e6a71f7e78dc0a4213..ef6c27ab95b822fb1666bb15a3bac5db700efcc0 100644
--- a/Modules/Core/IO/VectorDataIO/CMakeLists.txt
+++ b/Modules/Core/IO/VectorDataIO/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.h b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.h
index be8f120c605544b1b4e69853c723129c170eef66..be836ecd72f729487dd2ff9277ef87ac92b5011d 100644
--- a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.h
+++ b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.hxx b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.hxx
index 222b284fbc764f964696af4cfaa2bad5edd67d73..7631ccb056ac3a6b179b3948aa747a195ae76e66 100644
--- a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.hxx
+++ b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileReader.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.h b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.h
index 6938a66480930c4334dda6488ec7c0bd6d14b379..ae447981273031b05b06fd9f48c5c813de6748bb 100644
--- a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.h
+++ b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.hxx b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.hxx
index b1cc4331c3cc9e638fb1dca3d7e000139a3d8af7..9097f3e3ba241755a1c9d63a66edd117d901d47a 100644
--- a/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.hxx
+++ b/Modules/Core/IO/VectorDataIO/include/otbVectorDataFileWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/include/otbVectorDataIOFactory.h b/Modules/Core/IO/VectorDataIO/include/otbVectorDataIOFactory.h
index fca9c7b80eb032ba1a8d494ddc16530a4952fdf1..22625ecb5a1839b8d8b68827e6b00999347c20dd 100644
--- a/Modules/Core/IO/VectorDataIO/include/otbVectorDataIOFactory.h
+++ b/Modules/Core/IO/VectorDataIO/include/otbVectorDataIOFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/otb-module.cmake b/Modules/Core/IO/VectorDataIO/otb-module.cmake
index 9d5cf528def7a1d25e64349db67f90c9e1bf17e3..e6ed62ad4a8f29d070f63febbedcaa34f3ba8bd3 100644
--- a/Modules/Core/IO/VectorDataIO/otb-module.cmake
+++ b/Modules/Core/IO/VectorDataIO/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/VectorDataIO/src/CMakeLists.txt b/Modules/Core/IO/VectorDataIO/src/CMakeLists.txt
index 19ad1a683c2de8c49db82e9200f841afe00fccb0..0f8539fbdbdd7401de92a684c5b1e04973c3f5a2 100644
--- a/Modules/Core/IO/VectorDataIO/src/CMakeLists.txt
+++ b/Modules/Core/IO/VectorDataIO/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx b/Modules/Core/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx
index d86d1ab0c30d44e256776ad78090e6040c466a47..2ee3e9311aad48e950b64d4c7e86f2b0bc607cb0 100644
--- a/Modules/Core/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx
+++ b/Modules/Core/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/CMakeLists.txt b/Modules/Core/IO/VectorDataIO/test/CMakeLists.txt
index e9cf496c304d9d1139f4557af5910c997f7767b6..3e86a4bbebe8b05d32ec3d6c26b83dba882307f6 100644
--- a/Modules/Core/IO/VectorDataIO/test/CMakeLists.txt
+++ b/Modules/Core/IO/VectorDataIO/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileGeoReaderWriter.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileGeoReaderWriter.cxx
index ca238d3c02e5c0a26b60ba65ca6ce4bfa00e2501..cbd2c4bcf196178206edcf59dfd65eaf059f2752 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileGeoReaderWriter.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileGeoReaderWriter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReader.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReader.cxx
index 4fce5770e2db50cc9eb970e2dba17376379be02f..0ca0072c9579019dc7f686539af643635719f83f 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReader.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReaderWriter.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReaderWriter.cxx
index 4030f939bd2ec8cb8b5f10a74aec680405f2457b..1ab5f7161ba8fd1b45a4cdc7cdd8eabcfe184d53 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReaderWriter.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileReaderWriter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriter.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriter.cxx
index 1e2b7c4777e7c4c753a936f338dc7c44425aeb06..58b7c64b02c87a43174eeb4d7ace96e14f5d7f6b 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriter.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx
index 712dc9c63c209bcf3978ad0d662e304ef6f1ff0b..828ef8bfba83be480e7034eab13bec8d51df2ce1 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx
index 1c140f4dd65133dcbba0a762faa999f01df3560c..d41bf4aad9eca7719d779119e3ca4451ceac2b08 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOFactory.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOFactory.cxx
index aa0c745ba28257e0d8e1ab4d6c82bd4ce66c52f3..9d535696bcdc0e1e26172baca461769c2432a229 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOFactory.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOTestDriver.cxx b/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOTestDriver.cxx
index 9c38664c0bdc90057e7d1c43a8d28f6011bc704a..f5ba64eb88307bedf5d3c5572a95f3c09ae42990 100644
--- a/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOTestDriver.cxx
+++ b/Modules/Core/IO/VectorDataIO/test/otbVectorDataIOTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/CMakeLists.txt b/Modules/Core/ImageBase/CMakeLists.txt
index 510786151c85b7818b9fbd08e6c4a4603f8b614f..c0ddc1d65bdbc89ef0daca7279a02db86dd9b146 100644
--- a/Modules/Core/ImageBase/CMakeLists.txt
+++ b/Modules/Core/ImageBase/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageBase/include/otbConvertPixelBuffer.h b/Modules/Core/ImageBase/include/otbConvertPixelBuffer.h
index eb02cdd95487cdf80a314462e5a3556b111446d2..d3528a711bd71200b821bf6cce943607160ba08d 100644
--- a/Modules/Core/ImageBase/include/otbConvertPixelBuffer.h
+++ b/Modules/Core/ImageBase/include/otbConvertPixelBuffer.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbConvertPixelBuffer.hxx b/Modules/Core/ImageBase/include/otbConvertPixelBuffer.hxx
index de88f210701aee5d1b85c80e947de776d9486628..981552c603cea75de397be42a2c7d750ad15d4da 100644
--- a/Modules/Core/ImageBase/include/otbConvertPixelBuffer.hxx
+++ b/Modules/Core/ImageBase/include/otbConvertPixelBuffer.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h b/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h
index 53f24d33c5398740053a7428f2750abc351cbcdf..0e984bd90985c607c54e255ef06e16d53a21826c 100644
--- a/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h
+++ b/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbExtractROI.h b/Modules/Core/ImageBase/include/otbExtractROI.h
index afe8ca42a654707a1014fe1fd77219e9124c612f..6844797c1f125785f1a54c5732bd01f7e423f557 100644
--- a/Modules/Core/ImageBase/include/otbExtractROI.h
+++ b/Modules/Core/ImageBase/include/otbExtractROI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbExtractROI.hxx b/Modules/Core/ImageBase/include/otbExtractROI.hxx
index 5348a7578d7406ef3901ca726f0052c4fe9a0461..6c9b0889c6f31a49540f720faf35b1efbaa7140e 100644
--- a/Modules/Core/ImageBase/include/otbExtractROI.hxx
+++ b/Modules/Core/ImageBase/include/otbExtractROI.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbExtractROIBase.h b/Modules/Core/ImageBase/include/otbExtractROIBase.h
index 5c731971756d41e38b755c0e7c388bff96a23f8b..c0282fae08e4d92cda77f15cae79a7f1be17481c 100644
--- a/Modules/Core/ImageBase/include/otbExtractROIBase.h
+++ b/Modules/Core/ImageBase/include/otbExtractROIBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbExtractROIBase.hxx b/Modules/Core/ImageBase/include/otbExtractROIBase.hxx
index 4a439841fe478771930b2ab514d889d7ec4da4d8..b68fee953e86559400a93c8dc677cd22d367ddf4 100644
--- a/Modules/Core/ImageBase/include/otbExtractROIBase.hxx
+++ b/Modules/Core/ImageBase/include/otbExtractROIBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImage.h b/Modules/Core/ImageBase/include/otbImage.h
index cbe58422a7670820bf3e4330e6e6f6346ca98699..c75106b114ae7186636c8fc4fe8963f324f19898 100644
--- a/Modules/Core/ImageBase/include/otbImage.h
+++ b/Modules/Core/ImageBase/include/otbImage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImage.hxx b/Modules/Core/ImageBase/include/otbImage.hxx
index 8767dbbd21b10ead93e8419bf0c5019f31498313..6b24a363bdd302f6f4a6c78407f27691f1d35379 100644
--- a/Modules/Core/ImageBase/include/otbImage.hxx
+++ b/Modules/Core/ImageBase/include/otbImage.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImageCommons.h b/Modules/Core/ImageBase/include/otbImageCommons.h
index e63903e97c17a3eb51f1ca04180aa492072964dd..162b231109dc5ad80a537fc3326c79d1f9a5c508 100644
--- a/Modules/Core/ImageBase/include/otbImageCommons.h
+++ b/Modules/Core/ImageBase/include/otbImageCommons.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.h b/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.h
index a0c70e3cab95fecc58159e84ec938bdfd0951fa4..2baa493ddf5d73e1f59d6bfcb3f3e7366d3c47f1 100644
--- a/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.h
+++ b/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.hxx b/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.hxx
index 5df88a6f121b409c44f9a78a6ab4db2754dc0964..6ffc1ed9bc968c0860e74c2c8578cabcf4771e7f 100644
--- a/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.hxx
+++ b/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImageIOBase.h b/Modules/Core/ImageBase/include/otbImageIOBase.h
index 135e42640737d378014215dd36ccafe583c9cac1..fcdd6f1eeb27b862e7c735c582b954f05705d9c1 100644
--- a/Modules/Core/ImageBase/include/otbImageIOBase.h
+++ b/Modules/Core/ImageBase/include/otbImageIOBase.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.h b/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.h
index 1e00ba25e67b2f5fc23272d4af48555709a3e7df..ea0bc85bc0d086be6056db7bcf34066e69ebdc60 100644
--- a/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.h
+++ b/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.hxx b/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.hxx
index 767b99c21b7c3d67ac82e279c7003d5ebde8885b..8c6850341f58a92dc6c717e38c5eb5190c5742c3 100644
--- a/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.hxx
+++ b/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbMetaImageFunction.h b/Modules/Core/ImageBase/include/otbMetaImageFunction.h
index 87e4cafe921c9718b93a4932aeadbc89324f4d6d..fa7f43534fd0111ce231d2fd43444d31ae58ce87 100644
--- a/Modules/Core/ImageBase/include/otbMetaImageFunction.h
+++ b/Modules/Core/ImageBase/include/otbMetaImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbMetaImageFunction.hxx b/Modules/Core/ImageBase/include/otbMetaImageFunction.hxx
index d463da63dd6788802e65ba1a9ad8f0ad0eefeb23..1bb3b46659c1244ca151901b271bf364651f728a 100644
--- a/Modules/Core/ImageBase/include/otbMetaImageFunction.hxx
+++ b/Modules/Core/ImageBase/include/otbMetaImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.h b/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.h
index 9c631575b78ab4e8e6dc0a860cbedb0820e1d4f3..c0c9f69b06f3de63e0a398f595d50285ab842d3e 100644
--- a/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.h
+++ b/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.hxx b/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.hxx
index 9a7b0364c8e71737f5c60e308eff24b7066f765d..1efec271c629ebed694ba094e48bdf5b3853eefd 100644
--- a/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.hxx
+++ b/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.h b/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.h
index f7965e79d4fd07f83d4cf7462ae07ca4d45db0d4..b294137a315285db123bccce4491e21b7a1ecc72 100644
--- a/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.h
+++ b/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.hxx b/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.hxx
index 97b315cf4675e8326c253eda063bb5a5dce5bb9e..049a4e15c869066633af31a4c66baf1b82e8f98d 100644
--- a/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.hxx
+++ b/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbPixelComponentIterator.h b/Modules/Core/ImageBase/include/otbPixelComponentIterator.h
index 3ae1fce29e89638b156ddc75c5c92fe9e5905e5b..53451d05bc6362b9a5a933ac1d1a0a6ff9e287ad 100644
--- a/Modules/Core/ImageBase/include/otbPixelComponentIterator.h
+++ b/Modules/Core/ImageBase/include/otbPixelComponentIterator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbRemoteSensingRegion.h b/Modules/Core/ImageBase/include/otbRemoteSensingRegion.h
index cdad39867d9ed02368dc6633f53e24f316837794..b308302a7cba2c27082c68115920c229b4c91f74 100644
--- a/Modules/Core/ImageBase/include/otbRemoteSensingRegion.h
+++ b/Modules/Core/ImageBase/include/otbRemoteSensingRegion.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbVectorImage.h b/Modules/Core/ImageBase/include/otbVectorImage.h
index 7e0cb06a120dc2f684f2e75c8894ab4587b838f1..d763749a4d3ef9e16b5be388d34f41234431227d 100644
--- a/Modules/Core/ImageBase/include/otbVectorImage.h
+++ b/Modules/Core/ImageBase/include/otbVectorImage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/include/otbVectorImage.hxx b/Modules/Core/ImageBase/include/otbVectorImage.hxx
index a3abdc9a96224fd356f5819458944762a7a14dcd..fc1baf60edc060fd7746efd3ebe1f73d1ac830ad 100644
--- a/Modules/Core/ImageBase/include/otbVectorImage.hxx
+++ b/Modules/Core/ImageBase/include/otbVectorImage.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/otb-module.cmake b/Modules/Core/ImageBase/otb-module.cmake
index 112b657ff36ee769a1ff8a6db222d6c867c7e268..2a4b11a9448a163919e7a503677bf287936fe0df 100644
--- a/Modules/Core/ImageBase/otb-module.cmake
+++ b/Modules/Core/ImageBase/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageBase/src/CMakeLists.txt b/Modules/Core/ImageBase/src/CMakeLists.txt
index d73b3056659efe3e246dccae263996988268ac10..1e58e632071835642d67c976f64af202c5566c2b 100644
--- a/Modules/Core/ImageBase/src/CMakeLists.txt
+++ b/Modules/Core/ImageBase/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageBase/src/otbImage.cxx b/Modules/Core/ImageBase/src/otbImage.cxx
index 98a1217b24f505424bc3c19841a6c6d063ef5485..017fed77557d750f3692394acd7fe1a8dfd78744 100644
--- a/Modules/Core/ImageBase/src/otbImage.cxx
+++ b/Modules/Core/ImageBase/src/otbImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/src/otbImageCommons.cxx b/Modules/Core/ImageBase/src/otbImageCommons.cxx
index ecd2b1042895ae8de3a30dbb1e3c05171ce70710..06b10919a123772ba21c48f73808d9b592a4c767 100644
--- a/Modules/Core/ImageBase/src/otbImageCommons.cxx
+++ b/Modules/Core/ImageBase/src/otbImageCommons.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/src/otbImageIOBase.cxx b/Modules/Core/ImageBase/src/otbImageIOBase.cxx
index 876e1d4e5ff46a94da94f59c9b28c2c02a8e368e..81daec61311eddeee099d23c0cde3c59aa26d359 100644
--- a/Modules/Core/ImageBase/src/otbImageIOBase.cxx
+++ b/Modules/Core/ImageBase/src/otbImageIOBase.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/src/otbVectorImage.cxx b/Modules/Core/ImageBase/src/otbVectorImage.cxx
index b9dc4e16f72ffa4093a77d36d182b3f49525f0cd..a05b8f40f3ba544983428f160c33357c3e6e112d 100644
--- a/Modules/Core/ImageBase/src/otbVectorImage.cxx
+++ b/Modules/Core/ImageBase/src/otbVectorImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/0000307-ExtractROICompareRegionsImplementations.cxx b/Modules/Core/ImageBase/test/0000307-ExtractROICompareRegionsImplementations.cxx
index f58a2730635773fd5571a069383e978002775e1f..a5306e1b8537e8f467df8395ade4f6d87c27e09f 100644
--- a/Modules/Core/ImageBase/test/0000307-ExtractROICompareRegionsImplementations.cxx
+++ b/Modules/Core/ImageBase/test/0000307-ExtractROICompareRegionsImplementations.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/0000428-CastImageFilterStreaming.cxx b/Modules/Core/ImageBase/test/0000428-CastImageFilterStreaming.cxx
index 6f346f3865df67aef21b65c5783bb521905804eb..0e373c46c4339e3ae7c4a14106ef403041e30be8 100644
--- a/Modules/Core/ImageBase/test/0000428-CastImageFilterStreaming.cxx
+++ b/Modules/Core/ImageBase/test/0000428-CastImageFilterStreaming.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/CMakeLists.txt b/Modules/Core/ImageBase/test/CMakeLists.txt
index c5894888eee1a9703b8ee9a6ce41d29946c3ab63..9f6091df2b1460e81deade4a6db338762a6a8caa 100644
--- a/Modules/Core/ImageBase/test/CMakeLists.txt
+++ b/Modules/Core/ImageBase/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageBase/test/otbComplexToIntensityFilterTest.cxx b/Modules/Core/ImageBase/test/otbComplexToIntensityFilterTest.cxx
index 180d6b636591127fd052f964258dc36f3630de66..c10184137fd5d227ad71422cf566c31b211308a9 100644
--- a/Modules/Core/ImageBase/test/otbComplexToIntensityFilterTest.cxx
+++ b/Modules/Core/ImageBase/test/otbComplexToIntensityFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbComplexToVectorImageCastFilter.cxx b/Modules/Core/ImageBase/test/otbComplexToVectorImageCastFilter.cxx
index f870c4cc53918e53499c4cc6b42379cc18760913..0d5ce3123957c1fc42444047371af5b8759b5646 100644
--- a/Modules/Core/ImageBase/test/otbComplexToVectorImageCastFilter.cxx
+++ b/Modules/Core/ImageBase/test/otbComplexToVectorImageCastFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbExtractROI.cxx b/Modules/Core/ImageBase/test/otbExtractROI.cxx
index 8488f6e3c6e42cafa074f3b32e34e61497811b0b..7a5b29dd9d9442ed88eacce35becc6b4844ca7b6 100644
--- a/Modules/Core/ImageBase/test/otbExtractROI.cxx
+++ b/Modules/Core/ImageBase/test/otbExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbExtractROI2.cxx b/Modules/Core/ImageBase/test/otbExtractROI2.cxx
index 68ebb59f64424078b1788f5d17ed6833769fb1dd..69821cfb105142b017f7aec1e233bf1ca67eba56 100644
--- a/Modules/Core/ImageBase/test/otbExtractROI2.cxx
+++ b/Modules/Core/ImageBase/test/otbExtractROI2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx b/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx
index 1efb815e229dc040051c5023dfdd65d1bb13f9ea..c1ff27906c48fce531c552b2b1adfd01ec9bc5ae 100644
--- a/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx
+++ b/Modules/Core/ImageBase/test/otbExtractROITestMetaData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbExtractROI_RGB.cxx b/Modules/Core/ImageBase/test/otbExtractROI_RGB.cxx
index 2ba8601d9ba86c764fed70a0ff8f699db283efeb..bc068857e4fd722e91b9a2c45d447c79f85246e2 100644
--- a/Modules/Core/ImageBase/test/otbExtractROI_RGB.cxx
+++ b/Modules/Core/ImageBase/test/otbExtractROI_RGB.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx b/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx
index bd23090e227e5c89a9b219c4b0924eeee990a2ab..c56051e4eb58154ee0018c475f6a7113d0c31cfc 100644
--- a/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx
+++ b/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageBase/test/otbFunctionToImageFilter.cxx b/Modules/Core/ImageBase/test/otbFunctionToImageFilter.cxx
index 7b2e333abf24612acb807f2e54690baaa859e39e..0730c103c0f9ca76865aceaa5a16777a4cce1b55 100644
--- a/Modules/Core/ImageBase/test/otbFunctionToImageFilter.cxx
+++ b/Modules/Core/ImageBase/test/otbFunctionToImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterTest.cxx b/Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterTest.cxx
index 7a18b3b1304c1ee8c5472823e72293811af67553..5939c7f9e7efdc4a007e591cef87e13fd486debc 100644
--- a/Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterTest.cxx
+++ b/Modules/Core/ImageBase/test/otbImageAndVectorImageOperationFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbImageBaseTestDriver.cxx b/Modules/Core/ImageBase/test/otbImageBaseTestDriver.cxx
index 057d908225bae1a302528e5abd754c8a8ebefc00..6f6aa9c0b61aea567eb242d1201b524c9592bdf7 100644
--- a/Modules/Core/ImageBase/test/otbImageBaseTestDriver.cxx
+++ b/Modules/Core/ImageBase/test/otbImageBaseTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbImageFunctionAdaptor.cxx b/Modules/Core/ImageBase/test/otbImageFunctionAdaptor.cxx
index ab4e20fb44bf674302a75cd3a910ffbbe8dd882d..e8ba8d7ee08c40025dac18b827004d11e0cc7b51 100644
--- a/Modules/Core/ImageBase/test/otbImageFunctionAdaptor.cxx
+++ b/Modules/Core/ImageBase/test/otbImageFunctionAdaptor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbImageOfVectorsToMonoChannelExtractROI.cxx b/Modules/Core/ImageBase/test/otbImageOfVectorsToMonoChannelExtractROI.cxx
index 418a80f94d7301d5c5e52af948222f90df99881e..74c3c80d02b48520e05b0fd6e01964c47ff1990a 100644
--- a/Modules/Core/ImageBase/test/otbImageOfVectorsToMonoChannelExtractROI.cxx
+++ b/Modules/Core/ImageBase/test/otbImageOfVectorsToMonoChannelExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx b/Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx
index 4e5ed704e4a5185c94c26380eec1428da4b5a9e1..d43425ff8d255deaacc0674f4d37df800da81733 100644
--- a/Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx
+++ b/Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbImageTest.cxx b/Modules/Core/ImageBase/test/otbImageTest.cxx
index 394ac0d1ef35d7c47fbacd5cecca8b8dc707fdd0..6938b63ef0d8e3d890025aec181f2381d6b345bf 100644
--- a/Modules/Core/ImageBase/test/otbImageTest.cxx
+++ b/Modules/Core/ImageBase/test/otbImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbMetaImageFunction.cxx b/Modules/Core/ImageBase/test/otbMetaImageFunction.cxx
index e061cd205d48393a57aef56abfa19a96fb84156d..aa1e7e5f0d5bedae77d11acf7b653dc73afa4944 100644
--- a/Modules/Core/ImageBase/test/otbMetaImageFunction.cxx
+++ b/Modules/Core/ImageBase/test/otbMetaImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx b/Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx
index 7c47d827172e5de4d034c627ac819f67f4f5225d..dd5468b66f358d90e5286519e41f8fc0d1188a4d 100644
--- a/Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx
+++ b/Modules/Core/ImageBase/test/otbMultiChannelExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx b/Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx
index 706428d6e480db9275cf008ff91aaef40408d7f4..6e44466a5c6c68ed5a72518bf005455a8610897e 100644
--- a/Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx
+++ b/Modules/Core/ImageBase/test/otbMultiToMonoChannelExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbPixelComponentIteratorTest.cxx b/Modules/Core/ImageBase/test/otbPixelComponentIteratorTest.cxx
index bbffbe655444e366d9ce5357b5fff61f8b357059..7728cb8359d3c441eb7ec7fe1de354830036a095 100644
--- a/Modules/Core/ImageBase/test/otbPixelComponentIteratorTest.cxx
+++ b/Modules/Core/ImageBase/test/otbPixelComponentIteratorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbTestMultiExtractMultiUpdate.cxx b/Modules/Core/ImageBase/test/otbTestMultiExtractMultiUpdate.cxx
index cca891b468e7ed5bead30aaa48fa79543555213f..2d4a7645d62a3a4bfc2b14b9eadf00f7c36f77fa 100644
--- a/Modules/Core/ImageBase/test/otbTestMultiExtractMultiUpdate.cxx
+++ b/Modules/Core/ImageBase/test/otbTestMultiExtractMultiUpdate.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageBase/test/otbVectorImageTest.cxx b/Modules/Core/ImageBase/test/otbVectorImageTest.cxx
index b0ca7da292ac68978d9945b46796ef8648138ece..4738a9dc7abc0dd928744219b1bf60293a9bebbc 100644
--- a/Modules/Core/ImageBase/test/otbVectorImageTest.cxx
+++ b/Modules/Core/ImageBase/test/otbVectorImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/CMakeLists.txt b/Modules/Core/ImageList/CMakeLists.txt
index 7cae298c9b5cb75fe70eb47340a4ed0139d86392..f5a77a8468068fabf488cac3b3449e6efb5f5152 100644
--- a/Modules/Core/ImageList/CMakeLists.txt
+++ b/Modules/Core/ImageList/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageList/include/otbImageList.h b/Modules/Core/ImageList/include/otbImageList.h
index 0eaffd971918a1fdc35812b23e158bba6cf320b0..223525d916d5a56d532c01677d8a25aaff12a918 100644
--- a/Modules/Core/ImageList/include/otbImageList.h
+++ b/Modules/Core/ImageList/include/otbImageList.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageList.hxx b/Modules/Core/ImageList/include/otbImageList.hxx
index 2f7efb7b99b8e177d6d689b74093121c6782bd6d..e25063dd878a352043dbd2fd0777445da94ec3cb 100644
--- a/Modules/Core/ImageList/include/otbImageList.hxx
+++ b/Modules/Core/ImageList/include/otbImageList.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListSource.h b/Modules/Core/ImageList/include/otbImageListSource.h
index 920e594c6e8e4300f983d8467f323103e65ba042..86f27f8dd317660feef0677097dfa074bc5df323 100644
--- a/Modules/Core/ImageList/include/otbImageListSource.h
+++ b/Modules/Core/ImageList/include/otbImageListSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListSource.hxx b/Modules/Core/ImageList/include/otbImageListSource.hxx
index cd0777ae326643d7e4865d6370b87a0f9c044598..6cfae47cf0cd2d7833b3a9fe74b6121db4e58ff6 100644
--- a/Modules/Core/ImageList/include/otbImageListSource.hxx
+++ b/Modules/Core/ImageList/include/otbImageListSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToImageFilter.h b/Modules/Core/ImageList/include/otbImageListToImageFilter.h
index 05b62c5fb5e1e545030eab4ff15077689cfd5b6e..6944498af3bd972ee0eec00e7b42b88e2036e7c7 100644
--- a/Modules/Core/ImageList/include/otbImageListToImageFilter.h
+++ b/Modules/Core/ImageList/include/otbImageListToImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToImageFilter.hxx b/Modules/Core/ImageList/include/otbImageListToImageFilter.hxx
index 8fd8f3d9b196b86dd5a6df7c42b08e3a553eb877..6f5093557e752349401f395b6af3284865dfa37a 100644
--- a/Modules/Core/ImageList/include/otbImageListToImageFilter.hxx
+++ b/Modules/Core/ImageList/include/otbImageListToImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.h b/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.h
index 2d11d34efa634a022f82e457e00277202d70dbf0..ab01393ea99f50d32bc1358d9cd5343676deac89 100644
--- a/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.h
+++ b/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.hxx b/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.hxx
index 6bf16ad78598094b0e0d8baac8d9c6288f9f13f6..2df0846fb31e18257844a5a8f5564bc959d62c2a 100644
--- a/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.hxx
+++ b/Modules/Core/ImageList/include/otbImageListToImageListApplyFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToImageListFilter.h b/Modules/Core/ImageList/include/otbImageListToImageListFilter.h
index e88b4aa58d0ae4c37fd90ba2a6da5807902399e0..4469ac3d57538586a16e094ea6b218bf93bd9a59 100644
--- a/Modules/Core/ImageList/include/otbImageListToImageListFilter.h
+++ b/Modules/Core/ImageList/include/otbImageListToImageListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToImageListFilter.hxx b/Modules/Core/ImageList/include/otbImageListToImageListFilter.hxx
index de26b9c9b6e212efab117080eaf952d7012f110d..b948c1689233ae4e6c83ee44709b81f6703acc1a 100644
--- a/Modules/Core/ImageList/include/otbImageListToImageListFilter.hxx
+++ b/Modules/Core/ImageList/include/otbImageListToImageListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.h b/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.h
index 383894334a883b938ece38eb653c23c8ce0171fe..adfd8a28aa50eb893290a41c754a549eb31bc3c1 100644
--- a/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.h
+++ b/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.hxx b/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.hxx
index 5ed68c7f242df45d1d293dc994e3da0d8da17219..8313b88d2e193cb79f59d794e85fc9fcd138e558 100644
--- a/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.hxx
+++ b/Modules/Core/ImageList/include/otbImageListToSingleImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.h b/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.h
index 18f5df51bcafa29657314cb68be5fbfcbdbb82ab..aa14085060bbdae68db6bae85dc60b68036d641a 100644
--- a/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.h
+++ b/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.hxx b/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.hxx
index 0a097d5f75dd5ea57cad4db1dd5fec0815d83176..34b36a071b6fd87b7bf22a53f0f6347e0299a0e6 100644
--- a/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.hxx
+++ b/Modules/Core/ImageList/include/otbImageListToVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageToImageListFilter.h b/Modules/Core/ImageList/include/otbImageToImageListFilter.h
index d2e0e71e2a63c0a3950911f24d0a487f1e527dcd..514365dff25c064317322613fb10c6cb8cc2bf05 100644
--- a/Modules/Core/ImageList/include/otbImageToImageListFilter.h
+++ b/Modules/Core/ImageList/include/otbImageToImageListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbImageToImageListFilter.hxx b/Modules/Core/ImageList/include/otbImageToImageListFilter.hxx
index 3c3e2b3cc252cd86b131bf21cf035565f8d9c4a2..4502acb921018c898868cbaafee4715f655e174b 100644
--- a/Modules/Core/ImageList/include/otbImageToImageListFilter.hxx
+++ b/Modules/Core/ImageList/include/otbImageToImageListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.h b/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.h
index 69590da534b6a522df85e99289984bd6f1937f1f..d21a10eef9bcdecc6aa78f5e351fb56604d7fff9 100644
--- a/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.h
+++ b/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.hxx b/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.hxx
index e5e1dc6f8124b9e3005b29a89d70679cfb899c06..99f156494c41b25b5e95fde960105e0ab8f9e9c3 100644
--- a/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.hxx
+++ b/Modules/Core/ImageList/include/otbVectorImageToImageListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/otb-module.cmake b/Modules/Core/ImageList/otb-module.cmake
index 100a7ca6ffa1ac637709ab8c84e202300e50db1a..7875e355985ff96e8f325299e18a3b3f800ac855 100644
--- a/Modules/Core/ImageList/otb-module.cmake
+++ b/Modules/Core/ImageList/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageList/test/CMakeLists.txt b/Modules/Core/ImageList/test/CMakeLists.txt
index aaab8ddb3d93403885bcabf3f986c4722ded1a9c..280dc549f598c4ab6ce121c182bf1e8dbe857b53 100644
--- a/Modules/Core/ImageList/test/CMakeLists.txt
+++ b/Modules/Core/ImageList/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageList/test/otbImageList.cxx b/Modules/Core/ImageList/test/otbImageList.cxx
index 98fb33b22f27a32a714ddfb17e8230776fd47a08..d6e93a62797987f246a76a389f13f8b5f2b945d9 100644
--- a/Modules/Core/ImageList/test/otbImageList.cxx
+++ b/Modules/Core/ImageList/test/otbImageList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/test/otbImageListTestDriver.cxx b/Modules/Core/ImageList/test/otbImageListTestDriver.cxx
index 732c7c25ef8348ff3d2076e833a412d2a0d83f46..0a6cc37dd9e4a0e7d48c09602f57570ad31b63d3 100644
--- a/Modules/Core/ImageList/test/otbImageListTestDriver.cxx
+++ b/Modules/Core/ImageList/test/otbImageListTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/test/otbImageListToImageListApplyFilter.cxx b/Modules/Core/ImageList/test/otbImageListToImageListApplyFilter.cxx
index fa9f946fafe784fc6493d2da52342a46628287ae..cc4037152873ba8010fc06b728928823545d8d25 100644
--- a/Modules/Core/ImageList/test/otbImageListToImageListApplyFilter.cxx
+++ b/Modules/Core/ImageList/test/otbImageListToImageListApplyFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/test/otbImageListToVectorImageFilter.cxx b/Modules/Core/ImageList/test/otbImageListToVectorImageFilter.cxx
index 5a131a2c961b746524ccdeb5f4ed5cd7dad72a94..610439eb3748c7c7ae696ca0d5c1f94a33a08cdd 100644
--- a/Modules/Core/ImageList/test/otbImageListToVectorImageFilter.cxx
+++ b/Modules/Core/ImageList/test/otbImageListToVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/test/otbImageListToVectorImageFilter2.cxx b/Modules/Core/ImageList/test/otbImageListToVectorImageFilter2.cxx
index a8e8ca214eaa545e62411cc7c57692f9149d27c2..1c28e6a2eb499bbe5d8e9e5b4ec24fea6db227fd 100644
--- a/Modules/Core/ImageList/test/otbImageListToVectorImageFilter2.cxx
+++ b/Modules/Core/ImageList/test/otbImageListToVectorImageFilter2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageList/test/otbVectorImageToImageListFilter.cxx b/Modules/Core/ImageList/test/otbVectorImageToImageListFilter.cxx
index 70dd3730f477b5150de90e7fbd452df5af5d145a..1fd5489a17d62cf7f64ec8f33d63d04478605542 100644
--- a/Modules/Core/ImageList/test/otbVectorImageToImageListFilter.cxx
+++ b/Modules/Core/ImageList/test/otbVectorImageToImageListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/CMakeLists.txt b/Modules/Core/ImageManipulation/CMakeLists.txt
index 2a334b2215cae0e1d25c72fdcb1b43f409572fd5..7cf771c38ff0be101077a5c89d897e3c89f57f50 100644
--- a/Modules/Core/ImageManipulation/CMakeLists.txt
+++ b/Modules/Core/ImageManipulation/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageManipulation/include/otbAffineFunctor.h b/Modules/Core/ImageManipulation/include/otbAffineFunctor.h
index 789afd8299f8685594da17b59db16a03c8b7469a..0cc7d87f7d5aa2ea5c65d7225210e2b409e766b6 100644
--- a/Modules/Core/ImageManipulation/include/otbAffineFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbAffineFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbAlphaBlendingFunctor.h b/Modules/Core/ImageManipulation/include/otbAlphaBlendingFunctor.h
index 7a8243df59cdbc5268fe9442359db94e7531681f..0e88949106de0ccec6e0078e351f36d5316c880d 100644
--- a/Modules/Core/ImageManipulation/include/otbAlphaBlendingFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbAlphaBlendingFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbAmplitudeFunctor.h b/Modules/Core/ImageManipulation/include/otbAmplitudeFunctor.h
index 8eaf50a6c5fdf21fad2ccd70028474f0fc71175d..8a441d183ad6646549c5c294d28c53297366dfcf 100644
--- a/Modules/Core/ImageManipulation/include/otbAmplitudeFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbAmplitudeFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryFunctorImageFilter.h b/Modules/Core/ImageManipulation/include/otbBinaryFunctorImageFilter.h
index b769c06589746b0822d55a9ebf05608c6461f526..4ff19db3bb3ff833a8330bb27958aa6286653f82 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryFunctorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbBinaryFunctorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.h b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.h
index d8280b8cff92301b608616c7cc8907a2949539ee..40e3f20ce44d1125154c35a3cb45148bd49d200a 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.hxx
index 858bf448087ca63ea7350c90d68c31444615cedf..24711f0aff957c8b73b9a94d060920fdb109f08e 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.h
index d7598593bf2ecdc70ffdefcb13937a9a8a3b3891..d8465935b31cc39a43de30a362fb6cfab985cf0d 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.hxx
index 9978693e279312eee4096ea629cc870243728696..68dd23f45a85fc308dd957861184e1ec53a07b84 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbBinaryFunctorNeighborhoodVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.h b/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.h
index 902c68bd5fbf4496eaef5a085ff8a8cc1657d976..e842ae7990b7c589c1f69141db6f33acc5b185aa 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.h
+++ b/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.hxx b/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.hxx
index 9fe63b2d0e7edb5e1013d9790d97ff2b6afd39c1..0cb962ae9c9a9d209aa4ae906c1ca0d437c68bf3 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.hxx
+++ b/Modules/Core/ImageManipulation/include/otbBinaryImageDensityFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.h b/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.h
index 8b4d98bdfd0dc8f57fe608ccf3f57f7c10dc91e5..b6adc6ac0545c7f1166228f7741a315f6f828131 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.hxx
index db7ff8ae3c813f2ce88f167af8436ddb92be7dc9..bf9283f7594202083146544ae30b8c94964dca59 100644
--- a/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbBinaryImageToDensityImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBinarySpectralAngleFunctor.h b/Modules/Core/ImageManipulation/include/otbBinarySpectralAngleFunctor.h
index 1fd37e4ccb58cb1423272a5b705b0c5c5e6bfbcf..a622ac5a5e73be5f4e0941de2ff0893e766e5e3a 100644
--- a/Modules/Core/ImageManipulation/include/otbBinarySpectralAngleFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbBinarySpectralAngleFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h b/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h
index 070425638726324489f266a7e3c1cea46b69f3a3..4c37bed342f49c33200195f07e8e691a62c2fadf 100644
--- a/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.hxx
index 5e51b6f3a15b4aed016f730ef2f4498473d81b8a..e1190f8502bcf12a19a3885042497c5287a13fee 100644
--- a/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbBoxAndWhiskerImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.h b/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.h
index d8af5703b3b4d5e8decb6a10496d94d961a0a28f..dd61437fa5a220dc1a7ae17f9993c70fa6b3e373 100644
--- a/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.hxx
index 0cab46bc67d2a93f2f5b2ad1d53859c32be9b44a..475609e92d2e13b37a9ce023509fabe1290b3df4 100644
--- a/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbChangeLabelImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbChangeNoDataValueFilter.h b/Modules/Core/ImageManipulation/include/otbChangeNoDataValueFilter.h
index f3fbef36482133ff1af7bcde6dd1bb1e5e95e55a..45c518025207fe70bc230d3f0ac3752355614202 100644
--- a/Modules/Core/ImageManipulation/include/otbChangeNoDataValueFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbChangeNoDataValueFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbClampImageFilter.h b/Modules/Core/ImageManipulation/include/otbClampImageFilter.h
index 35ab888fd78c4a12f356e79fcf009177b7d57539..e2c2855ac3f457c7c5932acaf8705056acc83c75 100644
--- a/Modules/Core/ImageManipulation/include/otbClampImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbClampImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbClampImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbClampImageFilter.hxx
index 07d8935c3f803a2d04cf5b7cb79a47c14913bb39..3f415725d09765540be9993f11d544bc0318e4ae 100644
--- a/Modules/Core/ImageManipulation/include/otbClampImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbClampImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.h
index 28e787941605703d3126bdb8019c91b7fa9a6015..54b7bee1bab9920923381d35e6552c2b0cafc486 100644
--- a/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.hxx
index 71ca04d14f450afc549da5ef47e721e8285f2bee..fd437787eacaa58c44574cf0222173972b17d9bb 100644
--- a/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbClampVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.h b/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.h
index 765c5bacd70d3e71b0a847ee3f1554a7f293269e..061071879f0139e20588306815875babd15f0051 100644
--- a/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.hxx
index c7aacc460f470052cd5f98457a427534db187fb6..bcd12558b34e0debdd35d585e99710e9339e098d 100644
--- a/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbConcatenateScalarValueImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.h
index dc69e5cdd97a4964db62babb236e759c7ff80ca0..523127ad35fc88af9c81a25df4ea06a10c3dfa53 100644
--- a/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.hxx
index 8043ac6cad5311575d68df96f57ca820d1e7c9e1..57058dbdf4d9da0f4c6928ab6c1a8b96a282c925 100644
--- a/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbConcatenateVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbConvertTypeFunctor.h b/Modules/Core/ImageManipulation/include/otbConvertTypeFunctor.h
index 2c69ef09335b69987427d732e6f72d042702f612..90da7212a8b12e956e1df4a46f3900103f990aa9 100644
--- a/Modules/Core/ImageManipulation/include/otbConvertTypeFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbConvertTypeFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h b/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h
index 4f70852c926c9fe272c54d06ed45a4cd0096fb9b..8fb5f42e1888ba3636679263fc243df8ac3170e0 100644
--- a/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h
+++ b/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h b/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h
index 372fbeb93fb225b061a84b5445f2248681e1e1b7..35ca358e5bac0dddbae730be0cb28cd1ae298599 100644
--- a/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h
+++ b/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.hxx b/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.hxx
index f110cb844094e78f513601a6af50480f81e4c8d1..6aadee3347b914a8646f8e4c933bc578deb79e52 100644
--- a/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.hxx
+++ b/Modules/Core/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h b/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h
index a19dab8c1b5b866faac89714a6e44ad821148eef..612fbd17b8b2fa76b76d7e0ae76f167c155bd03d 100644
--- a/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h
+++ b/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.hxx b/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.hxx
index 71c37eaecb81f0d440889b7489881b3b738e3934..5baa8e83e6924d5508e48fd1cd81996a48e47363 100644
--- a/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.hxx
+++ b/Modules/Core/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.h b/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.h
index 55c559b0b097322e482ee17ad0b8dc7c45823ff3..91a7bdaca8daba0c0a4053e3a0fb24c79a36e58d 100644
--- a/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.hxx
index d24aee7f02cf88a0aacd039b72ab51f30d62ecb1..5ae962399f5220bd7737dcc02592281fd144dfd9 100644
--- a/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbFunctionWithNeighborhoodToImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.h b/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.h
index 5f2498d0a96dbb22c672e34daa14694c79cc0b9f..8532860cd34ac151e641d76d3a3b39d29e887911 100644
--- a/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.hxx
index 11265516c88336be6e15530a607d250a7b646269..793cbe67a2fd2a6b753c9509d6a55e7da994eb18 100644
--- a/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbGridResampleImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbHillShadingFilter.h b/Modules/Core/ImageManipulation/include/otbHillShadingFilter.h
index 7a50c902ee82ef575feafce5b42dc76aa6031020..b8d076f64a4e8001efeac518002d34fba6ff615e 100644
--- a/Modules/Core/ImageManipulation/include/otbHillShadingFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbHillShadingFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbHillShadingFunctor.h b/Modules/Core/ImageManipulation/include/otbHillShadingFunctor.h
index e96cadc39220e8f57381b87528abe8c52144117a..07c6d1a251ecb1b68aa76175149f7f3cd2b032c7 100644
--- a/Modules/Core/ImageManipulation/include/otbHillShadingFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbHillShadingFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbImageToNoDataMaskFilter.h b/Modules/Core/ImageManipulation/include/otbImageToNoDataMaskFilter.h
index 4ad2df5bdeeae93f787598e5544ebf7e36c7e537..f7f59fcaaa6582e6e585fe75474c5b61c75b27af 100644
--- a/Modules/Core/ImageManipulation/include/otbImageToNoDataMaskFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbImageToNoDataMaskFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbImageToVectorImageCastFilter.h b/Modules/Core/ImageManipulation/include/otbImageToVectorImageCastFilter.h
index 7f1f6150f8ce774d23b532db0cdaf1a83c7ebfb2..b92e9371541a270f5c0ca47e45dbc31d04e1ab55 100644
--- a/Modules/Core/ImageManipulation/include/otbImageToVectorImageCastFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbImageToVectorImageCastFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbInPlacePassFilter.h b/Modules/Core/ImageManipulation/include/otbInPlacePassFilter.h
index 0afcf9c8d5cfacf68497191a395f975f681f97cc..5f713c25f391e5e3e14d14578fd318d612fa102d 100644
--- a/Modules/Core/ImageManipulation/include/otbInPlacePassFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbInPlacePassFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbLocalGradientVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbLocalGradientVectorImageFilter.h
index 59fef74b3122ae6fd5bcae6b05c765b87cccbf7b..e4c403282953e704f54a031c05900eaeb5abd5b9 100644
--- a/Modules/Core/ImageManipulation/include/otbLocalGradientVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbLocalGradientVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbLog10ThresholdedImageFilter.h b/Modules/Core/ImageManipulation/include/otbLog10ThresholdedImageFilter.h
index 7d206517eab3b76382f5d059408986d51a41e322..5400e2565e6fef81ffb36d81a0d6316020cfb75b 100644
--- a/Modules/Core/ImageManipulation/include/otbLog10ThresholdedImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbLog10ThresholdedImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.h b/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.h
index 84b7bb93bf73354d3a6db19d52666aa97fe615c5..b82bafc8ef4177ce684a43cae0d07e6ba80b6702 100644
--- a/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.h
+++ b/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.hxx b/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.hxx
index 537b95796f071eca42da8532d042e06ff014f4a8..8f20a762ec21452e0ae7bb470fbd3caf733abd51 100644
--- a/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.hxx
+++ b/Modules/Core/ImageManipulation/include/otbMaskedIteratorDecorator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.h b/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.h
index ce150295448794b5c28e1bd231cfb63a2072d4b5..58b4aead92dd68e8eb14bab008d0c53807becb31 100644
--- a/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.hxx
index 40d4ffd33ad55c87845c3db6e37c4c22eed26569..b203674b30db0f6d398bef96e28b87b4b6674f4e 100644
--- a/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbMatrixImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbMeanFunctor.h b/Modules/Core/ImageManipulation/include/otbMeanFunctor.h
index 92c88848582e80d35e58c5edf762e8721c5b24cc..ad173d038de14cb5ddb2a1fb438675a6117c2aa7 100644
--- a/Modules/Core/ImageManipulation/include/otbMeanFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbMeanFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbMultiplyByScalarImageFilter.h b/Modules/Core/ImageManipulation/include/otbMultiplyByScalarImageFilter.h
index bd350f9d454ed1e69337d1035f8663e8f5cb7c04..a4e521997b87221898cdd1343e0d705d7e2c6f2d 100644
--- a/Modules/Core/ImageManipulation/include/otbMultiplyByScalarImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbMultiplyByScalarImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.h b/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.h
index 25554dc79666a49fa26e491442d25dda6192d22c..0271de5b2aab9092cdb62ac7f46e29d8aa53f596 100644
--- a/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.h
+++ b/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.hxx b/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.hxx
index 416f9614ce4fd854dabf2cd8a80a9e363b5f4053..617f392ec2d6e6761fd65f73749a18433b2715a8 100644
--- a/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.hxx
+++ b/Modules/Core/ImageManipulation/include/otbNRIBandImagesToOneNComplexBandsImage.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.h b/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.h
index 4033c74a0bb6b05a7c690579b41349769b35ad82..ba03b6b3a965c2934ebda653402c01e11a811a39 100644
--- a/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.h
+++ b/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.hxx b/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.hxx
index cdb1a70b35ac40f556142618bd22acea96543a74..27cecb16c0169b6032ea0aecdfcd8674af6d2cd8 100644
--- a/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.hxx
+++ b/Modules/Core/ImageManipulation/include/otbOneRIBandImageToOneComplexBandImage.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.h
index 54dcf5c31be2205b796e32cce1134d6c651f5522..47c7597a1de7e17e5e3facae0669b3748b0443fb 100644
--- a/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.hxx
index 761a1b9243024f23ddfd096891b2f5e7415e1793..6818d9fc37a5dc6f496be375e3e7240abcdf8d98 100644
--- a/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbPerBandVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbPhaseFunctor.h b/Modules/Core/ImageManipulation/include/otbPhaseFunctor.h
index 47d4074644dece46cb30fac44acc8485e50ade4f..e08ae5b3476f32f62ca0190b4e9ee5afc20761b4 100644
--- a/Modules/Core/ImageManipulation/include/otbPhaseFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbPhaseFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.h b/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.h
index d35a48f5add203bc67f0d94fd488310937a3319e..d9118d73747d95fdf8dd774ff0f302e7ad0ce959 100644
--- a/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.hxx
index 94615c4596d3e41bec6dce5212c6bccd9319ecc0..9b0a725f627c8ace1f240d33595b3a171079b671 100644
--- a/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbPrintableImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbRealAndImaginaryImageToComplexImageFilter.h b/Modules/Core/ImageManipulation/include/otbRealAndImaginaryImageToComplexImageFilter.h
index b433d6eb2e941a27f931609e9d04bdf9c8ef14f6..e127040ea1683844dfbc26dbdddcfe956e696048 100644
--- a/Modules/Core/ImageManipulation/include/otbRealAndImaginaryImageToComplexImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbRealAndImaginaryImageToComplexImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbRealImageToComplexImageFilter.h b/Modules/Core/ImageManipulation/include/otbRealImageToComplexImageFilter.h
index 12affd2886ec6765cfadc53e9050c0e6b0768aab..4a69b521b0ed5ec4974e8ad13dc18ca5fcdd2d45 100644
--- a/Modules/Core/ImageManipulation/include/otbRealImageToComplexImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbRealImageToComplexImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbResetMarginFilter.h b/Modules/Core/ImageManipulation/include/otbResetMarginFilter.h
index 4e41bbcdbf6dfab69499249db728b470eff2204c..bac3a01cecc36cf116f52356907f793f6da738cf 100644
--- a/Modules/Core/ImageManipulation/include/otbResetMarginFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbResetMarginFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbResetMarginFilter.hxx b/Modules/Core/ImageManipulation/include/otbResetMarginFilter.hxx
index 80e08e770dfbff4d08a265790b3a02daa0217037..026bfdeff4449a34ffc29f3cc995cafc577944eb 100644
--- a/Modules/Core/ImageManipulation/include/otbResetMarginFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbResetMarginFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbShiftScaleImageAdaptor.h b/Modules/Core/ImageManipulation/include/otbShiftScaleImageAdaptor.h
index 4e15ba4022253f83be759207cad69cf7a7b5ff55..cc30ae7b55f1739bdf2cc41b90513f47db7cb8fa 100644
--- a/Modules/Core/ImageManipulation/include/otbShiftScaleImageAdaptor.h
+++ b/Modules/Core/ImageManipulation/include/otbShiftScaleImageAdaptor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.h
index 013d23c44f4a04cf9ff535f68478037078935c1f..b38a135ed4e1c35dcbdf3251fea49dcb1f7b1988 100644
--- a/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.hxx
index 9a4b0f27c52b46ebcefd66a117968b4c10368c78..ea51d58e86841ef93311fc66b3af50ce8fdb30fe 100644
--- a/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbShiftScaleVectorImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.h b/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.h
index 5f0507d6d41d056a2548b8c1b886d91e2bd9e8a6..5938c626e27c619fefdbb28473efb4e8a304d75c 100644
--- a/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.hxx
index 6441c01837fb91a42828ee3f6eb74af97614e2e0..a27a6a262e30e896d8d5530bacfabd359b3f7980 100644
--- a/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbSpectralAngleFunctor.h b/Modules/Core/ImageManipulation/include/otbSpectralAngleFunctor.h
index c8ffe208f8ab58d061937f17f5e3a88f7c3075fc..6cffc6b6301a1f88392a2221c879a642fe07adaa 100644
--- a/Modules/Core/ImageManipulation/include/otbSpectralAngleFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbSpectralAngleFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbSpectralInformationDivergenceFunctor.h b/Modules/Core/ImageManipulation/include/otbSpectralInformationDivergenceFunctor.h
index e30bb70326cb19e856b8a61ec2164e012bf1a7e8..3b04d5368ca2aa43002394b51b486b59dba8abc0 100644
--- a/Modules/Core/ImageManipulation/include/otbSpectralInformationDivergenceFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbSpectralInformationDivergenceFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbSqrtSpectralAngleFunctor.h b/Modules/Core/ImageManipulation/include/otbSqrtSpectralAngleFunctor.h
index f9156a95b01ecb3f525a6900fc76bc8b60f87110..f0700aa18c1544ae09b77a53f42488e63acbe3ed 100644
--- a/Modules/Core/ImageManipulation/include/otbSqrtSpectralAngleFunctor.h
+++ b/Modules/Core/ImageManipulation/include/otbSqrtSpectralAngleFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.h
index ccad03ec20bbc698aa47f0a66a0635f0061343dd..cdfe1171c40c12d039f526fe3c6a951a2252788a 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.hxx
index 8c045eab01698100c5b6658d9026588ebeb7d80d..8fd613324361953db841021a864dac6a7d7d9c59 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbStreamingInnerProductVectorImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.h b/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.h
index 5af3a0c3eee312ef15bc24cee2a356cee6c37251..65c65c18c5fd0e7e4c6d08c2bd17acf193bfead6 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.hxx
index a090f99c0f84f087dd011c684c1341d70df0f79e..87b0b77a61450bf6a00c0da1c10fdcb90ceea0c7 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbStreamingMatrixTransposeMatrixImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.h b/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.h
index 8997421c60127898df1d71409edf964b0db9708c..64fabfa7323b822fd203f057ebb5b5962fddd4a1 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.hxx
index b289810d97bf4ed81ca28352e5f1bc619a9c30d2..9d9af5ca897002ed7dc1fa3af86ce629fc70ffaf 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbStreamingResampleImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.h b/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.h
index 8521f1049e7539e4d5dce0a8c8fa01ef4f26d433..92081cb7213c9939737930e73fe1827a714f74c5 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.hxx
index dea50e61da7c15644ffb96c06730f2b64d83b688..75f22a966718e9cefc68798e9ae63e953598207f 100644
--- a/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbStreamingShrinkImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbTernaryFunctorImageFilter.h b/Modules/Core/ImageManipulation/include/otbTernaryFunctorImageFilter.h
index f80ec8463c637bbb85adc62f1da9eb02f8dad06b..a64385f15200b7b20380cc076c61e0f5e826998a 100644
--- a/Modules/Core/ImageManipulation/include/otbTernaryFunctorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbTernaryFunctorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.h
index a3a18903a4298055ce4e8e71c0ac1eba41fbf448..1587ee8d5325ebff7b84cba483cbee8397755268 100644
--- a/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.hxx
index d0f3c245aa76d11b05159b28eebb4bb664b8161c..2baf0c87a7efd57dd48b783d341785dfcb07aead 100644
--- a/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbThresholdVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbTileImageFilter.h b/Modules/Core/ImageManipulation/include/otbTileImageFilter.h
index 08114b4b0aa55b79b6af3f3980cad6ea29072371..5cd983585df03250d506fc0001dbb28efb6d1f9c 100644
--- a/Modules/Core/ImageManipulation/include/otbTileImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbTileImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbTileImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbTileImageFilter.hxx
index 8c436c349d80ed1bb80fdb54bbb1d5aa9fa14f6c..1b34d1b9ddeef305f8693e384a8632ff25b64aed 100644
--- a/Modules/Core/ImageManipulation/include/otbTileImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbTileImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.h b/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.h
index 575f62af7a34c6ff063a8f3b39868af7fe790792..62416c2d94f0f069397c8520ccfe5a8fc2c7880c 100644
--- a/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.h
+++ b/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.hxx b/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.hxx
index 813019bb6fcfb2d2d2f10809c3cb12b9c2f101eb..2423d5fce30fbed0341c6676e6af2d8063bfa7ee 100644
--- a/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.hxx
+++ b/Modules/Core/ImageManipulation/include/otbTwoNRIBandsImageToNComplexBandsImage.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.h b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.h
index 034e6b903118d00a3278915bc803e4e21e662b41..e2f8e18f6ac46794b89236cedbf8e4cb87d325fe 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.hxx
index 9e9ce305a472a427741c59a075618660dd18b913..b7f0764eb562f4699e659dbdee1a64a91c5ae335 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.h b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.h
index 5118b3e54d5fe614c6e8ec71df5f2cc79033b5f8..57fffab4950fb826d8764accc134135fd577da7d 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.hxx
index 34b227f75382bd203d50b630010c8e61de0caf2a..0c6382c972c286d7b9eb0e1fc23d2e232bcfc08a 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.h b/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.h
index abecc1398ec53a6b562c5ce88d4a01e4d341f228..0419a3dd4f87e889d6fcb59c8194455b3e64ce8a 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.hxx
index 1886c6abeebe622b7be00d7f864728656f1c1edb..38eef2d68af2b5b9962df5d7a5abfbc1b3cb9b03 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbUnaryFunctorWithIndexImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.h b/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.h
index d42211cb3e8f85ce288e303ac3e19857edd19bca..8a924ecf5bc0ec42af6e7ca59993240ec36206c5 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.hxx
index 5fd81835e1cd6900645aa2d66509bc8e532f497b..6d3d49e61d59020a30ac672f44d97ea9d4924f51 100644
--- a/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbUnaryImageFunctorWithVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.h b/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.h
index bd84f3cd19461d53a4305dae4dcd948e49f5c6c5..7bdcb91099b12968538eeca5c39be665f33b2869 100644
--- a/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.hxx
index 9b29647700afa959db26c3811b8836d71925f397..21531a6917fb0c1d94bc3cf4eb1fff84c58c6e7d 100644
--- a/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbVectorImageTo3DScalarImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbVectorImageToAmplitudeImageFilter.h b/Modules/Core/ImageManipulation/include/otbVectorImageToAmplitudeImageFilter.h
index 2314df22e89938bd51c03f79096ec1f831696b62..3635141a334e98635ee59594c893eea16b5170c2 100644
--- a/Modules/Core/ImageManipulation/include/otbVectorImageToAmplitudeImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbVectorImageToAmplitudeImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h b/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h
index 1cd6b649bfb0d0a715433a868bf04ec0f406fa68..a5a4096fecc39ebfabebce3530510bd51bf8ee1a 100644
--- a/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h
+++ b/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.hxx b/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.hxx
index 8d93f6bbaee9930128553975813ffc054a102a7f..19075de7cc14cb0b9026828d822345c999e34ce6 100644
--- a/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.hxx
+++ b/Modules/Core/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/otb-module.cmake b/Modules/Core/ImageManipulation/otb-module.cmake
index 18aab81e7a4948faaf8fe79446360e8f1a038f16..2782e0d55285674e7ffceccea60fff9590976d4a 100644
--- a/Modules/Core/ImageManipulation/otb-module.cmake
+++ b/Modules/Core/ImageManipulation/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageManipulation/src/CMakeLists.txt b/Modules/Core/ImageManipulation/src/CMakeLists.txt
index 29b6e446d7daa3c84b418c602c740008f3eb4ee9..5cb2026503ee4dcc68b4f42241de7ffeea82825f 100644
--- a/Modules/Core/ImageManipulation/src/CMakeLists.txt
+++ b/Modules/Core/ImageManipulation/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageManipulation/src/otbStreamingShrinkImageFilter.cxx b/Modules/Core/ImageManipulation/src/otbStreamingShrinkImageFilter.cxx
index a28619d7e1480519ad21ecc1a398c5db589e9ead..06a64d54c6ac8c25a967a9d01737bbed94ed44b2 100644
--- a/Modules/Core/ImageManipulation/src/otbStreamingShrinkImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/src/otbStreamingShrinkImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/CMakeLists.txt b/Modules/Core/ImageManipulation/test/CMakeLists.txt
index 24c9440c8a111959ba13f9997b7b2e04bbf2b6a5..baaf26eb65b690a14bb9472666a56d693d02f3f9 100644
--- a/Modules/Core/ImageManipulation/test/CMakeLists.txt
+++ b/Modules/Core/ImageManipulation/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ImageManipulation/test/otbAmplitudeFunctorTest.cxx b/Modules/Core/ImageManipulation/test/otbAmplitudeFunctorTest.cxx
index 63685ed753dcd1a174f56bd2715c775fcbdcf4d8..b0abf9df0bb892aafbf50b5628b1a04689ba19cf 100644
--- a/Modules/Core/ImageManipulation/test/otbAmplitudeFunctorTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbAmplitudeFunctorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbBinaryImageDensityFunction.cxx b/Modules/Core/ImageManipulation/test/otbBinaryImageDensityFunction.cxx
index 42fc2ca7fac881935a5a1427aee2a435a14db4e8..95b8a3a3055f00d85d11dee71b37ba2ae4ae34a0 100644
--- a/Modules/Core/ImageManipulation/test/otbBinaryImageDensityFunction.cxx
+++ b/Modules/Core/ImageManipulation/test/otbBinaryImageDensityFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbBinaryImageToDensityImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbBinaryImageToDensityImageFilter.cxx
index 8b6beb70d87bb69d5248185b661fd3cd3e1a6ace..d89ab739e99376287d0c8ef2346a0db02bb2dadf 100644
--- a/Modules/Core/ImageManipulation/test/otbBinaryImageToDensityImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbBinaryImageToDensityImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbBoxAndWhiskerImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbBoxAndWhiskerImageFilter.cxx
index d7b4cd8e5589ecf7f957ea97b00eb9df69161bd0..7ded9cca9c660c936d2721c7765573f3d0c1d33b 100644
--- a/Modules/Core/ImageManipulation/test/otbBoxAndWhiskerImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbBoxAndWhiskerImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbChangeLabelImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbChangeLabelImageFilter.cxx
index 80334d09b5ad0a7354c86f851c7b9d752cec54db..564ce4ad76b9a5fe629992b2f4ea9ec60bfa7eac 100644
--- a/Modules/Core/ImageManipulation/test/otbChangeLabelImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbChangeLabelImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbChangeNoDataValueFilter.cxx b/Modules/Core/ImageManipulation/test/otbChangeNoDataValueFilter.cxx
index 99b9377e227a3492eccdd10ab8f6790a216442b1..65229ae15f8fe1530b4b4fc28e6bbabbe6cc9f1a 100644
--- a/Modules/Core/ImageManipulation/test/otbChangeNoDataValueFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbChangeNoDataValueFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbClampImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbClampImageFilter.cxx
index 77691820916c0e147c431c2f0d33bf3eac5817a2..7bd7d027c70b4e04a4d3d8c8dab16d04adb32577 100644
--- a/Modules/Core/ImageManipulation/test/otbClampImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbClampImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbClampVectorImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbClampVectorImageFilter.cxx
index d7ae62b23620eaccf0bc8ca3b153e2b5d51243c6..74d5af9c87ff406f9816102fd3cdbc3fe1824e3b 100644
--- a/Modules/Core/ImageManipulation/test/otbClampVectorImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbClampVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbConcatenateScalarValueImageFilterTest.cxx b/Modules/Core/ImageManipulation/test/otbConcatenateScalarValueImageFilterTest.cxx
index 0ee9e3d410649da2ada4a8398f353592e783fd24..bd3ca2241d0bae5dc8a947098d150dc67be8f7bc 100644
--- a/Modules/Core/ImageManipulation/test/otbConcatenateScalarValueImageFilterTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbConcatenateScalarValueImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbConcatenateVectorImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbConcatenateVectorImageFilter.cxx
index 04568238808cbbb2deac79a7b0cb449604140f34..788bca2704de10a4c0e0b94747767665b12ed87c 100644
--- a/Modules/Core/ImageManipulation/test/otbConcatenateVectorImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbConcatenateVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx b/Modules/Core/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx
index 9e1010dbd421bc320f58bc352ce15611accf4e5a..e321c20de2eda28af0a4ec455a15739d9cc51b69 100644
--- a/Modules/Core/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx
+++ b/Modules/Core/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/test/otbExtractROIResample.cxx b/Modules/Core/ImageManipulation/test/otbExtractROIResample.cxx
index 82f2448be52c64e50965b205748feb2dedc8cf7a..69de2a3567d5056b3f2de3a7d09529c417c07c31 100644
--- a/Modules/Core/ImageManipulation/test/otbExtractROIResample.cxx
+++ b/Modules/Core/ImageManipulation/test/otbExtractROIResample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbFunctionWithNeighborhoodToImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbFunctionWithNeighborhoodToImageFilter.cxx
index 110c9af5212ab03230e37b03b5f078735cd77459..18bae43e45228a47909fbeb979259674e8c7e2ca 100644
--- a/Modules/Core/ImageManipulation/test/otbFunctionWithNeighborhoodToImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbFunctionWithNeighborhoodToImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbGridResampleImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbGridResampleImageFilter.cxx
index d16395fd2705dadbcab2dc82233093573bb1b727..f94f6fbe72a52454b0e8bede594617fd7b5ed7d4 100644
--- a/Modules/Core/ImageManipulation/test/otbGridResampleImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbGridResampleImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbImageManipulationTestDriver.cxx b/Modules/Core/ImageManipulation/test/otbImageManipulationTestDriver.cxx
index c7f4a9a32601ca3d174f32f328cccaa6b1a13aaf..449dcaa12630515e5df8716bcd327c093b67eb1c 100644
--- a/Modules/Core/ImageManipulation/test/otbImageManipulationTestDriver.cxx
+++ b/Modules/Core/ImageManipulation/test/otbImageManipulationTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbImageToNoDataMaskFilter.cxx b/Modules/Core/ImageManipulation/test/otbImageToNoDataMaskFilter.cxx
index 8c18b5427f6fc58d55e6a1fa1c2c81c7de67ae4e..e3592084ef539665b81c90794764955a886e6883 100644
--- a/Modules/Core/ImageManipulation/test/otbImageToNoDataMaskFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbImageToNoDataMaskFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbImageToVectorImageCastFilter.cxx b/Modules/Core/ImageManipulation/test/otbImageToVectorImageCastFilter.cxx
index ab8d31b971aaa5ad3f59e811afa5a6919d8057c1..d6dad36fc851f9f325c36190dc1e8d1f78cdfdac 100644
--- a/Modules/Core/ImageManipulation/test/otbImageToVectorImageCastFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbImageToVectorImageCastFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx
index 1a9f6fffa1e843b57511333e4056bd65d79629aa..3fea87d5ad7ba901f7d33212badc4c7e3d22e095 100644
--- a/Modules/Core/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ImageManipulation/test/otbLog10ThresholdedImageFilterTest.cxx b/Modules/Core/ImageManipulation/test/otbLog10ThresholdedImageFilterTest.cxx
index 6d622b4800b6fb85e3d58acaca37284cd26fe2bb..6c619fc5ac2d03780977b1af3addce03f24cfcb1 100644
--- a/Modules/Core/ImageManipulation/test/otbLog10ThresholdedImageFilterTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbLog10ThresholdedImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbMaskedIteratorDecorator.cxx b/Modules/Core/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
index 8f9c537ed3d677817bd32f3094a4a8066f9b3b49..a183f9e16c4e20bbc50aa62199412c4d66d58797 100644
--- a/Modules/Core/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
+++ b/Modules/Core/ImageManipulation/test/otbMaskedIteratorDecorator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbMatrixImageFilterTest.cxx b/Modules/Core/ImageManipulation/test/otbMatrixImageFilterTest.cxx
index 28f8c97eb00c39b283df24dabfd5a0994fe1fd79..4bb62bff7d185adc05d7c84f13354f15df6d137d 100644
--- a/Modules/Core/ImageManipulation/test/otbMatrixImageFilterTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbMatrixImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbMatrixTransposeMatrixImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbMatrixTransposeMatrixImageFilter.cxx
index 44f3f89b252ee647b9154afb48f6e067741d7e39..e944d47aa950053f167591e86f6a329994996c88 100644
--- a/Modules/Core/ImageManipulation/test/otbMatrixTransposeMatrixImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbMatrixTransposeMatrixImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbMeanFunctorImageTest.cxx b/Modules/Core/ImageManipulation/test/otbMeanFunctorImageTest.cxx
index 2aea5bb146f844b75e59743377c3ad0efe72985a..acecc66cb0e306e1a2bf33ec3a6f5f058c3c31db 100644
--- a/Modules/Core/ImageManipulation/test/otbMeanFunctorImageTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbMeanFunctorImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbMultiplyByScalarImageTest.cxx b/Modules/Core/ImageManipulation/test/otbMultiplyByScalarImageTest.cxx
index 3d81e13f5ecf18f436adc7b2ab38116b35849cdb..53ee60beafcec69e31f6251a4ee8cd403f64e9e5 100644
--- a/Modules/Core/ImageManipulation/test/otbMultiplyByScalarImageTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbMultiplyByScalarImageTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbNRIBandImagesToOneNComplexBandsImage.cxx b/Modules/Core/ImageManipulation/test/otbNRIBandImagesToOneNComplexBandsImage.cxx
index bb4ceba5e6e5cd36ae1d7ccb6dff2bd60b0996d9..ce8769626ff7e36fa73874864d43876e616dcd31 100644
--- a/Modules/Core/ImageManipulation/test/otbNRIBandImagesToOneNComplexBandsImage.cxx
+++ b/Modules/Core/ImageManipulation/test/otbNRIBandImagesToOneNComplexBandsImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbOneRIBandImageToOneComplexBandImage.cxx b/Modules/Core/ImageManipulation/test/otbOneRIBandImageToOneComplexBandImage.cxx
index fe5c9b6766b40d7aa72419e5ed6c98187ad3f6b3..dcdd0037dbeb69cccd6c61a0371d5e787d5530f0 100644
--- a/Modules/Core/ImageManipulation/test/otbOneRIBandImageToOneComplexBandImage.cxx
+++ b/Modules/Core/ImageManipulation/test/otbOneRIBandImageToOneComplexBandImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx b/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx
index c1eb57af45973397ba1de010a56ee135452b5118..88263b677aab0d99da92c5bada18af682639f9e2 100644
--- a/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithMeanFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx b/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx
index 79c7831da1174912b9454721d9c6432e4ce2ea1c..26925e61f2abb4f48cfde27877d2a571c817d633 100644
--- a/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbPerBandVectorImageFilterWithSobelFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbPhaseFunctorTest.cxx b/Modules/Core/ImageManipulation/test/otbPhaseFunctorTest.cxx
index 9aa2440fd89513164b2d4afde9cdc0d53577d9d8..6d56d1f36af58986cbd55a41d7f6ffd37b12b4f1 100644
--- a/Modules/Core/ImageManipulation/test/otbPhaseFunctorTest.cxx
+++ b/Modules/Core/ImageManipulation/test/otbPhaseFunctorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbPrintableImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbPrintableImageFilter.cxx
index 7dce04c57f33c985608a8f58800d4c412f7fa193..f3977d14815a858e3c92f6cbc41ee6f2b6937679 100644
--- a/Modules/Core/ImageManipulation/test/otbPrintableImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbPrintableImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbPrintableImageFilterWithMask.cxx b/Modules/Core/ImageManipulation/test/otbPrintableImageFilterWithMask.cxx
index 22eeb3d5d574346cf137054cd291f93b4ec9099d..2a300524ec49eea14aabbaa6db3d2e4f8fc22fb0 100644
--- a/Modules/Core/ImageManipulation/test/otbPrintableImageFilterWithMask.cxx
+++ b/Modules/Core/ImageManipulation/test/otbPrintableImageFilterWithMask.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbRegionProjectionResampler.cxx b/Modules/Core/ImageManipulation/test/otbRegionProjectionResampler.cxx
index 10f534ff0b2597ec84ee81e5bf00b902203f5ff8..428dfd1a5b2abe2a3708fc6c8d846372d7953e9f 100644
--- a/Modules/Core/ImageManipulation/test/otbRegionProjectionResampler.cxx
+++ b/Modules/Core/ImageManipulation/test/otbRegionProjectionResampler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx b/Modules/Core/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx
index a0f9e43aa60083395332f7d0463fbb8cbe030877..e34a0ea7e20954ec9dd51bab179eeaf0fe496334 100644
--- a/Modules/Core/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx
+++ b/Modules/Core/ImageManipulation/test/otbShiftScaleImageAdaptor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbSpectralAngleDistanceImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbSpectralAngleDistanceImageFilter.cxx
index de779a80eb51255a78fab850eb3a9421a5c08718..43ffad58168129052647ba540a837224ba189438 100644
--- a/Modules/Core/ImageManipulation/test/otbSpectralAngleDistanceImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbSpectralAngleDistanceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbSqrtSpectralAngleImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbSqrtSpectralAngleImageFilter.cxx
index 093ec17a7f325ef616c1f0af2083322faa7c7c13..1b792368583e0058f7fd013158ec76326a9cd774 100644
--- a/Modules/Core/ImageManipulation/test/otbSqrtSpectralAngleImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbSqrtSpectralAngleImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbStreamingInnerProductVectorImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbStreamingInnerProductVectorImageFilter.cxx
index e6fc71261c38850009372f15bf1a3dc3284752a3..6cbfe450c1c731c87088a7250c74b3f7dac78f87 100644
--- a/Modules/Core/ImageManipulation/test/otbStreamingInnerProductVectorImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbStreamingInnerProductVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilter.cxx
index b426b553be28858e0156a5eee5db45d7efcbac8c..d58b666768ae1421f43988f31bb354de798b9884 100644
--- a/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilterCompareWithITK.cxx b/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilterCompareWithITK.cxx
index bdc84354529bbb146346351b8ca911edda351a9b..5ff5face8f307255603d68679c4ffd11947634ed 100644
--- a/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilterCompareWithITK.cxx
+++ b/Modules/Core/ImageManipulation/test/otbStreamingResampleImageFilterCompareWithITK.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbStreamingShrinkImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbStreamingShrinkImageFilter.cxx
index 8b1e9e24a90e64dbeedd5b7ea3eb94d99c832c63..fe4f2c20eef10919a23fb31013c148312f8579b9 100644
--- a/Modules/Core/ImageManipulation/test/otbStreamingShrinkImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbStreamingShrinkImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbThresholdVectorImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbThresholdVectorImageFilter.cxx
index eba766ceedc66d850d5614d57e98b98b0aedf79b..9c2370202d0b65a0c578bc22901063d61a4320e6 100644
--- a/Modules/Core/ImageManipulation/test/otbThresholdVectorImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbThresholdVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbTileImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbTileImageFilter.cxx
index 2514762d9ad3142365c6c1bb925650d2a2c09f86..d77102636146bcdfb87cf722d339c17cf9cc0e85 100644
--- a/Modules/Core/ImageManipulation/test/otbTileImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbTileImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbTwoNRIBandsImageToNComplexBandsImage.cxx b/Modules/Core/ImageManipulation/test/otbTwoNRIBandsImageToNComplexBandsImage.cxx
index fa722413030736853aaf80c0df3779098d895039..80341a16fb8554a6e9659be23c695bad7b420b14 100644
--- a/Modules/Core/ImageManipulation/test/otbTwoNRIBandsImageToNComplexBandsImage.cxx
+++ b/Modules/Core/ImageManipulation/test/otbTwoNRIBandsImageToNComplexBandsImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodImageFilter.cxx
index 363aabe92570390f8e6ce8c34f74fb5c4bff76f8..b55a5c812902ec14abe78716ef26fd981c05523b 100644
--- a/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx
index 6c15c4ec3affe4c711d9e3a30c73ad9e12f8b59f..0b748ac788d1729b697ee2159424497ed665da2f 100644
--- a/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbUnaryFunctorWithIndexImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbUnaryFunctorWithIndexImageFilter.cxx
index 3aabf855bfbe402e5cac039ea8a612313e08b9d9..f4d1690663465dfe561ca42db2a0dbade04e5a87 100644
--- a/Modules/Core/ImageManipulation/test/otbUnaryFunctorWithIndexImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbUnaryFunctorWithIndexImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbUnaryImageFunctorWithVectorImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbUnaryImageFunctorWithVectorImageFilter.cxx
index 058bbd8d3a35da91717d0fa2eb0e5838eca9c9ff..ec28fffacdb2f17260dcee559e6cf7b9a1015c04 100644
--- a/Modules/Core/ImageManipulation/test/otbUnaryImageFunctorWithVectorImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbUnaryImageFunctorWithVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbVectorImageTo3DScalarImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbVectorImageTo3DScalarImageFilter.cxx
index 3fc5e784b2e03dd385c87d3bf84e5ef3f0e68814..5d172c767b21445860a58addc3b0afa07c6b7cc5 100644
--- a/Modules/Core/ImageManipulation/test/otbVectorImageTo3DScalarImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbVectorImageTo3DScalarImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbVectorImageToAmplitudeImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbVectorImageToAmplitudeImageFilter.cxx
index 17d0ecb0f54ec7bcc0fca09b36005de53286c768..2def52704eea3186f09a93f5d35d82e93c7fc73c 100644
--- a/Modules/Core/ImageManipulation/test/otbVectorImageToAmplitudeImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbVectorImageToAmplitudeImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ImageManipulation/test/otbVectorRescaleIntensityImageFilter.cxx b/Modules/Core/ImageManipulation/test/otbVectorRescaleIntensityImageFilter.cxx
index 89c3655b07aec23b09284d3093378fcb9fdaf5ee..559d22865bd55d70907dbda878c7d40ec614fde4 100644
--- a/Modules/Core/ImageManipulation/test/otbVectorRescaleIntensityImageFilter.cxx
+++ b/Modules/Core/ImageManipulation/test/otbVectorRescaleIntensityImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/CMakeLists.txt b/Modules/Core/Indices/CMakeLists.txt
index 70a689c320f14bd35fb8eb53870c263f04caebb6..be25c72594e9dc3b3e06a2e591217a5b462a1287 100644
--- a/Modules/Core/Indices/CMakeLists.txt
+++ b/Modules/Core/Indices/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Indices/include/otbBandName.h b/Modules/Core/Indices/include/otbBandName.h
index a630dd8f0fd5c3b5a781915787f1b371b3c960be..869b8143c513a6a0fb5069218ff76669d4a2e20b 100644
--- a/Modules/Core/Indices/include/otbBandName.h
+++ b/Modules/Core/Indices/include/otbBandName.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbBuiltUpIndicesFunctor.h b/Modules/Core/Indices/include/otbBuiltUpIndicesFunctor.h
index ced12724e1ddfb03ad406cab45c28a5e66eb5b55..d2ea9d7e99a978dd933321a2ef5222755a21ffea 100644
--- a/Modules/Core/Indices/include/otbBuiltUpIndicesFunctor.h
+++ b/Modules/Core/Indices/include/otbBuiltUpIndicesFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbGAndRIndexImageFilter.hxx b/Modules/Core/Indices/include/otbGAndRIndexImageFilter.hxx
index 81a440d532a634f21b60ede0b433ae11d1870d44..4ccd24169c1f560702a0b7b5e8ae2ab154ecf1ca 100644
--- a/Modules/Core/Indices/include/otbGAndRIndexImageFilter.hxx
+++ b/Modules/Core/Indices/include/otbGAndRIndexImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbIndicesStackFunctor.h b/Modules/Core/Indices/include/otbIndicesStackFunctor.h
index 5611baf5cabd2d81d7f7f116d5b70c8f79df91e9..17baf836ee95dc9e61b8c93014710db8bc456f43 100644
--- a/Modules/Core/Indices/include/otbIndicesStackFunctor.h
+++ b/Modules/Core/Indices/include/otbIndicesStackFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbLandsatTMIndices.h b/Modules/Core/Indices/include/otbLandsatTMIndices.h
index bff6128212629c8d6e66c9da14335be853e7c263..e3ea3714ffdca30c82c6cac6ac24cdf1b612e72f 100644
--- a/Modules/Core/Indices/include/otbLandsatTMIndices.h
+++ b/Modules/Core/Indices/include/otbLandsatTMIndices.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbRadiometricIndex.h b/Modules/Core/Indices/include/otbRadiometricIndex.h
index 68b9c6cb0a0ffb4066b64f3b916ac80e6b136669..8ec3be9229de99522df03e6e18f1a6c686e3f3b7 100644
--- a/Modules/Core/Indices/include/otbRadiometricIndex.h
+++ b/Modules/Core/Indices/include/otbRadiometricIndex.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbSoilIndicesFunctor.h b/Modules/Core/Indices/include/otbSoilIndicesFunctor.h
index 77e7fa8ff0aaae1af114461673568548877fc198..476856d3cf09f696e25dccd767e9fd1e39a6f6ae 100644
--- a/Modules/Core/Indices/include/otbSoilIndicesFunctor.h
+++ b/Modules/Core/Indices/include/otbSoilIndicesFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbVegetationIndicesFunctor.h b/Modules/Core/Indices/include/otbVegetationIndicesFunctor.h
index 3f6a0b02c4a1b37dd801dd13ebf3ae375605c55d..10592ecaf3966e4f5952ddcf25800bb35b70f108 100644
--- a/Modules/Core/Indices/include/otbVegetationIndicesFunctor.h
+++ b/Modules/Core/Indices/include/otbVegetationIndicesFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbWaterIndicesFunctor.h b/Modules/Core/Indices/include/otbWaterIndicesFunctor.h
index c5d5d502979b5e8e036e8f9ed1081fee7bbd05a7..74f0e9043634da83850509ee5f6893e804c6ddc2 100644
--- a/Modules/Core/Indices/include/otbWaterIndicesFunctor.h
+++ b/Modules/Core/Indices/include/otbWaterIndicesFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/include/otbWaterSqrtSpectralAngleImageFilter.h b/Modules/Core/Indices/include/otbWaterSqrtSpectralAngleImageFilter.h
index def0f78ae7baa1b340bf22bc151cf385eafd2d29..8bc5ce268f342e625222ddb8d6619886a7ee0642 100644
--- a/Modules/Core/Indices/include/otbWaterSqrtSpectralAngleImageFilter.h
+++ b/Modules/Core/Indices/include/otbWaterSqrtSpectralAngleImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/otb-module.cmake b/Modules/Core/Indices/otb-module.cmake
index c69bd8b4937c79c453be9b15b7d970c29afb9d63..e2157407df26dab7ac216e523d1147a9f99a9105 100644
--- a/Modules/Core/Indices/otb-module.cmake
+++ b/Modules/Core/Indices/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Indices/test/CMakeLists.txt b/Modules/Core/Indices/test/CMakeLists.txt
index 17049c087da707a582ee61e86efc5f7b72ae89c0..07a9b0673f7d925a4e7ced4335aa84a869c2db19 100644
--- a/Modules/Core/Indices/test/CMakeLists.txt
+++ b/Modules/Core/Indices/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Indices/test/otbIndicesTestDriver.cxx b/Modules/Core/Indices/test/otbIndicesTestDriver.cxx
index 990ebe51b3eb8628b90c2fce27b05df6ebb78348..9d72750a5909b3e4742e2941e38255b8e5cdb938 100644
--- a/Modules/Core/Indices/test/otbIndicesTestDriver.cxx
+++ b/Modules/Core/Indices/test/otbIndicesTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMBrightTest.cxx b/Modules/Core/Indices/test/otbLandsatTMBrightTest.cxx
index 18d189f208e5f4ad1e878e51d40b722898530700..6a4c111f7e96f9ec8ad314192212d2f6154d8ca4 100644
--- a/Modules/Core/Indices/test/otbLandsatTMBrightTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMBrightTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexBIOTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexBIOTest.cxx
index 4ad526f4b30f049c0493f4c5c145733baa4f8a95..89a1ac08787874dd68d718b035afd8ed5f68fc2a 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexBIOTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexBIOTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexBrightTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexBrightTest.cxx
index c1c82b87a972207ec2ed2f0f84ab70715a8138a2..1c6ef0c2f21cee613ecb6193a6a4b6630b5fda69 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexBrightTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexBrightTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexMIR1Test.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexMIR1Test.cxx
index 251d805e73013a7a97906cafd1a6c52a27035fd2..a7e81e3e03861134156a4c7ea67d174d9c7ef9ee 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexMIR1Test.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexMIR1Test.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexMIR2Test.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexMIR2Test.cxx
index cd7d96e819b823e280d5fc780f205773ccf2bf4f..b34029dfef2fb825593f108d676e1b4392ef3c38 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexMIR2Test.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexMIR2Test.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexMIRTIRTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexMIRTIRTest.cxx
index 97f457624219dc491bfe3379cc62dd03fb6a8df6..9b21aaa40519cb75e090d8f56a25fdebe3467a02 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexMIRTIRTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexMIRTIRTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexNDBBBITest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexNDBBBITest.cxx
index 33f8d43d97df6257a1288c93f7d6f82d1b539466..29e056e9bd663f98a40b66a5336ff3edd8ed4c9c 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexNDBBBITest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexNDBBBITest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexNDBSITest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexNDBSITest.cxx
index 733390a05bd87fd25f2d50dc3624c94df656b3bf..7d3bc221db3126619bc12080119ed010b2492e46 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexNDBSITest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexNDBSITest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexNDSITest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexNDSITest.cxx
index 12216fe4d15d3f677dcbdd45532afa27f62bd831..23494a787075ac67b383f879ab3a02c147af195d 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexNDSITest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexNDSITest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexNDSIVisTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexNDSIVisTest.cxx
index 9978abc5266deac4b5f9766fb14643838f9ca8fb..bb0cfa5d0daaa3eecb7438a9645d76cbbefbed8e 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexNDSIVisTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexNDSIVisTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexNDVITest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexNDVITest.cxx
index 2274447b0bed51d29680e300dbfff5e7bdd8c076..5ccd15dfe0e8739a61ca789a2b6e0384365d190d 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexNDVITest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexNDVITest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexNIRTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexNIRTest.cxx
index 7200b368c0d34486aced10b394642bb742a95dd6..076a727e537073fa38ded5bcd2a912a30bf6077b 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexNIRTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexNIRTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexTIRTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexTIRTest.cxx
index 44d36229cdee6718588ced0b8b8aa084f253faf5..bb88259a76fa4757b26b161fc1e59fe20dd9e608 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexTIRTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexTIRTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMIndexVisTest.cxx b/Modules/Core/Indices/test/otbLandsatTMIndexVisTest.cxx
index 20fa38a94bf697d7d2eb95e8889042f2986783a7..e8f1b806ec7fc6ac1a4e774ba9c8f9663e1b08e4 100644
--- a/Modules/Core/Indices/test/otbLandsatTMIndexVisTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMIndexVisTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMKernelSpectralRules.cxx b/Modules/Core/Indices/test/otbLandsatTMKernelSpectralRules.cxx
index 71128d847e20d33be7393bd1d5425af28e0717a1..5982f868087189851151b22617265c96b0b6c047 100644
--- a/Modules/Core/Indices/test/otbLandsatTMKernelSpectralRules.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMKernelSpectralRules.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMLinguisticLabelsTest.cxx b/Modules/Core/Indices/test/otbLandsatTMLinguisticLabelsTest.cxx
index 914e547092c8486461d329f7f9b67611b1c427b1..8f236d471006402e03a95cdb2898bbfc8e24afd1 100644
--- a/Modules/Core/Indices/test/otbLandsatTMLinguisticLabelsTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMLinguisticLabelsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMThickCloudTest.cxx b/Modules/Core/Indices/test/otbLandsatTMThickCloudTest.cxx
index 58808e00a14cddc1fc3812b3dd4c6443008ed9b5..0cfea18aa7cbd20e6763dc6bcfbb91d80383c298 100644
--- a/Modules/Core/Indices/test/otbLandsatTMThickCloudTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMThickCloudTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMThinCloudTest.cxx b/Modules/Core/Indices/test/otbLandsatTMThinCloudTest.cxx
index 1e81ebdc94a09afef25fae7236741a5e56669346..8100a0f684166d22f4dc441a5605acda5323b21a 100644
--- a/Modules/Core/Indices/test/otbLandsatTMThinCloudTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMThinCloudTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbLandsatTMVegetationTest.cxx b/Modules/Core/Indices/test/otbLandsatTMVegetationTest.cxx
index edadf01f92781c5818e7a32da4fd85b9fd00872e..4dd5c88a445d18b22ca28977b952384767930eab 100644
--- a/Modules/Core/Indices/test/otbLandsatTMVegetationTest.cxx
+++ b/Modules/Core/Indices/test/otbLandsatTMVegetationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbRadiometricIndicesTest.cxx b/Modules/Core/Indices/test/otbRadiometricIndicesTest.cxx
index 4aae8cc6c98cf8e17373f3009ce39e4b323aafb6..57922358c2b9ab94038c1859282892fdb2dc7582 100644
--- a/Modules/Core/Indices/test/otbRadiometricIndicesTest.cxx
+++ b/Modules/Core/Indices/test/otbRadiometricIndicesTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Indices/test/otbWaterSqrtSpectralAngleImageFilter.cxx b/Modules/Core/Indices/test/otbWaterSqrtSpectralAngleImageFilter.cxx
index 292b413a595064b0b36b5384241eb23a7f1a914e..65eb7ac13a5c6784f3ce9a286ac43d39ab0f4f45 100644
--- a/Modules/Core/Indices/test/otbWaterSqrtSpectralAngleImageFilter.cxx
+++ b/Modules/Core/Indices/test/otbWaterSqrtSpectralAngleImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/CMakeLists.txt b/Modules/Core/Interpolation/CMakeLists.txt
index f419a74ca3af75730c52396d414d31c045b09c2a..c268e7ac8af2feeed571a2e9b0db7bf61e6628cb 100644
--- a/Modules/Core/Interpolation/CMakeLists.txt
+++ b/Modules/Core/Interpolation/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.h b/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.h
index e74ec4756c26a9cadc0841a8857f62f12fbabb12..c47832747060432ab14bcd0a5952966490c9b371 100644
--- a/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.h
+++ b/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.hxx b/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.hxx
index 38b4ba6d0ac63e3e214e1984f835125004e7f232..4ed90f655c0e919616e5e22fa630d6dffaa00787 100644
--- a/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.hxx
+++ b/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.h b/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.h
index 61c448f2bdf7e5482965f25fe08c7a8ed0330680..bf393e9f67a10f45e6ae808a69ed7aa2f856b7c6 100644
--- a/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.h
+++ b/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.hxx b/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.hxx
index 5cd88095b653bf6652d8bf11fad225e3878531ad..0e5a73c9ca969b0bef37f9bd69b18bb281309a91 100644
--- a/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.hxx
+++ b/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.h b/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.h
index f17874c93c783d40c3379bd4ad742184c16235a5..b87e1f421444bc7420d97e76b7e4ef2d7339311c 100644
--- a/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.h
+++ b/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.hxx b/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.hxx
index 2b65e121bb1492e71a523cd14c5a65d7ea6c565d..91e4e64d0850e69e0a56193159462d2b316ea578 100644
--- a/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.hxx
+++ b/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.h b/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.h
index 096c872110d0bade379745b8637e482fd4dcf0ca..2a68786d86a454872b53d7d6b2e6f08ead8cd30a 100644
--- a/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.h
+++ b/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.hxx b/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.hxx
index 2298c506130db88ab79c5b9092c7e4466fa0513d..ca8990dd97d95d248487b1d26e543c8dcd8b1df2 100644
--- a/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.hxx
+++ b/Modules/Core/Interpolation/include/otbGenericInterpolateImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.h b/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.h
index b0ad7ecd385c366b1f006b99ccc2748695933259..d6cfb2369f69cfb377655bb4b97250ba4fb3c129 100644
--- a/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.h
+++ b/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.hxx b/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.hxx
index 8ba49f436dbcac404f59e6db811a2f1501cd2fe3..ea942146b850564d7e052b0f7f57b6c7317ea3fc 100644
--- a/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.hxx
+++ b/Modules/Core/Interpolation/include/otbProlateInterpolateImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbStreamingTraits.h b/Modules/Core/Interpolation/include/otbStreamingTraits.h
index 524b8bc25a58de0f0a1523e9b8e38e460b475f03..36b3e79b858153b27904f5e2d38a563c913ad0b3 100644
--- a/Modules/Core/Interpolation/include/otbStreamingTraits.h
+++ b/Modules/Core/Interpolation/include/otbStreamingTraits.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbStreamingTraits.hxx b/Modules/Core/Interpolation/include/otbStreamingTraits.hxx
index c440d365dc59c73529ed65afdc40622bd6d703f2..4beedc07bd05198595ac5572519de1115c3bfb92 100644
--- a/Modules/Core/Interpolation/include/otbStreamingTraits.hxx
+++ b/Modules/Core/Interpolation/include/otbStreamingTraits.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h
index 5cac618da4292f4411b44d68b80dee753731113b..98e2c4eb0e6cc1ed7207ecfde900f6902ab8c73c 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h
index 36d89dd26b3312e69b763a0d00beb9fad48901ec..65d2b655ffec59b698221d0b65dcf2e2197850f3 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.h
index 0d84f51c19069742c6b1837d64aad9479631f6e6..a1c86947ae50b7cef2d370b9350dbbe44bfa0bfe 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.hxx b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.hxx
index 6f53c83e0e94a4d8dd6c4789404a4b7bfe1a9707..a67ac1b79bb46ebec203881ad614d8cda3a4ac56 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.hxx
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageFunctionBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h
index 5dabec89f08edac207575ee4f8dbbb5447a0ad6c..e12e5a2e34a055070395c108cb94d1444410709a 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h
index 4757439244f47dcaf889691811be83907c517c18..16cb0fd5235732d501400a092c857aadbaa373ba 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h
index f6015e1f33682bcad049145f7ab1bdd3d6cb6688..19d18b6e4806f6b419f8a8533a340bb64d64eafe 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h
index 34fa3c0d0b250be041b77bc58fd2d6e02a9f7c8b..2883be0b2f686269556e703f85f8361b5d564f46 100644
--- a/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h
+++ b/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/otb-module.cmake b/Modules/Core/Interpolation/otb-module.cmake
index 0095181d44f74c157ea77d08a4bc2cdd301a7ff1..285f2f1b966a223ce9a629513d2f7060a47d576a 100644
--- a/Modules/Core/Interpolation/otb-module.cmake
+++ b/Modules/Core/Interpolation/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Interpolation/test/CMakeLists.txt b/Modules/Core/Interpolation/test/CMakeLists.txt
index 2d660b074cb61c680b3a1853194c52af2fde9841..ee798cad298e18191f1f933f60ca21066a9edc80 100644
--- a/Modules/Core/Interpolation/test/CMakeLists.txt
+++ b/Modules/Core/Interpolation/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Interpolation/test/otbBCOInterpolateImageFunction.cxx b/Modules/Core/Interpolation/test/otbBCOInterpolateImageFunction.cxx
index 5a7d435cb8a3293c69e45a91f6364471a493d82e..4862c9352183832cd2e3e156df41ce1840f18118 100644
--- a/Modules/Core/Interpolation/test/otbBCOInterpolateImageFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbBCOInterpolateImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbBSplineDecompositionImageFilter.cxx b/Modules/Core/Interpolation/test/otbBSplineDecompositionImageFilter.cxx
index 1cbbc4fed796f1f0a73e691a0d3bb438e6619e25..6bdeb237b91f8699ad8639151e55a34337165998 100644
--- a/Modules/Core/Interpolation/test/otbBSplineDecompositionImageFilter.cxx
+++ b/Modules/Core/Interpolation/test/otbBSplineDecompositionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbBSplineInterpolateImageFunction.cxx b/Modules/Core/Interpolation/test/otbBSplineInterpolateImageFunction.cxx
index 3cd1cc27fe50d43d9e08e18dd139915cb1bde0b8..d94db07ccb03f32782ca1ee08cb2211df0036bbc 100644
--- a/Modules/Core/Interpolation/test/otbBSplineInterpolateImageFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbBSplineInterpolateImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbInterpolationTestDriver.cxx b/Modules/Core/Interpolation/test/otbInterpolationTestDriver.cxx
index b33c02fe517ef1312420e742ac26c2c094905a5c..374a80d876d804dd872783ffae08fcf8c946240f 100644
--- a/Modules/Core/Interpolation/test/otbInterpolationTestDriver.cxx
+++ b/Modules/Core/Interpolation/test/otbInterpolationTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbProlateInterpolateImageFunction.cxx b/Modules/Core/Interpolation/test/otbProlateInterpolateImageFunction.cxx
index 4c65dcb1bca83adf25fe108a4fe5cd9daea84fc7..a510915db984b7fcf106f85e0fd98ae3aa540947 100644
--- a/Modules/Core/Interpolation/test/otbProlateInterpolateImageFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbProlateInterpolateImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbProlateValidationTest.cxx b/Modules/Core/Interpolation/test/otbProlateValidationTest.cxx
index b7206c9a13957ea4e2bae87ad7d7056c3a45eca6..7e9777e314531fff9f8703472524db2efb9eeb91 100644
--- a/Modules/Core/Interpolation/test/otbProlateValidationTest.cxx
+++ b/Modules/Core/Interpolation/test/otbProlateValidationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbStreamingTraits.cxx b/Modules/Core/Interpolation/test/otbStreamingTraits.cxx
index 2edbd91afa15a0c2e08497e2848db63a3dd12251..e5b39a5ce044b7fb38effebf28c1b07b44f6ea92 100644
--- a/Modules/Core/Interpolation/test/otbStreamingTraits.cxx
+++ b/Modules/Core/Interpolation/test/otbStreamingTraits.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageBlackmanFunction.cxx b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageBlackmanFunction.cxx
index c92806f916dc3a4587389553e5bb59dd78852bc4..6c4b18191deb870916770b3b1aa3c7f496d81685 100644
--- a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageBlackmanFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageBlackmanFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageCosineFunction.cxx b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageCosineFunction.cxx
index c29aea57f6ab3d6ab94092cc84b0d7c4873494fe..08592326c0185ce3221a872dc9a71c3af7d73a64 100644
--- a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageCosineFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageCosineFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageGaussianFunction.cxx b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageGaussianFunction.cxx
index dfad8518209e1e0c924af0f6bbc67318d6ac1d94..edfd5a7990b2bc960b2a507ad311d2cb9f374401 100644
--- a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageGaussianFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageGaussianFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageHammingFunction.cxx b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageHammingFunction.cxx
index 290459569cded91f9b38af48134ccaa363e4688e..064728ca2550e16b0be0941d83e4aeef18af437c 100644
--- a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageHammingFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageHammingFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageLanczosFunction.cxx b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageLanczosFunction.cxx
index 092c33eaff29a4c7f1226d119e0f797d060e10c2..d839efd544bf90735bc1d919a508d5b660cf947b 100644
--- a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageLanczosFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageLanczosFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageWelchFunction.cxx b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageWelchFunction.cxx
index b07f498376d3236f8d667d800f7ec5c1de1a447c..c92a344342fa20eed189088031860f3a4fc00502 100644
--- a/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageWelchFunction.cxx
+++ b/Modules/Core/Interpolation/test/otbWindowedSincInterpolateImageWelchFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/CMakeLists.txt b/Modules/Core/LabelMap/CMakeLists.txt
index 30bc0fb9b92d53e37b8eedebdbdb5e698111632e..72a2f7a676774c97f026a036d713cc49ce980668 100644
--- a/Modules/Core/LabelMap/CMakeLists.txt
+++ b/Modules/Core/LabelMap/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h b/Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h
index 60e1fcf085023ecb27152a66fc5a2fbc9325bc6b..9e6af6b8fe9eab9453065881d5414e2194cbd941 100644
--- a/Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h
+++ b/Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbAttributesMapLabelObjectWithClassLabel.h b/Modules/Core/LabelMap/include/otbAttributesMapLabelObjectWithClassLabel.h
index 37115fd93d3acdcafa9664bfdc8a3f9d8d50ce61..637efea16890985186fba64f847acf433fac1bbb 100644
--- a/Modules/Core/LabelMap/include/otbAttributesMapLabelObjectWithClassLabel.h
+++ b/Modules/Core/LabelMap/include/otbAttributesMapLabelObjectWithClassLabel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.h b/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.h
index 29eab6c59a9b0cc634246a7d6aa82620e37b81c1..03e923d045e548b1ad258f270450e062af3fb85f 100644
--- a/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.hxx
index b09cf37a6ad1f9f730b267b36947091e8535dcd6..f4480839896928d034ddd1a2f48c9e3a44241507 100644
--- a/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbAttributesMapOpeningLabelMapFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.h b/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.h
index 5b0e3eafa288e6631245efd7434c385335a045d3..8c69e996d193f88dcb92d1b335723cc179ce3a41 100644
--- a/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.hxx
index df10345c6324f9f674ea2c50ef08f1b436a375f2..ab94c3e866d6005cf1bcfbfe779dc00b35ac8f0a 100644
--- a/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbBandsStatisticsAttributesLabelMapFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.h b/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.h
index ff458fa8c93ea5b643ee4be4ba6649eeeb2c40ed..4688d291af9d36a5ea40aff64e5061b4dfd9a1f0 100644
--- a/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.h
+++ b/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -62,22 +62,22 @@ public:
   itkNewMacro(Self);
 
   typedef TInputImage   InputImageType;
-  typedef TLabeledImage LabeledImageType;
+  typedef TLabeledImage LabelledImageType;
   typedef TLabelObject  LabelObjectType;
 
   typedef typename LabelObjectType::LabelType                LabelType;
   typedef LabelMapWithAdjacency<LabelObjectType>             LabelMapType;
   typedef typename LabelMapType::AdjacentLabelsContainerType AdjacentLabelsContainerType;
 
-  typedef LabelImageToLabelMapWithAdjacencyFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+  typedef LabelImageToLabelMapWithAdjacencyFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
   typedef ShapeAttributesLabelMapFilter<LabelMapType> ShapeLabelMapFilterType;
   typedef BandsStatisticsAttributesLabelMapFilter<LabelMapType, InputImageType> BandStatisticsLabelMapFilterType;
 
   using Superclass::SetInput;
   void SetInput(const InputImageType* image) override;
-  virtual void SetLabeledImage(const LabeledImageType* image);
+  virtual void SetLabelledImage(const LabelledImageType* image);
   const InputImageType*   GetInput(void);
-  const LabeledImageType* GetLabeledImage();
+  const LabelledImageType* GetLabelledImage();
   virtual LabelMapType*   GetOutput();
 
   void GenerateData() override;
diff --git a/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.hxx b/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.hxx
index 9c3430ecebc8aa95d3e0c11bcb5ca3490481a79f..5af59b5a0a9bf6d269f00c04f6c82b9f86082488 100644
--- a/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -58,10 +58,10 @@ void ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabe
 }
 
 template <class TInputImage, class TLabeledImage, class TOutputLabel, class TObjectLabel>
-void ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::SetLabeledImage(const LabeledImageType* image)
+void ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::SetLabelledImage(const LabelledImageType* image)
 {
   // Process object is not const-correct so the const_cast is required here
-  this->itk::ProcessObject::SetNthInput(1, const_cast<LabeledImageType*>(image));
+  this->itk::ProcessObject::SetNthInput(1, const_cast<LabelledImageType*>(image));
 }
 
 template <class TInputImage, class TLabeledImage, class TOutputLabel, class TObjectLabel>
@@ -77,15 +77,15 @@ ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TO
 }
 
 template <class TInputImage, class TLabeledImage, class TOutputLabel, class TObjectLabel>
-const typename ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::LabeledImageType*
-ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::GetLabeledImage()
+const typename ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::LabelledImageType*
+ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::GetLabelledImage()
 {
   if (this->GetNumberOfInputs() < 2)
   {
     return nullptr;
   }
 
-  return static_cast<const LabeledImageType*>(this->itk::ProcessObject::GetInput(1));
+  return static_cast<const LabelledImageType*>(this->itk::ProcessObject::GetInput(1));
 }
 
 
@@ -101,12 +101,12 @@ template <class TInputImage, class TLabeledImage, class TOutputLabel, class TObj
 void ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>::GenerateData()
 {
   typename InputImageType::Pointer   inputImage  = const_cast<InputImageType*>(this->GetInput());
-  typename LabeledImageType::Pointer labeldImage = const_cast<LabeledImageType*>(this->GetLabeledImage());
+  typename LabelledImageType::Pointer labelledImage = const_cast<LabelledImageType*>(this->GetLabelledImage());
 
   // Convert to label map
   typename LabelMapFilterType::Pointer lfilter = LabelMapFilterType::New();
   lfilter->SetBackgroundValue(itk::NumericTraits<LabelType>::max());
-  lfilter->SetInput(labeldImage);
+  lfilter->SetInput(labelledImage);
 
   // Compute shape attributes
   typename ShapeLabelMapFilterType::Pointer shapeLabelMapFilter = ShapeLabelMapFilterType::New();
diff --git a/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.h b/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.h
index b15a00bc2e44d8c93ba112dc60a757fe119c6299..fe0815ff21f89af3e435c0adb991073192437d2b 100644
--- a/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.hxx
index 6084dc8c30c305f0de8a27974b2261cea53dc618..c84d56e7f7de6ca93ad70e356c3b2060b31d7875 100644
--- a/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbKMeansAttributesLabelMapFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h b/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h
index e2fc12e928cc099233d09d380beb870c6275e02e..bfb1dc8da4863e737829b7ced815b8f51a9b2c90 100644
--- a/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.hxx b/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.hxx
index 62480653b5852fa039f9ca4e57fd8a168fb02792..300084022b6dd3f7a3fe923f69e3ff759566fa2a 100644
--- a/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapFeaturesFunctorImageFilter.h b/Modules/Core/LabelMap/include/otbLabelMapFeaturesFunctorImageFilter.h
index 68b7f845b0e7db6ccf21d339c52d022dd07c0928..b886da94798744c462e2f4c71a34aa2348e5d008 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapFeaturesFunctorImageFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapFeaturesFunctorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapSource.h b/Modules/Core/LabelMap/include/otbLabelMapSource.h
index 87592d7d9b75dd74d9babba535c08063977b1eb7..11ac700af72568fa4cd157bd5075ebb075d93269 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapSource.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapSource.hxx b/Modules/Core/LabelMap/include/otbLabelMapSource.hxx
index 09de457f11ed547d938bba71ecaee5b7b8f3e330..90d569aab05f419e91aa7dbbc27882cbf5a3cf12 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapSource.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelMapSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.h b/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.h
index 1ec09571b65a65840531c366247229e6c804f193..e3d78bacbd1db5409f7b63574ad04725578ff8c4 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.hxx b/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.hxx
index bfcb698c3333f6bb11c581ae0656acb9e7766a58..74e4c05deffb13a3479e2af0fad34cd276c0fbdc 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelMapToAttributeImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.h b/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.h
index 44ed5e5543725fffc33be7205cebe2de4d09f451..b6dcea31a7f0c339ee34798d3f84b288ed55d9d8 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.hxx b/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.hxx
index ab903421301e78a96f967c16c65a1cdaffee6c18..1a3feb20c76af5da446e837aadc815c056cc9241 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelMapToLabelImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.h b/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.h
index 352f849251a1539d06a2b5cfe3f96902b7ecbc4e..c776a7cc6f458b05e76c354d21911e9651b94c1a 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.hxx b/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.hxx
index c9c0c533477cb2d23395b7d4c87c0de97bb20303..5b9dcc3fc46fba6a0ad462994b9369900cfce58a 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelMapToSampleListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapWithAdjacency.h b/Modules/Core/LabelMap/include/otbLabelMapWithAdjacency.h
index 2bbe1b61354a3edf25691e318233ad24ec35c452..177d5f71a0482eecce0a6f5db53fa17a7fb1ccaa 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapWithAdjacency.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapWithAdjacency.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.h b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.h
index b2cc86dfe39c9b9877b26a77ea259821606e44ea..559b702082c7f71cd05c922dae3befa2a5960ada 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.hxx b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.hxx
index c8f1e84237be021485c062a1b881d9efdc318f8e..fa76608967d919ff0b567cbabbaf185702d39fe8 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToClassLabelImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.h b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.h
index ea5b72ed1f1be7210242ab107ac2c801640d9450..da5a8be44caa463272dc42d3b93a18c6050504d0 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.h
+++ b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.hxx b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.hxx
index 52af2bf8e094bac161f487ef8dee964e27b9567c..b1859ed94c86c5e3b477898d64f04bf0c2f6683a 100644
--- a/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelMapWithClassLabelToLabeledSampleListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelObjectFieldsFunctor.h b/Modules/Core/LabelMap/include/otbLabelObjectFieldsFunctor.h
index e928db3aea3f7feca3bf1565fa181fbe800b907b..d6266fb34c32cac45e2c53cc324af99c75f27ef2 100644
--- a/Modules/Core/LabelMap/include/otbLabelObjectFieldsFunctor.h
+++ b/Modules/Core/LabelMap/include/otbLabelObjectFieldsFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h b/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h
index d2d74dc323ee3f2466fa8a319656ebb9558f3455..1e011a72da286ac861c6a076b5e636f636b9c463 100644
--- a/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h
+++ b/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.hxx b/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.hxx
index 565a8bf4b13c4fb9b9811996d68a8ae7c582512a..86df3cfc216c10e2421905e4b8a08b74f6e20198 100644
--- a/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.hxx
+++ b/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbLabelObjectWithClassLabelFieldsFunctor.h b/Modules/Core/LabelMap/include/otbLabelObjectWithClassLabelFieldsFunctor.h
index b2d6260fd15cd346b2431df9a7e6add3d1ad1a29..2a03f06595055574fbb1d812485cc7cd92a9d65e 100644
--- a/Modules/Core/LabelMap/include/otbLabelObjectWithClassLabelFieldsFunctor.h
+++ b/Modules/Core/LabelMap/include/otbLabelObjectWithClassLabelFieldsFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbMergeLabelObjectFunctor.h b/Modules/Core/LabelMap/include/otbMergeLabelObjectFunctor.h
index 41aa71d35100d7454c3338a6c66fd2e4b6486c9b..91959d09bee7794607e50cb016fc207c6ebb14a5 100644
--- a/Modules/Core/LabelMap/include/otbMergeLabelObjectFunctor.h
+++ b/Modules/Core/LabelMap/include/otbMergeLabelObjectFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.h b/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.h
index 93981e7f8dea4ecc7f192474681d92e1e0ef9173..dc7e752e842b6936365283137b58cc2064ff248e 100644
--- a/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.hxx
index 0c63ae6b6dd760608a0a44f8f45a70c5b74580d3..40580b397477c1b8ae41b040211b37302d132eaf 100644
--- a/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbMinMaxAttributesLabelMapFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.h b/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.h
index 74c5194a0bbef6f3ab6b8dfc6c91ca17782fda9b..553a6c6e979d587a36fa5860cecef0b8478d4a8c 100644
--- a/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.hxx
index 45cd0e6eb4fb3841675518e1b57d03d7e751eed6..af984c883089845c2c79ecab0ad6ca3206b53e8b 100644
--- a/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbNormalizeAttributesLabelMapFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h b/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h
index 2f70647e9374477a164ff32b2a8183863dd70f82..7d3226e2af9f82914500e5e37a0c470785b760dd 100644
--- a/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.hxx
index 4508682abf6674d391a0eca7e359ae23c75a733c..ff23e155dec8dadbc496f0f902c9b56f059cf766 100644
--- a/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.h b/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.h
index 092154345e46f5134863b411b154754120cb4d81..b539c9f11acf3554177ca9b9df38c40b7b2ca0e5 100644
--- a/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.h
+++ b/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.hxx b/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.hxx
index 5bf6ce9f1f535ba8af5e8a189b898bc30af2d8bd..7c414524a0ff32a59a84888264afaa3cf78df5cc 100644
--- a/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.hxx
+++ b/Modules/Core/LabelMap/include/otbStatisticsAttributesLabelMapFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/otb-module.cmake b/Modules/Core/LabelMap/otb-module.cmake
index 2ee603316d37e4c394baccb2eb4e2788451fa0f7..fbc68c3237aad6d11246f4d126385bf617068457 100644
--- a/Modules/Core/LabelMap/otb-module.cmake
+++ b/Modules/Core/LabelMap/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/LabelMap/test/CMakeLists.txt b/Modules/Core/LabelMap/test/CMakeLists.txt
index ecd3f1ebbc74aec2d27d493a9675ed26b098be6d..6d55bf3516015820b1243688dd2304b9c3df8b9f 100644
--- a/Modules/Core/LabelMap/test/CMakeLists.txt
+++ b/Modules/Core/LabelMap/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/LabelMap/test/otbBandsStatisticsAttributesLabelMapFilter.cxx b/Modules/Core/LabelMap/test/otbBandsStatisticsAttributesLabelMapFilter.cxx
index 42143fb4e3e29b8defdd14d7d4028d46698ed3ec..b9d256228a8cd6c11f988e8eaf18f8ab2a496899 100644
--- a/Modules/Core/LabelMap/test/otbBandsStatisticsAttributesLabelMapFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbBandsStatisticsAttributesLabelMapFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -36,14 +36,14 @@ typedef double         DoublePixelType;
 typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
 typedef itk::LabelMap<LabelObjectType> LabelMapType;
 typedef otb::VectorImage<DoublePixelType, Dimension> VectorImageType;
-typedef otb::Image<unsigned int, 2>                  LabeledImageType;
+typedef otb::Image<unsigned int, 2>                  LabelledImageType;
 
 typedef LabelMapType::Iterator IteratorType;
 
 typedef otb::ImageFileReader<VectorImageType>  ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
 
-typedef itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType>             LabelMapFilterType;
+typedef itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType>             LabelMapFilterType;
 typedef otb::BandsStatisticsAttributesLabelMapFilter<LabelMapType, VectorImageType> BandsStatisticsFilterType;
 
 
diff --git a/Modules/Core/LabelMap/test/otbImageToLabelMapWithAttributesFilter.cxx b/Modules/Core/LabelMap/test/otbImageToLabelMapWithAttributesFilter.cxx
index da7ee43507d621c99a392a0e04a77ec832a14d02..d12b690becb3909de7052593a7c3ce47a58b9987 100644
--- a/Modules/Core/LabelMap/test/otbImageToLabelMapWithAttributesFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbImageToLabelMapWithAttributesFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -31,12 +31,12 @@ int otbImageToLabelMapWithAttributesFilter(int itkNotUsed(argc), char* argv[])
 
   // Convenient typedefs
   typedef otb::VectorImage<double, 2> ImageType;
-  typedef otb::Image<unsigned int, 2> LabeledImageType;
+  typedef otb::Image<unsigned int, 2> LabelledImageType;
   typedef otb::AttributesMapLabelObjectWithClassLabel<double, 2, double, double> LabelObjectType;
 
-  typedef otb::ImageToLabelMapWithAttributesFilter<ImageType, LabeledImageType, unsigned int, LabelObjectType> FilterType;
+  typedef otb::ImageToLabelMapWithAttributesFilter<ImageType, LabelledImageType, unsigned int, LabelObjectType> FilterType;
   typedef otb::ImageFileReader<ImageType>        ReaderType;
-  typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+  typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
 
   // SmartPointer instantiation
   FilterType::Pointer        filter        = FilterType::New();
@@ -52,7 +52,7 @@ int otbImageToLabelMapWithAttributesFilter(int itkNotUsed(argc), char* argv[])
 
   // Filter
   filter->SetInput(reader->GetOutput());
-  filter->SetLabeledImage(labeledReader->GetOutput());
+  filter->SetLabelledImage(labeledReader->GetOutput());
   filter->Update();
 
 
diff --git a/Modules/Core/LabelMap/test/otbKMeansAttributesLabelMapFilter.cxx b/Modules/Core/LabelMap/test/otbKMeansAttributesLabelMapFilter.cxx
index 3ff1a4c78786a78a65638fba8b9d00ce8531abd0..247ce914baa9dc3975769ad1c2784e1b5e913acd 100644
--- a/Modules/Core/LabelMap/test/otbKMeansAttributesLabelMapFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbKMeansAttributesLabelMapFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -36,13 +36,13 @@ typedef double         PixelType;
 typedef otb::AttributesMapLabelObjectWithClassLabel<LabelType, Dim, double, LabelType> LabelObjectType;
 typedef itk::LabelMap<LabelObjectType> LabelMapType;
 typedef otb::VectorImage<PixelType, Dim> VectorImageType;
-typedef otb::Image<unsigned int, 2>      LabeledImageType;
+typedef otb::Image<unsigned int, 2>      LabelledImageType;
 
 typedef LabelMapType::Iterator IteratorType;
 
 typedef otb::ImageFileReader<VectorImageType>  ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
-typedef itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
+typedef itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
 typedef otb::ShapeAttributesLabelMapFilter<LabelMapType>  ShapeFilterType;
 typedef otb::KMeansAttributesLabelMapFilter<LabelMapType> KMeansAttributesLabelMapFilterType;
 
diff --git a/Modules/Core/LabelMap/test/otbLabelImageToLabelMapWithAdjacencyFilter.cxx b/Modules/Core/LabelMap/test/otbLabelImageToLabelMapWithAdjacencyFilter.cxx
index 155ab209d1fb5db3c15978608bd57d49d3dc3afd..d118d4bc1f895a5bef33123645aea9dd81ceb359 100644
--- a/Modules/Core/LabelMap/test/otbLabelImageToLabelMapWithAdjacencyFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbLabelImageToLabelMapWithAdjacencyFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/test/otbLabelMapTestDriver.cxx b/Modules/Core/LabelMap/test/otbLabelMapTestDriver.cxx
index 90c5140259c4a74bfddfe8d58714e27d1e5d0b4f..816159013d311ae7f05aa4a4186b99519523ca63 100644
--- a/Modules/Core/LabelMap/test/otbLabelMapTestDriver.cxx
+++ b/Modules/Core/LabelMap/test/otbLabelMapTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/LabelMap/test/otbLabelMapToSampleListFilter.cxx b/Modules/Core/LabelMap/test/otbLabelMapToSampleListFilter.cxx
index 0f720b1ef6853a1dc9cd770dbd1b730cfcaaef6d..8e8346b06f4f0c7e43301fd9ef7b8be21371d6c5 100644
--- a/Modules/Core/LabelMap/test/otbLabelMapToSampleListFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbLabelMapToSampleListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -38,11 +38,11 @@ int otbLabelMapToSampleListFilter(int argc, char* argv[])
   // Labeled image type
   const unsigned int     Dimension = 2;
   typedef unsigned short LabelType;
-  typedef otb::Image<LabelType, Dimension> LabeledImageType;
-  typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+  typedef otb::Image<LabelType, Dimension> LabelledImageType;
+  typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
   typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
   typedef itk::LabelMap<LabelObjectType> LabelMapType;
-  typedef itk::BinaryImageToLabelMapFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+  typedef itk::BinaryImageToLabelMapFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
   typedef otb::ShapeAttributesLabelMapFilter<LabelMapType> ShapeLabelMapFilterType;
 
 
diff --git a/Modules/Core/LabelMap/test/otbLabelMapWithClassLabelToLabeledSampleListFilter.cxx b/Modules/Core/LabelMap/test/otbLabelMapWithClassLabelToLabeledSampleListFilter.cxx
index fd30203546fe05bc6e2443996fa0aef12a183a57..8a5852ad11716d6c0154b34aa041bb93190b3b05 100644
--- a/Modules/Core/LabelMap/test/otbLabelMapWithClassLabelToLabeledSampleListFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbLabelMapWithClassLabelToLabeledSampleListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -39,11 +39,11 @@ int otbLabelMapWithClassLabelToLabeledSampleListFilter(int argc, char* argv[])
   // Labeled image type
   const unsigned int     Dimension = 2;
   typedef unsigned short LabelType;
-  typedef otb::Image<LabelType, Dimension> LabeledImageType;
-  typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+  typedef otb::Image<LabelType, Dimension> LabelledImageType;
+  typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
   typedef otb::AttributesMapLabelObjectWithClassLabel<LabelType, Dimension, double, LabelType> LabelObjectType;
   typedef itk::LabelMap<LabelObjectType> LabelMapType;
-  typedef itk::BinaryImageToLabelMapFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+  typedef itk::BinaryImageToLabelMapFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
   typedef otb::ShapeAttributesLabelMapFilter<LabelMapType> ShapeLabelMapFilterType;
 
 
diff --git a/Modules/Core/LabelMap/test/otbLabelObjectMapVectorizer.cxx b/Modules/Core/LabelMap/test/otbLabelObjectMapVectorizer.cxx
index 2f0e5d93777a8a0284a9a9cd20d9593f40b27cb1..63857c1c45ba41ecae843d011be75532d0fa9e73 100644
--- a/Modules/Core/LabelMap/test/otbLabelObjectMapVectorizer.cxx
+++ b/Modules/Core/LabelMap/test/otbLabelObjectMapVectorizer.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -39,20 +39,20 @@ int otbLabelObjectMapVectorizer(int argc, char* argv[])
   // Labeled image type
   const unsigned int     Dimension = 2;
   typedef unsigned short LabelType;
-  typedef otb::Image<LabelType, Dimension> LabeledImageType;
-  typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+  typedef otb::Image<LabelType, Dimension> LabelledImageType;
+  typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
 
   // Label map typedef
   typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
   typedef itk::LabelMap<LabelObjectType> LabelMapType;
-  typedef itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+  typedef itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
   typedef otb::Polygon<double> PolygonType;
   typedef otb::Functor::LabelObjectToPolygonFunctor<LabelObjectType, PolygonType> FunctorType;
   typedef otb::VectorData<double, 2>                                              VectorDataType;
   typedef VectorDataType::DataNodeType              DataNodeType;
   typedef otb::VectorDataFileWriter<VectorDataType> WriterType;
   typedef otb::VectorDataProjectionFilter<VectorDataType, VectorDataType> VectorDataFilterType;
-  typedef itk::MinimumMaximumImageCalculator<LabeledImageType> MinMaxCalculatorType;
+  typedef itk::MinimumMaximumImageCalculator<LabelledImageType> MinMaxCalculatorType;
 
   typedef otb::CorrectPolygonFunctor<PolygonType> CorrectPolygonFunctorType;
 
diff --git a/Modules/Core/LabelMap/test/otbMinMaxAttributesLabelMapFilter.cxx b/Modules/Core/LabelMap/test/otbMinMaxAttributesLabelMapFilter.cxx
index 2baab7b108f7458dc4e866cd3b23890fd0a252d8..e4ab3dbe6328468d9ebeff788ed64ea130fd62e6 100644
--- a/Modules/Core/LabelMap/test/otbMinMaxAttributesLabelMapFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbMinMaxAttributesLabelMapFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -37,11 +37,11 @@ typedef double         PixelType;
 typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
 typedef otb::LabelMapWithAdjacency<LabelObjectType> LabelMapType;
 typedef otb::VectorImage<PixelType, Dimension> VectorImageType;
-typedef otb::Image<unsigned int, 2>            LabeledImageType;
+typedef otb::Image<unsigned int, 2>            LabelledImageType;
 
 typedef otb::ImageFileReader<VectorImageType>  ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
-typedef otb::LabelImageToLabelMapWithAdjacencyFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
+typedef otb::LabelImageToLabelMapWithAdjacencyFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
 typedef otb::ShapeAttributesLabelMapFilter<LabelMapType>  ShapeFilterType;
 typedef otb::MinMaxAttributesLabelMapFilter<LabelMapType> MinMaxAttributesLabelMapFilterType;
 
diff --git a/Modules/Core/LabelMap/test/otbNormalizeAttributesLabelMapFilter.cxx b/Modules/Core/LabelMap/test/otbNormalizeAttributesLabelMapFilter.cxx
index 947feec54b5f14834e70e2e8e16d92cc98ed1d9b..b3a1a084c06a00b6a82de7e42ef3037d7a9ae725 100644
--- a/Modules/Core/LabelMap/test/otbNormalizeAttributesLabelMapFilter.cxx
+++ b/Modules/Core/LabelMap/test/otbNormalizeAttributesLabelMapFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -38,11 +38,11 @@ typedef double         PixelType;
 typedef otb::AttributesMapLabelObject<LabelType, Dimension, double> LabelObjectType;
 typedef otb::LabelMapWithAdjacency<LabelObjectType> LabelMapType;
 typedef otb::VectorImage<PixelType, Dimension> VectorImageType;
-typedef otb::Image<unsigned int, 2>            LabeledImageType;
+typedef otb::Image<unsigned int, 2>            LabelledImageType;
 
 typedef otb::ImageFileReader<VectorImageType>  ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
-typedef otb::LabelImageToLabelMapWithAdjacencyFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
+typedef otb::LabelImageToLabelMapWithAdjacencyFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
 typedef otb::ShapeAttributesLabelMapFilter<LabelMapType>     ShapeFilterType;
 typedef otb::MinMaxAttributesLabelMapFilter<LabelMapType>    MinMaxAttributesLabelMapFilterType;
 typedef otb::NormalizeAttributesLabelMapFilter<LabelMapType> NormalizeAttributesLabelMapFilterType;
diff --git a/Modules/Core/Metadata/CMakeLists.txt b/Modules/Core/Metadata/CMakeLists.txt
index 29c4d275b9a21eb42ffd9cc6ab3397c2c1b3ec87..bb15f653ae92406f2aaa9305724043583db54beb 100644
--- a/Modules/Core/Metadata/CMakeLists.txt
+++ b/Modules/Core/Metadata/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Metadata/include/otbCosmoImageMetadataInterface.h b/Modules/Core/Metadata/include/otbCosmoImageMetadataInterface.h
index 54f26f5907622568bb12d1155471c9a8cba5b6dd..05416996fb9a6de917c6e7f74883d7520903b771 100644
--- a/Modules/Core/Metadata/include/otbCosmoImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbCosmoImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbCosmoImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbCosmoImageMetadataInterfaceFactory.h
index 4bd56d8045c97caa2aadfd79fdc80d9fd63015e5..5342c3daec8d5f6269bbd74652cd02feee0bb38b 100644
--- a/Modules/Core/Metadata/include/otbCosmoImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbCosmoImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbDateTime.h b/Modules/Core/Metadata/include/otbDateTime.h
index aaac0070e43c553150b3ff1e9e95d08faf4d7d9f..42840baee995543c4613f9bdf7504e7c97f98321 100644
--- a/Modules/Core/Metadata/include/otbDateTime.h
+++ b/Modules/Core/Metadata/include/otbDateTime.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbDefaultImageMetadataInterface.h b/Modules/Core/Metadata/include/otbDefaultImageMetadataInterface.h
index 3afbfa2ac89a0ba52157b9fcf9dd05ae80d1fff5..9b26e3b0d7e1d85a8fff150052b89c676e40c66d 100644
--- a/Modules/Core/Metadata/include/otbDefaultImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbDefaultImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbDefaultImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbDefaultImageMetadataInterfaceFactory.h
index 1f746ab19f5cfd2c75cca556e2d51316d1ecec03..e5f413e44acbb507a1dfaa6c8cc79afd3bfda19c 100644
--- a/Modules/Core/Metadata/include/otbDefaultImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbDefaultImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbDimapMetadataHelper.h b/Modules/Core/Metadata/include/otbDimapMetadataHelper.h
index 7317f8615b4debb5c4ad26af92dd7220f59a7b31..e9ff7a0c746a390ebd9a11c770636cdd69386e1b 100644
--- a/Modules/Core/Metadata/include/otbDimapMetadataHelper.h
+++ b/Modules/Core/Metadata/include/otbDimapMetadataHelper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -24,6 +24,7 @@
 #include "OTBMetadataExport.h"
 #include "otbMetadataSupplierInterface.h"
 #include "otbSpot5Metadata.h"
+#include "otbDateTime.h"
 
 
 namespace otb
@@ -226,16 +227,18 @@ private:
 
   }
 
-  double GetTime(std::string timeStr){
+  double GetTime(const std::string& timeStr){
     // Time stamps are in the format: "yyyy-mm-ddThh:mm:ss.ssssss"
-    int year, month, day, hour, minute;
-    double second;
-    sscanf(timeStr.c_str(),
-                      "%4d-%2d-%2dT%2d:%2d:%9lf",
-                      &year, &month, &day,
-                      &hour, &minute, &second);
-    return (((((year-2002.0)*12.0 + month - 1.0)*365.0 + day - 1.0)*24.0
-            + hour)*60.0 + minute)*60.0 + second;
+    const auto d = MetaData::ReadFormattedDate(timeStr);
+    return d.GetSecond() + 60.0 * (
+             d.GetMinute() + 60.0 * ( // Total NB of minutes
+               d.GetHour() + 24.0 * ( // Total NB of hours
+                 d.GetDay() - 1.0 + 365.25 * ( // Total NB of days (-1 as day is not over)
+                   d.GetYear() - 2002.0
+                 )
+               )
+             )
+           );
   }
 
   DimapData m_Data;
diff --git a/Modules/Core/Metadata/include/otbFilterFunctionValues.h b/Modules/Core/Metadata/include/otbFilterFunctionValues.h
index 655b6893e5c380f6a03360b8401c608fab33cdd9..12f825b6df66cae42c803970aa03c9fba2554048 100644
--- a/Modules/Core/Metadata/include/otbFilterFunctionValues.h
+++ b/Modules/Core/Metadata/include/otbFilterFunctionValues.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbFormosatImageMetadataInterface.h b/Modules/Core/Metadata/include/otbFormosatImageMetadataInterface.h
index f92868e6b92677821889704471483e270cf4fbb4..53bf89459756eada7c7043d70a2b50af3ae57465 100644
--- a/Modules/Core/Metadata/include/otbFormosatImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbFormosatImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbFormosatImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbFormosatImageMetadataInterfaceFactory.h
index 1270b9079ffefe55421a465d96988a5173acd379..801528e68c8d955c74be982cee4bb38fb36e31db 100644
--- a/Modules/Core/Metadata/include/otbFormosatImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbFormosatImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbGeomMetadataSupplier.h b/Modules/Core/Metadata/include/otbGeomMetadataSupplier.h
index 3168f36ceb2df5c9a06ad3f355a0980189481888..e7844a92edfbc64a0e163be3ef51bcfca733e262 100644
--- a/Modules/Core/Metadata/include/otbGeomMetadataSupplier.h
+++ b/Modules/Core/Metadata/include/otbGeomMetadataSupplier.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -83,9 +83,9 @@ public:
   unsigned int GetNumberOf(std::string const&) const override;
 
   /** If multiple keys have the same path, gives the position of the one with value value*/
-  unsigned int GetAttributId(std::string const&, std::string const&) const override
+  unsigned int GetAttributeId(std::string const&, std::string const&) const override
   {
-    otbLogMacro(Error, << "GetAttributId() not yet implemented in otbGeomMetadataSupplier");
+    otbLogMacro(Error, << "GetAttributeId() not yet implemented in otbGeomMetadataSupplier");
     return 0;
   }
 
diff --git a/Modules/Core/Metadata/include/otbGeometryMetadata.h b/Modules/Core/Metadata/include/otbGeometryMetadata.h
index 3cd970104a5beada467e4ca3eccc7552e68b9ff3..939d9b03d4b82b0c08dea81131fdd3160c5a290a 100644
--- a/Modules/Core/Metadata/include/otbGeometryMetadata.h
+++ b/Modules/Core/Metadata/include/otbGeometryMetadata.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbIkonosImageMetadataInterface.h b/Modules/Core/Metadata/include/otbIkonosImageMetadataInterface.h
index 39eff304eba62d910f68b1a2b3f0ccf8a951e412..63c497b7f730cc93d0ca606eaf647b762f5eacab 100644
--- a/Modules/Core/Metadata/include/otbIkonosImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbIkonosImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbIkonosImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbIkonosImageMetadataInterfaceFactory.h
index 0977cc9718e0e8f4d25045b9a988a6942d70ebf6..d2c3f99205d7e39dbb472b8ba3739eb860341b7d 100644
--- a/Modules/Core/Metadata/include/otbIkonosImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbIkonosImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbImageMetadata.h b/Modules/Core/Metadata/include/otbImageMetadata.h
index e14523d9f5adbcf8f58d0c0202ba45737851023b..e2ce4133321efe75978616513045f4eed5946e56 100644
--- a/Modules/Core/Metadata/include/otbImageMetadata.h
+++ b/Modules/Core/Metadata/include/otbImageMetadata.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbImageMetadataInterfaceBase.h b/Modules/Core/Metadata/include/otbImageMetadataInterfaceBase.h
index 5d6485259899e57116ac5886dd6eb1d46a1b23c7..7b5211935fbf45705c53f1e5764e5a46f23f9d6c 100644
--- a/Modules/Core/Metadata/include/otbImageMetadataInterfaceBase.h
+++ b/Modules/Core/Metadata/include/otbImageMetadataInterfaceBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbImageMetadataInterfaceFactory.h
index 032d9f87db3fb9e18b1d013e675d9b747b7a139c..ebeb10716e482af374a5f7bf7067e3ddddc456f5 100644
--- a/Modules/Core/Metadata/include/otbImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbMetaDataKey.h b/Modules/Core/Metadata/include/otbMetaDataKey.h
index ebf21594ba374e208e97bf73e3761d53c8a6422b..d04111550d1d4b37c8acf5164f95216e7e80f8fe 100644
--- a/Modules/Core/Metadata/include/otbMetaDataKey.h
+++ b/Modules/Core/Metadata/include/otbMetaDataKey.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbMetadataStorageInterface.h b/Modules/Core/Metadata/include/otbMetadataStorageInterface.h
index 99c0349390f95310a9e1b948a990beb6f015b6f4..f3fa9e1ba6f75becee6017aa7f4cf3f16489f229 100644
--- a/Modules/Core/Metadata/include/otbMetadataStorageInterface.h
+++ b/Modules/Core/Metadata/include/otbMetadataStorageInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbMetadataSupplierInterface.h b/Modules/Core/Metadata/include/otbMetadataSupplierInterface.h
index ae36220ce5a4e4a6a1d46391f9ff4c3d76226e55..948c9dc27a5415f714252e4256b1dbeb28733054 100644
--- a/Modules/Core/Metadata/include/otbMetadataSupplierInterface.h
+++ b/Modules/Core/Metadata/include/otbMetadataSupplierInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -72,7 +72,7 @@ public:
   virtual unsigned int GetNumberOf(std::string const& path) const = 0;
 
   /** If multiple keys have the same path, gives the position of the one with value value*/
-  virtual unsigned int GetAttributId(std::string const& path, std::string const& value) const = 0;
+  virtual unsigned int GetAttributeId(std::string const& path, std::string const& value) const = 0;
 
   virtual ~MetadataSupplierInterface() = default;
 };
diff --git a/Modules/Core/Metadata/include/otbMetadataSupplierInterface.hxx b/Modules/Core/Metadata/include/otbMetadataSupplierInterface.hxx
index 340ae046ec615147fca4aa5c9ed6adbd579756dc..9b682d30f0b627c2fe8d8f97c555b33c4c9df102 100644
--- a/Modules/Core/Metadata/include/otbMetadataSupplierInterface.hxx
+++ b/Modules/Core/Metadata/include/otbMetadataSupplierInterface.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbMissingMetadataException.h b/Modules/Core/Metadata/include/otbMissingMetadataException.h
index 58536dadd5abfc745e4b4316948894f44364438a..ad5b240041cfde16555c66a6b49bd3a9ebeeded9 100644
--- a/Modules/Core/Metadata/include/otbMissingMetadataException.h
+++ b/Modules/Core/Metadata/include/otbMissingMetadataException.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbNoDataHelper.h b/Modules/Core/Metadata/include/otbNoDataHelper.h
index dc92b480ad777b40add6cf9a16dbc50acc051df8..dcf638a7c08e1b5bb3edceb7e254f592c2a18f12 100644
--- a/Modules/Core/Metadata/include/otbNoDataHelper.h
+++ b/Modules/Core/Metadata/include/otbNoDataHelper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterface.h b/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterface.h
index 35d04a23f733e231397783a0482e3c4f82edebc3..ba9534c88798d63a5c813740f7af4ee27c705cc5 100644
--- a/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterfaceFactory.h
index 2ff8c6d47831c99ba8f60fa12d944f50c2249357..417c1588f125e98677dbe0c0529547b0d3b4785f 100644
--- a/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbOpticalDefaultImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbOpticalImageMetadataInterface.h b/Modules/Core/Metadata/include/otbOpticalImageMetadataInterface.h
index d48f9e29a8f76a354e8ed37596b863e630793275..54174f11f71c825b03296bfdfad50ab932b9632a 100644
--- a/Modules/Core/Metadata/include/otbOpticalImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbOpticalImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbOpticalImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbOpticalImageMetadataInterfaceFactory.h
index a7280a2f6c3473440965e24b2e285e1c2a319087..dceda248ce9d13173c3764363a737c23eb222c4f 100644
--- a/Modules/Core/Metadata/include/otbOpticalImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbOpticalImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterface.h b/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterface.h
index e72ce9d24dec343d363250a57bc65968bd746c12..1108f81007fabd4529c6de06907b02cdf72d3658 100644
--- a/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterfaceFactory.h
index 3ea46ca5202f7546efaab48c05e996de5ad4460e..cc54738f2e5335eb53265a2113e67fae18c9809a 100644
--- a/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbPleiadesImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterface.h b/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterface.h
index ff2c3d5a39c2a413f97e93a3fcd03ccbf689a130..8eb46007e538664c0dd39790fe63f5f97d2b164e 100644
--- a/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterfaceFactory.h
index a3689685284f5cd3b5ab864a301b6b6024aaceed..d89bb405c6058dd830e92223a7698b9eed3e3efb 100644
--- a/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbQuickBirdImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterface.h b/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterface.h
index ff7f358c42a4ad298f5f0195d060b5e177ba53a4..00c07dcb844e9b3c68c09f556ca142e202d338d8 100644
--- a/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterfaceFactory.h
index e7b45ade83fc7339fa800072ba7c8bde365426e1..a7be607bb9aa1b9ddf0a02ea521a36bd08337a61 100644
--- a/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbRadarsat2ImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSARMetadata.h b/Modules/Core/Metadata/include/otbSARMetadata.h
index 0a3a38b210d1b67c3beaf03702d5fc197c3f1006..9d538ed328abcf3fbb4b8c71a3522e090e49756a 100644
--- a/Modules/Core/Metadata/include/otbSARMetadata.h
+++ b/Modules/Core/Metadata/include/otbSARMetadata.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSarCalibrationLookupData.h b/Modules/Core/Metadata/include/otbSarCalibrationLookupData.h
index 64d4a96902cb388664ded0e706b71985f8fb162a..2efb7cbe6f258e914d399666d4f3154349dea996 100644
--- a/Modules/Core/Metadata/include/otbSarCalibrationLookupData.h
+++ b/Modules/Core/Metadata/include/otbSarCalibrationLookupData.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterface.h b/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterface.h
index 4ee833c1f3eb3c19210092873507e7cbdedeaa55..94a22f49969ac7cb8d5ffb0650368cf4e5327f28 100644
--- a/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterfaceFactory.h
index 9085f97db9fe3e5f3d3789847ad5ddde1bb5bc9d..60d2b3faf16590366c792bf0f99dc34ef02c70e4 100644
--- a/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbSarDefaultImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h b/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h
index 72a6b122bc3ba0b334b3ad775bc651bed877f7b8..6c3e448fdb92fce0d2ee95f623f5a0ada52d37c0 100644
--- a/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSarImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbSarImageMetadataInterfaceFactory.h
index bdc7dc5d876c62f792fe9980f6fd96d8e03ae8c0..1a040cba90accd66b0cbc9922999f6292577e882 100644
--- a/Modules/Core/Metadata/include/otbSarImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbSarImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSentinel1CalibrationLookupData.h b/Modules/Core/Metadata/include/otbSentinel1CalibrationLookupData.h
index 7f5fcab6088d69a5ae52292a9a4da9bda252e51d..3ac57665efd20c627da50b38e0bf687a80325c41 100644
--- a/Modules/Core/Metadata/include/otbSentinel1CalibrationLookupData.h
+++ b/Modules/Core/Metadata/include/otbSentinel1CalibrationLookupData.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterface.h b/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterface.h
index 010e8acf566433479f093601db7398d5777d0851..fe183115da82796cdbda667fafb51a2262090487 100644
--- a/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterfaceFactory.h
index 90a143b407c6e0f1d83dea9c4037bc86d3ca8856..abe985e7d939dc756f7f0054bb98d8b383db00dd 100644
--- a/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbSentinel1ImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSentinel1ThermalNoiseLookupData.h b/Modules/Core/Metadata/include/otbSentinel1ThermalNoiseLookupData.h
index 28073e727ca513d741d64fc2ba5ddae9cb18ca13..64d818e02e8a1fca8944fb09f08bb553948bddec 100644
--- a/Modules/Core/Metadata/include/otbSentinel1ThermalNoiseLookupData.h
+++ b/Modules/Core/Metadata/include/otbSentinel1ThermalNoiseLookupData.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterface.h b/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterface.h
index 26003d7d2889e3f2eebde23afc6a86f4ca602cde..cb5447b109c8da2cb60e8de83aa89771174a01d0 100644
--- a/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterfaceFactory.h
index b33ec78275bc3847cdc83b0f0dd88b2831e810f8..3f5747d1f95c9be8402f405efa089b44eb5f02b0 100644
--- a/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbSpot6ImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSpotImageMetadataInterface.h b/Modules/Core/Metadata/include/otbSpotImageMetadataInterface.h
index 131ee42c3216824146d3b25705704831d09c57b7..7b3fb37898f58013cfc5ed67461072e52d1036c3 100644
--- a/Modules/Core/Metadata/include/otbSpotImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbSpotImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbSpotImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbSpotImageMetadataInterfaceFactory.h
index 1ca192004689268e4be07b5f71b03403b2394e1f..21aef25166f0cfda48848bc5a9a2b840599fbb60 100644
--- a/Modules/Core/Metadata/include/otbSpotImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbSpotImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterface.h b/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterface.h
index 4e2c14173cd088b946a13e5744fa0d8ea7099fcf..0292fa6e0423e0312b49a44d5943f8396bb89e34 100644
--- a/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterfaceFactory.h
index f55d9e7eccc40f6a0060b7eec2bea00162241c0e..d18d8e1670604b8718fcac423791884b968fa52c 100644
--- a/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbTerraSarXSarImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterface.h b/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterface.h
index f385dd27d226acb418b10492f42a438a02bcedc5..5f9f7a65bade1255e4a3b7112f36ca8f2663f154 100644
--- a/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterfaceFactory.h b/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterfaceFactory.h
index 7bb4ae271e556127eed242bc081b23b3e1934921..ad44e7db65ff170539881b407c97cecb8956dde1 100644
--- a/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterfaceFactory.h
+++ b/Modules/Core/Metadata/include/otbWorldView2ImageMetadataInterfaceFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/include/otbXMLMetadataSupplier.h b/Modules/Core/Metadata/include/otbXMLMetadataSupplier.h
index 9d5099da60d6f147771609571053fdc214c1be3c..28f48bce2e229473b7b1c8733558d062577c328f 100644
--- a/Modules/Core/Metadata/include/otbXMLMetadataSupplier.h
+++ b/Modules/Core/Metadata/include/otbXMLMetadataSupplier.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -106,7 +106,7 @@ public:
   unsigned int GetNumberOf(std::string const& path) const override;
 
   /** If multiple keys have the same path, gives the position of the one with value value*/
-  unsigned int GetAttributId(std::string const& path, std::string const& value) const override;
+  unsigned int GetAttributeId(std::string const& path, std::string const& value) const override;
 
   /**
    * @brief Writes the content of the XML file into a string
diff --git a/Modules/Core/Metadata/otb-module.cmake b/Modules/Core/Metadata/otb-module.cmake
index 034eb3c518c464187f92740ed669a92341e51aae..635e93241b3d310361ed1508332374d86c0eaec3 100644
--- a/Modules/Core/Metadata/otb-module.cmake
+++ b/Modules/Core/Metadata/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Metadata/src/CMakeLists.txt b/Modules/Core/Metadata/src/CMakeLists.txt
index 927cadf35738fd0b90d21418273bdb9177357c1b..51c2d906104c48cb957efee9ae48eb50d1b832b8 100644
--- a/Modules/Core/Metadata/src/CMakeLists.txt
+++ b/Modules/Core/Metadata/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Metadata/src/otbCosmoImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbCosmoImageMetadataInterface.cxx
index caaeee8f122eea2d29b742cd899e489784c74e17..86eb803bc4d6d72d49a4aed0deaea730f83b2878 100644
--- a/Modules/Core/Metadata/src/otbCosmoImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbCosmoImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbCosmoImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbCosmoImageMetadataInterfaceFactory.cxx
index 71a13e92d70059143284bff150952440b446a39d..dea942f474340a43fcdc3205789b10e61cf3f31f 100644
--- a/Modules/Core/Metadata/src/otbCosmoImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbCosmoImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbDateTime.cxx b/Modules/Core/Metadata/src/otbDateTime.cxx
index 895ce0cf07d49d4aab7813899f959beac5379c78..1e1b958e095746c7769c85f30484b1b1c1684644 100644
--- a/Modules/Core/Metadata/src/otbDateTime.cxx
+++ b/Modules/Core/Metadata/src/otbDateTime.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbDefaultImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbDefaultImageMetadataInterfaceFactory.cxx
index 8ca6c553e2d9752a0f7be7486ea53a3c95a0225e..14b4b54e795a0bcf3dc8f60fa19a59934c0d54d7 100644
--- a/Modules/Core/Metadata/src/otbDefaultImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbDefaultImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbDimapMetadataHelper.cxx b/Modules/Core/Metadata/src/otbDimapMetadataHelper.cxx
index a720564248b47c785a1e78f87ba8f256869ffabd..4cd68828143eedbe1ac488c50254e66508d6b50c 100644
--- a/Modules/Core/Metadata/src/otbDimapMetadataHelper.cxx
+++ b/Modules/Core/Metadata/src/otbDimapMetadataHelper.cxx
@@ -338,7 +338,6 @@ void DimapMetadataHelper::ParseDimapV2(const MetadataSupplierInterface & mds, co
 void DimapMetadataHelper::ParseSpot5Model(const MetadataSupplierInterface & mds, Spot5Param& spot5Param, const std::string & prefix){
 
   using Point3DType = itk::Point<double, 3>;
-  using Point2DType = itk::Point<double, 2>;
   
   std::vector<double> yaw_vector;
   std::vector<double> pitch_vector;
@@ -390,7 +389,7 @@ void DimapMetadataHelper::ParseSpot5Model(const MetadataSupplierInterface & mds,
   ParseVector(mds, expr_attitude,"ROLL", roll_vector);     
   ParseVector(mds, expr_attitude,"TIME", time_vector);  
 
-  for (int i=0; i < yaw_vector.size(); i++){
+  for (size_t i=0; i < yaw_vector.size(); i++){
     Point3DType point3d;
     point3d[0] = pitch_vector[i];
     point3d[1] = roll_vector[i];
@@ -402,23 +401,23 @@ void DimapMetadataHelper::ParseSpot5Model(const MetadataSupplierInterface & mds,
 
   if (yaw_vector.empty()||pitch_vector.empty()||roll_vector.empty()||time_vector.empty())
   {
-    otbGenericExceptionMacro(itk::ExceptionObject, <<"Missing attitudes informations");
+    otbGenericExceptionMacro(itk::ExceptionObject, <<"Missing attitudes information");
   }
 
   /* Look Angles */
 
   // Use look angles from Green band
-  // /!\ Warning chech condition with SWIR band not clear in OSSIM!
+  // /!\ Warning check condition with SWIR band not clear in OSSIM!
   bool bandFound = false;
-  int i = 1;
   std::string expr;
 
   hasValue = false;
 
   if (m_Data.BandIDs.size()>1){
-    while (i < m_Data.BandIDs.size() && !bandFound ){
+    size_t i = 1;
+    while (i < m_Data.BandIDs.size() && !bandFound) {
       expr = prefix + "Data_Strip.Sensor_Configuration.Instrument_Look_Angles_List.Instrument_Look_Angles_"+std::to_string(i)+".BAND_INDEX";
-      mds.GetMetadataValue(expr, hasValue) == "2" ? bandFound=true:i++;
+      mds.GetMetadataValue(expr, hasValue) == "2" ? bandFound=true : i++;
     }
     expr = "Dimap_Document.Data_Strip.Sensor_Configuration.Instrument_Look_Angles_List.Instrument_Look_Angles_"+std::to_string(i)+".Look_Angles_List.Look_Angles";           
   }
@@ -441,7 +440,7 @@ void DimapMetadataHelper::ParseSpot5Model(const MetadataSupplierInterface & mds,
   ParseVector(mds, expr,"Velocity.Z", vel_z);
   ParseVector(mds, expr,"TIME", time_vector);
 
-  for (int i=0; i < pos_x.size(); i++){
+  for (size_t i = 0; i < pos_x.size(); i++) {
     Point3DType position;
     Point3DType velocity;
     position[0] = pos_x[i];
diff --git a/Modules/Core/Metadata/src/otbFilterFunctionValues.cxx b/Modules/Core/Metadata/src/otbFilterFunctionValues.cxx
index 17e4c4c71302f91c9676f256ac2d55e8c15baf7b..df1a5ee8cd54762624b04db67ec5caa161856e24 100644
--- a/Modules/Core/Metadata/src/otbFilterFunctionValues.cxx
+++ b/Modules/Core/Metadata/src/otbFilterFunctionValues.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx
index 5bb874fd1a06866696dac8e9e52e989140598783..3cc22e31cb5f64ded59bd42c02d093431871ef8f 100644
--- a/Modules/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbFormosatImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbFormosatImageMetadataInterfaceFactory.cxx
index e61ff93f4771175abbc6446a57a9b31b2011e8fd..f082c9598301c18230bf96a504bd8c5b2d9cc558 100644
--- a/Modules/Core/Metadata/src/otbFormosatImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbFormosatImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbGeomMetadataSupplier.cxx b/Modules/Core/Metadata/src/otbGeomMetadataSupplier.cxx
index 796d3d4793bd0cbf87653491e0517a910c20a373..0e8e9598f0487f6f7c7f65ffb46ae78def2fc0b8 100644
--- a/Modules/Core/Metadata/src/otbGeomMetadataSupplier.cxx
+++ b/Modules/Core/Metadata/src/otbGeomMetadataSupplier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbGeometryMetadata.cxx b/Modules/Core/Metadata/src/otbGeometryMetadata.cxx
index bec6926816f6e9335474e719c29c5c5e32829dbe..2d5550e75ea8c8813420abddfe2d2a300be77a47 100644
--- a/Modules/Core/Metadata/src/otbGeometryMetadata.cxx
+++ b/Modules/Core/Metadata/src/otbGeometryMetadata.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbIkonosImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbIkonosImageMetadataInterface.cxx
index cedfc5ca1c50abb77d32b5120c15d2f8d73cacd8..8424fa6a18b5aafb7f52245a94165aeb23be1dd0 100644
--- a/Modules/Core/Metadata/src/otbIkonosImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbIkonosImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbIkonosImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbIkonosImageMetadataInterfaceFactory.cxx
index e5c2b4663fd0dcd1171cbd99a52ebbf9d8683732..1559e47eadc00cb5e85ab4234f25427b1abb7e63 100644
--- a/Modules/Core/Metadata/src/otbIkonosImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbIkonosImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbImageMetadata.cxx b/Modules/Core/Metadata/src/otbImageMetadata.cxx
index 4be886f7e015eefa4f81db4aeccc483d4903e905..7f6499419eaab4da5affcb246330366f39476ebb 100644
--- a/Modules/Core/Metadata/src/otbImageMetadata.cxx
+++ b/Modules/Core/Metadata/src/otbImageMetadata.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbImageMetadataInterfaceBase.cxx b/Modules/Core/Metadata/src/otbImageMetadataInterfaceBase.cxx
index 5fcf3b8d0725a3530206c03e4b2e74957587c747..e54c108d1eb264adf6ac9599ee666a2b4cc3b1ff 100644
--- a/Modules/Core/Metadata/src/otbImageMetadataInterfaceBase.cxx
+++ b/Modules/Core/Metadata/src/otbImageMetadataInterfaceBase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx
index 5baa9f7454efdc5ded7a7275787d086f8218771a..336a93822bc45d33c0eb0513428601ed76c577a2 100644
--- a/Modules/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbMetaDataKey.cxx b/Modules/Core/Metadata/src/otbMetaDataKey.cxx
index 67b978757561f755cb87a027aab24d18da133e9f..431d55e6fde64361a1d888cf2405c3b8fa64b801 100644
--- a/Modules/Core/Metadata/src/otbMetaDataKey.cxx
+++ b/Modules/Core/Metadata/src/otbMetaDataKey.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbMetadataStorageInterface.cxx b/Modules/Core/Metadata/src/otbMetadataStorageInterface.cxx
index 18b6183fb347556aed990f427a51955df9897337..57a26826d2835a8e89bf7cb42665eaafa77d2e6e 100644
--- a/Modules/Core/Metadata/src/otbMetadataStorageInterface.cxx
+++ b/Modules/Core/Metadata/src/otbMetadataStorageInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbMetadataSupplierInterface.cxx b/Modules/Core/Metadata/src/otbMetadataSupplierInterface.cxx
index 681d291d7e42e8bad800f9bc139159b35d59110d..31c9705f2f1190022801db55b26b2e7ebcc33b09 100644
--- a/Modules/Core/Metadata/src/otbMetadataSupplierInterface.cxx
+++ b/Modules/Core/Metadata/src/otbMetadataSupplierInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbNoDataHelper.cxx b/Modules/Core/Metadata/src/otbNoDataHelper.cxx
index 66d81267a168d613223bb6dbaf73861de0152bde..0b377192f13d69617ad859e4750b84850632c33c 100644
--- a/Modules/Core/Metadata/src/otbNoDataHelper.cxx
+++ b/Modules/Core/Metadata/src/otbNoDataHelper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbOpticalDefaultImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbOpticalDefaultImageMetadataInterfaceFactory.cxx
index a5ebc79f4be93bc940a5e77f392fd3f30e82b499..052b182dd37bd4a835479ac9941beec9699652c2 100644
--- a/Modules/Core/Metadata/src/otbOpticalDefaultImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbOpticalDefaultImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbOpticalImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbOpticalImageMetadataInterface.cxx
index 8ed74c7ded6ad408743a0186f7a20f1f2688ad84..e34b1b2d28ba6070b221e57b726d08853526ea43 100644
--- a/Modules/Core/Metadata/src/otbOpticalImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbOpticalImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx
index 194265306401ac5fd97d3226a4d41f5b64b00838..4c636847c79758bcf16c8285f74803acaa39de4e 100644
--- a/Modules/Core/Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx
index 36cda9a1f2ce7b86f1273f0d01e6dda515f7d200..10924d1ad2c9c7eb443c3c88d6073f15f99916b3 100644
--- a/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterfaceFactory.cxx
index cb0d2c09511c401fd6dbecbbf9545ecd968f31a3..47d52464523574b41516d92d6fb28a1c6dab98b4 100644
--- a/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterface.cxx
index d05a0a54c2a75b4bf973b5cf757c88fb649b005d..b86fb8430edd592d0d525d4b11b39a8705b724ad 100644
--- a/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterfaceFactory.cxx
index 0014f7a67aa1d2e11c5c01e00d580c9d415ef789..3daeba16d2b9f38bcecb328c0eea26ec70affa9a 100644
--- a/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbQuickBirdImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterface.cxx
index 7885b7e3ec54a0d685e9fa1958c352eeb676e2d3..648148354a4a7d19b452a228be2a61384e5638de 100644
--- a/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterfaceFactory.cxx
index c4faeff47918b32c607a114a886c185b319e4261..18d925ec2d5ff54f12188b621d3c18936e48000b 100644
--- a/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbRadarsat2ImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSARMetadata.cxx b/Modules/Core/Metadata/src/otbSARMetadata.cxx
index 3241c1c1128359508c094237c33e1cdea5464b54..86035f231509db2eea2201a31e1907c14b2e9cef 100644
--- a/Modules/Core/Metadata/src/otbSARMetadata.cxx
+++ b/Modules/Core/Metadata/src/otbSARMetadata.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSarDefaultImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbSarDefaultImageMetadataInterfaceFactory.cxx
index df074396a666deea7aaf9ba0d4dab33a33b1ce27..8eb2069892ebf450fb60f321d2213415fa13ed1a 100644
--- a/Modules/Core/Metadata/src/otbSarDefaultImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbSarDefaultImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSarImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbSarImageMetadataInterface.cxx
index 61f4daea9cd3e0b4f7dfafb02bffe30099c8dffe..e62b759778babd26213d2a63fba9a7fa67fe68a9 100644
--- a/Modules/Core/Metadata/src/otbSarImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbSarImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx
index 188d8767fafbd4e0e17717f2d2f2b15455bbdd46..281d553900b6b681bc33c355e0fb179c4acfcf7d 100644
--- a/Modules/Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSentinel1CalibrationLookupData.cxx b/Modules/Core/Metadata/src/otbSentinel1CalibrationLookupData.cxx
index 736e9e2d8f38b6b88494cad1cab6341ce3d12610..dc5f3d0b1bf4961039f97e3bfeb005ef94e038f9 100644
--- a/Modules/Core/Metadata/src/otbSentinel1CalibrationLookupData.cxx
+++ b/Modules/Core/Metadata/src/otbSentinel1CalibrationLookupData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx
index c6b0719177c0a11dbf5188d3b77c85907f7278eb..cb66d443cfcadbf6ed9b7f2c81b8ca552d79da1a 100644
--- a/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterfaceFactory.cxx
index 003807cac7dbef1c27fd5c814757904c42e42c80..37702fce670adca1c489d5c5dd7f13f2c7e61cd9 100644
--- a/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSentinel1ThermalNoiseLookupData.cxx b/Modules/Core/Metadata/src/otbSentinel1ThermalNoiseLookupData.cxx
index fee56a075bc4d846dde50952de404b1c346c2996..bef90b1621b40a57b4674a5950d267c1f920489a 100644
--- a/Modules/Core/Metadata/src/otbSentinel1ThermalNoiseLookupData.cxx
+++ b/Modules/Core/Metadata/src/otbSentinel1ThermalNoiseLookupData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterface.cxx
index 55910a88b367ce54e6167e437672f55158609f7b..3ea18aeb81d2c8251e97b235fdca7d803cd6a62e 100644
--- a/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterfaceFactory.cxx
index 865d5a20b3c587ea8184f38c8aa18b874c9bbe91..35fb5898a98d4dfd7e2b69fff10bdfc4ebf60fde 100644
--- a/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSpotImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbSpotImageMetadataInterface.cxx
index 049f0ad0986d917cc7649e3b03b9b5ff61e9a66a..5e2f802c5f14f91125eb77b1749b8204709a848a 100644
--- a/Modules/Core/Metadata/src/otbSpotImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbSpotImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbSpotImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbSpotImageMetadataInterfaceFactory.cxx
index 5e217fcddc80dfca60be5676fc21a35c53a38784..1f3fc53f5ced8f98122a2c2c602c108bd1c2734b 100644
--- a/Modules/Core/Metadata/src/otbSpotImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbSpotImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterface.cxx
index 1441a9af375e12e67f0c89446bc6969554097b99..59161f26a7d67d53cde5bb72c7e1d74bbba4fbf1 100644
--- a/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterfaceFactory.cxx
index 8a5db92f94ac538365f0b5f37657854ae19b5043..5269790fca0578b30ca2b04a70285aa1710d7070 100644
--- a/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbTerraSarXSarImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx b/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx
index 81a7aca628084e76c307c363907397d9a2b39d01..8f865cb3e7f5b44bc9ebf5e80c213c43595174ad 100644
--- a/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx
+++ b/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterfaceFactory.cxx b/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterfaceFactory.cxx
index bd845e0ce2cfa4b89824c6d599468d7c2b518ac0..ea5c80b23bb6f43faa200a512217b3bedb8b27c7 100644
--- a/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterfaceFactory.cxx
+++ b/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterfaceFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/src/otbXMLMetadataSupplier.cxx b/Modules/Core/Metadata/src/otbXMLMetadataSupplier.cxx
index 6dfb37b184d0abcba049ec6a13cfd3db753886fe..80b5a5534d6e81e3f6948dd82a92a8ac81a521e2 100644
--- a/Modules/Core/Metadata/src/otbXMLMetadataSupplier.cxx
+++ b/Modules/Core/Metadata/src/otbXMLMetadataSupplier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -255,7 +255,7 @@ unsigned int XMLMetadataSupplier::GetNumberOf(std::string const & path) const
   }
   return idx.size();
 }
-unsigned int XMLMetadataSupplier::GetAttributId(std::string const& path, std::string const& value) const
+unsigned int XMLMetadataSupplier::GetAttributeId(std::string const& path, std::string const& value) const
 {
   // Search for the joker
   std::size_t found = path.find("_#");
diff --git a/Modules/Core/Metadata/test/CMakeLists.txt b/Modules/Core/Metadata/test/CMakeLists.txt
index adcc38130cc0fea05ec445f6a46656e8dba2b674..29a4be7bc6e23c8a9ce679d4b2ad5cc4141bca78 100644
--- a/Modules/Core/Metadata/test/CMakeLists.txt
+++ b/Modules/Core/Metadata/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Metadata/test/otbDateTest.cxx b/Modules/Core/Metadata/test/otbDateTest.cxx
index 7835835fb3f7f4d6a346d9efbf979f3a435c6578..7f84059a2d61fa60db4dcca0f3edc00cdde38f69 100644
--- a/Modules/Core/Metadata/test/otbDateTest.cxx
+++ b/Modules/Core/Metadata/test/otbDateTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbGeomMetadataSupplierTest.cxx b/Modules/Core/Metadata/test/otbGeomMetadataSupplierTest.cxx
index 72fe70aa9fb128ed488447daf22ec78b422d9521..45ae01fdcf0f515bea8516232c7abd0ba915bfb7 100644
--- a/Modules/Core/Metadata/test/otbGeomMetadataSupplierTest.cxx
+++ b/Modules/Core/Metadata/test/otbGeomMetadataSupplierTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbImageMetadataInterfaceTest.cxx b/Modules/Core/Metadata/test/otbImageMetadataInterfaceTest.cxx
index c2872bd387c73ca0196cb25c0ceb446df7d7e705..87e1af5b4b2f580aa7d6eb8de4e5968e06672a78 100644
--- a/Modules/Core/Metadata/test/otbImageMetadataInterfaceTest.cxx
+++ b/Modules/Core/Metadata/test/otbImageMetadataInterfaceTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbImageMetadataTest.cxx b/Modules/Core/Metadata/test/otbImageMetadataTest.cxx
index f9d021eaf9cbe9b7d0789c32c443c412cae70217..d4a2e265446735003657dd978bd17285d3fa66f8 100644
--- a/Modules/Core/Metadata/test/otbImageMetadataTest.cxx
+++ b/Modules/Core/Metadata/test/otbImageMetadataTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbMetadataTestDriver.cxx b/Modules/Core/Metadata/test/otbMetadataTestDriver.cxx
index 9935ad30c8344ca2765b18157919caa40bb237d7..b7c72108787e516570b8318845b19e16b20eaac4 100644
--- a/Modules/Core/Metadata/test/otbMetadataTestDriver.cxx
+++ b/Modules/Core/Metadata/test/otbMetadataTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbNoDataHelperTest.cxx b/Modules/Core/Metadata/test/otbNoDataHelperTest.cxx
index 69cdde32bb53bb31d164f5491dd82db8ed26ea68..97c1ec641ce4a5bb787968de21a52be1a61b4d2a 100644
--- a/Modules/Core/Metadata/test/otbNoDataHelperTest.cxx
+++ b/Modules/Core/Metadata/test/otbNoDataHelperTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbSarCalibrationLookupDataTest.cxx b/Modules/Core/Metadata/test/otbSarCalibrationLookupDataTest.cxx
index 7c595ad5ad0edf558407a7825c1a1f6cc2e92776..5d541781a873c01f765485c0ffb2a27c780060af 100644
--- a/Modules/Core/Metadata/test/otbSarCalibrationLookupDataTest.cxx
+++ b/Modules/Core/Metadata/test/otbSarCalibrationLookupDataTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbSentinel1ThermalNoiseLutTest.cxx b/Modules/Core/Metadata/test/otbSentinel1ThermalNoiseLutTest.cxx
index ace1cf9c7f0467d917eb4d4fe9e9d0dfcd5ee481..cdfb8b6e2dfd25f9a81ce79d7221418d8aed0883 100644
--- a/Modules/Core/Metadata/test/otbSentinel1ThermalNoiseLutTest.cxx
+++ b/Modules/Core/Metadata/test/otbSentinel1ThermalNoiseLutTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Metadata/test/otbXMLMetadataSupplierTest.cxx b/Modules/Core/Metadata/test/otbXMLMetadataSupplierTest.cxx
index adf38c0986d7a89bfc6a83ecc090bd32f64c397b..bb19c23e8df7428ac07fa246876bb85f0c4838bd 100644
--- a/Modules/Core/Metadata/test/otbXMLMetadataSupplierTest.cxx
+++ b/Modules/Core/Metadata/test/otbXMLMetadataSupplierTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/CMakeLists.txt b/Modules/Core/Moments/CMakeLists.txt
index d4c37232dfbf060ecf3b1b29a7c34489e9ed6517..5391498cd2288638f1c43795286700721dcda36f 100644
--- a/Modules/Core/Moments/CMakeLists.txt
+++ b/Modules/Core/Moments/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Moments/include/otbComplexMomentPathFunction.h b/Modules/Core/Moments/include/otbComplexMomentPathFunction.h
index bf84639d8348d505cfbe057f85ee2c93839f04ff..2a875aaf0410106a54df6d592eb7ef3941b6824c 100644
--- a/Modules/Core/Moments/include/otbComplexMomentPathFunction.h
+++ b/Modules/Core/Moments/include/otbComplexMomentPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbComplexMomentPathFunction.hxx b/Modules/Core/Moments/include/otbComplexMomentPathFunction.hxx
index 6f9a4715fa02642e659a6f8ea2294cacbac13589..36615ccf39c8b1504347fbfc4ee3ace47577b1a5 100644
--- a/Modules/Core/Moments/include/otbComplexMomentPathFunction.hxx
+++ b/Modules/Core/Moments/include/otbComplexMomentPathFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbComplexMomentsImageFunction.h b/Modules/Core/Moments/include/otbComplexMomentsImageFunction.h
index af466878a577dd0dfd63a628112b9d7629a7b04c..73b905657de294b83a0d0fcf420f56a28a59108d 100644
--- a/Modules/Core/Moments/include/otbComplexMomentsImageFunction.h
+++ b/Modules/Core/Moments/include/otbComplexMomentsImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbComplexMomentsImageFunction.hxx b/Modules/Core/Moments/include/otbComplexMomentsImageFunction.hxx
index 96fe034e17bcd7b083db4951cfe25571b327e714..4e0e4a6d9f1db80c4e168e6fd5f528f9a77cf3f1 100644
--- a/Modules/Core/Moments/include/otbComplexMomentsImageFunction.hxx
+++ b/Modules/Core/Moments/include/otbComplexMomentsImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.h b/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.h
index 0b7fa0586535ad9b32d9c072a236fed68da14c31..e883062e7cb69f3902ad50bb8ca1a878635b7014 100644
--- a/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.h
+++ b/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.hxx b/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.hxx
index 64a84d4efe2fcc19f77b4f9f3811617356936205..eeb37d9ddeceaad0a6f6d531f1abb475f12471ba 100644
--- a/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.hxx
+++ b/Modules/Core/Moments/include/otbFlusserMomentsImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbFlusserPathFunction.h b/Modules/Core/Moments/include/otbFlusserPathFunction.h
index aebd5cd9708206857191061cd93f8c28ab0b81b9..327271ef795431632c7156ebf62ef184ec24e491 100644
--- a/Modules/Core/Moments/include/otbFlusserPathFunction.h
+++ b/Modules/Core/Moments/include/otbFlusserPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbFlusserPathFunction.hxx b/Modules/Core/Moments/include/otbFlusserPathFunction.hxx
index ad7ba9a6803e760870f3bc84ebbee23a436263b5..46f4d377153a9325382adcf43d86e1104bc0c13f 100644
--- a/Modules/Core/Moments/include/otbFlusserPathFunction.hxx
+++ b/Modules/Core/Moments/include/otbFlusserPathFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbGeometricMomentPathFunction.h b/Modules/Core/Moments/include/otbGeometricMomentPathFunction.h
index ee897eede48710f106fd710d756b0637f672ed86..edaf6f1dbd1afb1ef267c0da7f78c365fb0715a9 100644
--- a/Modules/Core/Moments/include/otbGeometricMomentPathFunction.h
+++ b/Modules/Core/Moments/include/otbGeometricMomentPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbHuMomentsImageFunction.h b/Modules/Core/Moments/include/otbHuMomentsImageFunction.h
index 1ebd6487342e5649d23d3cccebb979595bf717fd..5ab55ce590d3d2cad5d30c630af28a1b666c927f 100644
--- a/Modules/Core/Moments/include/otbHuMomentsImageFunction.h
+++ b/Modules/Core/Moments/include/otbHuMomentsImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbHuMomentsImageFunction.hxx b/Modules/Core/Moments/include/otbHuMomentsImageFunction.hxx
index 2820938c3c9e8abddbbc82bf2c2eb39b813bf19b..96f2303a5b6e7710742c346b7d2339a854b11c63 100644
--- a/Modules/Core/Moments/include/otbHuMomentsImageFunction.hxx
+++ b/Modules/Core/Moments/include/otbHuMomentsImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbHuPathFunction.h b/Modules/Core/Moments/include/otbHuPathFunction.h
index 9d8c6ff82a410e860fddea3b75c05a76337cedc4..1f883c18bfdc6ae74e44eda1231bbc64f69e749d 100644
--- a/Modules/Core/Moments/include/otbHuPathFunction.h
+++ b/Modules/Core/Moments/include/otbHuPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbHuPathFunction.hxx b/Modules/Core/Moments/include/otbHuPathFunction.hxx
index 8da0b7ea4c42d42ac0ab17d1634d071e8769744e..b4074b4a4b742705e9bb0aaf466c9d80ea362485 100644
--- a/Modules/Core/Moments/include/otbHuPathFunction.hxx
+++ b/Modules/Core/Moments/include/otbHuPathFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRadiometricMomentsFunctor.h b/Modules/Core/Moments/include/otbRadiometricMomentsFunctor.h
index bbb3d6dd5ab298766693a1e7ec2a1c25e57de405..7a128251698ff688d755996a9c0aceeea14068bd 100644
--- a/Modules/Core/Moments/include/otbRadiometricMomentsFunctor.h
+++ b/Modules/Core/Moments/include/otbRadiometricMomentsFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.h b/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.h
index 29df37f9343210b881c2a09826f25827ed2f762c..dbf8050c073d7373445378771652519d4f1fb6aa 100644
--- a/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.h
+++ b/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.hxx b/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.hxx
index 57d35d750033f9bf5f11a0db7409c677f9544b1a..0b7b1a7c57d8693e8bc7e06cd8149a71fe60e194 100644
--- a/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.hxx
+++ b/Modules/Core/Moments/include/otbRadiometricMomentsImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.h b/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.h
index bf1cd758574e9278d18a30b9dd1ba9e6d6aad1fe..4d909a22c5cb0d0dd64afd931fe81ffddfffda44 100644
--- a/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.h
+++ b/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.hxx b/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.hxx
index 799f39018de30abf85619cb89c4a579384f53d66..798f5606f0ba5b364dc5343a8dad1e99e3dac2be 100644
--- a/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.hxx
+++ b/Modules/Core/Moments/include/otbRadiometricMomentsImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRealMomentPathFunction.h b/Modules/Core/Moments/include/otbRealMomentPathFunction.h
index 06b67ddc470f9a010849105cc52595a5e4ec315f..6eb2063ed0db9d74d03bf5b8c3d3564d28b91ce0 100644
--- a/Modules/Core/Moments/include/otbRealMomentPathFunction.h
+++ b/Modules/Core/Moments/include/otbRealMomentPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRealMomentsImageFunction.h b/Modules/Core/Moments/include/otbRealMomentsImageFunction.h
index efcfaf99053aa21298b8a4a63807eea164131705..4a001e20d112bbc30866592f0c215312199e0e42 100644
--- a/Modules/Core/Moments/include/otbRealMomentsImageFunction.h
+++ b/Modules/Core/Moments/include/otbRealMomentsImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/include/otbRealMomentsImageFunction.hxx b/Modules/Core/Moments/include/otbRealMomentsImageFunction.hxx
index 63a025302629418f8a097a51f4d8a4ddc6cf3a6d..1aa37af854a600d8d931ca338343d62267db6acb 100644
--- a/Modules/Core/Moments/include/otbRealMomentsImageFunction.hxx
+++ b/Modules/Core/Moments/include/otbRealMomentsImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/otb-module.cmake b/Modules/Core/Moments/otb-module.cmake
index 423f1113dfe3ba759cfa3a9d62dc4858f7c087e4..62bc062a373766aaaf446b6158db1fe74ef2d374 100644
--- a/Modules/Core/Moments/otb-module.cmake
+++ b/Modules/Core/Moments/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Moments/test/CMakeLists.txt b/Modules/Core/Moments/test/CMakeLists.txt
index b5aa2a1af441054438a15247245b54e31bb53d13..241b528a2b79b0881ccd1f2a166329cb7a4ece95 100644
--- a/Modules/Core/Moments/test/CMakeLists.txt
+++ b/Modules/Core/Moments/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Moments/test/otbComplexMomentPath.cxx b/Modules/Core/Moments/test/otbComplexMomentPath.cxx
index de067ce597886214dc5e6eedd91b553e2a6e47fe..33de3021f856e47f6768024dccdc9445426ba73b 100644
--- a/Modules/Core/Moments/test/otbComplexMomentPath.cxx
+++ b/Modules/Core/Moments/test/otbComplexMomentPath.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbComplexMomentPathFloat.cxx b/Modules/Core/Moments/test/otbComplexMomentPathFloat.cxx
index 2b84de01ec1a11a4a5f05d2788be6e3d092ceed3..3a27d1e4b579dfed49b235d85cb4a04de0344ebc 100644
--- a/Modules/Core/Moments/test/otbComplexMomentPathFloat.cxx
+++ b/Modules/Core/Moments/test/otbComplexMomentPathFloat.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbComplexMomentsImageFunction.cxx b/Modules/Core/Moments/test/otbComplexMomentsImageFunction.cxx
index 907c534b24ec0af96ea02cc0faacd41798aa39b7..e5222a3d70bd8beccfb1770b0dda616705f5d834 100644
--- a/Modules/Core/Moments/test/otbComplexMomentsImageFunction.cxx
+++ b/Modules/Core/Moments/test/otbComplexMomentsImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbFlusserMomentsImageFunction.cxx b/Modules/Core/Moments/test/otbFlusserMomentsImageFunction.cxx
index 0cf2c73447193eec6ba9f7052a9af61381db4ed4..599ebaf07df7503ada07c14bc1458f0bd8b0c72a 100644
--- a/Modules/Core/Moments/test/otbFlusserMomentsImageFunction.cxx
+++ b/Modules/Core/Moments/test/otbFlusserMomentsImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbFlusserPath.cxx b/Modules/Core/Moments/test/otbFlusserPath.cxx
index 51d541e304d9c59068fee94e7a3c398e054a499f..b638c2abed39c931ea03d51623ed09ad50d50111 100644
--- a/Modules/Core/Moments/test/otbFlusserPath.cxx
+++ b/Modules/Core/Moments/test/otbFlusserPath.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbHuMomentsImageFunction.cxx b/Modules/Core/Moments/test/otbHuMomentsImageFunction.cxx
index 5433a11316db8566e62a881bff5a933e90f28a5d..d29d260679ec58e624134ecd8587c7f2074d72bd 100644
--- a/Modules/Core/Moments/test/otbHuMomentsImageFunction.cxx
+++ b/Modules/Core/Moments/test/otbHuMomentsImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbHuPath.cxx b/Modules/Core/Moments/test/otbHuPath.cxx
index 2f85cdb7082e958e0244d402b11df996f8074d02..5d2cbea6f9d4ed937b0071048f20fe8fabc79727 100644
--- a/Modules/Core/Moments/test/otbHuPath.cxx
+++ b/Modules/Core/Moments/test/otbHuPath.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbMomentsTestDriver.cxx b/Modules/Core/Moments/test/otbMomentsTestDriver.cxx
index ef5b1cf0e2e0dae1a62a73e77d35cacd6dae2acb..2ccfe98693554b95d2b73268a06d1ef4a49acf86 100644
--- a/Modules/Core/Moments/test/otbMomentsTestDriver.cxx
+++ b/Modules/Core/Moments/test/otbMomentsTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbRadiometricMomentsImageFilter.cxx b/Modules/Core/Moments/test/otbRadiometricMomentsImageFilter.cxx
index c691cd315ab5a66825203896fcd0f16f586df90c..69296ba0aa89f14ac7f5335e036afd502fcd5eba 100644
--- a/Modules/Core/Moments/test/otbRadiometricMomentsImageFilter.cxx
+++ b/Modules/Core/Moments/test/otbRadiometricMomentsImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbRadiometricMomentsImageFunction.cxx b/Modules/Core/Moments/test/otbRadiometricMomentsImageFunction.cxx
index 1e581d2d79939b57bc2ec4c021f434affbe975c8..82179c0c80c7ccaebef93ace8ad065961f927174 100644
--- a/Modules/Core/Moments/test/otbRadiometricMomentsImageFunction.cxx
+++ b/Modules/Core/Moments/test/otbRadiometricMomentsImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Moments/test/otbRealMomentsImageFunction.cxx b/Modules/Core/Moments/test/otbRealMomentsImageFunction.cxx
index 9e11df3148ebf0536d79bfd0b7fdaf62e45f1e41..03927ee00710cab4b7a32759698e259d75ee5aaf 100644
--- a/Modules/Core/Moments/test/otbRealMomentsImageFunction.cxx
+++ b/Modules/Core/Moments/test/otbRealMomentsImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Mosaic/CMakeLists.txt b/Modules/Core/Mosaic/CMakeLists.txt
index dfc0bf8df1eaf7d9044159bee7d4a61321d985a1..00b4387d482f848cc5c52279f2d4412a7fa5575c 100644
--- a/Modules/Core/Mosaic/CMakeLists.txt
+++ b/Modules/Core/Mosaic/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 # Copyright (C) 2019 IRSTEA
 #
 # This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbMosaicFunctors.h b/Modules/Core/Mosaic/include/otbMosaicFunctors.h
index fbadf68b384d236d3f738229f2b8aa56b6a843bf..c5e9e1cb781ce33b2322312d3d0edf125572e77e 100644
--- a/Modules/Core/Mosaic/include/otbMosaicFunctors.h
+++ b/Modules/Core/Mosaic/include/otbMosaicFunctors.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbPersistentMosaicFilter.h b/Modules/Core/Mosaic/include/otbPersistentMosaicFilter.h
index bf0c2779b1a829deb4cad39e5ec603289e9518bd..0a6ffc99682e4f20fac10037e440911d8e353026 100644
--- a/Modules/Core/Mosaic/include/otbPersistentMosaicFilter.h
+++ b/Modules/Core/Mosaic/include/otbPersistentMosaicFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.h b/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.h
index 125c568d337d03eea5ddb04fabe0ecedb64127f9..8fb9949f646820a3db6c29802f3c58ee29aa7d9e 100644
--- a/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.h
+++ b/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.hxx b/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.hxx
index dd002e13b362d215fb3c306eaf38574b18767033..47d8f215e55b8604d1e805a5b28add5c71d96e73 100644
--- a/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.hxx
+++ b/Modules/Core/Mosaic/include/otbQuadraticallyConstrainedSimpleSolver.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.h b/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.h
index f1da4ba50763da447699dc1171825d16b5b91e95..bfc1d850018115533ad560bbcdd91a520688d3ff 100644
--- a/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.h
+++ b/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.hxx b/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.hxx
index 313b05e04164f2ff493d1e42a7e4bad9126d8207..9f873ddca406c56ef674be487cc188dd9c045d53 100644
--- a/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.hxx
+++ b/Modules/Core/Mosaic/include/otbStreamingFeatherMosaicFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.h b/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.h
index 4954b6d24a5f6774d83c3e5e1469385da263f401..6c266a15ae54b706c6c9a6f0944580071ffaef1e 100644
--- a/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.h
+++ b/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.hxx b/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.hxx
index 85a5e930281836291900a0347bf5239b47d22ef8..3c4f2cf1cfc118246e6aee3acae902a52d30ae4c 100644
--- a/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.hxx
+++ b/Modules/Core/Mosaic/include/otbStreamingLargeFeatherMosaicFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.h b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.h
index bc29d19af9a512ad74b8ac9b1d8c00145b9f5a26..cbfb670670767527d6c37e5ae01819973056482c 100644
--- a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.h
+++ b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.hxx b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.hxx
index e05b14ec1c38d6c44caf8f9e0f5fff64d3e9d28f..34977b85093c392de6abba7ad7e5dd27386f8a02 100644
--- a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.hxx
+++ b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterBase.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.h b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.h
index 2c53f9f0e77c479be1f08d09c85ef9e57d53eb71..b372dc8839966336ba83e64fcb4e84a4f57b60da 100644
--- a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.h
+++ b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.hxx b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.hxx
index 0df9c5367df24cafc318ee9505c86fbfec0bf079..e71e85e7b3696dd1fd2bbac455b011019bd332cb 100644
--- a/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.hxx
+++ b/Modules/Core/Mosaic/include/otbStreamingMosaicFilterWithBlendingBase.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.h b/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.h
index 629d41e0904f1ae371123818c22f7e28ac6b8525..3620e75ea3daaf80401e955fddbf9cf2673d7487 100644
--- a/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.h
+++ b/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.hxx b/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.hxx
index 049898abc68f04179a46d95c43ba2c1e5a7e0372..8ef91320bca6198e767273272d6f85c60371dd3e 100644
--- a/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.hxx
+++ b/Modules/Core/Mosaic/include/otbStreamingMultibandFeatherMosaicFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.h b/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.h
index c5a093b281e4a0411a378adf316f8a584bae8135..fc55a57cfe5a6789a5317190253fd52a80b01279 100644
--- a/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.h
+++ b/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.hxx b/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.hxx
index 66e62c0039bca28a9232ae458c63694e4b4ce8fa..ea44bafe4ec394a9178ccf484e59a003b1c0604f 100644
--- a/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.hxx
+++ b/Modules/Core/Mosaic/include/otbStreamingSimpleMosaicFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbSummingFilter.h b/Modules/Core/Mosaic/include/otbSummingFilter.h
index 96dd70daa09c1ed358c0268a51faa1c49b03db78..8e134e251147f3e91567b06b9ca78e32bd147379 100644
--- a/Modules/Core/Mosaic/include/otbSummingFilter.h
+++ b/Modules/Core/Mosaic/include/otbSummingFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/include/otbSummingFilter.hxx b/Modules/Core/Mosaic/include/otbSummingFilter.hxx
index d09dd3cac972d008af90721b57aa3ed4596e9e13..a82a2c8820f41fbb97696935fa74ad698be4aed8 100644
--- a/Modules/Core/Mosaic/include/otbSummingFilter.hxx
+++ b/Modules/Core/Mosaic/include/otbSummingFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Mosaic/otb-module.cmake b/Modules/Core/Mosaic/otb-module.cmake
index 22e9b3ecfd5374268352a4d4f42d6bb41bba66d1..7187e14bbe7fa29be998637affcad6627126165f 100644
--- a/Modules/Core/Mosaic/otb-module.cmake
+++ b/Modules/Core/Mosaic/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 # Copyright (C) 2019 IRSTEA
 #
 # This file is part of Orfeo Toolbox
diff --git a/Modules/Core/ObjectList/CMakeLists.txt b/Modules/Core/ObjectList/CMakeLists.txt
index c589b9c6c517f0bbbd2f28b16ad4d321fe64fdf0..ba39401fb96e7d526994fbc2d0b7646380ba9866 100644
--- a/Modules/Core/ObjectList/CMakeLists.txt
+++ b/Modules/Core/ObjectList/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ObjectList/include/otbDataObjectListInterface.h b/Modules/Core/ObjectList/include/otbDataObjectListInterface.h
index cb13433e31438410eb7fc75f1da5efe637fecd7a..eb579c8eb62e6ba3d658a45ad4997a0946d3c897 100644
--- a/Modules/Core/ObjectList/include/otbDataObjectListInterface.h
+++ b/Modules/Core/ObjectList/include/otbDataObjectListInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbObjectList.h b/Modules/Core/ObjectList/include/otbObjectList.h
index 132deba9afee62cb5c6e0e4b163cf3d5446a0a87..47a933b84bb3123147128137702f5744d69d576d 100644
--- a/Modules/Core/ObjectList/include/otbObjectList.h
+++ b/Modules/Core/ObjectList/include/otbObjectList.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbObjectList.hxx b/Modules/Core/ObjectList/include/otbObjectList.hxx
index a8162de3cc2ad468bf8f14aa7d7d75029e7cd552..f4c8f5c7ba1b21218475a3b6b8613580aa022334 100644
--- a/Modules/Core/ObjectList/include/otbObjectList.hxx
+++ b/Modules/Core/ObjectList/include/otbObjectList.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbObjectListSource.h b/Modules/Core/ObjectList/include/otbObjectListSource.h
index 63d7c2834fe93dc0e4f563eb9d71c032286f24a1..63eb88c1089ad62b0ae1994893c882657ce274d6 100644
--- a/Modules/Core/ObjectList/include/otbObjectListSource.h
+++ b/Modules/Core/ObjectList/include/otbObjectListSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbObjectListSource.hxx b/Modules/Core/ObjectList/include/otbObjectListSource.hxx
index 8d8fa7537b473f213b4bcc619201dcb42626f48f..c473d6897b46e1390aad9740ce8e7a4137c094bf 100644
--- a/Modules/Core/ObjectList/include/otbObjectListSource.hxx
+++ b/Modules/Core/ObjectList/include/otbObjectListSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.h b/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.h
index 8bb13ec92bdd33c16a3127fa07c5f9bb90bdd632..1c88de1b28f8875665c384773612ff57f1fc3cbe 100644
--- a/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.h
+++ b/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.hxx b/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.hxx
index 802a75b6f669ae53cf71d8e365239bf18e1a9183..1b6a5f8a22641db3d8548d9fa54d4617367c46ef 100644
--- a/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.hxx
+++ b/Modules/Core/ObjectList/include/otbObjectListToObjectListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.h b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.h
index f1a90b0deece302baefd3c7859911f5d72d8222c..dcc92ad14453e235da467b52fc08310944ea1fab 100644
--- a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.h
+++ b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.hxx b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.hxx
index eee5bdb96f2f5319547e3f331e70786a90c6b3a6..5385d89f2e750a01046b1abde5057037f3474870 100644
--- a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.hxx
+++ b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListBooleanFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.h b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.h
index 2a40d4c421f1b8903a2e16cb245aee2d2f2dc023..d239d5a8ff8c85fdf7cdd72c4cd815c9b3771587 100644
--- a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.h
+++ b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.hxx b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.hxx
index c77dfad59d5027a9d368fc17023e5392e95a7ad7..b10b298f2437ab8532326a472fa9a418a498c6c8 100644
--- a/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.hxx
+++ b/Modules/Core/ObjectList/include/otbUnaryFunctorObjectListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/otb-module.cmake b/Modules/Core/ObjectList/otb-module.cmake
index c337dc1f011313e5f08ee048266c09878167e312..7ca6fa5a942f1ecbbbca159b0cdfe52ef7ca7a46 100644
--- a/Modules/Core/ObjectList/otb-module.cmake
+++ b/Modules/Core/ObjectList/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ObjectList/test/CMakeLists.txt b/Modules/Core/ObjectList/test/CMakeLists.txt
index 76bdf40d42584f2618451a5bb6d6bf7d5a5416d3..d1095778353726db883101ea0cb95f1fb2cb8d51 100644
--- a/Modules/Core/ObjectList/test/CMakeLists.txt
+++ b/Modules/Core/ObjectList/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/ObjectList/test/otbImageList.cxx b/Modules/Core/ObjectList/test/otbImageList.cxx
index 98fb33b22f27a32a714ddfb17e8230776fd47a08..d6e93a62797987f246a76a389f13f8b5f2b945d9 100644
--- a/Modules/Core/ObjectList/test/otbImageList.cxx
+++ b/Modules/Core/ObjectList/test/otbImageList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx b/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx
index fa9f946fafe784fc6493d2da52342a46628287ae..cc4037152873ba8010fc06b728928823545d8d25 100644
--- a/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx
+++ b/Modules/Core/ObjectList/test/otbImageListToImageListApplyFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter.cxx b/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter.cxx
index 5a131a2c961b746524ccdeb5f4ed5cd7dad72a94..610439eb3748c7c7ae696ca0d5c1f94a33a08cdd 100644
--- a/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter.cxx
+++ b/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx b/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx
index a8e8ca214eaa545e62411cc7c57692f9149d27c2..1c28e6a2eb499bbe5d8e9e5b4ec24fea6db227fd 100644
--- a/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx
+++ b/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbObjectList.cxx b/Modules/Core/ObjectList/test/otbObjectList.cxx
index ca4a98fc0a3530a2dd4d1acee00a243791c36068..a91c0a7563b7937f69862a8cc68f5f71b26e4b53 100644
--- a/Modules/Core/ObjectList/test/otbObjectList.cxx
+++ b/Modules/Core/ObjectList/test/otbObjectList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbObjectList2.cxx b/Modules/Core/ObjectList/test/otbObjectList2.cxx
index 8486ebd7808acd4ca9eefa7caf8d5491822e7ca2..0745d625d3529848389faa26993d552c0a677438 100644
--- a/Modules/Core/ObjectList/test/otbObjectList2.cxx
+++ b/Modules/Core/ObjectList/test/otbObjectList2.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbObjectListTestDriver.cxx b/Modules/Core/ObjectList/test/otbObjectListTestDriver.cxx
index 0f143c981c9577cef1a30a569f65d4bbd734aaec..2bc44b01dfc3538ed3a17a28bee864ba5c30c761 100644
--- a/Modules/Core/ObjectList/test/otbObjectListTestDriver.cxx
+++ b/Modules/Core/ObjectList/test/otbObjectListTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/ObjectList/test/otbVectorImageToImageListFilter.cxx b/Modules/Core/ObjectList/test/otbVectorImageToImageListFilter.cxx
index 3d34633a61da694ce44b3b96b8732e90df369df6..ffcd3beba280865ddb5a08b70e090a93332a1d0a 100644
--- a/Modules/Core/ObjectList/test/otbVectorImageToImageListFilter.cxx
+++ b/Modules/Core/ObjectList/test/otbVectorImageToImageListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/CMakeLists.txt b/Modules/Core/OpticalCalibration/CMakeLists.txt
index 389e55b6a48955e450ef2a6d2432afc230e0f0e9..819c9111f3917b62eb51623d87f8d8405532d9ff 100644
--- a/Modules/Core/OpticalCalibration/CMakeLists.txt
+++ b/Modules/Core/OpticalCalibration/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/OpticalCalibration/include/otbAeronetData.h b/Modules/Core/OpticalCalibration/include/otbAeronetData.h
index 824e8a9e7e4e8d3946a4ad1207e6b6cead4ac84f..eadee7e4675e963100aa0535eac396fa3963193b 100644
--- a/Modules/Core/OpticalCalibration/include/otbAeronetData.h
+++ b/Modules/Core/OpticalCalibration/include/otbAeronetData.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbAeronetFileReader.h b/Modules/Core/OpticalCalibration/include/otbAeronetFileReader.h
index 8811262c7f55529ab07167c6e04765fce444342d..24bf8e5277bd4cd9de1533333591f551d9aa5822 100644
--- a/Modules/Core/OpticalCalibration/include/otbAeronetFileReader.h
+++ b/Modules/Core/OpticalCalibration/include/otbAeronetFileReader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbAtmosphericCorrectionParameters.h b/Modules/Core/OpticalCalibration/include/otbAtmosphericCorrectionParameters.h
index 075e4b388b61d51136ad7045959d737f62070dde..fb3983567a1287bbebe04f17c4939e65457c8322 100644
--- a/Modules/Core/OpticalCalibration/include/otbAtmosphericCorrectionParameters.h
+++ b/Modules/Core/OpticalCalibration/include/otbAtmosphericCorrectionParameters.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbAtmosphericRadiativeTerms.h b/Modules/Core/OpticalCalibration/include/otbAtmosphericRadiativeTerms.h
index 57de0cf5944f93939b5787c3bf761198d45bbf78..b06c1a25f91a6ddfb83a007467d6c4c05046dec4 100644
--- a/Modules/Core/OpticalCalibration/include/otbAtmosphericRadiativeTerms.h
+++ b/Modules/Core/OpticalCalibration/include/otbAtmosphericRadiativeTerms.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbImageMetadataCorrectionParameters.h b/Modules/Core/OpticalCalibration/include/otbImageMetadataCorrectionParameters.h
index ca38a36a015ae557dce25ed810bf109c9b1e43b8..5594ead34908c0159348d955ffb0ca883df45c3a 100644
--- a/Modules/Core/OpticalCalibration/include/otbImageMetadataCorrectionParameters.h
+++ b/Modules/Core/OpticalCalibration/include/otbImageMetadataCorrectionParameters.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbImageToLuminanceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbImageToLuminanceImageFilter.h
index 9f168baa4e3b71a7b47716978d77fb526c730d2b..add1ef7b0e834cfabb66a09f4405315ec3391990 100644
--- a/Modules/Core/OpticalCalibration/include/otbImageToLuminanceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbImageToLuminanceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbImageToRadianceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbImageToRadianceImageFilter.h
index 5fb9d7c0ef6fff8f4db550ff7c33e394375eadf2..3ca4853ba8197f615d9ab1d5f32df88818fdcfc5 100644
--- a/Modules/Core/OpticalCalibration/include/otbImageToRadianceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbImageToRadianceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbImageToReflectanceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbImageToReflectanceImageFilter.h
index 748bf1b67b0eefd2b4addbaf7f403e24de3727e7..fa41099fa8390f70460b55872d753ff5919ba776 100644
--- a/Modules/Core/OpticalCalibration/include/otbImageToReflectanceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbImageToReflectanceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbLuminanceToImageImageFilter.h b/Modules/Core/OpticalCalibration/include/otbLuminanceToImageImageFilter.h
index bdaebee1981727e04bf0a9ec0ed29c639ec457b0..0ca0186e7b210cd2a7cc71f3a74f8055886688e6 100644
--- a/Modules/Core/OpticalCalibration/include/otbLuminanceToImageImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbLuminanceToImageImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbLuminanceToReflectanceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbLuminanceToReflectanceImageFilter.h
index 8de5afce0ec542349cdc1e6534726073f2ed1a29..15f2cdf99a653841dd7b50a3b970c6801a290706 100644
--- a/Modules/Core/OpticalCalibration/include/otbLuminanceToReflectanceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbLuminanceToReflectanceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbRadianceToImageImageFilter.h b/Modules/Core/OpticalCalibration/include/otbRadianceToImageImageFilter.h
index 8435896597ceb60af78bf295bdc4c4374b44215f..cac52e56120e06a37d0b694650645243daf0d9c9 100644
--- a/Modules/Core/OpticalCalibration/include/otbRadianceToImageImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbRadianceToImageImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h
index c88af3fbc3b78311ed7d5e781d83f12e514b6749..e3d317bde994eca217db8dcaf996079505b001ef 100644
--- a/Modules/Core/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h b/Modules/Core/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h
index 0edb063ff5d5eb2ef52292e395d3d1bd21eceac4..4201bb9244803d6b6881e8a1e35734e28345e331 100644
--- a/Modules/Core/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h
+++ b/Modules/Core/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbReflectanceToImageImageFilter.h b/Modules/Core/OpticalCalibration/include/otbReflectanceToImageImageFilter.h
index 864c3e53cf9f349fbdfe6112b01ca5feff5618ab..19106769a6a2562d36b36c79c65ea0eca1f425ad 100644
--- a/Modules/Core/OpticalCalibration/include/otbReflectanceToImageImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbReflectanceToImageImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbReflectanceToLuminanceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbReflectanceToLuminanceImageFilter.h
index 792107ab3b80e46fd21af12e053629b21255a860..8bb1b05a54ec389d1e6f2a58b89ca9fa1173af82 100644
--- a/Modules/Core/OpticalCalibration/include/otbReflectanceToLuminanceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbReflectanceToLuminanceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h
index 4ac2121decd402c5516af1b41cf0053df36f682b..7c366077d3430f7b2f17d9528113c134bce5ae01 100644
--- a/Modules/Core/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h b/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h
index 56f1b97e018870bbc60b1dc2bfe4a52895a7aea1..736b21b859e3579d646ebe9b7954d379229a0fdc 100644
--- a/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.hxx b/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.hxx
index fa0b678a3410d91e7482fd6fcf813a9522066342..9c98a0b308272cff92f9a09d32163f3891a12fdc 100644
--- a/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.hxx
+++ b/Modules/Core/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbSIXSTraits.h b/Modules/Core/OpticalCalibration/include/otbSIXSTraits.h
index 84c69ea65e18da526a6db3fecc282b604f612ccb..3a3b13f8b695098cfd08bc1aa9a03d2c11b3e698 100644
--- a/Modules/Core/OpticalCalibration/include/otbSIXSTraits.h
+++ b/Modules/Core/OpticalCalibration/include/otbSIXSTraits.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbSpectralSensitivityReader.h b/Modules/Core/OpticalCalibration/include/otbSpectralSensitivityReader.h
index 669c3640c4ba76fdf9b2f0ad7e650997c066a158..f001fff8b4968a8e11bc3df9d81046da6491aa60 100644
--- a/Modules/Core/OpticalCalibration/include/otbSpectralSensitivityReader.h
+++ b/Modules/Core/OpticalCalibration/include/otbSpectralSensitivityReader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h b/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h
index fbec68082dbe31deafa9077868452d5691e92756..fa3f51a727311e2f14c8336d7cca1ae3abaa6f41 100644
--- a/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h
+++ b/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.hxx b/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.hxx
index 6b676639fbfb117c21e81a07357baaa2b2f46f4f..51b86f9c1fa3cdeb855316dec6d9608158330b0b 100644
--- a/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.hxx
+++ b/Modules/Core/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbVarSol.h b/Modules/Core/OpticalCalibration/include/otbVarSol.h
index 0b18e3f8211567b6d314e717c478ba407f4ab358..e8af739377993ba4760133f7836aaa75b8c2c787 100644
--- a/Modules/Core/OpticalCalibration/include/otbVarSol.h
+++ b/Modules/Core/OpticalCalibration/include/otbVarSol.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/include/otbWavelengthSpectralBands.h b/Modules/Core/OpticalCalibration/include/otbWavelengthSpectralBands.h
index 251915a79242b69673f1023ef57c41f776a41834..7b8df84aae535f0c90e15cfa915d923a9be9e147 100644
--- a/Modules/Core/OpticalCalibration/include/otbWavelengthSpectralBands.h
+++ b/Modules/Core/OpticalCalibration/include/otbWavelengthSpectralBands.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/otb-module.cmake b/Modules/Core/OpticalCalibration/otb-module.cmake
index 02b1dd2afc661d24246271bef53d55dc1f874324..7b267d9433cdd1e85c5b69b8c1d451190508b8e3 100644
--- a/Modules/Core/OpticalCalibration/otb-module.cmake
+++ b/Modules/Core/OpticalCalibration/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/OpticalCalibration/src/CMakeLists.txt b/Modules/Core/OpticalCalibration/src/CMakeLists.txt
index 0de9c147f136cb53bd3dea040ac9a3ec44cfe695..43def5c24b8bf8ef15f663c3435a8619923811a8 100644
--- a/Modules/Core/OpticalCalibration/src/CMakeLists.txt
+++ b/Modules/Core/OpticalCalibration/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/OpticalCalibration/src/otbAeronetData.cxx b/Modules/Core/OpticalCalibration/src/otbAeronetData.cxx
index b4655fb8481d669be606874082db8d32b3dcd5b8..7add27f04f7eb69ea563d177a0605d49c57e254c 100644
--- a/Modules/Core/OpticalCalibration/src/otbAeronetData.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbAeronetData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbAeronetFileReader.cxx b/Modules/Core/OpticalCalibration/src/otbAeronetFileReader.cxx
index a0e5683dcb33819db4b75effadfe96147b3d1cb8..5db6af2c1c73c8cbe408a48b312d705b3dc29d58 100644
--- a/Modules/Core/OpticalCalibration/src/otbAeronetFileReader.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbAeronetFileReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbAtmosphericCorrectionParameters.cxx b/Modules/Core/OpticalCalibration/src/otbAtmosphericCorrectionParameters.cxx
index 7582d6db2b4e3a7f5bba06b1e682f7f45cf43e72..3677c29dd3cf7bfd6c03ed2ffac545e6e16e65b6 100644
--- a/Modules/Core/OpticalCalibration/src/otbAtmosphericCorrectionParameters.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbAtmosphericCorrectionParameters.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbAtmosphericRadiativeTerms.cxx b/Modules/Core/OpticalCalibration/src/otbAtmosphericRadiativeTerms.cxx
index e5317e469206a6aa6fa1f91d8da43efa1450746e..4a118d613c3e5c546f4eea53d2e1436e4959496a 100644
--- a/Modules/Core/OpticalCalibration/src/otbAtmosphericRadiativeTerms.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbAtmosphericRadiativeTerms.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbImageMetadataCorrectionParameters.cxx b/Modules/Core/OpticalCalibration/src/otbImageMetadataCorrectionParameters.cxx
index 7af4e5e7ab3fdfb8b6dfc570a21054c9869c190a..06b5ee591e86b6f2cfb2d23af0ddb9af5070d370 100644
--- a/Modules/Core/OpticalCalibration/src/otbImageMetadataCorrectionParameters.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbImageMetadataCorrectionParameters.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbSIXSTraits.cxx b/Modules/Core/OpticalCalibration/src/otbSIXSTraits.cxx
index ce565289a5f3987f0e855a2a1c2bb5d3f9a0844d..afda729ec01f803c289288d9352ad456d6ef9333 100644
--- a/Modules/Core/OpticalCalibration/src/otbSIXSTraits.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbSIXSTraits.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbSpectralSensitivityReader.cxx b/Modules/Core/OpticalCalibration/src/otbSpectralSensitivityReader.cxx
index 25df26980f88de298f5277c41fd9687d79a2118d..ab76ab7402fda9f69ba466d1eeaa00c0d347081c 100644
--- a/Modules/Core/OpticalCalibration/src/otbSpectralSensitivityReader.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbSpectralSensitivityReader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/src/otbWavelengthSpectralBands.cxx b/Modules/Core/OpticalCalibration/src/otbWavelengthSpectralBands.cxx
index d1348ac0b569d936b758b52313190575f84a6a65..d271818b0ffeb9f81289067fc08011d8c254cd6c 100644
--- a/Modules/Core/OpticalCalibration/src/otbWavelengthSpectralBands.cxx
+++ b/Modules/Core/OpticalCalibration/src/otbWavelengthSpectralBands.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/CMakeLists.txt b/Modules/Core/OpticalCalibration/test/CMakeLists.txt
index ee273dfaad3b8a66237bb622848c55de52fc98da..73a035f1f0722a6ac969057e4a0ce81e6b96d141 100644
--- a/Modules/Core/OpticalCalibration/test/CMakeLists.txt
+++ b/Modules/Core/OpticalCalibration/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/OpticalCalibration/test/otbAeronetExtractData.cxx b/Modules/Core/OpticalCalibration/test/otbAeronetExtractData.cxx
index 4b5068ecb521dc9a329abc2f5dd1b425055881b2..85fdf495adae056839b788a9155a933c63f3050e 100644
--- a/Modules/Core/OpticalCalibration/test/otbAeronetExtractData.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbAeronetExtractData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbAeronetExtractDataBadData.cxx b/Modules/Core/OpticalCalibration/test/otbAeronetExtractDataBadData.cxx
index b1465e78157e16a76a7b95b4f0caf0a0b504f105..c64f32bd1992f9cd36eca3be08ac110792d685b0 100644
--- a/Modules/Core/OpticalCalibration/test/otbAeronetExtractDataBadData.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbAeronetExtractDataBadData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbAtmosphericCorrectionSequencement.cxx b/Modules/Core/OpticalCalibration/test/otbAtmosphericCorrectionSequencement.cxx
index 84ea353f868f74023a5e4e333fbde8a825affdc2..f0a47f3de796037d7d7633f6aae3f6a6e7b46cf6 100644
--- a/Modules/Core/OpticalCalibration/test/otbAtmosphericCorrectionSequencement.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbAtmosphericCorrectionSequencement.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbAtmosphericRadiativeTermsTest.cxx b/Modules/Core/OpticalCalibration/test/otbAtmosphericRadiativeTermsTest.cxx
index 4ccef585567b8dd188081c7ec2494eb65b2bf960..05797b8dba077abaf0df2aa533fade97c86d33fc 100644
--- a/Modules/Core/OpticalCalibration/test/otbAtmosphericRadiativeTermsTest.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbAtmosphericRadiativeTermsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilter.cxx
index c3133ebdd20098ca330f59f754664d81839e0749..e08e9e79d85481579666253cc290083a293e5569 100644
--- a/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilterAuto.cxx b/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilterAuto.cxx
index 9349fde7ed3de8a8ee470b91d3d3f23b44e370a7..b5b91b56e3d36af32238520f151d3602f0c8db14 100644
--- a/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilterAuto.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbImageToRadianceImageFilterAuto.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilter.cxx
index 4109f7fb9925fb0efa4d92077f833f74bf713e14..d5016cc059012f3c6bf0dfc42854da5af11b467a 100644
--- a/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilterAuto.cxx b/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilterAuto.cxx
index 1eef4bfbc2e081d6ee4322c7289f4cd8d3378d3d..7b7a774da892cfe6db0e1cda1759a801a78e7478 100644
--- a/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilterAuto.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbImageToReflectanceImageFilterAuto.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbOpticalCalibrationTestDriver.cxx b/Modules/Core/OpticalCalibration/test/otbOpticalCalibrationTestDriver.cxx
index ce03c0f0f31842d5ff658ab553d2ebc99786bfb6..22fbc5f5e34c49697dc5e03b14e686252ee8a3a4 100644
--- a/Modules/Core/OpticalCalibration/test/otbOpticalCalibrationTestDriver.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbOpticalCalibrationTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilter.cxx
index 107ed20662e8c00df33cda53ebb7f76bf09f4c7b..dd772fc541ad3a7ba8c95e947bf990d36f755af7 100644
--- a/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilterAuto.cxx b/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilterAuto.cxx
index 43b594dd0c0cc1f40e435d10b55fadc61ee8329d..abf767a84efa06e0333cd5dbea584bbb68b0c36b 100644
--- a/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilterAuto.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbRadianceToImageImageFilterAuto.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilter.cxx
index 1d54f0bd65729590d8e5874e50f71039b61f5822..86b58d133adca1af9be83706768cc0d124c18e6c 100644
--- a/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilterAuto.cxx b/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilterAuto.cxx
index 4fc72e0ae9e98f4a5cf48d22f1116c977f6e58e6..86d69ced75f88d7764172e3aa71cce6987784f4a 100644
--- a/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilterAuto.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbRadianceToReflectanceImageFilterAuto.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.cxx b/Modules/Core/OpticalCalibration/test/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.cxx
index 97787de73a029860dffbd177645644748252eef4..57ec060ee3424523548790ba74daf39a35f53f0c 100644
--- a/Modules/Core/OpticalCalibration/test/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilter.cxx
index 29a9212a6c0e72da54825310433025fe8b3503c2..be6218c93dd18bffde35b2cbb0a8714682bec2b8 100644
--- a/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilterAuto.cxx b/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilterAuto.cxx
index 712543545c575f0919cc09170d897478abb9b454..7b2cfc555dba77be1c41624abcd01ebd6bbe98d3 100644
--- a/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilterAuto.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbReflectanceToImageImageFilterAuto.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilter.cxx
index 7ca9ef60f6366b2267b6acf79f41da579597b893..ef4b159af5399735adcadf5f1993d98d4125be4e 100644
--- a/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilterAuto.cxx b/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilterAuto.cxx
index cae6dc0d85e669c8621036364a75746a13d73c9c..83d0d45d852cbbefb1ce72863aa05bbb2b1d5ef4 100644
--- a/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilterAuto.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbReflectanceToRadianceImageFilterAuto.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbReflectanceToSurfaceReflectanceImageFilterTest.cxx b/Modules/Core/OpticalCalibration/test/otbReflectanceToSurfaceReflectanceImageFilterTest.cxx
index 377b150b41656d58836a1897967bef82ac4ad4f8..47ae77cfa43b6868a74cef23683e7914e9a06122 100644
--- a/Modules/Core/OpticalCalibration/test/otbReflectanceToSurfaceReflectanceImageFilterTest.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbReflectanceToSurfaceReflectanceImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbRomaniaReflectanceToRomaniaSurfaceReflectanceImageFilter.cxx b/Modules/Core/OpticalCalibration/test/otbRomaniaReflectanceToRomaniaSurfaceReflectanceImageFilter.cxx
index d0cc47c8aafb213b95a11c7e8fc89e4296cc18c9..68344128633dacc5fb0330e090aae1eef95c1963 100644
--- a/Modules/Core/OpticalCalibration/test/otbRomaniaReflectanceToRomaniaSurfaceReflectanceImageFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbRomaniaReflectanceToRomaniaSurfaceReflectanceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbSIXSTraitsComputeAtmosphericParameters.cxx b/Modules/Core/OpticalCalibration/test/otbSIXSTraitsComputeAtmosphericParameters.cxx
index 575e90a9eef68bef538b491c776d101c3cd0035a..878e048936f4e4593c7be6c8f094e23d2954c0fe 100644
--- a/Modules/Core/OpticalCalibration/test/otbSIXSTraitsComputeAtmosphericParameters.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbSIXSTraitsComputeAtmosphericParameters.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbSIXSTraitsTest.cxx b/Modules/Core/OpticalCalibration/test/otbSIXSTraitsTest.cxx
index 15f31b22d3feb459615d7adc7ceae1c77474e749..2b800b80802270cb8210fd57206db2183ce9053a 100644
--- a/Modules/Core/OpticalCalibration/test/otbSIXSTraitsTest.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbSIXSTraitsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbSpectralSensitivityReaderTest.cxx b/Modules/Core/OpticalCalibration/test/otbSpectralSensitivityReaderTest.cxx
index 9054430d874731c36520d3cdb0e4870cd1232f49..7e482c35c5b960f2e02a2a82f028c8507351b9ee 100644
--- a/Modules/Core/OpticalCalibration/test/otbSpectralSensitivityReaderTest.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbSpectralSensitivityReaderTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/OpticalCalibration/test/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.cxx b/Modules/Core/OpticalCalibration/test/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.cxx
index 5809adaa684356b6d169b22175cf0581685b29b9..3553b7e85ec45459d75b4daa95698286ef18b2fb 100644
--- a/Modules/Core/OpticalCalibration/test/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.cxx
+++ b/Modules/Core/OpticalCalibration/test/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/CMakeLists.txt b/Modules/Core/PanSharpening/CMakeLists.txt
index 139d9de8cdd3d75105988664b2b35178e53bb42e..c690ff3861b6c2b3b3c7db517dec48c20bb40604 100644
--- a/Modules/Core/PanSharpening/CMakeLists.txt
+++ b/Modules/Core/PanSharpening/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/PanSharpening/include/otbBayesianFusionFilter.hxx b/Modules/Core/PanSharpening/include/otbBayesianFusionFilter.hxx
index ec3e06d26336aa4aa937c5f239b98d170449c7c9..6ba122c6377bf1628161e094fc0e280424ca228b 100644
--- a/Modules/Core/PanSharpening/include/otbBayesianFusionFilter.hxx
+++ b/Modules/Core/PanSharpening/include/otbBayesianFusionFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h b/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h
index b2a1990f4d9b1bc51181265c089acc0bde72f284..ce9fe63a727c57ef47e71a0acf4df9129f34a36d 100644
--- a/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h
+++ b/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.hxx b/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.hxx
index acf97b844d1cc09db73157889be96287bbdf92e4..0d8ae23ea676b34f128aeb246e8b8ddc48757ce2 100644
--- a/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.hxx
+++ b/Modules/Core/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h b/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h
index afab61ed8906f1e2705594ee0c774deabe236c9d..4a12bee42d5a4b44c963ced9f7464afa155f1a78 100644
--- a/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h
+++ b/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.hxx b/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.hxx
index 13f0d8cda882635ed38749fae5e4c2006dc76df2..567d275ee96e90a84128d6738d3806d13e47e82b 100644
--- a/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.hxx
+++ b/Modules/Core/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/otb-module.cmake b/Modules/Core/PanSharpening/otb-module.cmake
index 8debd905e85bf09f59dfa92cea899039c7ff1ee6..673881d12ece61e218c0f832bcfd1f7b7665e093 100644
--- a/Modules/Core/PanSharpening/otb-module.cmake
+++ b/Modules/Core/PanSharpening/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/PanSharpening/test/CMakeLists.txt b/Modules/Core/PanSharpening/test/CMakeLists.txt
index 0674b875dda3de47b6202548529ffddfff3a2a07..9cc400ab0f3db1143f121626c8fb9f449b36b2f2 100644
--- a/Modules/Core/PanSharpening/test/CMakeLists.txt
+++ b/Modules/Core/PanSharpening/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/PanSharpening/test/otbBayesianFusionFilter.cxx b/Modules/Core/PanSharpening/test/otbBayesianFusionFilter.cxx
index c1b705cd55b7f921ec3f25db57723cb8c4aff8fc..8a9683d4a531e4e2081a224ef307a83f04034cf0 100644
--- a/Modules/Core/PanSharpening/test/otbBayesianFusionFilter.cxx
+++ b/Modules/Core/PanSharpening/test/otbBayesianFusionFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/test/otbLmvmPanSharpeningFusionImageFilter.cxx b/Modules/Core/PanSharpening/test/otbLmvmPanSharpeningFusionImageFilter.cxx
index e9dd67631cc7db4debcdd8f445ae3dc67f5c675b..798fdc41c90f378b0b2d18662d905c747a598175 100644
--- a/Modules/Core/PanSharpening/test/otbLmvmPanSharpeningFusionImageFilter.cxx
+++ b/Modules/Core/PanSharpening/test/otbLmvmPanSharpeningFusionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/test/otbPanSharpeningTestDriver.cxx b/Modules/Core/PanSharpening/test/otbPanSharpeningTestDriver.cxx
index 655858c791c19ac94e7ece13c69a84329f6bf845..28243203362f12c804536046b069dce84115f365 100644
--- a/Modules/Core/PanSharpening/test/otbPanSharpeningTestDriver.cxx
+++ b/Modules/Core/PanSharpening/test/otbPanSharpeningTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PanSharpening/test/otbSimpleRcsPanSharpeningFusionImageFilter.cxx b/Modules/Core/PanSharpening/test/otbSimpleRcsPanSharpeningFusionImageFilter.cxx
index ebf87ce8e5d9f3874941ea77eaab38f5d76eccd9..cc453751ed58766e576376d5c89e0dda0e576727 100644
--- a/Modules/Core/PanSharpening/test/otbSimpleRcsPanSharpeningFusionImageFilter.cxx
+++ b/Modules/Core/PanSharpening/test/otbSimpleRcsPanSharpeningFusionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/CMakeLists.txt b/Modules/Core/Path/CMakeLists.txt
index a6aa236ddd26162f3a9bc8618d1c2a60877b22d2..bb42f4d7be5baa1b4df9ba762cf63367d45692e8 100644
--- a/Modules/Core/Path/CMakeLists.txt
+++ b/Modules/Core/Path/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Path/include/otbClosePathFunctor.h b/Modules/Core/Path/include/otbClosePathFunctor.h
index d39cee9f67e0abdb56afb35d6b90f0bd16d2ca9f..835ff6565c5b5467d4fcb0298b878ceed10f9a81 100644
--- a/Modules/Core/Path/include/otbClosePathFunctor.h
+++ b/Modules/Core/Path/include/otbClosePathFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbCompacityPathFunction.h b/Modules/Core/Path/include/otbCompacityPathFunction.h
index 933cfd77b6b2e6c944bcf31726a1042497c89c4e..e588e393ed9a3ccef5ecd6b9960a8c61f6af0012 100644
--- a/Modules/Core/Path/include/otbCompacityPathFunction.h
+++ b/Modules/Core/Path/include/otbCompacityPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbCompacityPathFunction.hxx b/Modules/Core/Path/include/otbCompacityPathFunction.hxx
index 452eadcea40f03351053489af7d91998eb8f476d..c065831c06d6c241f1bef801b06b43d0db07bbd0 100644
--- a/Modules/Core/Path/include/otbCompacityPathFunction.hxx
+++ b/Modules/Core/Path/include/otbCompacityPathFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbDrawPathFilter.h b/Modules/Core/Path/include/otbDrawPathFilter.h
index 852877abbca91885e3a2ca217e1a6a8589e791d6..83c8fde11096bb62089fcd5a7e1668da1b57412d 100644
--- a/Modules/Core/Path/include/otbDrawPathFilter.h
+++ b/Modules/Core/Path/include/otbDrawPathFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbDrawPathFilter.hxx b/Modules/Core/Path/include/otbDrawPathFilter.hxx
index 71754e9dfb2b2b9708d821d33b9379bd52a826bf..c0d571010d3704e661d6a2333735bba62952b507 100644
--- a/Modules/Core/Path/include/otbDrawPathFilter.hxx
+++ b/Modules/Core/Path/include/otbDrawPathFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbDrawPathListFilter.h b/Modules/Core/Path/include/otbDrawPathListFilter.h
index 0125722f99ebe960d7e83a6fb69a89e814323fe9..ee8e8fff4b13defca58fc4bddc8e81a178a00904 100644
--- a/Modules/Core/Path/include/otbDrawPathListFilter.h
+++ b/Modules/Core/Path/include/otbDrawPathListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbDrawPathListFilter.hxx b/Modules/Core/Path/include/otbDrawPathListFilter.hxx
index 7db26a5082efb1d7b5e0a6b109d06079f6e5401e..4cdfaffd5fffcc5a630d521cf05e0148d7411c98 100644
--- a/Modules/Core/Path/include/otbDrawPathListFilter.hxx
+++ b/Modules/Core/Path/include/otbDrawPathListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageFittingPolygonListFilter.h b/Modules/Core/Path/include/otbImageFittingPolygonListFilter.h
index 6c457ec2b226ee0acf0d44125d3459d0e88f5828..3792b3828354fa8e54ac50f30fb988e92e8e5ad6 100644
--- a/Modules/Core/Path/include/otbImageFittingPolygonListFilter.h
+++ b/Modules/Core/Path/include/otbImageFittingPolygonListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageFittingPolygonListFilter.hxx b/Modules/Core/Path/include/otbImageFittingPolygonListFilter.hxx
index 944cdfea085611f74a7680ceb9d3338fd5129e9e..3ba1f8340f9555ae76d4d122bbfbd8ce53dc7fb1 100644
--- a/Modules/Core/Path/include/otbImageFittingPolygonListFilter.hxx
+++ b/Modules/Core/Path/include/otbImageFittingPolygonListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageToEdgePathFilter.h b/Modules/Core/Path/include/otbImageToEdgePathFilter.h
index c9b6afe93e7ff738f69c80b246dd3140f68179d3..439a79be77bcfeecbb1231ed524008cc388e8fc8 100644
--- a/Modules/Core/Path/include/otbImageToEdgePathFilter.h
+++ b/Modules/Core/Path/include/otbImageToEdgePathFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageToEdgePathFilter.hxx b/Modules/Core/Path/include/otbImageToEdgePathFilter.hxx
index 95ac65258d634484ce3d03b2b0b02c90b63b78b7..c308daf4a7741b29e5b7a1d3a2c681e5b30ece8a 100644
--- a/Modules/Core/Path/include/otbImageToEdgePathFilter.hxx
+++ b/Modules/Core/Path/include/otbImageToEdgePathFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageToPathFilter.h b/Modules/Core/Path/include/otbImageToPathFilter.h
index 82e7eef6ea9a0bd98821cd3900ff420c3a417518..2a7b037c68e2d520a090b39f570878a9e0f7cacd 100644
--- a/Modules/Core/Path/include/otbImageToPathFilter.h
+++ b/Modules/Core/Path/include/otbImageToPathFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageToPathFilter.hxx b/Modules/Core/Path/include/otbImageToPathFilter.hxx
index 66423103ff26a97a4c9f582537c319aed5536a49..593a0b8423d7f1e890a77a8c8aceb345a917ebb5 100644
--- a/Modules/Core/Path/include/otbImageToPathFilter.hxx
+++ b/Modules/Core/Path/include/otbImageToPathFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageToPathListFilter.h b/Modules/Core/Path/include/otbImageToPathListFilter.h
index 98163f42ef7c7b2468701479719bc32a82492724..a7a27b015b0577983c62c45f2c9cf4b4cd7e6ab3 100644
--- a/Modules/Core/Path/include/otbImageToPathListFilter.h
+++ b/Modules/Core/Path/include/otbImageToPathListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbImageToPathListFilter.hxx b/Modules/Core/Path/include/otbImageToPathListFilter.hxx
index 7d2f35d2b9abdef0fb65dd1285b032be61cd4a29..6114bbf84173955b9d99558389c71df61a3365d4 100644
--- a/Modules/Core/Path/include/otbImageToPathListFilter.hxx
+++ b/Modules/Core/Path/include/otbImageToPathListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbOrientationPathFunction.h b/Modules/Core/Path/include/otbOrientationPathFunction.h
index 297d15d41b736e0a7083d6dd2878b0cde2a8783b..b339880d78c9e8d0dbd9c2963cecd110a6dabdc3 100644
--- a/Modules/Core/Path/include/otbOrientationPathFunction.h
+++ b/Modules/Core/Path/include/otbOrientationPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbOrientationPathFunction.hxx b/Modules/Core/Path/include/otbOrientationPathFunction.hxx
index 8f8ae0e295ca6d5e2c4759eee701acf3c1470222..2b894ef90cef4c269686e0da52635a9766e5c80d 100644
--- a/Modules/Core/Path/include/otbOrientationPathFunction.hxx
+++ b/Modules/Core/Path/include/otbOrientationPathFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathFunction.h b/Modules/Core/Path/include/otbPathFunction.h
index 21e0a0315eeb62490542b2c702f2c6424bf98afe..3f587784ad4ba48d9b0ce9946b067fcff6d0dd86 100644
--- a/Modules/Core/Path/include/otbPathFunction.h
+++ b/Modules/Core/Path/include/otbPathFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathFunction.hxx b/Modules/Core/Path/include/otbPathFunction.hxx
index eb2026b3d9444b567353f39d6b52c9cd5f5c0156..7c695c10b70be62a177b43f97a126f6d43def57c 100644
--- a/Modules/Core/Path/include/otbPathFunction.hxx
+++ b/Modules/Core/Path/include/otbPathFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathLengthFunctor.h b/Modules/Core/Path/include/otbPathLengthFunctor.h
index 546af5e995ab0b0cf70ddb8f4d67dd8cd5c086a6..6b4f1ff12c4a139afa77ec3cb3ac90e4dc2a613e 100644
--- a/Modules/Core/Path/include/otbPathLengthFunctor.h
+++ b/Modules/Core/Path/include/otbPathLengthFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathListSource.h b/Modules/Core/Path/include/otbPathListSource.h
index 094ae53a04ca13047ccf01e0dd2c9f96d243d56e..5b39d0c2d7a250d6b35fd94ff0be7c812615415f 100644
--- a/Modules/Core/Path/include/otbPathListSource.h
+++ b/Modules/Core/Path/include/otbPathListSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathListToHistogramGenerator.h b/Modules/Core/Path/include/otbPathListToHistogramGenerator.h
index 87555eb259343531b10bc733f9eb3227566b8c02..a2e0ef953875a2b038c29a6854ca827d92bc7d12 100644
--- a/Modules/Core/Path/include/otbPathListToHistogramGenerator.h
+++ b/Modules/Core/Path/include/otbPathListToHistogramGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathListToHistogramGenerator.hxx b/Modules/Core/Path/include/otbPathListToHistogramGenerator.hxx
index 912c26b54c5b337b69ff866b592ffd6b43650153..77a96aeae93f989070daa810b70e25acab6ffeec 100644
--- a/Modules/Core/Path/include/otbPathListToHistogramGenerator.hxx
+++ b/Modules/Core/Path/include/otbPathListToHistogramGenerator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathListToPathListFilter.h b/Modules/Core/Path/include/otbPathListToPathListFilter.h
index de5aa55589d1329a631e5806c807f6cec20916d4..4c28ee6222ebe657eb95daece23ece2c33ed9724 100644
--- a/Modules/Core/Path/include/otbPathListToPathListFilter.h
+++ b/Modules/Core/Path/include/otbPathListToPathListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPathMeanDistanceFunctor.h b/Modules/Core/Path/include/otbPathMeanDistanceFunctor.h
index ec3710321cd5630f36ec9a9f8348fae34cb00f31..331b810a098fcfdf2c0b50c709313d8a74ce98ec 100644
--- a/Modules/Core/Path/include/otbPathMeanDistanceFunctor.h
+++ b/Modules/Core/Path/include/otbPathMeanDistanceFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPolyLineImageConstIterator.h b/Modules/Core/Path/include/otbPolyLineImageConstIterator.h
index 7b4ed9c699d2132f60b4082664ff3a04fbddb1b8..c9be8c7abf674d3d06ece3e1dbfaa3137d0f722e 100644
--- a/Modules/Core/Path/include/otbPolyLineImageConstIterator.h
+++ b/Modules/Core/Path/include/otbPolyLineImageConstIterator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPolyLineImageConstIterator.hxx b/Modules/Core/Path/include/otbPolyLineImageConstIterator.hxx
index c68e9883553503e6abd6a3075f7c1964d2a8ca77..de56e71114423bc75f2f868c151ddaaaa9fce3d8 100644
--- a/Modules/Core/Path/include/otbPolyLineImageConstIterator.hxx
+++ b/Modules/Core/Path/include/otbPolyLineImageConstIterator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbPolyLineImageIterator.h b/Modules/Core/Path/include/otbPolyLineImageIterator.h
index 4671bf9c56e8dfd54228c8e4b04e0042346ffb43..8b1bcb65ebe0caff6f60a543894ff72d2ec93b43 100644
--- a/Modules/Core/Path/include/otbPolyLineImageIterator.h
+++ b/Modules/Core/Path/include/otbPolyLineImageIterator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.h b/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.h
index d78d43b591fb6b16a5cb1f4891a79006d197f913..601e622ef834c1fd7b3f12a69faac14b5c5ab925 100644
--- a/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.h
+++ b/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.hxx b/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.hxx
index 8b20b7e46a2819c573f03d4d9419315b4efed703..371330e5636353e7ce61ea1d3b667b53bba76742 100644
--- a/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.hxx
+++ b/Modules/Core/Path/include/otbRegionImageToRectangularPathListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/otb-module.cmake b/Modules/Core/Path/otb-module.cmake
index 5cdf9c5a102762899a82242fc3ba1eb1f3d675ac..1c0b073649614bba9ce59ce5fa61880631108f62 100644
--- a/Modules/Core/Path/otb-module.cmake
+++ b/Modules/Core/Path/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Path/test/CMakeLists.txt b/Modules/Core/Path/test/CMakeLists.txt
index 7f992750c5a4a52b62f8c650f233e2d05ce5b0fe..437704c64b91fb04bca5bcf12c56c40369b48bb2 100644
--- a/Modules/Core/Path/test/CMakeLists.txt
+++ b/Modules/Core/Path/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Path/test/otbClosePathFunctor.cxx b/Modules/Core/Path/test/otbClosePathFunctor.cxx
index 0465cb24f42d14a9a197c12d2423fb440f4fddf5..ee9947f53e54e8210b15790c5d6ac3ce7a7a3699 100644
--- a/Modules/Core/Path/test/otbClosePathFunctor.cxx
+++ b/Modules/Core/Path/test/otbClosePathFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbCompacityPathCircle.cxx b/Modules/Core/Path/test/otbCompacityPathCircle.cxx
index 34ee57078c3f171616aff1d046310e7f1b816bf1..2a12e082b2042b39d9e2ca9f3f515a3dc3ee7a34 100644
--- a/Modules/Core/Path/test/otbCompacityPathCircle.cxx
+++ b/Modules/Core/Path/test/otbCompacityPathCircle.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbCompacityPathRectangle.cxx b/Modules/Core/Path/test/otbCompacityPathRectangle.cxx
index 0f0382d5065cb02c6f0cbe108fc2cd8aeb86bf90..a82165b38514027dc8f9ca935c8efec0d7f81342 100644
--- a/Modules/Core/Path/test/otbCompacityPathRectangle.cxx
+++ b/Modules/Core/Path/test/otbCompacityPathRectangle.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbCompacityPathSquare.cxx b/Modules/Core/Path/test/otbCompacityPathSquare.cxx
index 150b31b2ebdab4e4716461bb170013635c84ed2d..3c9e504731414a2c35c88050ddf132bd37bf9ae5 100644
--- a/Modules/Core/Path/test/otbCompacityPathSquare.cxx
+++ b/Modules/Core/Path/test/otbCompacityPathSquare.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbDrawPath.cxx b/Modules/Core/Path/test/otbDrawPath.cxx
index 600ac4a28cbcbe868549fd441280e5f5313c030e..4df859e0131c28379c3d09909fac3f83ecfa5376 100644
--- a/Modules/Core/Path/test/otbDrawPath.cxx
+++ b/Modules/Core/Path/test/otbDrawPath.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbDrawPathFilter.cxx b/Modules/Core/Path/test/otbDrawPathFilter.cxx
index f6b6abd392d240a9fcde16f802a61c9ed8ddc62d..f1a167f3dfa42804982f73fbe5ffd41831ca8926 100644
--- a/Modules/Core/Path/test/otbDrawPathFilter.cxx
+++ b/Modules/Core/Path/test/otbDrawPathFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbDrawPathListFilter.cxx b/Modules/Core/Path/test/otbDrawPathListFilter.cxx
index 8a0694f2e0765cdf2a23743ccca0e1f6786094cc..4d3c1ebfd3ebc7c6dda6992abea9b3e2ed5fc20b 100644
--- a/Modules/Core/Path/test/otbDrawPathListFilter.cxx
+++ b/Modules/Core/Path/test/otbDrawPathListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbDrawPathListFilterWithValue.cxx b/Modules/Core/Path/test/otbDrawPathListFilterWithValue.cxx
index 8f78085c1ac6573d5986d9539d7c6cdb5dffc738..e9b81bb023317cb8951d5b8a8f5384278544f706 100644
--- a/Modules/Core/Path/test/otbDrawPathListFilterWithValue.cxx
+++ b/Modules/Core/Path/test/otbDrawPathListFilterWithValue.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbImageFittingPolygonListFilter.cxx b/Modules/Core/Path/test/otbImageFittingPolygonListFilter.cxx
index 493277d51bc38be724852315659de50c7321f0b8..1828d61881aa5285c8e332588ca55bbc29e4884b 100644
--- a/Modules/Core/Path/test/otbImageFittingPolygonListFilter.cxx
+++ b/Modules/Core/Path/test/otbImageFittingPolygonListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbImageToEdgePathFilter.cxx b/Modules/Core/Path/test/otbImageToEdgePathFilter.cxx
index 1b8d37dd50d7e2e9d9127007949e1f34f34a0574..8624579b530675eb1b0ef6563fd3a1ca6250975c 100644
--- a/Modules/Core/Path/test/otbImageToEdgePathFilter.cxx
+++ b/Modules/Core/Path/test/otbImageToEdgePathFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbOrientationPath.cxx b/Modules/Core/Path/test/otbOrientationPath.cxx
index 57c68ed242d2f7beea3b5b20cc0741f43a31480f..a798849af82141a4a900ccd046761907c4ffb361 100644
--- a/Modules/Core/Path/test/otbOrientationPath.cxx
+++ b/Modules/Core/Path/test/otbOrientationPath.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbPathLengthFunctor.cxx b/Modules/Core/Path/test/otbPathLengthFunctor.cxx
index ba91511f4e6524351fd0446f52313db7ed68e4fa..e51f7301aa6f947beaf4acbba09921dcb3e1db8e 100644
--- a/Modules/Core/Path/test/otbPathLengthFunctor.cxx
+++ b/Modules/Core/Path/test/otbPathLengthFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbPathListToHistogramGenerator.cxx b/Modules/Core/Path/test/otbPathListToHistogramGenerator.cxx
index 751289b4f7882a173c6f640a0a38fff61a978ea9..39a32907065b97d41fe5036b7220ca72abbbcedf 100644
--- a/Modules/Core/Path/test/otbPathListToHistogramGenerator.cxx
+++ b/Modules/Core/Path/test/otbPathListToHistogramGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbPathTestDriver.cxx b/Modules/Core/Path/test/otbPathTestDriver.cxx
index b7a584104a4313d713b4e7e622a9cd236243df05..ff81ac0ec574cf320124881037954c29043aa227 100644
--- a/Modules/Core/Path/test/otbPathTestDriver.cxx
+++ b/Modules/Core/Path/test/otbPathTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbPolyLineImageConstIterator.cxx b/Modules/Core/Path/test/otbPolyLineImageConstIterator.cxx
index 7096803fb14f100b6ed130a27e27e82a2b59f79a..c3d1e290b1729bd60ef22c90df0e6236a9840a8a 100644
--- a/Modules/Core/Path/test/otbPolyLineImageConstIterator.cxx
+++ b/Modules/Core/Path/test/otbPolyLineImageConstIterator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbPolyLineImageIterator.cxx b/Modules/Core/Path/test/otbPolyLineImageIterator.cxx
index 509ad7dc6dc0a6214a2e56eee356d9d69d5a0bd5..7076266abcd1362fd0eb31f6ebd6dd06da9dd75a 100644
--- a/Modules/Core/Path/test/otbPolyLineImageIterator.cxx
+++ b/Modules/Core/Path/test/otbPolyLineImageIterator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Path/test/otbRegionImageToRectangularPathListFilter.cxx b/Modules/Core/Path/test/otbRegionImageToRectangularPathListFilter.cxx
index b187576b2319311e259d8fc85ef90f995595f6a6..90898848ff2eaa237b379dd9738d18ba3eb9d6ef 100644
--- a/Modules/Core/Path/test/otbRegionImageToRectangularPathListFilter.cxx
+++ b/Modules/Core/Path/test/otbRegionImageToRectangularPathListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/CMakeLists.txt b/Modules/Core/PointSet/CMakeLists.txt
index 4169d1e28a56dd98c37c1131e43874aafed4fcef..1b65bab8e283f8316095c8435ffea0837b9ad07a 100644
--- a/Modules/Core/PointSet/CMakeLists.txt
+++ b/Modules/Core/PointSet/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/PointSet/include/otbImageToPointSetFilter.h b/Modules/Core/PointSet/include/otbImageToPointSetFilter.h
index 65d5e868368eedb95456e24c1e2684bdb2e76f04..4a06b2ceebd5348ce6f617ec36587d3b9f973d81 100644
--- a/Modules/Core/PointSet/include/otbImageToPointSetFilter.h
+++ b/Modules/Core/PointSet/include/otbImageToPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbImageToPointSetFilter.hxx b/Modules/Core/PointSet/include/otbImageToPointSetFilter.hxx
index 64fdf954b0944d219a9b8818af34eac4de1dc0c1..e1fefc1397500fc1d094a878ea39a666b94c5c8b 100644
--- a/Modules/Core/PointSet/include/otbImageToPointSetFilter.hxx
+++ b/Modules/Core/PointSet/include/otbImageToPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetAndValuesFunction.h b/Modules/Core/PointSet/include/otbPointSetAndValuesFunction.h
index 224df70e72e57c98722fd987c0dd1a715541a886..34cd5c203e7207e04ebe93a98e4fa854ad775ae8 100644
--- a/Modules/Core/PointSet/include/otbPointSetAndValuesFunction.h
+++ b/Modules/Core/PointSet/include/otbPointSetAndValuesFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetExtractROI.h b/Modules/Core/PointSet/include/otbPointSetExtractROI.h
index c61eceba64027b848002543a7d1e12d033baea39..ffe04e4c68da206f22c01d8707dfb94984cc0c5a 100644
--- a/Modules/Core/PointSet/include/otbPointSetExtractROI.h
+++ b/Modules/Core/PointSet/include/otbPointSetExtractROI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx b/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx
index 25be6444601a6102097fff45690df1720f01a448..b1f96bd05555b6678c79a06ee5ede32e924df4c1 100644
--- a/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx
+++ b/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetFunction.h b/Modules/Core/PointSet/include/otbPointSetFunction.h
index bdf8e543af6c5a4e5c6bffd49a9cc66c3f3f2edd..d8fd461d318fcfcc28262b621c6e0c741acb3a3b 100644
--- a/Modules/Core/PointSet/include/otbPointSetFunction.h
+++ b/Modules/Core/PointSet/include/otbPointSetFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetFunction.hxx b/Modules/Core/PointSet/include/otbPointSetFunction.hxx
index bd364087c561eb945c921d7c33fe6e28d529b13f..8b503ab33bbdab1659e6ecd35e0e6afe7de4fb49 100644
--- a/Modules/Core/PointSet/include/otbPointSetFunction.hxx
+++ b/Modules/Core/PointSet/include/otbPointSetFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetSource.h b/Modules/Core/PointSet/include/otbPointSetSource.h
index 166ed9b7d166a9fcb6470648dadc2f55500b7838..bcf7341c79a6d3eb610a079dede0a401fd8b6875 100644
--- a/Modules/Core/PointSet/include/otbPointSetSource.h
+++ b/Modules/Core/PointSet/include/otbPointSetSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetSource.hxx b/Modules/Core/PointSet/include/otbPointSetSource.hxx
index ef662ae6f44b4ddff67e0fb50032b1ef3ab9b4f1..c7148754193c7184648782a949114c02d822a6c3 100644
--- a/Modules/Core/PointSet/include/otbPointSetSource.hxx
+++ b/Modules/Core/PointSet/include/otbPointSetSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.h b/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.h
index 0a172dd23775b3dccc629aedac29f8c0e1c8090c..2992767f28477f2d31ce7af06f2f5728a86bbfad 100644
--- a/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.h
+++ b/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.hxx b/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.hxx
index 08f5e9a92c90d266c09a5d10e4af5f95a420229e..2b44a6322f9819c46e8f505e18ef91aab067035b 100644
--- a/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.hxx
+++ b/Modules/Core/PointSet/include/otbPointSetToPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbRandomPointSetSource.h b/Modules/Core/PointSet/include/otbRandomPointSetSource.h
index 328398660164f306e3fd3675cefa402434d34b54..2761d303046f7241a1a2ade4b6fc126a752e7e9e 100644
--- a/Modules/Core/PointSet/include/otbRandomPointSetSource.h
+++ b/Modules/Core/PointSet/include/otbRandomPointSetSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbRandomPointSetSource.hxx b/Modules/Core/PointSet/include/otbRandomPointSetSource.hxx
index 2106241930e66d2481a19e6c56084fa8f49fdd6a..4ee4a16ba3974f9c0cc33134603f43474c302f35 100644
--- a/Modules/Core/PointSet/include/otbRandomPointSetSource.hxx
+++ b/Modules/Core/PointSet/include/otbRandomPointSetSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbSimplePointCountStrategy.h b/Modules/Core/PointSet/include/otbSimplePointCountStrategy.h
index 44c82738e0db4d011e9de8a2ce976c55d6541049..08655db1a58fdb5fc93990df40cbe51e80d0a944 100644
--- a/Modules/Core/PointSet/include/otbSimplePointCountStrategy.h
+++ b/Modules/Core/PointSet/include/otbSimplePointCountStrategy.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.h b/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.h
index ce5981a7af7f1af5ff14a631080ef2b9d0c66492..5e25d06b33f5a64407f9bef9e4417a67c06a7751 100644
--- a/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.h
+++ b/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.hxx b/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.hxx
index ea7074855cf6738481854a809deac0f25606fe20..23ca762b5b7c24566c9488d0975ef909c3c9eb2f 100644
--- a/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.hxx
+++ b/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbTransformPointSetFilter.h b/Modules/Core/PointSet/include/otbTransformPointSetFilter.h
index 3d2e12978901e568f9f8f41cfd8c733e54c93207..252b0aec2e3ce733554175ab0d92f7da8172da71 100644
--- a/Modules/Core/PointSet/include/otbTransformPointSetFilter.h
+++ b/Modules/Core/PointSet/include/otbTransformPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/include/otbTransformPointSetFilter.hxx b/Modules/Core/PointSet/include/otbTransformPointSetFilter.hxx
index d19ce63689f3afdf0a521e95cb4e7436f51af94a..bb806d6f8e36924abeaf74d0978fb436c41b9686 100644
--- a/Modules/Core/PointSet/include/otbTransformPointSetFilter.hxx
+++ b/Modules/Core/PointSet/include/otbTransformPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/otb-module.cmake b/Modules/Core/PointSet/otb-module.cmake
index 5435d2642c250b3dc707236da89803b1cb832d34..5a1cbc4e64e87316943fbe7909e0ae0d31764245 100644
--- a/Modules/Core/PointSet/otb-module.cmake
+++ b/Modules/Core/PointSet/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/PointSet/test/CMakeLists.txt b/Modules/Core/PointSet/test/CMakeLists.txt
index 85d28fad8f024156e68ab4c32b3564973c03a897..5dc1b4e7be438b6676aa84cb9f4be6e3abfa47b0 100644
--- a/Modules/Core/PointSet/test/CMakeLists.txt
+++ b/Modules/Core/PointSet/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/PointSet/test/otbImageToPointSetFilterTest.cxx b/Modules/Core/PointSet/test/otbImageToPointSetFilterTest.cxx
index fc92e9b9d338a0da0c681bd067de312d241a7a67..c493dddb46c6de9eb5ea683fcdc07a0901d14c4a 100644
--- a/Modules/Core/PointSet/test/otbImageToPointSetFilterTest.cxx
+++ b/Modules/Core/PointSet/test/otbImageToPointSetFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbPointSetExtractROITest.cxx b/Modules/Core/PointSet/test/otbPointSetExtractROITest.cxx
index b2938ae65aa86e9cd28db7d16f6940394c2feddd..ca0c2948169f6ba628d5f55f170b8e4b096ce9c9 100644
--- a/Modules/Core/PointSet/test/otbPointSetExtractROITest.cxx
+++ b/Modules/Core/PointSet/test/otbPointSetExtractROITest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbPointSetSourceTest.cxx b/Modules/Core/PointSet/test/otbPointSetSourceTest.cxx
index bda8133ead3071700767f637f06a6b38341e7485..14daaa147ef0d634b7c1832679bb8b02b904c794 100644
--- a/Modules/Core/PointSet/test/otbPointSetSourceTest.cxx
+++ b/Modules/Core/PointSet/test/otbPointSetSourceTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbPointSetTestDriver.cxx b/Modules/Core/PointSet/test/otbPointSetTestDriver.cxx
index 2b50f46d9330555516da019cd3c3813df93f55f4..62721916a771da35c56b6646e00a2a8974969a2c 100644
--- a/Modules/Core/PointSet/test/otbPointSetTestDriver.cxx
+++ b/Modules/Core/PointSet/test/otbPointSetTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbRandomPointSetSourceTest.cxx b/Modules/Core/PointSet/test/otbRandomPointSetSourceTest.cxx
index e46d9a90a0b74cf7b989e676f16b63a2fe1195bc..4fcc86bec8ee670c9cd9fc8707f41f70c1c7a80c 100644
--- a/Modules/Core/PointSet/test/otbRandomPointSetSourceTest.cxx
+++ b/Modules/Core/PointSet/test/otbRandomPointSetSourceTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbSimplePointCountStrategyTest.cxx b/Modules/Core/PointSet/test/otbSimplePointCountStrategyTest.cxx
index b705f086f8e9466934d39b0a49cff12dfdf57a61..285bf8f87d9b55169cb467945f411cd8ef3dfe34 100644
--- a/Modules/Core/PointSet/test/otbSimplePointCountStrategyTest.cxx
+++ b/Modules/Core/PointSet/test/otbSimplePointCountStrategyTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbThresholdImageToPointSetTest.cxx b/Modules/Core/PointSet/test/otbThresholdImageToPointSetTest.cxx
index 457c122b4bd6a1580bcf71014e6b1b1a9e9624e5..635a964eb9cd43b7b3ebf8f2ca15324da73314d7 100644
--- a/Modules/Core/PointSet/test/otbThresholdImageToPointSetTest.cxx
+++ b/Modules/Core/PointSet/test/otbThresholdImageToPointSetTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/PointSet/test/otbTransformPointSetFilterTest.cxx b/Modules/Core/PointSet/test/otbTransformPointSetFilterTest.cxx
index d42f732e3e59556d904dd83ba195bbb5d84c44f3..7417654b20e763017d4c1082033216a72dfebb20 100644
--- a/Modules/Core/PointSet/test/otbTransformPointSetFilterTest.cxx
+++ b/Modules/Core/PointSet/test/otbTransformPointSetFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/CMakeLists.txt b/Modules/Core/Projection/CMakeLists.txt
index 647e114b94054f89c2ee2e01fff3dfb54e825138..18b0622304e72d9986bffe1f1f88f9a5da2e8285 100644
--- a/Modules/Core/Projection/CMakeLists.txt
+++ b/Modules/Core/Projection/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.h b/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.h
index 7438f2d039f3c5306bc640481baae117fbd9157f..fa1562c2e692b932bc98b85042dc076c77cf38b1 100644
--- a/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.h
+++ b/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.hxx b/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.hxx
index 4c8f583e51575c6221a396ca9ec8ec6fe98be94a..58ff5f0db8c16dc1d9f31a4f53ae02a2c420fd8c 100644
--- a/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.hxx
+++ b/Modules/Core/Projection/include/otbGCPsToRPCSensorModelImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.h b/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.h
index 8df611ef418cbb735a63624aefda17eb4719902c..92bdcaba9b300f97bbd874f140f4d89096843eca 100644
--- a/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.h
+++ b/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.hxx b/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.hxx
index 7174a2bec86b19b8569c3fa97ddf0b0879707ae4..a3323c8475dd7ad97d7ffb9f33b4b8383974c9f3 100644
--- a/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.hxx
+++ b/Modules/Core/Projection/include/otbGenericRSResampleImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGeographicalDistance.h b/Modules/Core/Projection/include/otbGeographicalDistance.h
index 8b95cfb6a0e44252a47bf7024a471b7bcf4522e2..6696bef6ac82cb3c92756d10d1e694379c4e0656 100644
--- a/Modules/Core/Projection/include/otbGeographicalDistance.h
+++ b/Modules/Core/Projection/include/otbGeographicalDistance.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGeographicalDistance.hxx b/Modules/Core/Projection/include/otbGeographicalDistance.hxx
index 3dd0e9365dc93c98afdc0463b6124855c3a0fe41..be69a77ce96b4f2a03fcc102d54557a1e102c2b4 100644
--- a/Modules/Core/Projection/include/otbGeographicalDistance.hxx
+++ b/Modules/Core/Projection/include/otbGeographicalDistance.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGeometriesProjectionFilter.h b/Modules/Core/Projection/include/otbGeometriesProjectionFilter.h
index acaedd361de5331e69076c8cec51ebc27496ce52..8054d8806ea473dac9dfe875c4a42a9c241e5881 100644
--- a/Modules/Core/Projection/include/otbGeometriesProjectionFilter.h
+++ b/Modules/Core/Projection/include/otbGeometriesProjectionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGeometriesProjectionFilter.hxx b/Modules/Core/Projection/include/otbGeometriesProjectionFilter.hxx
index b93d2c1f0428218360de16d56b315a456fc3547f..cea7778a49bfb49db2f807f7a61c51090622aaea 100644
--- a/Modules/Core/Projection/include/otbGeometriesProjectionFilter.hxx
+++ b/Modules/Core/Projection/include/otbGeometriesProjectionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGroundSpacingImageFunction.h b/Modules/Core/Projection/include/otbGroundSpacingImageFunction.h
index e4218de6291dc760271131b0a35be137a89025bb..843879d24b1ffd1d3761a951fc1e6a8c6c54d4db 100644
--- a/Modules/Core/Projection/include/otbGroundSpacingImageFunction.h
+++ b/Modules/Core/Projection/include/otbGroundSpacingImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbGroundSpacingImageFunction.hxx b/Modules/Core/Projection/include/otbGroundSpacingImageFunction.hxx
index f05d9aa7e04e6438612c974dbc6758b8c23dd5c5..32b641686c2085b42cce02432f6086b79d8d197c 100644
--- a/Modules/Core/Projection/include/otbGroundSpacingImageFunction.hxx
+++ b/Modules/Core/Projection/include/otbGroundSpacingImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.h b/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.h
index af7abbf585c9d6a7e5fbb1ba3476fa08634d77b2..f7e8595b38e4ec44f781aced2dd6642963d49116 100644
--- a/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.h
+++ b/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.hxx b/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.hxx
index 93f861cc199e3ba146212d464c400e896f656f78..a0b098e0e3087c3ed89bd81bc1bfbbf3681535f4 100644
--- a/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.hxx
+++ b/Modules/Core/Projection/include/otbImageToEnvelopeVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.h b/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.h
index eeff4faf61bf3b8b26280df0bd9fd791663988aa..f7923c01903c796d369a90ad6bf92867b344f816 100644
--- a/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.h
+++ b/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.hxx b/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.hxx
index ff2835fc4b2aacb256def606234c49278d1d7352..003c217fa931fc3eeaeca9e20989e40e6c0e257f 100644
--- a/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.hxx
+++ b/Modules/Core/Projection/include/otbImportGeoInformationImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.h b/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.h
index 884662e6306f7e09041ebba6d543153cee89af75..56b99a59f5b5b285c1a203cc76d52eeb502f88b0 100644
--- a/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.h
+++ b/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.hxx b/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.hxx
index a36401f23bf8dd64ea0e6544ad02d63637e10143..ee374f585a57ba785908f3711236710ca2b51b29 100644
--- a/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.hxx
+++ b/Modules/Core/Projection/include/otbPhysicalToRPCSensorModelImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbPleiadesPToXSAffineTransformCalculator.h b/Modules/Core/Projection/include/otbPleiadesPToXSAffineTransformCalculator.h
index cd93558b8a28515730bc4196d7633c064883815c..f67d0322d6f880819a105d295fef55ec7b87f2f2 100644
--- a/Modules/Core/Projection/include/otbPleiadesPToXSAffineTransformCalculator.h
+++ b/Modules/Core/Projection/include/otbPleiadesPToXSAffineTransformCalculator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.h b/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.h
index ab53945ca8a5db2eca1c74bcebe4044ee4fb3d45..a07784402f80a9f820f9dc938c71bbe2dea5c314 100644
--- a/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.h
+++ b/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.hxx b/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.hxx
index d62d09f719c594050d1c9bd4ac5660e396b78a50..2eb96683d1e981330fe5c7f134ffc2dca28e735e 100644
--- a/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.hxx
+++ b/Modules/Core/Projection/include/otbProjectiveProjectionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbROIdataConversion.h b/Modules/Core/Projection/include/otbROIdataConversion.h
index fa4290c91974b7cfc852a898d226cba5add8e31e..72285f87a7e20f92f5b6594c6d237b1e80a3d79c 100644
--- a/Modules/Core/Projection/include/otbROIdataConversion.h
+++ b/Modules/Core/Projection/include/otbROIdataConversion.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbROIdataConversion.hxx b/Modules/Core/Projection/include/otbROIdataConversion.hxx
index d2938c5d8a6441376acdaddbeebd88d53b99895d..8b0f36cde0a64d9887488438f5b76d2b474bcc95 100644
--- a/Modules/Core/Projection/include/otbROIdataConversion.hxx
+++ b/Modules/Core/Projection/include/otbROIdataConversion.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbRationalTransform.h b/Modules/Core/Projection/include/otbRationalTransform.h
index 7e519a23c0ac8bac629da5bd6ab8e998902abce2..e6b7ae9d349b8f5474ea1d9c18d45d2ba213c160 100644
--- a/Modules/Core/Projection/include/otbRationalTransform.h
+++ b/Modules/Core/Projection/include/otbRationalTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbTileMapTransform.h b/Modules/Core/Projection/include/otbTileMapTransform.h
index c248ad3a847aa4e10320570cfc851209e9a0c7b1..164c4e9f2d373d192931bf24ab94860e42a1f48c 100644
--- a/Modules/Core/Projection/include/otbTileMapTransform.h
+++ b/Modules/Core/Projection/include/otbTileMapTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbTileMapTransform.hxx b/Modules/Core/Projection/include/otbTileMapTransform.hxx
index 14fa96a95aa158d84ae16c2276b68b13ee365116..25ede4eb70622035374a31be0be0fbd83f30dd3f 100644
--- a/Modules/Core/Projection/include/otbTileMapTransform.hxx
+++ b/Modules/Core/Projection/include/otbTileMapTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.h b/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.h
index ca2b7cb69f5de20d8e6e21c01148c3c259f2d683..c5d6e52cb59b175c699475d0b21a4a26b9c4ea63 100644
--- a/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.h
+++ b/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.hxx b/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.hxx
index 303c1206b3e630beaf8d368555a0506888167c10..b691acb32264a5d0ce0aba1d693fddf12b9a4f08 100644
--- a/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.hxx
+++ b/Modules/Core/Projection/include/otbVectorDataIntoImageProjectionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbVectorDataProjectionFilter.h b/Modules/Core/Projection/include/otbVectorDataProjectionFilter.h
index 6cf2c10a438ebf35957a92dadbe6b9cd0250f021..e236fb49e9997cf8417561ab4b6e53933d9f30c5 100644
--- a/Modules/Core/Projection/include/otbVectorDataProjectionFilter.h
+++ b/Modules/Core/Projection/include/otbVectorDataProjectionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbVectorDataProjectionFilter.hxx b/Modules/Core/Projection/include/otbVectorDataProjectionFilter.hxx
index 60d34e05761feed91fe101f566aa825eb021c74c..fc84ef6880c664f2033982f4155b3a4987b42c87 100644
--- a/Modules/Core/Projection/include/otbVectorDataProjectionFilter.hxx
+++ b/Modules/Core/Projection/include/otbVectorDataProjectionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbVectorDataTransformFilter.h b/Modules/Core/Projection/include/otbVectorDataTransformFilter.h
index 0d204bd4a919292c30283c0716ca314f5daa7cc2..e0d3726a2ae1172922bcb429979d70a67b6f9871 100644
--- a/Modules/Core/Projection/include/otbVectorDataTransformFilter.h
+++ b/Modules/Core/Projection/include/otbVectorDataTransformFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/include/otbVectorDataTransformFilter.hxx b/Modules/Core/Projection/include/otbVectorDataTransformFilter.hxx
index 48e285c9097f2a05e7256a57faaeacdf03b717a3..3d0104b9b3c0a67239d37075ae5923f1d3e4af24 100644
--- a/Modules/Core/Projection/include/otbVectorDataTransformFilter.hxx
+++ b/Modules/Core/Projection/include/otbVectorDataTransformFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/otb-module.cmake b/Modules/Core/Projection/otb-module.cmake
index 321ee866a78a097008819162b3ee9ce0d2d3c34f..b3f9e77f3b8d4a6e00f7cafaf59b96ad058a5c00 100644
--- a/Modules/Core/Projection/otb-module.cmake
+++ b/Modules/Core/Projection/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Projection/src/CMakeLists.txt b/Modules/Core/Projection/src/CMakeLists.txt
index 886ff92718b651b4e7762765bd86045e6c9a7e98..4ef0c9dde52739530a38a1059c6a43d20c8e6611 100644
--- a/Modules/Core/Projection/src/CMakeLists.txt
+++ b/Modules/Core/Projection/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Projection/src/otbGeometriesProjectionFilter.cxx b/Modules/Core/Projection/src/otbGeometriesProjectionFilter.cxx
index 1477b87f0e7bb5d9a98bceed97c4a503330e74a1..c31c73ab927198768b1d8638d5554c3e0cf1045e 100644
--- a/Modules/Core/Projection/src/otbGeometriesProjectionFilter.cxx
+++ b/Modules/Core/Projection/src/otbGeometriesProjectionFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx b/Modules/Core/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx
index 58b32b6669ae314f3f6c9bf2a27ccfce1ed94c1c..4bb99e545e1d839a1e7ffaddf7238a5d8a286eea 100644
--- a/Modules/Core/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx
+++ b/Modules/Core/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/CMakeLists.txt b/Modules/Core/Projection/test/CMakeLists.txt
index fa912657900ffd85782559e29b85fc9e17ccd881..eb45405a8081cf0ae35dba8ffabb5312f393d5c7 100644
--- a/Modules/Core/Projection/test/CMakeLists.txt
+++ b/Modules/Core/Projection/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Projection/test/otbCompositeTransform.cxx b/Modules/Core/Projection/test/otbCompositeTransform.cxx
index 3c498dd131b8853fbd1421cfd8f67c9b85c78f7e..f93761d6397a54f5308b2c45f4621fcbe4e7e24c 100644
--- a/Modules/Core/Projection/test/otbCompositeTransform.cxx
+++ b/Modules/Core/Projection/test/otbCompositeTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterAndOrtho.cxx b/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterAndOrtho.cxx
index bee1264b43c4c1c71cd6bc01ecf24fa4663a0e2f..74f0ef4bb0795b8d047cef4574194966e903b236 100644
--- a/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterAndOrtho.cxx
+++ b/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterAndOrtho.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterCheckRpcModel.cxx b/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterCheckRpcModel.cxx
index 97070fb8261549dc4a6922e6c309cfa79ed58e76..0305400dcdbbc373cbc23b2ce1ee9d7439c39aae 100644
--- a/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterCheckRpcModel.cxx
+++ b/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterCheckRpcModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterWithoutDEM.cxx b/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterWithoutDEM.cxx
index 1201e5f08d25c32204e3e4c7801c13f3688a7810..161a9c7695442d3585b8192256469aa46e551de5 100644
--- a/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterWithoutDEM.cxx
+++ b/Modules/Core/Projection/test/otbGCPsToRPCSensorModelImageFilterWithoutDEM.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGenericRSResampleImageFilter.cxx b/Modules/Core/Projection/test/otbGenericRSResampleImageFilter.cxx
index 305a9e5f2d8eeccb227397ce47d02296e735003e..98758906bf256931294ae577c0bb98965cf6c1b9 100644
--- a/Modules/Core/Projection/test/otbGenericRSResampleImageFilter.cxx
+++ b/Modules/Core/Projection/test/otbGenericRSResampleImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGenericRSTransformFromImage.cxx b/Modules/Core/Projection/test/otbGenericRSTransformFromImage.cxx
index f7f6298cd9519ab70942069ff7ec03b2f0a2cbdc..5ccc8e4b6cc8f58fb6577dda065888330c15f497 100644
--- a/Modules/Core/Projection/test/otbGenericRSTransformFromImage.cxx
+++ b/Modules/Core/Projection/test/otbGenericRSTransformFromImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGenericRSTransformGenericTest.cxx b/Modules/Core/Projection/test/otbGenericRSTransformGenericTest.cxx
index 16854850e0e8a664f28cd65a240a144832735bfa..584117a692122f367f7108502e7b3dd75b6adadb 100644
--- a/Modules/Core/Projection/test/otbGenericRSTransformGenericTest.cxx
+++ b/Modules/Core/Projection/test/otbGenericRSTransformGenericTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeographicalDistance.cxx b/Modules/Core/Projection/test/otbGeographicalDistance.cxx
index 3347dc17ade99fcde8d03933744f9dd241c7a033..1b0db55572ebb384cef0c030a303f6086477bb8a 100644
--- a/Modules/Core/Projection/test/otbGeographicalDistance.cxx
+++ b/Modules/Core/Projection/test/otbGeographicalDistance.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeometriesProjectionFilter.cxx b/Modules/Core/Projection/test/otbGeometriesProjectionFilter.cxx
index 5fcf72909537ee4ead6f385687469bade301bad4..cdbd544f788a869764f13a1dbaf3f462e8fd80eb 100644
--- a/Modules/Core/Projection/test/otbGeometriesProjectionFilter.cxx
+++ b/Modules/Core/Projection/test/otbGeometriesProjectionFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromGeoToMap.cxx b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromGeoToMap.cxx
index cfef33104f6bf67c83c85a982ff822d95c9582fb..8fa0f71e5f60a9721467d70b08537b08f2570d59 100644
--- a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromGeoToMap.cxx
+++ b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromGeoToMap.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToEPSG.cxx b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToEPSG.cxx
index ef2a3528dd04645e5246aa47e66931194d698ab8..1f547440049a006b859a5921ce70d1c452608bfe 100644
--- a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToEPSG.cxx
+++ b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToEPSG.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToGeo.cxx b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToGeo.cxx
index 690ea7d597019f03a6095cba567e64345c507481..69e4bf44d21411ef372449cdfad80ffdacea10fa 100644
--- a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToGeo.cxx
+++ b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToGeo.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToImage.cxx b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToImage.cxx
index 77e7856fa27b704b132e80f9aa76194a382fbdc7..e3d29c2e8a911eb0c875120c89971d265d1159a4 100644
--- a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToImage.cxx
+++ b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToSensor.cxx b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToSensor.cxx
index 88633a570ddf5d0399b27a5e6541bb663617da2b..bb90271696f6fe7a7ae96883601e07d92d353ca4 100644
--- a/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToSensor.cxx
+++ b/Modules/Core/Projection/test/otbGeometriesProjectionFilterFromMapToSensor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbImageToEnvelopeVectorDataFilter.cxx b/Modules/Core/Projection/test/otbImageToEnvelopeVectorDataFilter.cxx
index 094466d0a1c878ff814239d8769f4b7c06ff3891..8b2380d88e0d29c3d1536c17370792db3e0dbf9a 100644
--- a/Modules/Core/Projection/test/otbImageToEnvelopeVectorDataFilter.cxx
+++ b/Modules/Core/Projection/test/otbImageToEnvelopeVectorDataFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbImageToGenericRSOutputParameters.cxx b/Modules/Core/Projection/test/otbImageToGenericRSOutputParameters.cxx
index d7ae0908224a2fb13194f96168af21365e9c0519..12780c8ab7722743be6b79dc947f6f3a8e076cde 100644
--- a/Modules/Core/Projection/test/otbImageToGenericRSOutputParameters.cxx
+++ b/Modules/Core/Projection/test/otbImageToGenericRSOutputParameters.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbImportGeoInformationImageFilter.cxx b/Modules/Core/Projection/test/otbImportGeoInformationImageFilter.cxx
index 83c8df61c4797831f8b7d25a0f3987fb7f1cbc01..4ad333afe1cff5b5e07c2a30b0ff9a8c35c7abf2 100644
--- a/Modules/Core/Projection/test/otbImportGeoInformationImageFilter.cxx
+++ b/Modules/Core/Projection/test/otbImportGeoInformationImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbPhysicalToRPCSensorModelImageFilter.cxx b/Modules/Core/Projection/test/otbPhysicalToRPCSensorModelImageFilter.cxx
index 63058da018b35516cce548e8506e107bb52a1305..7ea5e13d4bbe794fbb5412e1498a4a7a23742559 100644
--- a/Modules/Core/Projection/test/otbPhysicalToRPCSensorModelImageFilter.cxx
+++ b/Modules/Core/Projection/test/otbPhysicalToRPCSensorModelImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbProjectionTestDriver.cxx b/Modules/Core/Projection/test/otbProjectionTestDriver.cxx
index d1c55c2764ad4cf33d1080da5d87399c65b8a0d9..838060a35a2df4843a25c84cfe0343b3a2ed3dea 100644
--- a/Modules/Core/Projection/test/otbProjectionTestDriver.cxx
+++ b/Modules/Core/Projection/test/otbProjectionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbROIdataConversion.cxx b/Modules/Core/Projection/test/otbROIdataConversion.cxx
index 9a4e441012293c4c2aa39a0fe72cf7b9520e2c83..55b02e5771ec4462129a39d1e3a7513939b36327 100644
--- a/Modules/Core/Projection/test/otbROIdataConversion.cxx
+++ b/Modules/Core/Projection/test/otbROIdataConversion.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbRationalTransform.cxx b/Modules/Core/Projection/test/otbRationalTransform.cxx
index 86bfae8ec65c4b7eb0ef1f5a478bb030685bd38f..cb7882097ee5b1d9342c2785030d9213b56542db 100644
--- a/Modules/Core/Projection/test/otbRationalTransform.cxx
+++ b/Modules/Core/Projection/test/otbRationalTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbRationalTransformToDisplacementFieldSource.cxx b/Modules/Core/Projection/test/otbRationalTransformToDisplacementFieldSource.cxx
index 49569b8393780e7c72cdad42148b7e01712a317b..335db8f989be4da048888917bd12f54dbbd761a9 100644
--- a/Modules/Core/Projection/test/otbRationalTransformToDisplacementFieldSource.cxx
+++ b/Modules/Core/Projection/test/otbRationalTransformToDisplacementFieldSource.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbSensorModel.cxx b/Modules/Core/Projection/test/otbSensorModel.cxx
index 80960e0f39cf4dbf03edb24127aae9777195768b..16cceed364e44a84c08703d6810c8f088efcfe99 100644
--- a/Modules/Core/Projection/test/otbSensorModel.cxx
+++ b/Modules/Core/Projection/test/otbSensorModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbTileImageFilterRSTransformTest.cxx b/Modules/Core/Projection/test/otbTileImageFilterRSTransformTest.cxx
index 9c673ff6582bc656af686f4b554d8aa19da02634..51b5acf81980ceb5287cddc3a46cd7500e7085b2 100644
--- a/Modules/Core/Projection/test/otbTileImageFilterRSTransformTest.cxx
+++ b/Modules/Core/Projection/test/otbTileImageFilterRSTransformTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbTileMapTransform.cxx b/Modules/Core/Projection/test/otbTileMapTransform.cxx
index 61f1d22883cec762b564b90b6f359165f24fd7fc..9aea9dcef130a61ea3fa32e869a0a3590dac8f7a 100644
--- a/Modules/Core/Projection/test/otbTileMapTransform.cxx
+++ b/Modules/Core/Projection/test/otbTileMapTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataExtractROIandProjection.cxx b/Modules/Core/Projection/test/otbVectorDataExtractROIandProjection.cxx
index a85926c84162cc0f2c3cd63ff20b8015222c867f..6b4bf6a50f4cbc1518c4b1425a1d9bb1ef88c412 100644
--- a/Modules/Core/Projection/test/otbVectorDataExtractROIandProjection.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataExtractROIandProjection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataIntoImageProjectionFilterTest.cxx b/Modules/Core/Projection/test/otbVectorDataIntoImageProjectionFilterTest.cxx
index f87d12fa4c74990e94fa7c0d3930dc0c158867ed..b7af6ad12e21da7c9a4fd66d40c6bb19a480e8ca 100644
--- a/Modules/Core/Projection/test/otbVectorDataIntoImageProjectionFilterTest.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataIntoImageProjectionFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataProjectionFilter.cxx b/Modules/Core/Projection/test/otbVectorDataProjectionFilter.cxx
index b0ea4f8a120c2253baf2e8723d268836e7c7130f..0a076b50a4f50b8521af2a12ed549e091b9d11ec 100644
--- a/Modules/Core/Projection/test/otbVectorDataProjectionFilter.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataProjectionFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromGeoToMap.cxx b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromGeoToMap.cxx
index e9180795811c661a36c499ad97f23124d89fef91..8193df4ae1eec43c3c6cb859d6dd77841f9661f0 100644
--- a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromGeoToMap.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromGeoToMap.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToGeo.cxx b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToGeo.cxx
index 0ebe2c9bca542a8fad579ec55dd246add881be19..82048c0d7539b1bed5d06d30c5b07539a0085235 100644
--- a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToGeo.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToGeo.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToImage.cxx b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToImage.cxx
index 38e056c5a51f025198c52f513becf1b396d4825c..8759f427bb2c358eb65ccbd6b5319db31608f27d 100644
--- a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToImage.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToSensor.cxx b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToSensor.cxx
index f5e21cdef24e4fe482997a1afe42ac4e87d18f1c..d4c99844a773b6c2898de61cc25f3dd8d2601e51 100644
--- a/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToSensor.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataProjectionFilterFromMapToSensor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Projection/test/otbVectorDataTransformFilter.cxx b/Modules/Core/Projection/test/otbVectorDataTransformFilter.cxx
index fc8980fe9bbfcde76637ee082977d33efc1b5cbb..0be86483e8b637d3c8c81c5a4cccec66b564f4f5 100644
--- a/Modules/Core/Projection/test/otbVectorDataTransformFilter.cxx
+++ b/Modules/Core/Projection/test/otbVectorDataTransformFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/CMakeLists.txt b/Modules/Core/Smoothing/CMakeLists.txt
index a2ec32f0edc77da20f9b99d6223c469af360656b..78cb19b7307ef1a78df56acbe9c5a96062b72764 100644
--- a/Modules/Core/Smoothing/CMakeLists.txt
+++ b/Modules/Core/Smoothing/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.h b/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.h
index 96ce9084ea08c8e9078704eef0759f78c20fc926..7c53975cb7c9eeeb1bddbdf068572fcfc5b7b62f 100644
--- a/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.h
+++ b/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.hxx b/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.hxx
index 4fef9a8e467186fec58c2cae57b798314c80b6b5..ca507f59b15a2c4d2c915a61eaa4c201572a39e1 100644
--- a/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.hxx
+++ b/Modules/Core/Smoothing/include/otbFastNLMeansImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.h b/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.h
index 1f462d4d311bc03daa1314ec417a1e727d5cea70..51402de3ac5f0ee93c6b98df3f822dd08e45dbe9 100644
--- a/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.h
+++ b/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.hxx b/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.hxx
index 254b6b0925b97a06cd12e8624d43a93ca5a39063..64121d71d365826219e358f98df60a57a764d33e 100644
--- a/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.hxx
+++ b/Modules/Core/Smoothing/include/otbMeanShiftSmoothingImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/otb-module.cmake b/Modules/Core/Smoothing/otb-module.cmake
index 48254106e7dce8f218763b981c717dd3042edc11..fdd8578734160c255ed52cfa8aa515e05f02dc5b 100644
--- a/Modules/Core/Smoothing/otb-module.cmake
+++ b/Modules/Core/Smoothing/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Smoothing/test/CMakeLists.txt b/Modules/Core/Smoothing/test/CMakeLists.txt
index c0cffc37b8263dff54d7a100ed77307d873583ab..287176ce383d6b08ef485ee15d96910c6a691a39 100644
--- a/Modules/Core/Smoothing/test/CMakeLists.txt
+++ b/Modules/Core/Smoothing/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Smoothing/test/otbFastNLMeansImageFilter.cxx b/Modules/Core/Smoothing/test/otbFastNLMeansImageFilter.cxx
index 6ad1df3178aa1f077a22799c0e65780c5c2104d5..904752289a7266273dbc2214f3e661eb0bbbbf88 100644
--- a/Modules/Core/Smoothing/test/otbFastNLMeansImageFilter.cxx
+++ b/Modules/Core/Smoothing/test/otbFastNLMeansImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilter.cxx b/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilter.cxx
index 91b3618f361842b55a03cf80be9467dcd0092062..598829a557ef4aa436d56355e77ac927704f91f0 100644
--- a/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilter.cxx
+++ b/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterSpatialStability.cxx b/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterSpatialStability.cxx
index 2d231d7e3ddce3289bbb405ee250db9f50d5896d..0575fd2a776832a917c436701b69a9bb49f5b7bd 100644
--- a/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterSpatialStability.cxx
+++ b/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterSpatialStability.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterThreading.cxx b/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterThreading.cxx
index 879c67b278636973baa13e271036533041dab886..99c2d08be57f0ff85e99a71942c552a89f581600 100644
--- a/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterThreading.cxx
+++ b/Modules/Core/Smoothing/test/otbMeanShiftSmoothingImageFilterThreading.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Smoothing/test/otbSmoothingTestDriver.cxx b/Modules/Core/Smoothing/test/otbSmoothingTestDriver.cxx
index 0784b9b6f0dfab97d6b456f06a35fa027b349386..f9f066ab10c8618c0f27c2e1336c94e1fa3f8e4c 100644
--- a/Modules/Core/Smoothing/test/otbSmoothingTestDriver.cxx
+++ b/Modules/Core/Smoothing/test/otbSmoothingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/CMakeLists.txt b/Modules/Core/Statistics/CMakeLists.txt
index f16e00cf551c76ec458be4791c54ee74d5d117f6..baaa658cd8976c83b290477241c97600322e0799 100644
--- a/Modules/Core/Statistics/CMakeLists.txt
+++ b/Modules/Core/Statistics/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.h b/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.h
index f8edc110fe750c923556a757d350be9b08c89b21..e05971234dad5e038aa75964db6e542cf528c40d 100644
--- a/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.h
+++ b/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.hxx b/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.hxx
index c0425551b434929e77df604f03a1e9a5e9d56163..8da941ac93cf7b3863430997f8c76692178deebb 100644
--- a/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.hxx
+++ b/Modules/Core/Statistics/include/otbConcatenateSampleListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.h b/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.h
index fd355b0f0b127aca0f8437388ba4161543534c17..0aaf0be294a7db1a525f776504345c557c94730b 100644
--- a/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.h
+++ b/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.hxx b/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.hxx
index 0e92ff61319796384533bec72565627e033e1fdf..ccf5b598b277937b33f4b72e748767a5eb01a1bd 100644
--- a/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.hxx
+++ b/Modules/Core/Statistics/include/otbContinuousMinimumMaximumImageCalculator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.h b/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.h
index b819e794e0c4ab3da6eebdea7aa4d4917716c09f..240edc911ac06d5b0780c661db04bb0c5de5d8c1 100644
--- a/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.h
+++ b/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.hxx b/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.hxx
index 765ffad2ad68844dec51caf1480926a379b7535b..9ab26afbc09610beb2623b9c002db3a70528dd18 100644
--- a/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.hxx
+++ b/Modules/Core/Statistics/include/otbGaussianAdditiveNoiseSampleListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.h b/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.h
index 9e50c4d8526f30ecd63a59c06b6982bf273615f7..a0d9bc3d46cd22e219ad1d0f0598f5b6865f38ef 100644
--- a/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.h
+++ b/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.hxx b/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.hxx
index 812d01ec4045db7817ac066bf2cff56559a08b77..4ce7130cf94d962e770ebd8011705e761b0a29f0 100644
--- a/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.hxx
+++ b/Modules/Core/Statistics/include/otbHistogramStatisticsFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleGenerator.h b/Modules/Core/Statistics/include/otbListSampleGenerator.h
index 2f433b734eba5840b0bbfe318a8300b1f91592d5..049c41e62db53a24885d8b2317557bd31bb1930d 100644
--- a/Modules/Core/Statistics/include/otbListSampleGenerator.h
+++ b/Modules/Core/Statistics/include/otbListSampleGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleGenerator.hxx b/Modules/Core/Statistics/include/otbListSampleGenerator.hxx
index 339be56f4828b2a30adbc6eff168f0f68fea020b..810a17547231fd39a73314e80d775c448ebc4c11 100644
--- a/Modules/Core/Statistics/include/otbListSampleGenerator.hxx
+++ b/Modules/Core/Statistics/include/otbListSampleGenerator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleSource.h b/Modules/Core/Statistics/include/otbListSampleSource.h
index 6b4c9ac400f3894f5f9b79020b15d674f0c0c962..018e05602a2c9811074c2f54fa52faf3a246b204 100644
--- a/Modules/Core/Statistics/include/otbListSampleSource.h
+++ b/Modules/Core/Statistics/include/otbListSampleSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleSource.hxx b/Modules/Core/Statistics/include/otbListSampleSource.hxx
index d4477280428a10fab3fcaa535f41c52077b119dd..ab6260830949e81b8b849562314af3969cb7b046 100644
--- a/Modules/Core/Statistics/include/otbListSampleSource.hxx
+++ b/Modules/Core/Statistics/include/otbListSampleSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.h b/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.h
index d88de49d017d7f8dcbe294c21cb863b9c0380d4b..9debbdc17fae557b5be783c12f97130a9e8f471b 100644
--- a/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.h
+++ b/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.hxx b/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.hxx
index 562acb8b3c1fdf75bd87d19351ad1ecda945fcb0..6a9116dd6876be5c1e03065da1f9cd302d8aaa03 100644
--- a/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.hxx
+++ b/Modules/Core/Statistics/include/otbListSampleToBalancedListSampleFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.h b/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.h
index 081174b191620129f0c1e5ca9644c418ae2f4e5c..df4252345db4f3f8657d7cfe993077dfa1867136 100644
--- a/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.h
+++ b/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.hxx b/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.hxx
index 004a70b3cfc4ba4b0586fed2255d488fe7b9c0c7..dca204ec3eb1a056712290664672fc5b88969690 100644
--- a/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.hxx
+++ b/Modules/Core/Statistics/include/otbListSampleToHistogramListGenerator.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.h b/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.h
index e7cd1c030a05d68450e868306e1d4b6de18693f3..4bca0828b01f3d2dce459dacba6f38b5a82ba28c 100644
--- a/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.h
+++ b/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.hxx b/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.hxx
index 35b90400ef39ab808cd7fdfe5ed1b8aa11ec5824..fd4e1b9190b0f55a88996f0ce6f264ecc6b5b05c 100644
--- a/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.hxx
+++ b/Modules/Core/Statistics/include/otbListSampleToListSampleFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.h b/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.h
index 74204f130d19e5a6c428f0ffc8b184be164ec393..33e7b5d3492293bad4d45de2c892ce963ccfbad6 100644
--- a/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.h
+++ b/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.hxx b/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.hxx
index 062ce122ab592cc7fea64a69621a6402562e454b..055f7e39bffa3ab2c698fbcd6a1a9c8488d0bfa9 100644
--- a/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.hxx
+++ b/Modules/Core/Statistics/include/otbListSampleToVariableDimensionHistogramGenerator.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.h b/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.h
index de8b20976bc94da3945c4bfa50abb1b4889ab667..6afadb84ead670e226300e724ae19d98181d8a88 100644
--- a/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.h
+++ b/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.hxx b/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.hxx
index 014eb8026d76d111a915f0438c1e9615574b1916..0b7dfb9fae4136edc9eafebd89f5ad2df6e6be6f 100644
--- a/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.hxx
+++ b/Modules/Core/Statistics/include/otbLocalHistogramImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.h b/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.h
index 91e1ad576e867970a7d7de1223b79c8f6b8f1430..88e9f50f2408c75fc1082333fcb32639d998aaed 100644
--- a/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.h
+++ b/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.hxx b/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.hxx
index 4fb219a144c03bfdb52a45a72e3005096d610af4..52759db9ea38ec59f6b8fcbf3ec6aee34de2da1a 100644
--- a/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbNormalizeVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbPatternSampler.h b/Modules/Core/Statistics/include/otbPatternSampler.h
index 96c8f62faa5d0d023a480b0e95375f1c2db2c38d..3cc951569f4d3750dd4d86f109e5820b47b17283 100644
--- a/Modules/Core/Statistics/include/otbPatternSampler.h
+++ b/Modules/Core/Statistics/include/otbPatternSampler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbPeriodicSampler.h b/Modules/Core/Statistics/include/otbPeriodicSampler.h
index f0aa8114105a75f12b39c90a642bd65a6d14da11..f8381cb6a9b83d65e60f56bcd95a389ffac9c132 100644
--- a/Modules/Core/Statistics/include/otbPeriodicSampler.h
+++ b/Modules/Core/Statistics/include/otbPeriodicSampler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbRandomSampler.h b/Modules/Core/Statistics/include/otbRandomSampler.h
index 76db10a481c69b44ee8db2e5c3e33e5750feb873..7fd44a7c057ba9ecf440731db376164a70559b43 100644
--- a/Modules/Core/Statistics/include/otbRandomSampler.h
+++ b/Modules/Core/Statistics/include/otbRandomSampler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbSamplerBase.h b/Modules/Core/Statistics/include/otbSamplerBase.h
index bafa3d1c0ad61b2f821c84a23933463036ecfd55..959e75a1717ee12b688c782de768fe8877fa6f85 100644
--- a/Modules/Core/Statistics/include/otbSamplerBase.h
+++ b/Modules/Core/Statistics/include/otbSamplerBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.h b/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.h
index 2279fe061fb2dd1c93f2f936df3a43a4e4a302ac..f87294c451e3a06d436cf3fc16b8db797a3fcc5c 100644
--- a/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.h
+++ b/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.hxx b/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.hxx
index f15d60218d404538631b1996dc79277bbb51a7c0..04baacc4428964a80a334d6bd0e41cded5ac5a45 100644
--- a/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.hxx
+++ b/Modules/Core/Statistics/include/otbShiftScaleSampleListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.h b/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.h
index 7062e06e8c42747347ec776220539e214e0b0b92..36a076d876d7c153810f11a415575306a9d17f8e 100644
--- a/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.hxx
index 3aaa8e537b54d7d20614acab3be5544744e665a9..528530b199c459cacf66924c0844f519df5b57ab 100644
--- a/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingCompareImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.h b/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.h
index 4d8b7a04e26f49c37c466e84d3c8e4ded416ee79..a29ec0dd887a27d9897617563797ff4f07f03326 100644
--- a/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.hxx
index 9c1a191a45daffc55e9237bce95e7c72eb725ea1..3012f05d558e65c13602d8d2e1726264d6e588c2 100644
--- a/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingHistogramVectorImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.h b/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.h
index 0dbf18bf63a35d1fff272b757a0389bf2b9c6a18..eb2eed8d42e9b562b1989ad7ef33989932323442 100644
--- a/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.hxx
index d9f91e187163869966fef0305aa0e91888f8adba..3b28cccfb514f1a6e4daf30191ecb24056e48baf 100644
--- a/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingMinMaxImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.h b/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.h
index 0f8b380686bb7cb31baa7f62f1d7067d22249169..8944b48c92fecf0ac4793a9f8c2738fe7ee653d2 100644
--- a/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.hxx
index d386f941fe206882b5cd0a42e47f1dedbae16034..ba30a16bc639e8a72dedb73e2155163986be36a0 100644
--- a/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingMinMaxVectorImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.h b/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.h
index f8b8d236a7da3e92e7f8118c891aaaa3dc3da27f..5914b45e1ff4aa1d241412304cb16021fcf94797 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.hxx
index b59d9f96d1ce8537470688d18db47ab7da037ed0..dfbc133e01c624488b5ca6467e1967f52fd06cd8 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.h b/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.h
index 62fd112260bd046bf18cd67eca4317664dae95a8..b6200a2b6f8a0bf0f1d4caa0ff330c30ee7a8a24 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.hxx
index fe1cd69e3e34b61f0bcdea4b89b95a23afe7dd1a..e90e7163b8ea1ef6432288eb39e8d616dd4ee994 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.h b/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.h
index 765143c65f774d2362f032120586e8be60dd55a0..ad266b3f4b035742f2cae4d55e817c4418175c4c 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.hxx b/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.hxx
index 7c989fd510895ba8717822101a60a6f598cbf353..71204c505e27126d5544dbd9226b7d99215b1acd 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsMosaicFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2016-2019 IRSTEA
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.h b/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.h
index 4347c77705b2c07d07e1b5b8d0eb9891df91089f..58777276e9af0bac684ce5255d26dc411b50816d 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.h
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.hxx b/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.hxx
index d3af7f8f165408837f084d34c44797955dec0139..8ccf810ec749fa8e98e2220582a08d2ab39a86e1 100644
--- a/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbStreamingStatisticsVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbVarianceImageFilter.h b/Modules/Core/Statistics/include/otbVarianceImageFilter.h
index e5f49248251a0b8998c98c98f15b0ce8381ca1e7..b9689e65395cd0e43cdd51e30a413799eed0ef3d 100644
--- a/Modules/Core/Statistics/include/otbVarianceImageFilter.h
+++ b/Modules/Core/Statistics/include/otbVarianceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbVarianceImageFilter.hxx b/Modules/Core/Statistics/include/otbVarianceImageFilter.hxx
index fdaad89466637b57a404e937ef7aa746d126589b..1bb5f8d6df03cf262ca02278fce2be4edc9de5cb 100644
--- a/Modules/Core/Statistics/include/otbVarianceImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbVarianceImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.h b/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.h
index 91996a5c711334abf06a78eac1ccf39ec79d053d..2aa958914757bc085b06c43be5730a1f7553057e 100644
--- a/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.h
+++ b/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.hxx b/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.hxx
index ce6a019c8e5efb594a6bfc2b15f044856e916a21..63e2cbf59cf9d60cc66133371698fc9b0766b73e 100644
--- a/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbVectorImageToIntensityImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.h b/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.h
index 857b2446590e3a61b5a0de59df8de589a7e9a663..47923d1606b240f03724572560556dafd457fff2 100644
--- a/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.h
+++ b/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.hxx b/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.hxx
index 0ec1807b43513409de21990ba89250a827345aea..7759dd6ef53ee9a547aa48dd489bd229a79a1129 100644
--- a/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.hxx
+++ b/Modules/Core/Statistics/include/otbVectorImageToMatrixImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/otb-module.cmake b/Modules/Core/Statistics/otb-module.cmake
index 1217d4e3f1944615114a625a4857978b0f1fd9f1..0625226fda1966c6a0f424813f85cbb1b313a8be 100644
--- a/Modules/Core/Statistics/otb-module.cmake
+++ b/Modules/Core/Statistics/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Statistics/src/CMakeLists.txt b/Modules/Core/Statistics/src/CMakeLists.txt
index 6ee049b5e06bb9d4d27039b288f94d76fe808d28..cba85bb03e2dc0e8f83594b3e0010e995b07023a 100644
--- a/Modules/Core/Statistics/src/CMakeLists.txt
+++ b/Modules/Core/Statistics/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Statistics/src/otbPatternSampler.cxx b/Modules/Core/Statistics/src/otbPatternSampler.cxx
index 940a869d95dd57c6f986e25bbb98be1813003c9b..b815f68271355d0d0be1e2e9364002d7b8599ca0 100644
--- a/Modules/Core/Statistics/src/otbPatternSampler.cxx
+++ b/Modules/Core/Statistics/src/otbPatternSampler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/src/otbPeriodicSampler.cxx b/Modules/Core/Statistics/src/otbPeriodicSampler.cxx
index 8773a878833e7393b52d0c1b9621bfc7f9acb6ce..10fa810efd75e21201aa340ae3dde491743d586c 100644
--- a/Modules/Core/Statistics/src/otbPeriodicSampler.cxx
+++ b/Modules/Core/Statistics/src/otbPeriodicSampler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/src/otbRandomSampler.cxx b/Modules/Core/Statistics/src/otbRandomSampler.cxx
index 17331e744589db24060829aed1fe0f009d847d0b..7b45912292a703c2584c9900b7ba47f2c163fa60 100644
--- a/Modules/Core/Statistics/src/otbRandomSampler.cxx
+++ b/Modules/Core/Statistics/src/otbRandomSampler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/src/otbSamplerBase.cxx b/Modules/Core/Statistics/src/otbSamplerBase.cxx
index 5a87c977d8ad761d597eb82e4892d906087f9e0b..8f578b3139430f74cef05197b7bef20e4ee65863 100644
--- a/Modules/Core/Statistics/src/otbSamplerBase.cxx
+++ b/Modules/Core/Statistics/src/otbSamplerBase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/CMakeLists.txt b/Modules/Core/Statistics/test/CMakeLists.txt
index 5fecb47ea5f56fcfef5dcc373d8ff5ea0487b042..c6bbabd9a0e5100182667ee3f4d2ac6babd458f9 100644
--- a/Modules/Core/Statistics/test/CMakeLists.txt
+++ b/Modules/Core/Statistics/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Statistics/test/StreamingStat.cxx b/Modules/Core/Statistics/test/StreamingStat.cxx
index 6e951fded4abded8e2363c22ca82da1256e1615e..e46b033074283ce6ae857504f0f3dbaf19c1294d 100644
--- a/Modules/Core/Statistics/test/StreamingStat.cxx
+++ b/Modules/Core/Statistics/test/StreamingStat.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbConcatenateSampleListFilter.cxx b/Modules/Core/Statistics/test/otbConcatenateSampleListFilter.cxx
index d0f039e7d76824bddfb9ebc362bec72a4f74b089..c89570bb576d0c531ab0e379469ddefdca08c06b 100644
--- a/Modules/Core/Statistics/test/otbConcatenateSampleListFilter.cxx
+++ b/Modules/Core/Statistics/test/otbConcatenateSampleListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbContinuousMinimumMaximumImageCalculatorTest.cxx b/Modules/Core/Statistics/test/otbContinuousMinimumMaximumImageCalculatorTest.cxx
index 979ef9da0c9e37efdd9c551f204731710c2ea841..11a01d94f5c3f14743c4ee4e42bbe12dcc27f5fd 100644
--- a/Modules/Core/Statistics/test/otbContinuousMinimumMaximumImageCalculatorTest.cxx
+++ b/Modules/Core/Statistics/test/otbContinuousMinimumMaximumImageCalculatorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbGaussianAdditiveNoiseSampleListFilter.cxx b/Modules/Core/Statistics/test/otbGaussianAdditiveNoiseSampleListFilter.cxx
index 80e286b44bffc5f31f18fc7ad805888e2e13a582..d24182d8b0120ce7374ca5dd5c2a49cacfcd3f3c 100644
--- a/Modules/Core/Statistics/test/otbGaussianAdditiveNoiseSampleListFilter.cxx
+++ b/Modules/Core/Statistics/test/otbGaussianAdditiveNoiseSampleListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbHistogramStatisticsFunction.cxx b/Modules/Core/Statistics/test/otbHistogramStatisticsFunction.cxx
index d108f3f6203e5673783f838e9108ddc9eb8bf954..847d79f8cce33680de0ef431e26f04f1bfb227d5 100644
--- a/Modules/Core/Statistics/test/otbHistogramStatisticsFunction.cxx
+++ b/Modules/Core/Statistics/test/otbHistogramStatisticsFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbImaginaryImageToComplexImageFilterTest.cxx b/Modules/Core/Statistics/test/otbImaginaryImageToComplexImageFilterTest.cxx
index 53f5cd45854ea5099b6aa9750b38f2a3a1c3c3ec..7837efee18efd4f5d53c6b5fbf65ed24fc136e28 100644
--- a/Modules/Core/Statistics/test/otbImaginaryImageToComplexImageFilterTest.cxx
+++ b/Modules/Core/Statistics/test/otbImaginaryImageToComplexImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbListSampleGeneratorTest.cxx b/Modules/Core/Statistics/test/otbListSampleGeneratorTest.cxx
index 986a97bb7ff4717ae5ca92026300675f69d638fc..0849d72c6b4b836a14cc08cbc617a17e40f014e9 100644
--- a/Modules/Core/Statistics/test/otbListSampleGeneratorTest.cxx
+++ b/Modules/Core/Statistics/test/otbListSampleGeneratorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbListSampleToBalancedListSampleFilter.cxx b/Modules/Core/Statistics/test/otbListSampleToBalancedListSampleFilter.cxx
index 1544a8d58a8d2d783a2ab3f09b26c014411a9966..348bfa29b95738048815eeb4d0f6894e17335e28 100644
--- a/Modules/Core/Statistics/test/otbListSampleToBalancedListSampleFilter.cxx
+++ b/Modules/Core/Statistics/test/otbListSampleToBalancedListSampleFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbListSampleToHistogramListGenerator.cxx b/Modules/Core/Statistics/test/otbListSampleToHistogramListGenerator.cxx
index 98e96dff767bc78497fdaf4d73eb21aabae88bd4..1bed2b4674129c37ef613d4ea9116f8b5a8d9f23 100644
--- a/Modules/Core/Statistics/test/otbListSampleToHistogramListGenerator.cxx
+++ b/Modules/Core/Statistics/test/otbListSampleToHistogramListGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbListSampleToVariableDimensionHistogramGenerator.cxx b/Modules/Core/Statistics/test/otbListSampleToVariableDimensionHistogramGenerator.cxx
index 4177c4637701bbc177c8cd110dfebe858330731d..52277a16a20a99517957e1a094f87b8b6c9d2db2 100644
--- a/Modules/Core/Statistics/test/otbListSampleToVariableDimensionHistogramGenerator.cxx
+++ b/Modules/Core/Statistics/test/otbListSampleToVariableDimensionHistogramGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbLocalHistogramImageFunctionTest.cxx b/Modules/Core/Statistics/test/otbLocalHistogramImageFunctionTest.cxx
index 066f5a6db762e8dbd0ede8e12224fb5f6d1b73e4..4572cd433eb790fd0716a1f38b2671f3afef9041 100644
--- a/Modules/Core/Statistics/test/otbLocalHistogramImageFunctionTest.cxx
+++ b/Modules/Core/Statistics/test/otbLocalHistogramImageFunctionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbNormalizeVectorImageFilter.cxx b/Modules/Core/Statistics/test/otbNormalizeVectorImageFilter.cxx
index dac580901e4ac908802086cf3c05a30d55d7e2c0..c0e83f4b6437951d28767b2cc831d40dacb7293b 100644
--- a/Modules/Core/Statistics/test/otbNormalizeVectorImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbNormalizeVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbProjectiveProjection.cxx b/Modules/Core/Statistics/test/otbProjectiveProjection.cxx
index 570ee102466ba35ea2879ccfb16c2b421e1d31e1..ad918158ede5173e75215ddb0fbf4e5c82962b7f 100644
--- a/Modules/Core/Statistics/test/otbProjectiveProjection.cxx
+++ b/Modules/Core/Statistics/test/otbProjectiveProjection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx b/Modules/Core/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx
index 99742edc068dca54ae01c70e3c0e865735c91119..d5c376ee1ee552d866fe79ac9f15b838ca120f66 100644
--- a/Modules/Core/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx
+++ b/Modules/Core/Statistics/test/otbRealAndImaginaryImageToComplexImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbRealImageToComplexImageFilterTest.cxx b/Modules/Core/Statistics/test/otbRealImageToComplexImageFilterTest.cxx
index 2af856d40dee66bf4dad248fb6675e2f31822274..801264eafa3a3a256d2a1438e28175754fe10826 100644
--- a/Modules/Core/Statistics/test/otbRealImageToComplexImageFilterTest.cxx
+++ b/Modules/Core/Statistics/test/otbRealImageToComplexImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbSamplerTest.cxx b/Modules/Core/Statistics/test/otbSamplerTest.cxx
index 1fc90f54e31f1cdf62d9a8537f6c90b83e5c9d0e..297f0c33365db3aa218a43d0a1d63d68ec9cf07e 100644
--- a/Modules/Core/Statistics/test/otbSamplerTest.cxx
+++ b/Modules/Core/Statistics/test/otbSamplerTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbShiftScaleSampleListFilter.cxx b/Modules/Core/Statistics/test/otbShiftScaleSampleListFilter.cxx
index 86a412e8c686479ee089cee5c2cbaf095a4e0daa..cf44e5604878bc7138e9bf7bd612f0ce70e5aafd 100644
--- a/Modules/Core/Statistics/test/otbShiftScaleSampleListFilter.cxx
+++ b/Modules/Core/Statistics/test/otbShiftScaleSampleListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbShiftScaleVectorImageFilterTest.cxx b/Modules/Core/Statistics/test/otbShiftScaleVectorImageFilterTest.cxx
index 39d06c21ecd5bb0d7048c2310681264a19150443..6ae5169fabd40c171a4481f17b9ffbda9d5c5c83 100644
--- a/Modules/Core/Statistics/test/otbShiftScaleVectorImageFilterTest.cxx
+++ b/Modules/Core/Statistics/test/otbShiftScaleVectorImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStatisticsTestDriver.cxx b/Modules/Core/Statistics/test/otbStatisticsTestDriver.cxx
index d87edd9af77268c084edd61aef4fab79e844e7e0..0b3a452f563fa39355a7a565f1ad123f11871247 100644
--- a/Modules/Core/Statistics/test/otbStatisticsTestDriver.cxx
+++ b/Modules/Core/Statistics/test/otbStatisticsTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingCompareImageFilter.cxx b/Modules/Core/Statistics/test/otbStreamingCompareImageFilter.cxx
index ef8045f1cfe7d8cad162694dfd37d371848a0848..642adb26362b3e97fbb8577ad48545dbcf3b9372 100644
--- a/Modules/Core/Statistics/test/otbStreamingCompareImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingCompareImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingHistogramVectorImageFilter.cxx b/Modules/Core/Statistics/test/otbStreamingHistogramVectorImageFilter.cxx
index cc65e7ab3722ad06905b83f6f6c6ed90ed4a84d7..1bb8d096d856395fc11d3575ba4dcdc5f96a0c27 100644
--- a/Modules/Core/Statistics/test/otbStreamingHistogramVectorImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingHistogramVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingMinMaxImageFilter.cxx b/Modules/Core/Statistics/test/otbStreamingMinMaxImageFilter.cxx
index bbfc25c3a96ff280be32c59480ca0c6312754188..0f9a199c4a34a93d7c62ec0926c01ee3737a57dd 100644
--- a/Modules/Core/Statistics/test/otbStreamingMinMaxImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingMinMaxImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingMinMaxVectorImageFilter.cxx b/Modules/Core/Statistics/test/otbStreamingMinMaxVectorImageFilter.cxx
index fc1d9cd193ae9361d6017d65aa189168636c059f..5e999c1f841fe168ae71735f97499c705701c5c4 100644
--- a/Modules/Core/Statistics/test/otbStreamingMinMaxVectorImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingMinMaxVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingStatisticsImageFilter.cxx b/Modules/Core/Statistics/test/otbStreamingStatisticsImageFilter.cxx
index b77a06cc13970181b9507c487c8c4660291fb50a..efd85b8da6a87f92564a6cf3be51bf9f19e398dc 100644
--- a/Modules/Core/Statistics/test/otbStreamingStatisticsImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingStatisticsImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingStatisticsMapFromLabelImageFilterTest.cxx b/Modules/Core/Statistics/test/otbStreamingStatisticsMapFromLabelImageFilterTest.cxx
index 1bd7c2b7b493841134f2765f22f40404a2966081..187603cfea75f38be22e2a8a76119d569ac70ebc 100644
--- a/Modules/Core/Statistics/test/otbStreamingStatisticsMapFromLabelImageFilterTest.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingStatisticsMapFromLabelImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbStreamingStatisticsVectorImageFilter.cxx b/Modules/Core/Statistics/test/otbStreamingStatisticsVectorImageFilter.cxx
index bf70fcce932e4683b0a5a699a26f63cdecddcf2c..10458cf4a08079ade51cd2fd4ba468b66950659c 100644
--- a/Modules/Core/Statistics/test/otbStreamingStatisticsVectorImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbStreamingStatisticsVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbVarianceImageFilter.cxx b/Modules/Core/Statistics/test/otbVarianceImageFilter.cxx
index 19f67ab8b8103c382318b8ebfc255d97dc03a477..fc0819b99251871a1965d1f63e1b8fe1510a80cc 100644
--- a/Modules/Core/Statistics/test/otbVarianceImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbVarianceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbVectorImageToIntensityImageFilter.cxx b/Modules/Core/Statistics/test/otbVectorImageToIntensityImageFilter.cxx
index 19bfa550f254c59970e9621669d9bad55760c4db..d6aabbe911d880618d9356df27bb61fb3b2e82b9 100644
--- a/Modules/Core/Statistics/test/otbVectorImageToIntensityImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbVectorImageToIntensityImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Statistics/test/otbVectorImageToMatrixImageFilter.cxx b/Modules/Core/Statistics/test/otbVectorImageToMatrixImageFilter.cxx
index d5f6f39e71bc7309e21f86a3fd7205611c6a6ef7..8480ced4ff32ba6cf15c5e6223bd2704199b1564 100644
--- a/Modules/Core/Statistics/test/otbVectorImageToMatrixImageFilter.cxx
+++ b/Modules/Core/Statistics/test/otbVectorImageToMatrixImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/CMakeLists.txt b/Modules/Core/Streaming/CMakeLists.txt
index f5ee5a1858d3de44c2257ccf4fa6e99d27d06a76..9a5345706183c5750cbd3960ddfa1234b4d09674 100644
--- a/Modules/Core/Streaming/CMakeLists.txt
+++ b/Modules/Core/Streaming/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.h b/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.h
index b4f630b532b01a9fcbddc619ed34362edb0c6bd5..758144b3221d713eaec5fc9713b79add931ef533 100644
--- a/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.hxx b/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.hxx
index 317aaf85b04227952ae134ac6e0c7fb8e5445422..8145987f4dd38e7330b09a7b394b8a090822b35e 100644
--- a/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbNumberOfDivisionsStrippedStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.h b/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.h
index 06d96d4862d0e0fe88fed541a96510effa86d99b..37fd67d587a158dbe8f7fee2232384c685645c90 100644
--- a/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.hxx b/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.hxx
index 5e5cb58dd37c17b0f06225e08cf6a7eca0a1fe2d..877081193708f2ad2f70bcc53428f706c41ed861 100644
--- a/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbNumberOfDivisionsTiledStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.h b/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.h
index 3b76d095e4c5ceb7468bcac1bdbf071e24c37dfc..7ade8081602ef32b65d5dd0b7d7e964e417b4288 100644
--- a/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.hxx b/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.hxx
index 0dc2e77f3e777f4f71cbdc9114167f74e5865ef9..cd40e8d267496349a8da74ef0054396307a9e329 100644
--- a/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbNumberOfLinesStrippedStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.h b/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.h
index 685982fe8cbd9555ff2a99eb793a3b2fe7b62643..ef7f8e3dd27bcf7be6f22c765a5c843f166fdd54 100644
--- a/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.h
+++ b/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.hxx b/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.hxx
index ce153dfc5cece17309617343eba11d974424a8e7..9aee34eec6a1c4b1e78902aa6b4603430b60740d 100644
--- a/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.hxx
+++ b/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbPersistentImageFilter.h b/Modules/Core/Streaming/include/otbPersistentImageFilter.h
index 3173af4e4a6ae5d9916d16988ca369e01922dfcc..525654deb55bf6fc773159ae1b73384005582fd8 100644
--- a/Modules/Core/Streaming/include/otbPersistentImageFilter.h
+++ b/Modules/Core/Streaming/include/otbPersistentImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbPipelineMemoryPrintCalculator.h b/Modules/Core/Streaming/include/otbPipelineMemoryPrintCalculator.h
index c235142300c2e0ea3a20cc861cef472596abe1fd..6aa56cba0a91780571234438f9b6b57ee633e407 100644
--- a/Modules/Core/Streaming/include/otbPipelineMemoryPrintCalculator.h
+++ b/Modules/Core/Streaming/include/otbPipelineMemoryPrintCalculator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.h b/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.h
index e3dea1863c46dc42b8f243ad82294557999f3d84..dd90cdb29aec53e2d6e586e0cce1a6a4fc19f81f 100644
--- a/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.hxx b/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.hxx
index 941c852211e318e4a7b9cae2ce62094290dfde2c..16b232b1e2dde1e1ec90903f63fd4a4149819960 100644
--- a/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbRAMDrivenAdaptativeStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.h b/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.h
index 9df1ebf843394cf51af5be08708453a02386f392..483c3bc8de50cfc96dd5465a049f3eec7721fa70 100644
--- a/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.hxx b/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.hxx
index 29420dbbf7c15876e4f8fe29270b0ec7fe8f2943..aecbeddbb68a94662849d89a53747554b0bc0024 100644
--- a/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbRAMDrivenStrippedStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.h b/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.h
index 8d3345170a840620272402b75c99103d5cfc236f..3058724308a5ec53d072cc4d714a60c085e48503 100644
--- a/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.hxx b/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.hxx
index 61bb6547670062a5757178384ed99db3926e1f23..30da69fe19148f72924ab7bd059aa1ec09e7dd8d 100644
--- a/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbRAMDrivenTiledStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h b/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h
index 867710f6b85e677b7759f2a5035ff0acc927f406..e14f02846b8caca491eb465fe290c32b8999ac76 100644
--- a/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h
+++ b/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.hxx b/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.hxx
index 3137fb56b1c3e0a0e6a7133cd887399b8fe44b28..6d12a27ca5f36ebc4e440ae8abce788f2e45ed92 100644
--- a/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.hxx
+++ b/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbStreamingManager.h b/Modules/Core/Streaming/include/otbStreamingManager.h
index 85ad233e4ad93fc731d4316069ed74c3add3baec..dda6beb3c79b93025ff91dc83142b25ec650ec46 100644
--- a/Modules/Core/Streaming/include/otbStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbStreamingManager.hxx b/Modules/Core/Streaming/include/otbStreamingManager.hxx
index 9969f934f339e92537ad90117edcd4588785babc..2095524536fe3352b44b470be728b772cc139541 100644
--- a/Modules/Core/Streaming/include/otbStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.h b/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.h
index ce8eea2ac5332c15922658a4ea214a1922e96155..3e033bfd8ce4cac6e804e469579abc2b5eb7224b 100644
--- a/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.h
+++ b/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.hxx b/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.hxx
index 6f86eae3ee37acee3106c44bec8b1e6a0a9c00ef..6583ecf6598b1dd2d2014f9d7d22ec4c881fe004 100644
--- a/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.hxx
+++ b/Modules/Core/Streaming/include/otbTileDimensionTiledStreamingManager.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/otb-module.cmake b/Modules/Core/Streaming/otb-module.cmake
index d520f8d46d9f474f1d21a80c9ebf79669cdcbcc6..562acdbafd0ef7407db00b2d06944c79ec8d16d1 100644
--- a/Modules/Core/Streaming/otb-module.cmake
+++ b/Modules/Core/Streaming/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Streaming/src/CMakeLists.txt b/Modules/Core/Streaming/src/CMakeLists.txt
index 1022f23f8d92bec7a0ee16ebda9c288d6da698ba..e542e574bb618b21654f0c84a4889428ac2a5b57 100644
--- a/Modules/Core/Streaming/src/CMakeLists.txt
+++ b/Modules/Core/Streaming/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Streaming/src/otbPipelineMemoryPrintCalculator.cxx b/Modules/Core/Streaming/src/otbPipelineMemoryPrintCalculator.cxx
index c09ca6c9c6b62264ae9f99e68c8093909b055b8d..06e66ee7761c7e888afd9abd1f998a2a1ae7a5bc 100644
--- a/Modules/Core/Streaming/src/otbPipelineMemoryPrintCalculator.cxx
+++ b/Modules/Core/Streaming/src/otbPipelineMemoryPrintCalculator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/test/CMakeLists.txt b/Modules/Core/Streaming/test/CMakeLists.txt
index b8cfd3f721054fff32646f74ea32d27caa40fba9..e17666c2c6693fdfe8424401c816ad11a2e97c62 100644
--- a/Modules/Core/Streaming/test/CMakeLists.txt
+++ b/Modules/Core/Streaming/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Streaming/test/otbPipelineMemoryPrintCalculatorTest.cxx b/Modules/Core/Streaming/test/otbPipelineMemoryPrintCalculatorTest.cxx
index 13ac8d9ffe2025eb6429b3fff64f690eb5b4beba..c5276d254591b58b4ef77791828a54fcab724b9f 100644
--- a/Modules/Core/Streaming/test/otbPipelineMemoryPrintCalculatorTest.cxx
+++ b/Modules/Core/Streaming/test/otbPipelineMemoryPrintCalculatorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/test/otbStreamingManager.cxx b/Modules/Core/Streaming/test/otbStreamingManager.cxx
index 4292560e60d004d0ec186242d86ecbeeac89a92f..b34a9707e7ffdab16891ed167707fd7b52937aa5 100644
--- a/Modules/Core/Streaming/test/otbStreamingManager.cxx
+++ b/Modules/Core/Streaming/test/otbStreamingManager.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Streaming/test/otbStreamingTestDriver.cxx b/Modules/Core/Streaming/test/otbStreamingTestDriver.cxx
index cd3a64863e1ab34ae26b6738ddb1b340cd392673..0fe7a8c7225f116014eecfb1a8d84538a61c06bd 100644
--- a/Modules/Core/Streaming/test/otbStreamingTestDriver.cxx
+++ b/Modules/Core/Streaming/test/otbStreamingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/CMakeLists.txt b/Modules/Core/Transform/CMakeLists.txt
index 1d0e3e3bb2b9243e7172ca0f34a1db06dcbca609..1d85f0f532cd275e7f60ecd448e000c32b066da0 100644
--- a/Modules/Core/Transform/CMakeLists.txt
+++ b/Modules/Core/Transform/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Transform/include/otbBilinearProjection.h b/Modules/Core/Transform/include/otbBilinearProjection.h
index b20e040a4c65347e26fd83913462804fbb2aef81..ffd5127e21e2a3794438312f52fc83467a680d1a 100644
--- a/Modules/Core/Transform/include/otbBilinearProjection.h
+++ b/Modules/Core/Transform/include/otbBilinearProjection.h
@@ -54,49 +54,52 @@ public:
   /** Run-time type information (and related methods). */
   itkTypeMacro(BilinearProjection, Object);
 
-  void worldToLineSample(const Point3DType& worldPoint,
-                                  Point2DType&       lineSampPt) const;
-   /*!
-    * METHOD: lineSampleToWorld()
-    * Performs the inverse projection from line, sample to ground (world):
-    */
-   void lineSampleToWorld(const Point2DType& lineSampPt,
-                                  Point3DType&       worldPt) const;
+  Point2DType worldToLineSample(const Point3DType& worldPoint) const;
+  /*!
+  * METHOD: lineSampleToWorld()
+  * Performs the inverse projection from line, sample to ground (world):
+  * @return line sample to 3D pos at height 0.0
+  */
+  Point3DType lineSampleToWorld(Point2DType lineSampPt) const;
    
-   /*!
-    * METHOD: lineSampleHeightToWorld
-    * This projects the image point to the given
-    * elevation above ellipsoid, thereby bypassing reference to a DEM. Useful
-    * for projections that are sensitive to elevation (such as sensor models).
-    */
-   void lineSampleHeightToWorld(const Point2DType& lineSampPt,
-                                        const double&   heightAboveEllipsoid,
-                                        Point3DType&       worldPt) const;
+  /*!
+  * METHOD: lineSampleHeightToWorld
+  * This projects the image point to the given
+  * elevation above ellipsoid, thereby bypassing reference to a DEM. Useful
+  * for projections that are sensitive to elevation (such as sensor models).
+  * 
+  * @return image point to world point at given height
+  */
+  Point3DType lineSampleHeightToWorld(Point2DType lineSampPt,
+                                      double heightAboveEllipsoid) const;
 
-   void setTiePoints(const std::vector<Point2DType>& lsPt, 
-                                      const std::vector<Point3DType>& geoPt);
+  const std::vector<Point2DType>& getLineSamplePoints() const;
 
-   void getTiePoints(std::vector<Point2DType>& lsPt, std::vector<Point3DType>& geoPt) const;
+  void setLineSamplePoints(const std::vector<Point2DType>& lsPt);
 
-   /** Return true if there is any nan in the points coordinates */
-   bool imgPointsHaveNan();
+  const std::vector<Point3DType>& getWorldPoints() const;
 
-   /** Return true if there is any nan in the points coordinates */
-   bool worldPointsHaveNan();
+  void setWorldPoints(const std::vector<Point3DType>& wPt);
 
-   /** Resolve the bilinear system */
-   void computeLS();
+  /** Return true if there is any nan in the points coordinates */
+  bool imgPointsHaveNan();
+
+  /** Return true if there is any nan in the points coordinates */
+  bool worldPointsHaveNan();
+
+  /** Resolve the bilinear system */
+  void computeLS();
 
 protected:
   BilinearProjection();
   BilinearProjection(const Point2DType& ul,
-                    const Point2DType& ur,
-                    const Point2DType& lr,
-                    const Point2DType& ll,
-                    const Point3DType& ulg,
-                    const Point3DType& urg,
-                    const Point3DType& lrg,
-                    const Point3DType& llg);
+                     const Point2DType& ur,
+                     const Point2DType& lr,
+                     const Point2DType& ll,
+                     const Point3DType& ulg,
+                     const Point3DType& urg,
+                     const Point3DType& lrg,
+                     const Point3DType& llg);
   virtual ~BilinearProjection() = default;
 
 private:
diff --git a/Modules/Core/Transform/include/otbCompositeTransform.h b/Modules/Core/Transform/include/otbCompositeTransform.h
index 819b0a59778a93d65fdec53823104dd532223722..845627589a50b71ea97320f966209dba5641773a 100644
--- a/Modules/Core/Transform/include/otbCompositeTransform.h
+++ b/Modules/Core/Transform/include/otbCompositeTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbCompositeTransform.hxx b/Modules/Core/Transform/include/otbCompositeTransform.hxx
index 3123a07ecebd52092ef553dbe0375c520d473dbd..b14e9199d4f90e34d4420361d10c4a6b8521f10c 100644
--- a/Modules/Core/Transform/include/otbCompositeTransform.hxx
+++ b/Modules/Core/Transform/include/otbCompositeTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbGenericMapProjection.h b/Modules/Core/Transform/include/otbGenericMapProjection.h
index cd5b9ca67be34aff409a7bc60a36cf1a88345beb..0fb5e8ab19dee0368b42f1b7c655fe735f838c8d 100644
--- a/Modules/Core/Transform/include/otbGenericMapProjection.h
+++ b/Modules/Core/Transform/include/otbGenericMapProjection.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbGenericMapProjection.hxx b/Modules/Core/Transform/include/otbGenericMapProjection.hxx
index 6be2a4e6ca3b2dda0da4bf5152c0189eb2cb269d..c092936ecd3b31e57e88ba587ac6c7141ac3cdbd 100644
--- a/Modules/Core/Transform/include/otbGenericMapProjection.hxx
+++ b/Modules/Core/Transform/include/otbGenericMapProjection.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbGenericRSTransform.h b/Modules/Core/Transform/include/otbGenericRSTransform.h
index 5e1096845ecde745769798b057544be92c1241b7..770349c1af2154c1bb374761b13c4369f95aa229 100644
--- a/Modules/Core/Transform/include/otbGenericRSTransform.h
+++ b/Modules/Core/Transform/include/otbGenericRSTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbGenericRSTransform.hxx b/Modules/Core/Transform/include/otbGenericRSTransform.hxx
index db5a39abf6dbd0cb89a9e092da1d951305024c12..91d53df1e50a756c746c0bdf1123536388907c6c 100644
--- a/Modules/Core/Transform/include/otbGenericRSTransform.hxx
+++ b/Modules/Core/Transform/include/otbGenericRSTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbGeocentricTransform.h b/Modules/Core/Transform/include/otbGeocentricTransform.h
index d7969faa00b541d4957c2d75d720b055a11f350e..13b1ea2f4b55befc182ca480565d3fab3050cbd0 100644
--- a/Modules/Core/Transform/include/otbGeocentricTransform.h
+++ b/Modules/Core/Transform/include/otbGeocentricTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbGeocentricTransform.hxx b/Modules/Core/Transform/include/otbGeocentricTransform.hxx
index 77356640a5429e338adcb8b549bd57382b40526d..5aa5c375d1514ca9291e6ee5fba9532b343aba52 100644
--- a/Modules/Core/Transform/include/otbGeocentricTransform.hxx
+++ b/Modules/Core/Transform/include/otbGeocentricTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.h b/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.h
index b1bfc02cb40bae2989a548ff6f16728747d4b95e..fac06059536cc2f76cf09fa160f71727207f90f0 100644
--- a/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.h
+++ b/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.hxx b/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.hxx
index 8b1c9a774e636cf10e6991abe50ce1c1c0470778..936b291c159cb8c91a632c2f97f72e4b71fbf525 100644
--- a/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.hxx
+++ b/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbInverseLogPolarTransform.h b/Modules/Core/Transform/include/otbInverseLogPolarTransform.h
index 62ba75182662fcea6b45a8ab2356dd602201553b..0f82a626396d2896597a86bb61e9b7374c9dcda3 100644
--- a/Modules/Core/Transform/include/otbInverseLogPolarTransform.h
+++ b/Modules/Core/Transform/include/otbInverseLogPolarTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbInverseLogPolarTransform.hxx b/Modules/Core/Transform/include/otbInverseLogPolarTransform.hxx
index 37ad59903ae0cd0b2e8a836342198cbd6ddf7863..d4afd5b0f72ca6d04a0a09bd18dbccc013a403bc 100644
--- a/Modules/Core/Transform/include/otbInverseLogPolarTransform.hxx
+++ b/Modules/Core/Transform/include/otbInverseLogPolarTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.h b/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.h
index 2f28c4af4bbbb5f42d4cc66ca6a1e26ae7acaba0..07a0e3067c8f999d73bb11c0d4abe6f7bb26f52e 100644
--- a/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.h
+++ b/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.hxx b/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.hxx
index 7672e0f5f683f3bfa0e4b67c1ee4e97b42ab28a7..6bf71d7f4b5a4625ec8b07ade2818058665ce883 100644
--- a/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.hxx
+++ b/Modules/Core/Transform/include/otbLeastSquareAffineTransformEstimator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.h b/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.h
index b77c4ecedc80ca8f0066e065161c5edfff9992c8..9b60e948973333eece64f94ab9d0eb73c1e44824 100644
--- a/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.h
+++ b/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.hxx b/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.hxx
index 2af7f74d9c01f4b5954b3587dbca3dc1fdb818e4..9d01417759641a6b6bb74dd5dfb6d7456f070fa2 100644
--- a/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.hxx
+++ b/Modules/Core/Transform/include/otbLeastSquareBilinearTransformEstimator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbLogPolarTransform.h b/Modules/Core/Transform/include/otbLogPolarTransform.h
index cbcfbe2579cd81d5fc5708479c215a04bc053e2c..0bb43ae9a729925cc05bc7c306a491e166d2a80d 100644
--- a/Modules/Core/Transform/include/otbLogPolarTransform.h
+++ b/Modules/Core/Transform/include/otbLogPolarTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbLogPolarTransform.hxx b/Modules/Core/Transform/include/otbLogPolarTransform.hxx
index 01331f8d4639380154750d445eef3506264f6706..60a7aef6cfdae7656914c984a21bd959efa9f0c3 100644
--- a/Modules/Core/Transform/include/otbLogPolarTransform.hxx
+++ b/Modules/Core/Transform/include/otbLogPolarTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCForwardTransform.h b/Modules/Core/Transform/include/otbRPCForwardTransform.h
index cd00503a5ee2d438b22b8c85ab89c867b1bd1de3..74fd907c7d35ba7489afe564ce87fa2c504731e3 100644
--- a/Modules/Core/Transform/include/otbRPCForwardTransform.h
+++ b/Modules/Core/Transform/include/otbRPCForwardTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCForwardTransform.hxx b/Modules/Core/Transform/include/otbRPCForwardTransform.hxx
index 37603421d42ca56d16bf057a603afc1767f1deb6..22c58d3c889908eb59090d461a07db027da382ac 100644
--- a/Modules/Core/Transform/include/otbRPCForwardTransform.hxx
+++ b/Modules/Core/Transform/include/otbRPCForwardTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCInverseTransform.h b/Modules/Core/Transform/include/otbRPCInverseTransform.h
index 6b85bce5d5a4bf4036c1da17709abada0977fd1f..d384452d471a89ca40b2f90632c009ae0168177f 100644
--- a/Modules/Core/Transform/include/otbRPCInverseTransform.h
+++ b/Modules/Core/Transform/include/otbRPCInverseTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCInverseTransform.hxx b/Modules/Core/Transform/include/otbRPCInverseTransform.hxx
index 0294247af6bfc5c3db1ec01504fa8b7a8616bcc3..ad359c60a7c8beeb9d98691873ae62612a0bb451 100644
--- a/Modules/Core/Transform/include/otbRPCInverseTransform.hxx
+++ b/Modules/Core/Transform/include/otbRPCInverseTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCSolver.h b/Modules/Core/Transform/include/otbRPCSolver.h
index 84062d961fd00d1680e6a2997a28b29c09404bdb..7106174746d1f0decba5b229adac539bc7e59d94 100644
--- a/Modules/Core/Transform/include/otbRPCSolver.h
+++ b/Modules/Core/Transform/include/otbRPCSolver.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCTransformBase.h b/Modules/Core/Transform/include/otbRPCTransformBase.h
index 0dbfbdb5c2604c4bdf838c8c1044d9fbc9150bb2..b04b6b24e222c7f76a72abdf403820176baadd6b 100644
--- a/Modules/Core/Transform/include/otbRPCTransformBase.h
+++ b/Modules/Core/Transform/include/otbRPCTransformBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbRPCTransformBase.hxx b/Modules/Core/Transform/include/otbRPCTransformBase.hxx
index 05cf3e2a38fddc3ceefcf6fd8bc76622ac4f42b5..8eb4a849b140522b53da06551e3e6c69b8cf1209 100644
--- a/Modules/Core/Transform/include/otbRPCTransformBase.hxx
+++ b/Modules/Core/Transform/include/otbRPCTransformBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSarForwardTransform.h b/Modules/Core/Transform/include/otbSarForwardTransform.h
index 917a6c629c79ad11f4d93c8e39110356fb4f39a5..a8929e2b9a9afb472d30cb98f508b7cfcf3ee0dd 100644
--- a/Modules/Core/Transform/include/otbSarForwardTransform.h
+++ b/Modules/Core/Transform/include/otbSarForwardTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSarForwardTransform.hxx b/Modules/Core/Transform/include/otbSarForwardTransform.hxx
index 26bb0fa4a67813f4d26859030c35dba46fa118c0..a9fcf6c48214087a623dc558cab17ba1e4d8979c 100644
--- a/Modules/Core/Transform/include/otbSarForwardTransform.hxx
+++ b/Modules/Core/Transform/include/otbSarForwardTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSarInverseTransform.h b/Modules/Core/Transform/include/otbSarInverseTransform.h
index 565c122cc9c46e3c60c08e9784197fc174cb54e9..c82f2f159ec714a55a6260288ac5a91629650cff 100644
--- a/Modules/Core/Transform/include/otbSarInverseTransform.h
+++ b/Modules/Core/Transform/include/otbSarInverseTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSarInverseTransform.hxx b/Modules/Core/Transform/include/otbSarInverseTransform.hxx
index c33bfcded37931fc5ea0d9e2c3f26c8a4dea4010..968d869cbd92801059f638bcc7d21c30b76e8b81 100644
--- a/Modules/Core/Transform/include/otbSarInverseTransform.hxx
+++ b/Modules/Core/Transform/include/otbSarInverseTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSarTransformBase.h b/Modules/Core/Transform/include/otbSarTransformBase.h
index b441ce5f484fbaa7bb303afef1c90aed7afe9771..ddc279ecb9745b8e18bd3f33096e8efcb00dfb95 100644
--- a/Modules/Core/Transform/include/otbSarTransformBase.h
+++ b/Modules/Core/Transform/include/otbSarTransformBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSarTransformBase.hxx b/Modules/Core/Transform/include/otbSarTransformBase.hxx
index 6c6c84c95a76d9713ac3881e74cd0296b1a46eec..008b112a65fd293949f8e7b1a7e35cc5538eb087 100644
--- a/Modules/Core/Transform/include/otbSarTransformBase.hxx
+++ b/Modules/Core/Transform/include/otbSarTransformBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSensorTransformBase.h b/Modules/Core/Transform/include/otbSensorTransformBase.h
index ecabeeb4b4cb6d7347d22d8059a18fbad22912e1..ab6db86dff0a495ed699a551c745e39ffcf33490 100644
--- a/Modules/Core/Transform/include/otbSensorTransformBase.h
+++ b/Modules/Core/Transform/include/otbSensorTransformBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSensorTransformFactory.h b/Modules/Core/Transform/include/otbSensorTransformFactory.h
index c6fbccd7e9d1183920be2ca57f5fe642e0144752..4420dbb922d5a212f492b1b055b48eed0dd99728 100644
--- a/Modules/Core/Transform/include/otbSensorTransformFactory.h
+++ b/Modules/Core/Transform/include/otbSensorTransformFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSensorTransformFactory.hxx b/Modules/Core/Transform/include/otbSensorTransformFactory.hxx
index fc69163a8a909ff77db27fc9d376387d72a77ba5..c1947438ea68d9ef1695056405229525e22edeb2 100644
--- a/Modules/Core/Transform/include/otbSensorTransformFactory.hxx
+++ b/Modules/Core/Transform/include/otbSensorTransformFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbSpot5ForwardTransform.hxx b/Modules/Core/Transform/include/otbSpot5ForwardTransform.hxx
index 19d5ef4953d3e5ab8e725823cd27eb041f3c6327..cfbd7f8007e73319700d2e47e2c6f0e591868f49 100644
--- a/Modules/Core/Transform/include/otbSpot5ForwardTransform.hxx
+++ b/Modules/Core/Transform/include/otbSpot5ForwardTransform.hxx
@@ -39,9 +39,9 @@ Spot5ForwardTransform<TScalarType, NInputDimensions, NOutputDimensions>::Transfo
   sensorPoint[0] = static_cast<double>(point[0]) - 0.5;
   sensorPoint[1] = static_cast<double>(point[1]) - 0.5;
   if (NInputDimensions > 2)
-    this->m_Transformer->LineSampleHeightToWorld(sensorPoint, static_cast<double>(point[2]), worldPoint);
+    worldPoint = this->m_Transformer->LineSampleHeightToWorld(sensorPoint, static_cast<double>(point[2]));
   else
-    this->m_Transformer->LineSampleToWorld(sensorPoint, worldPoint);
+    worldPoint = this->m_Transformer->LineSampleToWorld(sensorPoint);
 
   OutputPointType pOut;
   pOut[0] = static_cast<TScalarType>(worldPoint[0]);
diff --git a/Modules/Core/Transform/include/otbSpot5InverseTransform.hxx b/Modules/Core/Transform/include/otbSpot5InverseTransform.hxx
index eb9e3a1f38bbb00d3b77fb1f2203dc2fef13ddd5..ab291e1be25d49b55adcb640df09adafcf6c902e 100644
--- a/Modules/Core/Transform/include/otbSpot5InverseTransform.hxx
+++ b/Modules/Core/Transform/include/otbSpot5InverseTransform.hxx
@@ -34,7 +34,6 @@ template <class TScalarType, unsigned int NInputDimensions, unsigned int NOutput
 typename Spot5InverseTransform<TScalarType, NInputDimensions, NOutputDimensions>::OutputPointType
 Spot5InverseTransform<TScalarType, NInputDimensions, NOutputDimensions>::TransformPoint(const InputPointType& point) const
 {
-  Spot5SensorModel::Point2DType sensorPoint;
   Spot5SensorModel::Point3DType worldPoint;
   worldPoint[0] = static_cast<double>(point[0]);
   worldPoint[1] = static_cast<double>(point[1]);
@@ -43,7 +42,7 @@ Spot5InverseTransform<TScalarType, NInputDimensions, NOutputDimensions>::Transfo
   else
     worldPoint[2] = otb::DEMHandler::GetInstance().GetHeightAboveEllipsoid(point[0], point[1]);
 
-  this->m_Transformer->WorldToLineSample(worldPoint, sensorPoint);
+  Spot5SensorModel::Point2DType sensorPoint(this->m_Transformer->WorldToLineSample(worldPoint));
 
   OutputPointType pOut;
 
diff --git a/Modules/Core/Transform/include/otbSpot5SensorModel.h b/Modules/Core/Transform/include/otbSpot5SensorModel.h
index 37aa3068c01267412696da48eac0284af4316020..a6475ad85e64e3408003fff8884e68a4f9ea6ca8 100644
--- a/Modules/Core/Transform/include/otbSpot5SensorModel.h
+++ b/Modules/Core/Transform/include/otbSpot5SensorModel.h
@@ -68,54 +68,52 @@ public:
    * @brief Transform world point (lat,lon,hgt) to image point (col,row).
    * 
    * @param[in] inGeoPoint     ground point in WGS84 (lat, lon, hgt) coordinates
-   * @param[out] outLineSample image point (col,row) coordinates
+   * @return ground point converted to image point (col,row) coordinates
    */
-  void WorldToLineSample(const Point3DType& inGeoPoint,
-                         Point2DType& outLineSample) const;
+  Point2DType WorldToLineSample(const Point3DType& inGeoPoint) const;
 
   /**
    * @brief Transform image point (col, row) with a height to world point (lat,lon,hgt).
    * 
    * @param[in] imPt                 image point (col, row)
    * @param[in] heightAboveEllipsoid height 
-   * @param[out] worldPt             world point (lat,lon,hgt)
+   * @return image point and height converted to world point (lat,lon,hgt)
    */
-  void LineSampleHeightToWorld(const Point2DType& imPt,
-                               double heightAboveEllipsoid,
-                               Point3DType& worldPt) const;
+  Point3DType LineSampleHeightToWorld(Point2DType imPt,
+                                      double heightAboveEllipsoid) const;
 
   /**
    * @brief Transform image point (col, row) to world point (lat,lon,hgt).
    * 
    * @param[in] imPt     image point (col, row)
-   * @param[out] worldPt world point (lat,lon,hgt)
+   * @return image point converted to world point (lat,lon,hgt)
    */
-  void LineSampleToWorld(const Point2DType& imPt, Point3DType& worldPt) const;
+  Point3DType LineSampleToWorld(Point2DType imPt) const;
 
   /**
     * @brief Compute a ray from sensor position and image point.
     * 
     * @param[in] imPt  image point (col row)
-    * @param[out] epPt ephemeris point (3D space point with position and velocity)
+    * @return ephemeris point (3D space point with position and velocity)
     */
-  void ImagingRay(const Point2DType& imPt, Ephemeris&   epPt) const;
+  Ephemeris ImagingRay(Point2DType imPt) const;
 
   /**
    * @brief Compute the nearest intersection (world point) between the ray and the ellipsoid.
    * 
    * @param[in] imRay     ephemeris point (3D space point with position and velocity)
    * @param[in] offset    double offset
-   * @param[out] worldPt  world point (lat,lon,hgt)
+   * @return  world point (lat,lon,hgt)
    */
-  void NearestIntersection(const Ephemeris& imRay, const double& offset, Point3DType& worldPt) const;
+  Point3DType NearestIntersection(const Ephemeris& imRay, double offset) const;
 
   /**
    * @brief Compute world point intersected by image ray.
    * 
    * @param[in] imRay     ephemeris point (3D space point with position and velocity)
-   * @param[out] worldPt  world point (lat,lon,hgt)
+   * @return world point (lat,lon,hgt)
    */
-  void IntersectRay(const Ephemeris& imRay, Point3DType& worldPt) const;
+  Point3DType IntersectRay(const Ephemeris& imRay) const;
 
   /**
    * @brief Compute the bilinear interpolation from a 3D point vector with a double time vector.
@@ -123,12 +121,11 @@ public:
    * @param[in] time time to interpolate
    * @param[in] V    3D point vector
    * @param[in] T    Index time double vector
-   * @param[out] li  3D point interpolated
+   * @return 3D point interpolated
    */
-  void GetBilinearInterpolation(const double& time,
-                          const std::vector<Point3DType>& V,
-                          const std::vector<double>& T,
-                          Point3DType& li) const;
+  Point3DType GetBilinearInterpolation(const double& time,
+                                       const std::vector<Point3DType>& V,
+                                       const std::vector<double>& T) const;
 
   /**
   * @brief Compute the lagrange interpolation from a 3D point vector with a double time vector.
@@ -136,28 +133,27 @@ public:
   * @param[in] time time to interpolate
   * @param[in] V    3D point vector
   * @param[in] T    Index time double vector
-  * @param[out] li  3D point interpolated
+  * @return 3D point interpolated
   */
-  void GetLagrangeInterpolation(const double& time,
-                          const std::vector<Point3DType>& V,
-                          const std::vector<double>& T,
-                          Point3DType& li) const;                        
+  Point3DType GetLagrangeInterpolation(const double& time,
+                                       const std::vector<Point3DType>& V,
+                                       const std::vector<double>& T) const;
 
   /**
    * @brief Get the 3D position of the sensor at time (interpolation of position samples vector from metadata).
    * 
    * @param[in] time  input time
-   * @param[out] ecef 3D position
+   * @return 3D position
    */
-  void GetPositionEcf(const double& time, Point3DType& ecef) const;
+  Point3DType GetPositionEcf(double time) const;
 
   /**
    * @brief Get the 3D velocity of the sensor at time (interpolation of velocity samples vector from metadata).
    * 
    * @param[in]  time input time
-   * @param[out] ecef 3D position
+   * @return 3D position
    */
-  void GetVelocityEcf(const double& time, Point3DType& ecef) const;
+  Point3DType GetVelocityEcf(double time) const;
 
   /**
    * @brief Get look angles on X and Y axis of the sensor at line (interpolation of angles samples vector from metadata).
@@ -172,26 +168,26 @@ public:
    * @brief Get the Attitude of the sensor at time (interpolation of attitude samples vector from metadata).
    * 
    * @param[in] time input time
-   * @param[out] at   3D attitude
+   * @return 3D attitude
    */
-  void GetAttitude(const double& time, Point3DType& at) const;
+  Point3DType GetAttitude(double time) const;
 
   /**
    * @brief Compute SatToOrb matrix with an input time.
    * 
-   * @param[out] result 3X3 matrix computed
    * @param[in] t       input time
+   * @return 3X3 matrix computed
    */
-  void ComputeSatToOrbRotation(MatrixType& result, double t) const;
+  MatrixType ComputeSatToOrbRotation(double t) const;
+
 
-                        
   /** 
   * @brief Update a ImageMetadata object with the stored Spot5Param and GCPs, possibly modified from the 
   * original metadata by the Spot5SensorModel
   * 
   * @param[in] imd ImageMetadata to be updated
   */
-   void UpdateImageMetadata(ImageMetadata & imd);
+  void UpdateImageMetadata(ImageMetadata & imd);
 
 
 protected:
diff --git a/Modules/Core/Transform/include/otbStreamingWarpImageFilter.h b/Modules/Core/Transform/include/otbStreamingWarpImageFilter.h
index 22c1cb8d6fa60d1c56661f63e133ff32f5f40d89..f183b942b4ab384ab726c4574fca17f41417d6bd 100644
--- a/Modules/Core/Transform/include/otbStreamingWarpImageFilter.h
+++ b/Modules/Core/Transform/include/otbStreamingWarpImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbStreamingWarpImageFilter.hxx b/Modules/Core/Transform/include/otbStreamingWarpImageFilter.hxx
index 81e37512be49058f589373195012555eef3d344d..db6c4630bd72d1c96abdc46f887183d5e97f341b 100644
--- a/Modules/Core/Transform/include/otbStreamingWarpImageFilter.hxx
+++ b/Modules/Core/Transform/include/otbStreamingWarpImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbTransform.h b/Modules/Core/Transform/include/otbTransform.h
index 739d01c3ca1d361e4cf23c119a5834ffb9a985ff..9e1b4d771233f50d162a46d4e626802e978a2cec 100644
--- a/Modules/Core/Transform/include/otbTransform.h
+++ b/Modules/Core/Transform/include/otbTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/include/otbTransformFactories.h b/Modules/Core/Transform/include/otbTransformFactories.h
index f79f6162d072dd7fbc732aff48e17716e5ff329c..8132fd9a68c8fc37bd3c8bc065c4c08385b863b8 100644
--- a/Modules/Core/Transform/include/otbTransformFactories.h
+++ b/Modules/Core/Transform/include/otbTransformFactories.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/otb-module.cmake b/Modules/Core/Transform/otb-module.cmake
index 1eeb11f965025317abbf0b24c1e34c28240af325..22b56797438d3aad441a48197863255922cb76c3 100644
--- a/Modules/Core/Transform/otb-module.cmake
+++ b/Modules/Core/Transform/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Transform/src/CMakeLists.txt b/Modules/Core/Transform/src/CMakeLists.txt
index 6e71cd8205c63b36c413a5e98c953b7fc44cdbe9..00b1030de8bfee0d61e12d8581642281cc716599 100644
--- a/Modules/Core/Transform/src/CMakeLists.txt
+++ b/Modules/Core/Transform/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Transform/src/otbBilinearProjection.cxx b/Modules/Core/Transform/src/otbBilinearProjection.cxx
index fb3661db96e53bd33b76ef9a5595391fec3ebde3..5b403cf42dfce1e3ee315050d522919da52ce6be 100644
--- a/Modules/Core/Transform/src/otbBilinearProjection.cxx
+++ b/Modules/Core/Transform/src/otbBilinearProjection.cxx
@@ -31,13 +31,13 @@ BilinearProjection::BilinearProjection()
 }
 
 BilinearProjection::BilinearProjection(const Point2DType& ul,
-                           const Point2DType& ur,
-                           const Point2DType& lr,
-                           const Point2DType& ll,
-                           const Point3DType& ulg,
-                           const Point3DType& urg,
-                           const Point3DType& lrg,
-                           const Point3DType& llg)
+                                       const Point2DType& ur,
+                                       const Point2DType& lr,
+                                       const Point2DType& ll,
+                                       const Point3DType& ulg,
+                                       const Point3DType& urg,
+                                       const Point3DType& lrg,
+                                       const Point3DType& llg)
 {
    m_LatFit = LSQREstimatorType::New();
    m_LonFit = LSQREstimatorType::New();
@@ -56,12 +56,13 @@ BilinearProjection::BilinearProjection(const Point2DType& ul,
    m_worldPoints[2] = lrg;
    m_worldPoints[3] = llg;
 
-    computeLS();
+   computeLS();
 }
 
-void BilinearProjection::worldToLineSample(const Point3DType& worldPoint,
-                                  Point2DType&       lineSampPt) const
+itk::Point<double, 2> BilinearProjection::worldToLineSample(const Point3DType& worldPoint) const
 {
+   // convert Point3D to vector double to use
+   // LeastSquareBilinearTransformEstimator::lsFitValue
    itk::Vector<double,2>  worldptMatrix;
    worldptMatrix[0] = worldPoint[0];
    worldptMatrix[1] = worldPoint[1];
@@ -70,22 +71,21 @@ void BilinearProjection::worldToLineSample(const Point3DType& worldPoint,
 
    m_XFit->lsFitValue(worldptMatrix, x);
    m_YFit->lsFitValue(worldptMatrix, y);
+
+   Point2DType lineSampPt;
    lineSampPt[0] = x;
    lineSampPt[1] = y;
-
+   return lineSampPt;
 }
 
-void BilinearProjection::lineSampleToWorld(const Point2DType& lineSampPt,
-                                  Point3DType&       worldPt) const
+BilinearProjection::Point3DType BilinearProjection::lineSampleToWorld(Point2DType lineSampPt) const
 {
- lineSampleHeightToWorld(lineSampPt,
-                           0.0,
-                           worldPt);
+  return lineSampleHeightToWorld(lineSampPt, 0.0);
 }
 
-void BilinearProjection::lineSampleHeightToWorld(const Point2DType& lineSampPt,
-                                        const double&   heightAboveEllipsoid,
-                                        Point3DType&       worldPt) const
+BilinearProjection::Point3DType BilinearProjection::lineSampleHeightToWorld(
+                                                Point2DType lineSampPt,
+                                                double heightAboveEllipsoid) const
 {
    itk::Vector<double,2> lineSampMatrix;
    lineSampMatrix[0] = lineSampPt[0];
@@ -93,22 +93,33 @@ void BilinearProjection::lineSampleHeightToWorld(const Point2DType& lineSampPt,
    double lon, lat;
    m_LonFit->lsFitValue(lineSampMatrix, lon);
    m_LatFit->lsFitValue(lineSampMatrix, lat);
+
+   Point3DType worldPt;
    worldPt[0] = lon;
    worldPt[1] = lat;
    worldPt[2] = heightAboveEllipsoid;
+
+   return worldPt;
+}
+
+const std::vector<itk::Point<double, 2>>& BilinearProjection::getLineSamplePoints() const
+{
+   return m_LineSamplePoints;
+}
+
+void BilinearProjection::setLineSamplePoints(const std::vector<Point2DType>& lsPts)
+{
+   m_LineSamplePoints = lsPts;
 }
 
-void BilinearProjection::setTiePoints(const std::vector<Point2DType>& lsPt, 
-                                    const std::vector<Point3DType>& geoPt)
+const std::vector<BilinearProjection::Point3DType>& BilinearProjection::getWorldPoints() const
 {
-    m_LineSamplePoints = lsPt;
-    m_worldPoints = geoPt;
+   return m_worldPoints;
 }
 
-void BilinearProjection::getTiePoints(std::vector<Point2DType>& lsPt, std::vector<Point3DType>& geoPt) const
+void BilinearProjection::setWorldPoints(const std::vector<Point3DType>& wPts)
 {
-    lsPt = m_LineSamplePoints;
-    geoPt = m_worldPoints;
+   m_worldPoints = wPts;
 }
 
 void BilinearProjection::computeLS()
diff --git a/Modules/Core/Transform/src/otbRPCSolver.cxx b/Modules/Core/Transform/src/otbRPCSolver.cxx
index 5873cd543a37dda74240a0a7c9eecad3dbb302be..d06f8bc1802515cf0bb0e70a0d18d59f49eb2888 100644
--- a/Modules/Core/Transform/src/otbRPCSolver.cxx
+++ b/Modules/Core/Transform/src/otbRPCSolver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/src/otbSensorTransformFactory.cxx b/Modules/Core/Transform/src/otbSensorTransformFactory.cxx
index 5398d089525c69a288f0ce68a992f50231f2f7b7..f25a500671e77749ed1dac2c5d96d98d030a9726 100644
--- a/Modules/Core/Transform/src/otbSensorTransformFactory.cxx
+++ b/Modules/Core/Transform/src/otbSensorTransformFactory.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/src/otbSpot5SensorModel.cxx b/Modules/Core/Transform/src/otbSpot5SensorModel.cxx
index b9bf13f1894304efc14096873c17f74ae68e4845..f9a56502cafe62dd116d9cbd23f54153f443fd6e 100644
--- a/Modules/Core/Transform/src/otbSpot5SensorModel.cxx
+++ b/Modules/Core/Transform/src/otbSpot5SensorModel.cxx
@@ -49,13 +49,11 @@ Spot5SensorModel::Spot5SensorModel(const ImageMetadata & imd)
 void Spot5SensorModel::InitBilinearTransform(){
     
     Point2DType ul, ur, lr, ll;
-    Point3DType ulg, urg, lrg, llg;
 
     ul[0] = 0; ul[1] = 0;
     ur[0] = m_Spot5Param.ImageSize[0] - 1; ur[1] = 0;
     ll[0] = 0; ll[1] =  m_Spot5Param.ImageSize[1] - 1;
-    lr[0] = m_Spot5Param.ImageSize[0] - 1;
-    lr[1] = m_Spot5Param.ImageSize[1] - 1;
+    lr[0] = m_Spot5Param.ImageSize[0] - 1; lr[1] = m_Spot5Param.ImageSize[1] - 1;
 
     m_ImageRect = PolygonType::New();
     m_ImageRect->AddVertex(Point2DToIndex(ul));
@@ -63,10 +61,10 @@ void Spot5SensorModel::InitBilinearTransform(){
     m_ImageRect->AddVertex(Point2DToIndex(lr));
     m_ImageRect->AddVertex(Point2DToIndex(ll));
 
-    LineSampleToWorld(ul, ulg);
-    LineSampleToWorld(ur, urg);
-    LineSampleToWorld(lr, lrg);
-    LineSampleToWorld(ll, llg);
+    const Point3DType ulg(LineSampleToWorld(ul));
+    const Point3DType urg(LineSampleToWorld(ur));
+    const Point3DType lrg(LineSampleToWorld(lr));
+    const Point3DType llg(LineSampleToWorld(ll));
 
     m_GroundRect = PolygonType::New();
     m_GroundRect->AddVertex(Point3DToIndex(ulg));
@@ -77,9 +75,9 @@ void Spot5SensorModel::InitBilinearTransform(){
     std::vector<Point2DType> impts {ul,ur,lr,ll};
     std::vector<Point3DType> wrldpts {ulg,urg,lrg,llg};
     m_BilinearProj = BilinearProjection::New();
-    m_BilinearProj->setTiePoints(impts,wrldpts);
+    m_BilinearProj->setLineSamplePoints(impts);
+    m_BilinearProj->setWorldPoints(wrldpts);
     m_BilinearProj->computeLS();
-
 }
 
 Spot5SensorModel::ContinuousIndexType 
@@ -98,7 +96,7 @@ Spot5SensorModel::Point3DToIndex(const itk::Point<double, 3> point) const{
   return indexPoint;
 }
 
-void Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint, Point2DType& outLineSample) const
+itk::Point<double, 2> Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint) const
 {
   
   static const double PIXEL_THRESHOLD    = .1; // acceptable pixel error
@@ -111,9 +109,10 @@ void Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint, Point2DT
   int iters = 0;
   Point3DType wdp (inGeoPoint);
 
-  if (!(m_GroundRect->IsInside(Point3DToIndex(wdp))||m_GroundRect->IsOnEdge(Point3DToIndex(wdp)))){
-    m_BilinearProj->worldToLineSample(wdp, outLineSample);
-    return;
+  if (!(m_GroundRect->IsInside(Point3DToIndex(wdp)) ||
+        m_GroundRect->IsOnEdge(Point3DToIndex(wdp))))
+  {
+    return m_BilinearProj->worldToLineSample(wdp);
   }
 
 
@@ -121,8 +120,7 @@ void Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint, Point2DT
 
 
   // Initialize with binilear interpolation
-  Point2DType ip;
-  m_BilinearProj->worldToLineSample(wdp, ip);
+  Point2DType ip(m_BilinearProj->worldToLineSample(wdp));
 
   Point2DType ip_du;
   Point2DType ip_dv;
@@ -131,7 +129,6 @@ void Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint, Point2DT
   double dlat_du, dlat_dv, dlon_du, dlon_dv;
   double delta_lat, delta_lon, delta_u, delta_v;
   double inverse_norm;
-  bool done = false;
 
   //***
   // Begin iterations:
@@ -149,28 +146,28 @@ void Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint, Point2DT
     //***
     // Compute numerical partials at current guessed point:
     //***
-    LineSampleHeightToWorld(ip,    height, gp);
-    LineSampleHeightToWorld(ip_du, height, gp_du);
-    LineSampleHeightToWorld(ip_dv, height, gp_dv);
+    gp = LineSampleHeightToWorld(ip, height);
+    gp_du = LineSampleHeightToWorld(ip_du, height);
+    gp_dv = LineSampleHeightToWorld(ip_dv, height);
 
     dlat_du = gp_du[1] - gp[1]; //e
     dlon_du = gp_du[0] - gp[0]; //g
     dlat_dv = gp_dv[1] - gp[1]; //f
     dlon_dv = gp_dv[0] - gp[0]; //h
     
-    //
-    // Test for convergence:
-    //
-    delta_lat = inGeoPoint[1] - gp[1];
-    delta_lon = inGeoPoint[0] - gp[0];    
 
     //
     // Compute linearized estimate of image point given gp delta:
     //
     inverse_norm = dlat_dv*dlon_du - dlat_du*dlon_dv; // fg-eh
 
-    if (inverse_norm > DBL_EPSILON)
+    if (std::abs(inverse_norm) > DBL_EPSILON)
     {
+      //
+      // Test for convergence:
+      //
+      delta_lat = inGeoPoint[1] - gp[1];
+      delta_lon = inGeoPoint[0] - gp[0];
       delta_u = (-dlon_dv*delta_lat + dlat_dv*delta_lon)/inverse_norm;
       delta_v = ( dlon_du*delta_lat - dlat_du*delta_lon)/inverse_norm;
       ip[0] += delta_u;
@@ -181,91 +178,78 @@ void Spot5SensorModel::WorldToLineSample(const Point3DType& inGeoPoint, Point2DT
       delta_u = 0;
       delta_v = 0;
     }
-    done = (std::abs(delta_u) < PIXEL_THRESHOLD)&&
-           (std::abs(delta_v) < PIXEL_THRESHOLD);
-    if (done) break;
+    if ((std::abs(delta_u) < PIXEL_THRESHOLD) &&
+        (std::abs(delta_v) < PIXEL_THRESHOLD))
+      break;
     iters++;
-  } while (iters < MAX_NUM_ITERATIONS);
+  } while (iters < MAX_NUM_ITERATIONS); /* && ((std::abs(delta_u) < PIXEL_THRESHOLD)
+                                               && (std::abs(delta_v) < PIXEL_THRESHOLD)) */
 
-  outLineSample = ip - m_Spot5Param.SubImageOffset;
+  return ip - m_Spot5Param.SubImageOffset;
 
 }
 
-void Spot5SensorModel::LineSampleHeightToWorld(const Point2DType& imPt,
-                                             double  heightAboveEllipsoid,
-                                             Point3DType& worldPt) const
+itk::Point<double, 3> Spot5SensorModel::LineSampleHeightToWorld(Point2DType imPt,
+                                             double  heightAboveEllipsoid) const
 {
 
   // Outside the image
   if (!insideImage(imPt, 1.0 - FLT_EPSILON))
   {
-    m_BilinearProj->lineSampleToWorld(imPt, worldPt);
-    return;
+    return m_BilinearProj->lineSampleToWorld(imPt);
   }
 
-  Ephemeris ray;
-  ImagingRay(imPt, ray);
-
   // Ecef coordinate point intersection
-  Point3DType intersectPt;
-  NearestIntersection(ray, heightAboveEllipsoid, intersectPt);
-
   // Conversion to lat long coordinates
-  worldPt = EcefToWorld(intersectPt);
-
+  return EcefToWorld(NearestIntersection(ImagingRay(imPt), heightAboveEllipsoid));
 }
 
-void Spot5SensorModel::LineSampleToWorld(const Point2DType& imPt,
-                                             Point3DType& worldPt) const
+itk::Point<double, 3> Spot5SensorModel::LineSampleToWorld(Point2DType imPt) const
 {
 
   if (!insideImage(imPt, 2.0))
   {
-    m_BilinearProj->lineSampleToWorld(imPt, worldPt);
-    return;
+    return m_BilinearProj->lineSampleToWorld(imPt);
   }
 
   // Determine ray and intersect with terrain model
-  Ephemeris ray;
-  ImagingRay(imPt, ray);
-  IntersectRay(ray, worldPt);
-
+  return IntersectRay(ImagingRay(imPt));
 }
 
 
 
 
-void Spot5SensorModel::GetBilinearInterpolation(
-      const double& time,
-      const std::vector<Point3DType>& V,
-      const std::vector<double>& T,
-      Point3DType& li) const
+itk::Point<double, 3> Spot5SensorModel::GetBilinearInterpolation(
+                                            const double& time,
+                                            const std::vector<Point3DType>& V,
+                                            const std::vector<double>& T) const
 {
   // get iterator to first element >= time
   const auto first_sup_value = std::lower_bound(T.begin(), T.end(), time);
 
   if(first_sup_value == T.begin())
   {
-    li = V[0];
+    return V[0];
   }
   else if(first_sup_value == T.end())
   {
-    li = V[1];
+    return V[1];
   }
   else
   {
     const int32_t samp0 = std::distance(T.begin(), first_sup_value);
-    double t = (T[samp0-1]-time)/(T[samp0-1] - (*first_sup_value));
+    double t = (*(first_sup_value-1)-time)/
+               (*(first_sup_value-1) - (*first_sup_value));
+    const auto& it_v = V.begin() + samp0;
 
-    li = V[samp0-1] + (V[samp0]-V[samp0-1])*t;
+    return *(it_v-1) + ((*it_v)-*(it_v-1))*t;
   }
 }
 
-void Spot5SensorModel::GetLagrangeInterpolation(
-      const double& time,
-      const std::vector<Point3DType>& V,
-      const std::vector<double>& T,
-      Point3DType& li) const
+itk::Point<double, 3> Spot5SensorModel::GetLagrangeInterpolation(
+                                              const double& time,
+                                              const std::vector<Point3DType>& V,
+                                              const std::vector<double>& T) const
 {
   //
   // Verify that t is within allowable range:
@@ -346,42 +330,39 @@ void Spot5SensorModel::GetLagrangeInterpolation(
     S[2] += p[2];
   }
 
-  li = S;
-
+  return S;
 }
 
 
-void Spot5SensorModel::GetPositionEcf(const double& time,
-                                               Point3DType& ecef)  const
+itk::Point<double, 3> Spot5SensorModel::GetPositionEcf(double time)  const
 {
   if((m_Spot5Param.EcefPosSamples.size() < 8)||
     (m_Spot5Param.EcefTimeSamples.size() < 8))
   {
-    GetBilinearInterpolation(time, m_Spot5Param.EcefPosSamples, m_Spot5Param.EcefTimeSamples, ecef);
+    return GetBilinearInterpolation(time, m_Spot5Param.EcefPosSamples, m_Spot5Param.EcefTimeSamples);
   }
   else
   {
-    GetLagrangeInterpolation(time, m_Spot5Param.EcefPosSamples, m_Spot5Param.EcefTimeSamples, ecef);
+    return GetLagrangeInterpolation(time, m_Spot5Param.EcefPosSamples, m_Spot5Param.EcefTimeSamples);
   }                                       
 }
 
 
-void Spot5SensorModel::GetVelocityEcf(const double& time,
-                                               Point3DType& ecef)  const
+itk::Point<double, 3> Spot5SensorModel::GetVelocityEcf(double time)  const
 {
   if((m_Spot5Param.EcefVelSamples.size() < 8)||
     (m_Spot5Param.EcefTimeSamples.size() < 8))
   {
-    GetBilinearInterpolation(time, m_Spot5Param.EcefVelSamples, m_Spot5Param.EcefTimeSamples, ecef);
+    return GetBilinearInterpolation(time, m_Spot5Param.EcefVelSamples, m_Spot5Param.EcefTimeSamples);
   }
   else
   {
-    GetLagrangeInterpolation(time, m_Spot5Param.EcefVelSamples, m_Spot5Param.EcefTimeSamples, ecef);
+    return GetLagrangeInterpolation(time, m_Spot5Param.EcefVelSamples, m_Spot5Param.EcefTimeSamples);
   }
 }
 
 void Spot5SensorModel::GetPixelLookAngleXY(unsigned int line,
-                                          double& psiX, double& psiY) const
+                                           double& psiX, double& psiY) const
 {
   if (line >= m_Spot5Param.PixelLookAngleX.size())
   {
@@ -396,12 +377,12 @@ void Spot5SensorModel::GetPixelLookAngleXY(unsigned int line,
 
 }
 
-void Spot5SensorModel::GetAttitude(const double& time, Point3DType& at)  const
+itk::Point<double, 3> Spot5SensorModel::GetAttitude(double time)  const
 {
-  GetBilinearInterpolation(time, m_Spot5Param.AttitudesSamples, m_Spot5Param.AttitudesSamplesTimes, at);
+  return GetBilinearInterpolation(time, m_Spot5Param.AttitudesSamples, m_Spot5Param.AttitudesSamplesTimes);
 }
 
-void Spot5SensorModel::NearestIntersection(const Ephemeris& imRay, const double& offset, Point3DType& worldPt) const
+itk::Point<double, 3> Spot5SensorModel::NearestIntersection(const Ephemeris& imRay, double offset) const
 {
   // WGS 84 parameters conversion
   double wgsA = 6378137.000;
@@ -451,11 +432,11 @@ void Spot5SensorModel::NearestIntersection(const Ephemeris& imRay, const double&
       t = t2;
   }
 
-  worldPt  = imRay.position + imRay.velocity * t; 
+  return imRay.position + imRay.velocity * t; 
 
 }
 
-void Spot5SensorModel::IntersectRay(const Ephemeris& imRay, Point3DType& worldPt) const 
+itk::Point<double, 3> Spot5SensorModel::IntersectRay(const Ephemeris& imRay) const 
 {
 
   static const double CONVERGENCE_THRESHOLD = 0.001; // meters
@@ -467,17 +448,17 @@ void Spot5SensorModel::IntersectRay(const Ephemeris& imRay, Point3DType& worldPt
   double          distance;
   int             iteration_count = 0;
 
-  worldPt = EcefToWorld(prev_intersect_pt);
+  Point3DType worldPt(EcefToWorld(prev_intersect_pt));
 
   // Loop to iterate on ray intersection with variable elevation surface:
   do
   {
-    
+
     // Intersect ray with ellipsoid inflated by h_ellips:
     h_ellips = DEMHandler::GetInstance().GetHeightAboveEllipsoid(worldPt[0], worldPt[1]);
     
 
-    NearestIntersection(imRay, h_ellips, new_intersect_pt);
+    new_intersect_pt = NearestIntersection(imRay, h_ellips);
 
     // Assign the ground point to the latest iteration's intersection point:
     worldPt = EcefToWorld(new_intersect_pt);
@@ -500,14 +481,14 @@ void Spot5SensorModel::IntersectRay(const Ephemeris& imRay, Point3DType& worldPt
                                     << "point. Result is probably inaccurate." << std::endl);
   }
   
+  return worldPt;
 }
 
-void Spot5SensorModel::ComputeSatToOrbRotation(MatrixType& result, double t) const
+itk::Matrix<double, 3, 3> Spot5SensorModel::ComputeSatToOrbRotation(double t) const
 {
-
+  itk::Matrix<double, 3, 3> result;
   /* Linearly interpolate attitudes angles: */
-  Point3DType att;
-  GetAttitude(t, att);
+  Point3DType att(GetAttitude(t));
 
   /* Compute trig functions to populate rotation matrices: ANGLES IN RADIANS */
   double cp = cos(att[0]);
@@ -527,12 +508,12 @@ void Spot5SensorModel::ComputeSatToOrbRotation(MatrixType& result, double t) con
   result(2, 0) = (-sp*sy+cp*sr*cy);
   result(2, 1) = (-sp*cy-cp*sr*sy);
   result(2, 2) =  cp*cr;
+
+  return result;
 }
 
-void Spot5SensorModel::ImagingRay(const Point2DType& imPt, Ephemeris& imRay)  const
+Ephemeris Spot5SensorModel::ImagingRay(Point2DType imPt)  const
 {
-  Point3DType sensorPos; 
-  Point3DType sensorVel;
   Point2DType imPtTmp;
 
   imPtTmp[0] = imPt[0] + m_Spot5Param.SubImageOffset[0];
@@ -542,11 +523,8 @@ void Spot5SensorModel::ImagingRay(const Point2DType& imPt, Ephemeris& imRay)  co
   double timeLine = m_Spot5Param.RefLineTime + m_Spot5Param.LineSamplingPeriod*(imPtTmp[1] - m_Spot5Param.RefLineTimeLine);
 
   /* 2. Interpolate ephemeris position and velocity (in ECF): */
-  Point3DType  ecfPos;
-  Point3DType  ecfVel;
-
-  GetPositionEcf(timeLine, ecfPos);
-  GetVelocityEcf(timeLine, ecfVel);
+  Point3DType  ecfPos(GetPositionEcf(timeLine));
+  Point3DType  ecfVel(GetVelocityEcf(timeLine));
 
   /* 3. Establish the look direction in Vehicle LSR space (S_sat). ANGLES IN RADIANS*/
   double psiX, psiY;
@@ -558,10 +536,7 @@ void Spot5SensorModel::ImagingRay(const Point2DType& imPt, Ephemeris& imRay)  co
   u_sat[2] = -1.0;
 
   /* 4. Transform vehicle LSR space look direction vector to orbital LSR space (S_orb): */
-  MatrixType satToOrbit;
-  ComputeSatToOrbRotation(satToOrbit, timeLine);
-
-  Vector3DType uOrb = satToOrbit*u_sat;
+  Vector3DType uOrb = ComputeSatToOrbRotation(timeLine) * u_sat;
   uOrb.Normalize();
 
   // 5. Transform orbital LSR space look direction vector to ECF.
@@ -599,8 +574,8 @@ void Spot5SensorModel::ImagingRay(const Point2DType& imPt, Ephemeris& imRay)  co
   Vector3DType uEcf  = (orbToEcfRotation*uOrb);
 
   /* Establish the imaging ray given direction and origin: */
-  imRay.position = ecfPos;
-  imRay.velocity = uEcf;
+  // Ephemeris.time , Ephemeris.position, Ephemeris.velocity
+  return {0, ecfPos, uEcf};
 }
 
 
diff --git a/Modules/Core/Transform/test/CMakeLists.txt b/Modules/Core/Transform/test/CMakeLists.txt
index bd172a5366078c4f00e625ec54dee863cd8d261d..fd8cd076b6d2bce89250bfb9427496e71dcf95d7 100644
--- a/Modules/Core/Transform/test/CMakeLists.txt
+++ b/Modules/Core/Transform/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Transform/test/SensorModelBorder.cxx b/Modules/Core/Transform/test/SensorModelBorder.cxx
index c605aa51fabf24019de88b3df21add630d5230a3..909705486ca26e4f0cd278b150c77156e1037106 100644
--- a/Modules/Core/Transform/test/SensorModelBorder.cxx
+++ b/Modules/Core/Transform/test/SensorModelBorder.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbCreateInverseForwardSensorModel.cxx b/Modules/Core/Transform/test/otbCreateInverseForwardSensorModel.cxx
index bec2b7c6ee2e076808d9847efa86a357ceff2de9..f0723565ceea158e82ab1c9ffb49e3a98b6ce5e4 100644
--- a/Modules/Core/Transform/test/otbCreateInverseForwardSensorModel.cxx
+++ b/Modules/Core/Transform/test/otbCreateInverseForwardSensorModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbGenericMapProjection.cxx b/Modules/Core/Transform/test/otbGenericMapProjection.cxx
index 25edd54be02d7bf990abf9d517b69d90a31f6df3..86d88d6cf7092b6c89ed25df60e93ad649c24611 100644
--- a/Modules/Core/Transform/test/otbGenericMapProjection.cxx
+++ b/Modules/Core/Transform/test/otbGenericMapProjection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbGenericRSTransformWithSRID.cxx b/Modules/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
index 49e1e58c12ed555d06da6c6ef527dd247fbcb9fc..02a9c7b4cc3f3d82badf3aa9cc1a06d1bc6e9dfa 100644
--- a/Modules/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
+++ b/Modules/Core/Transform/test/otbGenericRSTransformWithSRID.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbGeocentricTransform.cxx b/Modules/Core/Transform/test/otbGeocentricTransform.cxx
index 358e3779973cf3f5c6323388ccbceece9ed250a2..753b51528e879279b1d7940da8405ade8069e9c2 100644
--- a/Modules/Core/Transform/test/otbGeocentricTransform.cxx
+++ b/Modules/Core/Transform/test/otbGeocentricTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbInverseLogPolarTransform.cxx b/Modules/Core/Transform/test/otbInverseLogPolarTransform.cxx
index 9d0480e026a2b18d0aa93e9c9e94e71bfac40eda..923de25d18fbfd4c058606ce82695018cdb2b14f 100644
--- a/Modules/Core/Transform/test/otbInverseLogPolarTransform.cxx
+++ b/Modules/Core/Transform/test/otbInverseLogPolarTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbInverseLogPolarTransformResample.cxx b/Modules/Core/Transform/test/otbInverseLogPolarTransformResample.cxx
index 89ff673605ad89b879b71fc26df1ef7feaa2007b..9f07f21e9b5590432d1b11e4116d4b7e472dc764 100644
--- a/Modules/Core/Transform/test/otbInverseLogPolarTransformResample.cxx
+++ b/Modules/Core/Transform/test/otbInverseLogPolarTransformResample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbLeastSquareAffineTransformEstimator.cxx b/Modules/Core/Transform/test/otbLeastSquareAffineTransformEstimator.cxx
index 08aa2fef7fc9f41e568f38525caba441752f2b06..780f0f13fcb4e7777ab2dbccc8b036bd5002bb47 100644
--- a/Modules/Core/Transform/test/otbLeastSquareAffineTransformEstimator.cxx
+++ b/Modules/Core/Transform/test/otbLeastSquareAffineTransformEstimator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbLogPolarTransform.cxx b/Modules/Core/Transform/test/otbLogPolarTransform.cxx
index 2604138868eb6f576f3fd132f46b5b477f49f0b3..0299cace057b4118cc2df2cf2bcae360fae3b197 100644
--- a/Modules/Core/Transform/test/otbLogPolarTransform.cxx
+++ b/Modules/Core/Transform/test/otbLogPolarTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbLogPolarTransformResample.cxx b/Modules/Core/Transform/test/otbLogPolarTransformResample.cxx
index cd9a83ddef7d9d0f774099da208a55bf557734fc..37d452ef9588887c07331a33355085ea24d29286 100644
--- a/Modules/Core/Transform/test/otbLogPolarTransformResample.cxx
+++ b/Modules/Core/Transform/test/otbLogPolarTransformResample.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbRPCSolverTest.cxx b/Modules/Core/Transform/test/otbRPCSolverTest.cxx
index 78830fd080ee107c78e73aca99df3bd63d102385..3f3dd74303a0e8da341ea614faaa539e5d945e27 100644
--- a/Modules/Core/Transform/test/otbRPCSolverTest.cxx
+++ b/Modules/Core/Transform/test/otbRPCSolverTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbRPCTransformTest.cxx b/Modules/Core/Transform/test/otbRPCTransformTest.cxx
index 97634445f788b09a5c325dab52177abf99f864ec..c7ed07c6127635b066f05adbc6994eb7fec66f82 100644
--- a/Modules/Core/Transform/test/otbRPCTransformTest.cxx
+++ b/Modules/Core/Transform/test/otbRPCTransformTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbSarSensorModelTest.cxx b/Modules/Core/Transform/test/otbSarSensorModelTest.cxx
index 9d0e7d9e8ddbbc4a86442437e4ed84c473517dbb..aa559e2c163774377576dd1bb6e79206893ffde8 100644
--- a/Modules/Core/Transform/test/otbSarSensorModelTest.cxx
+++ b/Modules/Core/Transform/test/otbSarSensorModelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbSarTransformTest.cxx b/Modules/Core/Transform/test/otbSarTransformTest.cxx
index 50fde3366587f88fc6d59112849e66dea9f60321..b7a9fa1f3252f3c365e168f97a8b2d069896de19 100644
--- a/Modules/Core/Transform/test/otbSarTransformTest.cxx
+++ b/Modules/Core/Transform/test/otbSarTransformTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbSentinel1SensorModelTest.cxx b/Modules/Core/Transform/test/otbSentinel1SensorModelTest.cxx
index 0237591ad38e85c1b78b3a11c2615cb447ea543b..1287c6ea35045bb40268c6cf88b0142ca248cdcb 100644
--- a/Modules/Core/Transform/test/otbSentinel1SensorModelTest.cxx
+++ b/Modules/Core/Transform/test/otbSentinel1SensorModelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbStreamingResampleImageFilterWithAffineTransform.cxx b/Modules/Core/Transform/test/otbStreamingResampleImageFilterWithAffineTransform.cxx
index 81195d8a0e888d0137cf959f8d319e7bea12127f..3347634b56c00518bfd096b5b749ca2cb4fa3025 100644
--- a/Modules/Core/Transform/test/otbStreamingResampleImageFilterWithAffineTransform.cxx
+++ b/Modules/Core/Transform/test/otbStreamingResampleImageFilterWithAffineTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx b/Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx
index 71d5d2c7cf770bc376abc8328b64ac58a9bf4f4b..595e9e3b738e1a68f2ffd16d9496ceaba39d0ad4 100644
--- a/Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx
+++ b/Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Transform/test/otbTransformTestDriver.cxx b/Modules/Core/Transform/test/otbTransformTestDriver.cxx
index 904c13234507b098288ce95beb560ac91e2f5b66..3c5c7db118f3ebb1ef5fd4efe712dc87a4f1f43b 100644
--- a/Modules/Core/Transform/test/otbTransformTestDriver.cxx
+++ b/Modules/Core/Transform/test/otbTransformTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/CMakeLists.txt b/Modules/Core/VectorDataBase/CMakeLists.txt
index 0393620fc81064f7f77bca4c4ae2917f9b3fd638..9592b6813e63a2320800ea90669376f21e0fe175 100644
--- a/Modules/Core/VectorDataBase/CMakeLists.txt
+++ b/Modules/Core/VectorDataBase/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataBase/include/otbDataNode.h b/Modules/Core/VectorDataBase/include/otbDataNode.h
index ede80c5cf030188e20eecf3ed528a4bd10bbca96..91ab71caab57fd5ae6f12cc740940dae1207d096 100644
--- a/Modules/Core/VectorDataBase/include/otbDataNode.h
+++ b/Modules/Core/VectorDataBase/include/otbDataNode.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbDataNode.hxx b/Modules/Core/VectorDataBase/include/otbDataNode.hxx
index 142c90b84d33971fbe69b704a5888c7899f19b27..37b2e4cf52279ab7f39792bb3adc6f63038ad5ff 100644
--- a/Modules/Core/VectorDataBase/include/otbDataNode.hxx
+++ b/Modules/Core/VectorDataBase/include/otbDataNode.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbDataNodeFunctionBase.h b/Modules/Core/VectorDataBase/include/otbDataNodeFunctionBase.h
index 8aa1782458e5a844502c7b65819d9307b2166d75..3fc2c1dcaa276f36f4e785bc04f53dae765cd09b 100644
--- a/Modules/Core/VectorDataBase/include/otbDataNodeFunctionBase.h
+++ b/Modules/Core/VectorDataBase/include/otbDataNodeFunctionBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.h b/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.h
index 92a21fc558d5699d83943c5da1091e8e390eaa37..9ec7c079fef2ead2fa46a18c80443673839dea05 100644
--- a/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.h
+++ b/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.hxx b/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.hxx
index 041c5ca287a730ae06ddfa1557bac511e3d2867a..345d9c6eb986589e8d03eab546f7e728d67bda6f 100644
--- a/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.hxx
+++ b/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbPolygon.h b/Modules/Core/VectorDataBase/include/otbPolygon.h
index a39691e14ca9a075f6da4eeab25cdae235c5477a..82c9fab1485a64c87614d01d046b4104763c5f50 100644
--- a/Modules/Core/VectorDataBase/include/otbPolygon.h
+++ b/Modules/Core/VectorDataBase/include/otbPolygon.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbPolygon.hxx b/Modules/Core/VectorDataBase/include/otbPolygon.hxx
index 3bf4ac1b3c8a8652eb7272f4e769addbb3c39221..dd661c51234f44c5deaf170d373371ff2b92ea7d 100644
--- a/Modules/Core/VectorDataBase/include/otbPolygon.hxx
+++ b/Modules/Core/VectorDataBase/include/otbPolygon.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorData.h b/Modules/Core/VectorDataBase/include/otbVectorData.h
index adbe5a8e6c5de569413905cd5edbade7c77ef263..ca47520ab8b00626ebc0738658e4ad7089b2e6e8 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorData.h
+++ b/Modules/Core/VectorDataBase/include/otbVectorData.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorData.hxx b/Modules/Core/VectorDataBase/include/otbVectorData.hxx
index b75586bf14e2f66ef29524f3bbf24580fd93a24b..a622b7db8c036f960c1f166a53321fa31a19c639 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorData.hxx
+++ b/Modules/Core/VectorDataBase/include/otbVectorData.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataIOBase.h b/Modules/Core/VectorDataBase/include/otbVectorDataIOBase.h
index e56edb1494e063a0fa874b257935eea28750fb51..125951dc23923737ee3ce233f90a4075b5f7fb17 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorDataIOBase.h
+++ b/Modules/Core/VectorDataBase/include/otbVectorDataIOBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h b/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h
index 5ceda47e930119aaedf5d36c12cc44af27c4af32..d89858cb4631f60cc9b2cdaa094b69232a6511ea 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h
+++ b/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataProperties.h b/Modules/Core/VectorDataBase/include/otbVectorDataProperties.h
index 1e80ceb68f128338d6c6413e19820fef657c49a4..a41941c150c5bfcebcff4f86cf2fdf1cc3289a57 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorDataProperties.h
+++ b/Modules/Core/VectorDataBase/include/otbVectorDataProperties.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataProperties.hxx b/Modules/Core/VectorDataBase/include/otbVectorDataProperties.hxx
index 79012580029ac93cdcba4387daa39f51c5385c49..bf81d00d099608b7775e198a0a0598f78b3f4c98 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorDataProperties.hxx
+++ b/Modules/Core/VectorDataBase/include/otbVectorDataProperties.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataSource.h b/Modules/Core/VectorDataBase/include/otbVectorDataSource.h
index 86ba3179deeaffe487797e5bd3a135fed15393ab..06f5ac9f36887e8373b16a8a1e8e67179a876ba8 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorDataSource.h
+++ b/Modules/Core/VectorDataBase/include/otbVectorDataSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataSource.hxx b/Modules/Core/VectorDataBase/include/otbVectorDataSource.hxx
index f679737916db688e21c61c903ebbe9c8116e50c2..0565028c1ea621464f3a12c60656fa6b61aa99e6 100644
--- a/Modules/Core/VectorDataBase/include/otbVectorDataSource.hxx
+++ b/Modules/Core/VectorDataBase/include/otbVectorDataSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/otb-module.cmake b/Modules/Core/VectorDataBase/otb-module.cmake
index e2dc9ed4ad5cbac21882230cea13a35d93c287e2..2d08215e386e8e37d9d16a6f487282375f35328d 100644
--- a/Modules/Core/VectorDataBase/otb-module.cmake
+++ b/Modules/Core/VectorDataBase/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataBase/src/CMakeLists.txt b/Modules/Core/VectorDataBase/src/CMakeLists.txt
index 169fd16d08d2029ee0870a5094947594bdd9e7ed..4cba078e24b270fa74147ae2922a54460fadd7ad 100644
--- a/Modules/Core/VectorDataBase/src/CMakeLists.txt
+++ b/Modules/Core/VectorDataBase/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataBase/src/otbVectorDataIOBase.cxx b/Modules/Core/VectorDataBase/src/otbVectorDataIOBase.cxx
index 477568c4c68cc57ceb8e3514f9147542e80de6d7..16cbbb1b59b910695567816532baf08a2bb28679 100644
--- a/Modules/Core/VectorDataBase/src/otbVectorDataIOBase.cxx
+++ b/Modules/Core/VectorDataBase/src/otbVectorDataIOBase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx b/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx
index 99a32e98c60210e498046a75cbfc570bbf74128a..314d89d9133676101a4e3d10558e1bbea5336f1d 100644
--- a/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx
+++ b/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/test/CMakeLists.txt b/Modules/Core/VectorDataBase/test/CMakeLists.txt
index 232de06bb3a1cbabe1af249c04469214f61c8963..ca745a3fd99ab6f43924432e8be6e36d30b84029 100644
--- a/Modules/Core/VectorDataBase/test/CMakeLists.txt
+++ b/Modules/Core/VectorDataBase/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataBase/test/otbDataNodeTest.cxx b/Modules/Core/VectorDataBase/test/otbDataNodeTest.cxx
index b7492d9e2236af8c9f560104cfa3ff1892a6d129..cc4e51a711b40b2bb4d1eabe969e9a51db80286b 100644
--- a/Modules/Core/VectorDataBase/test/otbDataNodeTest.cxx
+++ b/Modules/Core/VectorDataBase/test/otbDataNodeTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/test/otbPolygon.cxx b/Modules/Core/VectorDataBase/test/otbPolygon.cxx
index c4889f85ded2343bc1e768c17facb1ff124d1c19..13d2eaf8d8c2ee86c05c3372f5604dc14ae4a32c 100644
--- a/Modules/Core/VectorDataBase/test/otbPolygon.cxx
+++ b/Modules/Core/VectorDataBase/test/otbPolygon.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/test/otbRemoteSensingRegion.cxx b/Modules/Core/VectorDataBase/test/otbRemoteSensingRegion.cxx
index 1ecc36ba75e2ada3f5ebc7b194c52f4474f2fcea..f3cd7477668a842779fe1e7c7897e425e768be7f 100644
--- a/Modules/Core/VectorDataBase/test/otbRemoteSensingRegion.cxx
+++ b/Modules/Core/VectorDataBase/test/otbRemoteSensingRegion.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/test/otbVectorData.cxx b/Modules/Core/VectorDataBase/test/otbVectorData.cxx
index 7a92d7393c4c4fe2a44902b2ed3d9222c396e981..d4bcca61813395ed18024e3113f274f58d480bda 100644
--- a/Modules/Core/VectorDataBase/test/otbVectorData.cxx
+++ b/Modules/Core/VectorDataBase/test/otbVectorData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/test/otbVectorDataBaseTestDriver.cxx b/Modules/Core/VectorDataBase/test/otbVectorDataBaseTestDriver.cxx
index 5192cddaf7ec53cb720dafd8a88a45083f6da621..4ef43c8d8525a5699bef924e4278289705aa4d02 100644
--- a/Modules/Core/VectorDataBase/test/otbVectorDataBaseTestDriver.cxx
+++ b/Modules/Core/VectorDataBase/test/otbVectorDataBaseTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx b/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx
index a6ef4324452b90dcc5da175913297c6c16b24481..579eaa2082e7dc69f7a04dae912f0ea529794e83 100644
--- a/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx
+++ b/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/CMakeLists.txt b/Modules/Core/VectorDataManipulation/CMakeLists.txt
index 73c898a11fc401fde1d442a3f3542ffeb8be205c..f3b8cd798a9fefa4cdcadbcb3e107cc6657f8f1b 100644
--- a/Modules/Core/VectorDataManipulation/CMakeLists.txt
+++ b/Modules/Core/VectorDataManipulation/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.h b/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.h
index dc1e7dbcc63d37237c606fabd948032b19edc281..ff371f3c06534e00a2cd283bdf20ca4a34a431b1 100644
--- a/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.h
+++ b/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.hxx b/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.hxx
index e5c57a8839e057d39c8cce869e32ad76562be3e9..3703c10f8878464b0ec2f3ad115c7e85268067fc 100644
--- a/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.hxx
+++ b/Modules/Core/VectorDataManipulation/include/otbConcatenateVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbCorrectPolygonFunctor.h b/Modules/Core/VectorDataManipulation/include/otbCorrectPolygonFunctor.h
index e5e6b5255f0b3297022bf83f78f7a3ccb363c886..d2045bd559cb01e89d72e56f23b693114432a79d 100644
--- a/Modules/Core/VectorDataManipulation/include/otbCorrectPolygonFunctor.h
+++ b/Modules/Core/VectorDataManipulation/include/otbCorrectPolygonFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbPolygonCompacityFunctor.h b/Modules/Core/VectorDataManipulation/include/otbPolygonCompacityFunctor.h
index 626586c8580115f8a46b4ef13216f51023070ae0..94df6beebfcb0feb051984cd77913ff8b567921a 100644
--- a/Modules/Core/VectorDataManipulation/include/otbPolygonCompacityFunctor.h
+++ b/Modules/Core/VectorDataManipulation/include/otbPolygonCompacityFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbSimplifyPathFunctor.h b/Modules/Core/VectorDataManipulation/include/otbSimplifyPathFunctor.h
index aec9d601d9feed3406d45841f9eec7e0163f2e78..51b8bf4edbedce974352448a533e0ab3123733ac 100644
--- a/Modules/Core/VectorDataManipulation/include/otbSimplifyPathFunctor.h
+++ b/Modules/Core/VectorDataManipulation/include/otbSimplifyPathFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.h b/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.h
index eeb64922d28e2ec2d1093496611ffce3776af35f..371a889cd46e8d4b7ddda2c9731e7f3e94693830 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.h
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.hxx b/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.hxx
index f7a046faeef24c63d76d54f8330976a5d8d9d96d..9e4606fc6ec9d0535e36d862ae0b47dc79ca2c35 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.hxx
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataAdapter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.h b/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.h
index a103255228c4b43712d5e5d688b895ba795b4588..c9f8750c01ca62eaff7c311129f05ad55314339e 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.h
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.hxx b/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.hxx
index 718e56a76286945939bbf735394f2f0798ee3f7f..5d76e08dae98e01eab52e3c34598f0b8cae9bd95 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.hxx
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataExtractROI.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.h b/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.h
index 0ad8b991270caed1483b38f8b60566568b88997c..6d9c49d6a1c0c3381266145668bfdac81c076a88 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.h
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.hxx b/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.hxx
index 931a4f53138e191ab09691ab70fe3da2bce90611..3b01c644ed36f7f3f3fb8aaf10a84b44d51ac7f6 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.hxx
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataToRandomLineGenerator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.h b/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.h
index fe65a79a46f62b3205ecb5f874271d236a260030..8c79fb3a0572eca8e567ac8e88a21114cb976d2c 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.h
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.hxx b/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.hxx
index 8132f954288872b944915c7b17c13a65ee2e8143..44865b0da62fa696c5bc7e635e41ccae8db716f5 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.hxx
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataToSpecificDescriptionFilterBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.h b/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.h
index 96c221153aeebc8bae7505b767ce23ac647b4979..d0b2bb4601cfa00436ec5e7c3c4518a927b3150a 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.h
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.hxx b/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.hxx
index 175ee460193a3ed72a15ea84197515370f46499c..219079e024d96f1fee4e2d797bb180af427e91f9 100644
--- a/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.hxx
+++ b/Modules/Core/VectorDataManipulation/include/otbVectorDataToVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/otb-module.cmake b/Modules/Core/VectorDataManipulation/otb-module.cmake
index d9f37790151b36a1625f70b21c36e6bcb826eb44..e4bb512d45da6089e705ba5aaae1913352c9df8d 100644
--- a/Modules/Core/VectorDataManipulation/otb-module.cmake
+++ b/Modules/Core/VectorDataManipulation/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataManipulation/test/CMakeLists.txt b/Modules/Core/VectorDataManipulation/test/CMakeLists.txt
index a7a017b699cbd619d9fc3c80355c10d56a8f9f47..a629980f2f91931fbbb7ec5bd2cce8191354cadd 100644
--- a/Modules/Core/VectorDataManipulation/test/CMakeLists.txt
+++ b/Modules/Core/VectorDataManipulation/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/VectorDataManipulation/test/otbConcatenateVectorDataFilter.cxx b/Modules/Core/VectorDataManipulation/test/otbConcatenateVectorDataFilter.cxx
index 1afd4e933fa202196022f49f4a3a7bc49b947ae5..9bacb3fcbd0e36432b6c52d3ee625900f59be53a 100644
--- a/Modules/Core/VectorDataManipulation/test/otbConcatenateVectorDataFilter.cxx
+++ b/Modules/Core/VectorDataManipulation/test/otbConcatenateVectorDataFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/test/otbPolygonCompacityFunctor.cxx b/Modules/Core/VectorDataManipulation/test/otbPolygonCompacityFunctor.cxx
index 72b0c82813dcdac8444dc23ff6019a2046158d16..38f6d487b105cd5d3eb9e5db47b107151350edb8 100644
--- a/Modules/Core/VectorDataManipulation/test/otbPolygonCompacityFunctor.cxx
+++ b/Modules/Core/VectorDataManipulation/test/otbPolygonCompacityFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/test/otbVectorDataExtractROI.cxx b/Modules/Core/VectorDataManipulation/test/otbVectorDataExtractROI.cxx
index d6ced0db2efe6d101314ebb3f4718b7e1bbfc9d4..ff50510adc6beb6970a42069896ae6073fc0d06e 100644
--- a/Modules/Core/VectorDataManipulation/test/otbVectorDataExtractROI.cxx
+++ b/Modules/Core/VectorDataManipulation/test/otbVectorDataExtractROI.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/test/otbVectorDataManipulationTestDriver.cxx b/Modules/Core/VectorDataManipulation/test/otbVectorDataManipulationTestDriver.cxx
index a8f22adbdd976e5c117026bab1a160e4606037b5..7163e39d54b3f8b785386ff5d8d8d4b7eba087e1 100644
--- a/Modules/Core/VectorDataManipulation/test/otbVectorDataManipulationTestDriver.cxx
+++ b/Modules/Core/VectorDataManipulation/test/otbVectorDataManipulationTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/VectorDataManipulation/test/otbVectorDataToRandomLineGenerator.cxx b/Modules/Core/VectorDataManipulation/test/otbVectorDataToRandomLineGenerator.cxx
index c0fbf4f07bc5c1d21c6afd08030000f2bed1d03b..2d89df80f224f6a0af572dd11cbeee254c38949c 100644
--- a/Modules/Core/VectorDataManipulation/test/otbVectorDataToRandomLineGenerator.cxx
+++ b/Modules/Core/VectorDataManipulation/test/otbVectorDataToRandomLineGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/CMakeLists.txt b/Modules/Core/Wrappers/ApplicationEngine/CMakeLists.txt
index 34e0c2cb9607020e6dd11719515697196feee2c1..4be34480caa6ea80044c0da7e9a5241b1b0c7924 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/CMakeLists.txt
+++ b/Modules/Core/Wrappers/ApplicationEngine/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h
index 8858b075d0acadd76272259d32d74737bca4aee2..80bc66cf1e647ae3372ea351d008a4f602a67ca9 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAbstractParameterList.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAddProcessToWatchEvent.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAddProcessToWatchEvent.h
index c2076f85870358f3c725b2c0f1d9bc8e86973968..82842696dc3cd3ea6d310cbc97b829c59b7a1e14 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAddProcessToWatchEvent.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperAddProcessToWatchEvent.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.h
index ad34a826febb9a4c0c3e9c82ef68cea97f8bef25..493d0cec6d2349aaf1185810ae25785dc0a1563b 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -877,7 +877,7 @@ public:
 
   Once registered, the method ReleaseData is called on each one of them.
   */
-  void FreeRessources();
+  void FreeResources();
 
   bool IsExecuteDone();
 
@@ -978,7 +978,7 @@ private:
    * implementation does nothing */
   virtual void AfterExecuteAndWriteOutputs();
 
-  virtual void DoFreeRessources(){};
+  virtual void DoFreeResources(){};
 
   Application(const Application&) = delete;
   void operator=(const Application&) = delete;
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.hxx b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.hxx
index 8fc76c1cb3b6ddaee03e2c1deebd0fb0ce5e32d8..783c5e55a87d1c0766083d55492872cb8b3cac90 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.hxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplication.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactory.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactory.h
index 8aa6645e8571c8f0d4e313c3b576d197ee30eaec..1e10303ab7bcfc2fa2d81088003edbfee24a6145 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactory.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactoryBase.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactoryBase.h
index 1faea15d9f0d6b21efe7450ed46bf9414f8e36ec..97e101c50a64994d5f2a6b74cb77b762684242f7 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactoryBase.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationFactoryBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationRegistry.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationRegistry.h
index 915dc7665f6d839893f159ecbce43e6efaba4fdf..ab784a33253a059eea34bff993eddeaef03cd9ef 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationRegistry.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperApplicationRegistry.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBandParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBandParameter.h
index 034276210ad444f8f761bc6e5dfc667a371419f9..1d80a50c9d180bc6e19628e01b67e6af2ec78184 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBandParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBandParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBoolParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBoolParameter.h
index af04d5cdaf5bd2bbc877ed389b54648e54a3fb31..079fba48862d28283a6c54246923584f3a3e978a 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBoolParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperBoolParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCastImage.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCastImage.h
index 3dc40cd80223fc02be8f009b86630f993cd8fc06..7d23ef4a04827d64113304028115b237e820c272 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCastImage.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCastImage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperChoiceParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperChoiceParameter.h
index 7f2697a08ebd7f2dd68200b03ca095ad421f7531..c2214e80b44506b8d7215d92260e7758d47a5871 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperChoiceParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperChoiceParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCompositeApplication.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCompositeApplication.h
index c478d25dab52e7f203c6975e8edbc1463f7a1999..39d2637de40c15282e5fdb9e03745018fefb80d9 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCompositeApplication.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperCompositeApplication.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDirectoryParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDirectoryParameter.h
index 2f443b95d95b6a85bcba0f866de2f90ba22c4fda..c36633f3639249b8a3690565d23c08119d886f3c 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDirectoryParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDirectoryParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDocExampleStructure.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDocExampleStructure.h
index 55a41790fb80c152eb67c7cb678eaaa1e76f4d06..6af7aae0a824554bb6562903267d3b3234e5d9c3 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDocExampleStructure.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperDocExampleStructure.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperElevationParametersHandler.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperElevationParametersHandler.h
index bf420b6309dc5daeb2a3472ea776960cea024901..71ef4b9a3f93d7ffe8d9dcafd54cafab93798fa6 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperElevationParametersHandler.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperElevationParametersHandler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperFieldParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperFieldParameter.h
index 78b4ffc2f4552b03825a5746c7e2aa08d2e4fadf..05f16c04edfe50b5741591abf4c41d81f055edb4 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperFieldParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperFieldParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h
index 1b3a4ec98914dc64453aff5bb69b1c28b79cec8a..30f25ad34178d8e01b16b4c54d271c3c8092c96d 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameListParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameParameter.h
index d39a1f85866a4a6288535ea808e7b5db832de907..ae68f64f39536092b17d74c7a02d44097df5554a 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputFilenameParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h
index 3fc8d020212d7c7c2fc9b6911cf07348ea23b436..9669b0ec9441746a692060d646889ee642fe7c1a 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageListParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.h
index 618029c27234b96073e11b14df85f9cc5706051f..f98b75fbc30d1a641107146c951366482b4441c7 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.hxx b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.hxx
index a44d31fe72e84680dac534dbaff060453809af91..7b02589568256cd38c402ddca4aefd3f7de72c9e 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.hxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputImageParameter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h
index ce663a7ae0f6187816148e593a7c96385600f2fa..33c96970239173565f767c6d63832680789656a5 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataListParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataParameter.h
index 9d85c6a63df0ffa378caf1e513c68ea5d9503812..bc0267ffb496d218010a039f5e93243ff324b526 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputVectorDataParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputXML.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputXML.h
index 6c81d3ad5c4a25f99b918f6365e901abb4d1cb0e..7d4c0a958ffe35ec49bfc67f906ae86312dcfa3e 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputXML.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperInputXML.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperListViewParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperListViewParameter.h
index db794a776eb5c3c339c02925e9c08af76e6912d4..f3a0c55796724ade7d46548cb1f3512860a80623 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperListViewParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperListViewParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMacros.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMacros.h
index 64b13e3eb652304db0c58bdb53587e7282580557..88383e27fde8b7376e0ab1d4c48b183b91f62e33 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMacros.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMacros.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMapProjectionParametersHandler.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMapProjectionParametersHandler.h
index 74b8950d81efcbf7d78bf319c017183f38c7e565..b12bd4e8bd34443a5d7448f024885aecb79e5950 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMapProjectionParametersHandler.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMapProjectionParametersHandler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMetaDataHelper.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMetaDataHelper.h
index ba53c1420c9e0ba26eb083e80c5e4bc8b201038c..ab19ce06b72ac75be800844ba90253b576a3e3e4 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMetaDataHelper.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperMetaDataHelper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperNumericalParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperNumericalParameter.h
index a0654913b88710ad95a7bd828196276791a5882a..3814c06c72097084d2fe805bcea935ec58ae067e 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperNumericalParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperNumericalParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputFilenameParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputFilenameParameter.h
index 7832642052964094dc33de4c3459f461012b27ae..6513359de5334888526461b458b95ee7ddeff92c 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputFilenameParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputFilenameParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputImageParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputImageParameter.h
index 14ea90ba7d8a223907353a4d9488460257c3c9a6..694abd03563db55037c92467139a0c8b3d9efda4 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputImageParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputImageParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputVectorDataParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputVectorDataParameter.h
index 51ba0d8c7040a9c3947a0ca2fde153e163a0bf03..9a0b2dbc5d2ed6be2425e6881c6af7b016f01841 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputVectorDataParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputVectorDataParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputXML.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputXML.h
index 1d70ea726f8a42be0879e9f739070a75ca5bb2d9..8fce930f409b2a446ca6353b690a1e2dcfaeb83b 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputXML.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperOutputXML.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameter.h
index dedaaff101465bc0c5e0d21715482f72d33eb06c..19f54be8924b1d9ea4ddadd661829d0638e62cff 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterGroup.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterGroup.h
index 4ce9e8e4173e2b9e5542e2e2dd49c746062feb70..f145036668cf0e287fe99152cacca32827e2fb22 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterGroup.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterGroup.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterKey.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterKey.h
index f9e5e3224f3a57fab32990ee21b8ee561a70e2fc..5639b71eb8784f8c631da880b778a3c210bf5c3f 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterKey.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterKey.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.h
index 204fecab7e09da9fa1280ed50b11338488d9f316..bae8cfac1ecf2da6625458450df3486c56f0a7ce 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.hxx b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.hxx
index de469bdf1e0f3ad8ff25de0efcb2589681c4481b..6275a8c2720596fdd8b838316ccf4db6dff3a981 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.hxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperParameterList.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperProxyParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperProxyParameter.h
index 1a36a30f21ac90be9ffff2c2cf37028e04ee1cbc..1a3e4cb20a5b555ee2a3f0117108526717c28046 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperProxyParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperProxyParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListInterface.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListInterface.h
index c3e9a7cf5b4737ab19e563763abc3c3ea7efc989..71757df21680ccfb628178f6593db756d4e12dab 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListInterface.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListInterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h
index 7351b16fe4eb7d0428ebd1a25f7ace619173009a..060d762b5ad71f889936d44929595bed99227864 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringListParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringParameter.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringParameter.h
index f32319398def55552afb6bab9bc1b0f49f56463e..4812539052aab0eeb9a2a47d7b5a35a0766733f3 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringParameter.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperStringParameter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTags.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTags.h
index d945c3e33bfc6b5e45e4a8dc34e2d4ef74bdf472..5e43d67d3bbf118466a1504b41f928886df0a0b7 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTags.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTags.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTypes.h b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTypes.h
index 6dcc811c13de2f71df3daec468b04e79d25e0b68..50d3103da7b2933626344a5aa0862e46d5dba5b3 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTypes.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/include/otbWrapperTypes.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/otb-module.cmake b/Modules/Core/Wrappers/ApplicationEngine/otb-module.cmake
index 856d48104e78beaad930cae494ca20c1af7f2db7..9633be9a260e7de01e0efaaab78cfc2f0966328e 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/otb-module.cmake
+++ b/Modules/Core/Wrappers/ApplicationEngine/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/CMakeLists.txt b/Modules/Core/Wrappers/ApplicationEngine/src/CMakeLists.txt
index 34cc2617198d2f304b8d09eff342dd33bb29506b..e0cabef2a4fe47073ecc50f4a491d276792a4eb5 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/CMakeLists.txt
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/CMakeLists.txt
@@ -1,6 +1,6 @@
 
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperAbstractParameterList.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperAbstractParameterList.cxx
index 0e247650fd9b734dfeeb1232cc7a3c457ac1644b..8b9599f97c1da220a2947f4ebfa376fb783da99b 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperAbstractParameterList.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperAbstractParameterList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx
index 98a01a4abd139b9464f006fcbe23424193275d25..7293df2d9070d2529318c15f16dd4a002ed2dfc7 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -622,7 +622,7 @@ void Application::RegisterPipeline()
   }
 }
 
-void Application::FreeRessources()
+void Application::FreeResources()
 {
   std::set<itk::DataObject*> dataSetToRelease; // do not release output
   std::set<itk::DataObject*> dataSet;
@@ -705,7 +705,7 @@ void Application::FreeRessources()
     data->ReleaseData();
   }
   // Call override method
-  DoFreeRessources();
+  DoFreeResources();
 }
 
 int Application::Execute()
@@ -967,7 +967,7 @@ int Application::ExecuteAndWriteOutput()
   this->AfterExecuteAndWriteOutputs();
   m_Chrono.Stop();
 
-  FreeRessources();
+  FreeResources();
   m_Filters.clear();
   return status;
 }
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationFactoryBase.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationFactoryBase.cxx
index 67721dccbf6f7ffed6a8536d26d305b337ff7bc9..8d1099c0c6d8484f09288778dc183425e7baf8e7 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationFactoryBase.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationFactoryBase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationRegistry.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationRegistry.cxx
index 9c48f2a7f6834c42a92ec6c8481f1029bdec10ca..93363d4134799244bf76299dad4a732d030bf7df 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationRegistry.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperApplicationRegistry.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperBoolParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperBoolParameter.cxx
index 419d61937763100a4060842278ed6a843a5acba0..143cfff88e915801e5c451044b4c2877a71c9c06 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperBoolParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperBoolParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCastImage.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCastImage.cxx
index fa9a158eddc5fb2546df2f4e042c3de6dc6ee395..2eba6189c477ca8974b3de10675ab3b48085519f 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCastImage.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCastImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperChoiceParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperChoiceParameter.cxx
index f8d8aa48416696fc96e27c0db430a3ecab71fb80..f6a69758a69d69b6329678cca504d49d209460fe 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperChoiceParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperChoiceParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCompositeApplication.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCompositeApplication.cxx
index 36526d3e581d2015d7d3035b22211c4c0a62e2ca..e1fd041ea0bc1c1c532acfa49eb58023c68b997a 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCompositeApplication.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperCompositeApplication.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx
index c87ad64fe186acc56ba7e26e3f05fde92e28034f..63253f6445befd9c598017e1540df26445ecf8c2 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperDocExampleStructure.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperElevationParametersHandler.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperElevationParametersHandler.cxx
index 386e32f122d458baf659b553c4bed68f051e5e83..33b376ae482b3fe5ce80cc76cc9103c6693a5e05 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperElevationParametersHandler.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperElevationParametersHandler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputFilenameListParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputFilenameListParameter.cxx
index 7cf85014e8ad3c9db221f439eb25a1fd16fb53d3..6abba57963756486ea2a8c9be7d7544dc7509e62 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputFilenameListParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputFilenameListParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageListParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageListParameter.cxx
index 217a5ef5e69ca0bd6ae9ccc3cc13bfed732e916b..62fa76650e0ae3230e3d4a24c24c71a0a4e00cfc 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageListParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageListParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameter.cxx
index c2da1c3e9be9a12cf4948df59d6120314ac0ac54..0c514848c7c0a4289642b07df25f7fb811d969bf 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCDouble.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCDouble.cxx
index 4e1ad8bf54aa568c73bcad98f6d8814dddd72f6b..0a64410b58a574a222c3f9cd988f5c60cb0f3603 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCDouble.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCDouble.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCFloat.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCFloat.cxx
index ddb4e5a02a58049e2dcc5d51700d9540cd5b51fd..222d32f130c245020005db9a22b6e7bac48ef5ec 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCFloat.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCFloat.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt16.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt16.cxx
index 1d6ab25086eb877501a7e1936b2002e80487964c..7d8f47336396debbb4bc4e407d7c4cd13343d93e 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt16.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt16.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt32.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt32.cxx
index 83247aa7e8dc85bed892a6c3df23cf7fceacd7d0..af71bb7eab0e395b46316720a45bb4e602d996ef 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt32.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterCInt32.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterDouble.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterDouble.cxx
index 7586dfbb0f8f9ee65c35c7bc3ced7f21ce24b5f9..c7486cc0388a828135095a7a6af142b21caad789 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterDouble.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterDouble.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterFloat.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterFloat.cxx
index c0d0e38d96c636b9710361b07b3d468d3781946a..4e99c4149844c6ddc6c296e96afe19a896eed551 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterFloat.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterFloat.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt16.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt16.cxx
index 2f651b4ea44b72a505d804fdaf89e6d65d26b378..54cc8241944fc919329ec291f03710757257a290 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt16.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt16.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt32.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt32.cxx
index 7cf28ccde246943f26de17f34da211242a6b8e53..98ae49eae76d280de790529bc9d2b84d4150bd31 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt32.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterInt32.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterMacros.h b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterMacros.h
index 8513034bf95d59704b8433ea7350fc9a678ad945..63271d4851eda9bd394e75b31d036d243d5b9a34 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterMacros.h
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterMacros.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt16.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt16.cxx
index bb4a0c1a666276dd3d187ebc3b7b0c84b5db9239..1f033c0b276296ab4a07626d572a807637ebd60b 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt16.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt16.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt32.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt32.cxx
index f0ab0ed42d673f548108be2ad266d21f3376ce15..ac9331158f7c971fcdf0f9e80103622eb079a0ea 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt32.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt32.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt8.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt8.cxx
index 4b4a0dc78ae200640687f714dc38f57c6cf72366..236634c936652125dbc3faade0ab0b2b591fe392 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt8.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputImageParameterUInt8.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataListParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataListParameter.cxx
index eb9666359bbc2f71d1970be691ef0d232e64ac35..4f04569f6e8927252bb79cec8299c0a64223d6cd 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataListParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataListParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataParameter.cxx
index 14c693ef7b7e8ef205567174b4f535415396ebbc..a73cf359956f2c8b6f0b56b7458ca82a262bbce2 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputVectorDataParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputXML.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputXML.cxx
index 30eb6807e00b0c56aa74c75017d1fcf70829e327..da1cfaf89ce4694b5b6b1829717f34b7c99d994f 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputXML.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperInputXML.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperListViewParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperListViewParameter.cxx
index fe06c9f11693506d03532968be67779647ce3c8d..fd3c9765672b49e131f8f59d500c80db02fdffa1 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperListViewParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperListViewParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMapProjectionParametersHandler.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMapProjectionParametersHandler.cxx
index 43d9232b1b49419f87ee2cdb9121f61706940d49..d09bdc97179fb0a7b9bcc7fdd9bff89c6d028d1d 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMapProjectionParametersHandler.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMapProjectionParametersHandler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMetaDataHelper.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMetaDataHelper.cxx
index 715d14f954b8f3dedc37de29d7f66956261e9e79..05cb625adc50886ce76d2e24be00f3421fd18a71 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMetaDataHelper.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperMetaDataHelper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx
index 8236262d600e2f7cc5289c7d59c7feca0ca9f22d..ccc92af4cd9288df4de3294fe6b07b844dc2bb04 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputVectorDataParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputVectorDataParameter.cxx
index 0bf8e8fe14376baea4c3230e72d9a80049703ca8..8606ee9a20dd6cd4fd64abac4dbe9ded87771ee3 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputVectorDataParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputVectorDataParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputXML.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputXML.cxx
index 3b28df2099588383af5b2e2a11f9d886f3c9d526..8e270dc4655d5da04cd7738a307ad70e706bc92c 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputXML.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperOutputXML.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameter.cxx
index b796d6c3a544482af953c2d7372ad27350741320..32ccebc7fe9ce9f3fce8ad407b225aa9507af1aa 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
index 71786ed47d47ecf76396b4b41139fa53507820eb..1975c558bb18866ecb413d26f26418aadd2e0508 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterKey.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterKey.cxx
index 98ef8b53bde7acc2d713d94002c4d1802a656c8d..24180fbab9f6ee2f94fe3f55441a1f40002775f9 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterKey.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterKey.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterList.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterList.cxx
index ce997107cf4bef33fa1507000780bc423486805d..b033c7ed53209895fc5b1ff207c701f5b8a5a7fc 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterList.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperParameterList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListInterface.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListInterface.cxx
index f9482f14faa79825ae6c242b6e43c954a5f28f0d..c4922a3099c35671f1ae746d49203d65ca5453bf 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListInterface.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListParameter.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListParameter.cxx
index 02b64e13e38d6c8d99eda5d1219f2cb3b57b32c5..7f07165f491ea66028d66e07516340fde87979f9 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListParameter.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperStringListParameter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperTypes.cxx b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperTypes.cxx
index 88d70f42f44f16249ebe0779bb1f5b223955050c..2dce303ac888e482294fa90e0de0e50527924a45 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperTypes.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/src/otbWrapperTypes.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/0000436-WrapperInputImage_GetImage.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/0000436-WrapperInputImage_GetImage.cxx
index 97a0b21d3046120d9807a288274041333d554395..d260844b68dc29ef9ee7e27d0525a7ab006636af 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/0000436-WrapperInputImage_GetImage.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/0000436-WrapperInputImage_GetImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/CMakeLists.txt b/Modules/Core/Wrappers/ApplicationEngine/test/CMakeLists.txt
index 29e4cc455cb23badd4f127fd67f6e925d739eacd..48ff60f45de84837c7d4f6a6a59f73decf0e46a0 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/CMakeLists.txt
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationEngineTestDriver.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationEngineTestDriver.cxx
index baf7df7424cc00d8303f2bb3cab8a87ecb6def89..e94e1051c5d445d1768196b667ec4cf3ae20dba8 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationEngineTestDriver.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationEngineTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationMemoryConnectTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationMemoryConnectTest.cxx
index 859d79519c7699aa4e3b28e0cb4476fd422131ed..90d870e5d49051a0b7c2973240b805edf607d9c7 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationMemoryConnectTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbApplicationMemoryConnectTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationDocTests.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationDocTests.cxx
index b3736ec2e9afc17a61733efc7c81aaf35848a36e..4e365459f97506df18944d555e58f5cf2553f6e9 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationDocTests.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationDocTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationRegistryTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationRegistryTest.cxx
index 46684d0d194eddf4fe78e45262232fb1afe557f4..c4c7beadda354c6add32aaf146050d18f2e56db1 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationRegistryTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperApplicationRegistryTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperChoiceParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperChoiceParameterTest.cxx
index b9720862f00c30c7a1c7596d530a90b68e1bab5b..fb3e9f362dab340d963df7abf1c831c293c9504d 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperChoiceParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperChoiceParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperDocExampleStructureTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperDocExampleStructureTest.cxx
index f015b56fb4a757438ddb0b178418e2b4a8786343..066f10e07337394ce703774485721bb42376459c 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperDocExampleStructureTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperDocExampleStructureTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperImageInterface.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperImageInterface.cxx
index ac7f9e2e8120d4ae05340e8492d8c93d6b3d525f..8f91da73d0f65b21be7b00610101f8222b9388de 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperImageInterface.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperImageInterface.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageListParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageListParameterTest.cxx
index 2c51fc9d005f3a5c1ad63d3ba5b732fda4e49809..d2eeb95a092acb46aa75be716d472472a800ab2e 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageListParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageListParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageParameterTest.cxx
index bee03474e1c172568baf4ce179935a09506eac1d..be4b6d25171d15105a1a8c86dd22c74d63938096 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputImageParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputVectorDataListParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputVectorDataListParameterTest.cxx
index d2dca0f6ce273dd00c45f6a9c06109a3ce35fedd..11ab1361bae532d52180896268780ff6fd5281c3 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputVectorDataListParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperInputVectorDataListParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperNumericalParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperNumericalParameterTest.cxx
index 7aaaeb1d6a7035a572a66887843d04e122e7742e..189f28cc0ff2af466414f6357b0d1cb4ec0ae12b 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperNumericalParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperNumericalParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperOutputImageParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperOutputImageParameterTest.cxx
index 37a03fccd58712774d53f019bd72d0bdf9102eb7..118bb4d1a0e040e01da9c2530f8477311a780ae2 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperOutputImageParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperOutputImageParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterKeyTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterKeyTest.cxx
index a9d799e9eebded1409c9a530104c3bb67a9dc0be..a2239e4fd1fdb741b03dc1b680f907538da52139 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterKeyTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterKeyTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterListTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterListTest.cxx
index ae1f7bbfd55749a4dce15dd34a9b0aff4844f9b3..b6566438f3fe3192252ed1a2aec5578d25c98715 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterListTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperParameterListTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringListParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringListParameterTest.cxx
index dad679e49ba64cce0e30c1a3fa92274f9e4b1ac4..b5e23ea44678e68c54cca5f51e1c46cfc51ffc43 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringListParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringListParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringParameterTest.cxx b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringParameterTest.cxx
index 692f7d59bfd062278dbb2ec319b7db46013f9e49..1a0aa64b727a24611532a002b651e3c964879e99 100644
--- a/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringParameterTest.cxx
+++ b/Modules/Core/Wrappers/ApplicationEngine/test/otbWrapperStringParameterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/CommandLine/CMakeLists.txt b/Modules/Core/Wrappers/CommandLine/CMakeLists.txt
index 6f31ec03b09eff54582c3bc933d172e244cae256..1c849786a361115ba0ba123af13bceb702184b9c 100644
--- a/Modules/Core/Wrappers/CommandLine/CMakeLists.txt
+++ b/Modules/Core/Wrappers/CommandLine/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h b/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h
index b91517725e60c252b2aedb7cbac1e550591f9d52..0c9e5f5de804c6d569984085c33ccc77560949de 100644
--- a/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h
+++ b/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineLauncher.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineParser.h b/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineParser.h
index 11cd6cab384301fbec63d3c41f040c3cc1f834c1..0a73dd3ab58b09eab14b3820dfbb9d1816bac0c2 100644
--- a/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineParser.h
+++ b/Modules/Core/Wrappers/CommandLine/include/otbWrapperCommandLineParser.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -59,14 +59,14 @@ public:
   typedef enum { OK, NOMODULENAME, MULTIPLEMODULENAME, INVALIDMODULENAME, NOMODULEPATH, INVALIDMODULEPATH, DEFAULT } ParseResultType;
 
   /** Get the attribute associated to a key (list of element after the key and before the next "--") as a vector of string. */
-  std::vector<std::string> GetAttribut(const std::string& key, const std::string& exp);
-  std::vector<std::string> GetAttribut(const std::string& key, const std::vector<std::string>& exp);
+  std::vector<std::string> GetAttribute(const std::string& key, const std::string& exp);
+  std::vector<std::string> GetAttribute(const std::string& key, const std::vector<std::string>& exp);
   /** Get the attribute associated to a key (list of element after the key and before the next "--") as a string separated by spaces. */
-  std::string GetAttributAsString(const std::string& key, const std::string& exp);
-  std::string GetAttributAsString(const std::string& key, const std::vector<std::string>& exp);
+  std::string GetAttributeAsString(const std::string& key, const std::string& exp);
+  std::string GetAttributeAsString(const std::string& key, const std::vector<std::string>& exp);
   /** Look if a given key is in an expression. */
-  bool IsAttributExists(const std::string &key, const std::string& exp);
-  bool IsAttributExists(const std::string &key, const std::vector<std::string>& exp);
+  bool IsAttributeExists(const std::string &key, const std::string& exp);
+  bool IsAttributeExists(const std::string &key, const std::vector<std::string>& exp);
 
   /** Get the paths executables in an expression. Store the list in a vector of string. */
   CommandLineParser::ParseResultType GetPaths(std::vector<std::string>& paths, const std::string& exp);
diff --git a/Modules/Core/Wrappers/CommandLine/otb-module.cmake b/Modules/Core/Wrappers/CommandLine/otb-module.cmake
index 0e39eb631320c5e8ec96c5e8925cf5a6efcc4bf9..2fc636037744ad00bb1418c04d2e868641a5fb23 100644
--- a/Modules/Core/Wrappers/CommandLine/otb-module.cmake
+++ b/Modules/Core/Wrappers/CommandLine/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/CommandLine/src/CMakeLists.txt b/Modules/Core/Wrappers/CommandLine/src/CMakeLists.txt
index d3dc228304d013afe002367b3c65bc89c624e0eb..110e808be839c4a37c8eeb41fd6cd0e719340d96 100644
--- a/Modules/Core/Wrappers/CommandLine/src/CMakeLists.txt
+++ b/Modules/Core/Wrappers/CommandLine/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx b/Modules/Core/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx
index 240fc8b8dd4ae99b4dae052ccfe5993c2788b8bb..5e89d8c6ca02d4fbf295f418e208684790d49c9e 100644
--- a/Modules/Core/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx
+++ b/Modules/Core/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx b/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
index 9fd3154f74ed7e93dfdb4d4b9b00b02dc8785322..693e3f6eb431c1e24f29a5aee903e6a4679ef7fd 100644
--- a/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
+++ b/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -149,9 +149,9 @@ bool CommandLineLauncher::ExecuteAndWriteOutputNoCatch()
 
   // After execution, write parameters to the xml file if requested
   const char* attrib = "-outxml";
-  if (m_Parser->IsAttributExists(attrib, m_VExpression))
+  if (m_Parser->IsAttributeExists(attrib, m_VExpression))
   {
-    std::vector<std::string> outXMLValues = m_Parser->GetAttribut(attrib, m_VExpression);
+    std::vector<std::string> outXMLValues = m_Parser->GetAttribute(attrib, m_VExpression);
     m_Application->SaveParametersToXML(outXMLValues[0]);
   }
 
@@ -161,7 +161,7 @@ bool CommandLineLauncher::ExecuteAndWriteOutputNoCatch()
 bool CommandLineLauncher::ExecuteAndWriteOutput()
 {
   // If testenv is used, do not catch exceptions
-  if (m_Parser->IsAttributExists("-testenv", m_VExpression) == true)
+  if (m_Parser->IsAttributeExists("-testenv", m_VExpression) == true)
   {
     return ExecuteAndWriteOutputNoCatch();
   }
@@ -229,10 +229,10 @@ bool CommandLineLauncher::BeforeExecute()
   }
 
   // if help is asked...
-  if (m_Parser->IsAttributExists("-help", m_VExpression) == true)
+  if (m_Parser->IsAttributeExists("-help", m_VExpression) == true)
   {
     std::vector<std::string> val;
-    val = m_Parser->GetAttribut("-help", m_VExpression);
+    val = m_Parser->GetAttribute("-help", m_VExpression);
 
     if (val.empty())
     {
@@ -255,14 +255,14 @@ bool CommandLineLauncher::BeforeExecute()
   }
 
   // display OTB version
-  if (m_Parser->IsAttributExists("-version", m_VExpression) == true)
+  if (m_Parser->IsAttributeExists("-version", m_VExpression) == true)
   {
     std::cerr << "This is the " << m_Application->GetName() << " application, version " << OTB_VERSION_STRING << std::endl;
     return false;
   }
 
   // if we want to load test environment
-  if (m_Parser->IsAttributExists("-testenv", m_VExpression) == true)
+  if (m_Parser->IsAttributeExists("-testenv", m_VExpression) == true)
   {
     this->LoadTestEnv();
   }
@@ -371,16 +371,16 @@ CommandLineLauncher::ParamResultType CommandLineLauncher::LoadParameters()
 
   // Read parameters from xml file if provided
   const char* attrib = "-inxml";
-  if (m_Parser->IsAttributExists(attrib, m_VExpression))
+  if (m_Parser->IsAttributeExists(attrib, m_VExpression))
   {
-    std::vector<std::string> inXMLValues = m_Parser->GetAttribut(attrib, m_VExpression);
+    std::vector<std::string> inXMLValues = m_Parser->GetAttribute(attrib, m_VExpression);
     m_Application->LoadParametersFromXML(inXMLValues[0]);
   }
 
   // Check for the progress report parameter
-  if (m_Parser->IsAttributExists("-progress", m_VExpression) == true)
+  if (m_Parser->IsAttributeExists("-progress", m_VExpression) == true)
   {
-    std::vector<std::string> val = m_Parser->GetAttribut("-progress", m_VExpression);
+    std::vector<std::string> val = m_Parser->GetAttribute("-progress", m_VExpression);
     if (val.size() == 1 && (val[0] == "1" || val[0] == "true"))
     {
       m_ReportProgress = true;
@@ -406,13 +406,13 @@ CommandLineLauncher::ParamResultType CommandLineLauncher::LoadParameters()
 
     ParameterType type = m_Application->GetParameterType(paramKey);
 
-    const bool paramExists(m_Parser->IsAttributExists(std::string("-").append(paramKey), m_VExpression));
+    const bool paramExists(m_Parser->IsAttributeExists(std::string("-").append(paramKey), m_VExpression));
 
     // if param is a Group, don't do anything, ParamGroup don't have values
     if (type != ParameterType_Group)
     {
       // Get the attribute relative to this key as vector
-      values = m_Parser->GetAttribut(std::string("-").append(paramKey), m_VExpression);
+      values = m_Parser->GetAttribute(std::string("-").append(paramKey), m_VExpression);
 
       // If the param does not exists in the cli, don't try to set a
       // value on it, an exception will be thrown later in this function
@@ -930,9 +930,9 @@ void CommandLineLauncher::DisplayOutputParameters()
   }
 
 
-  if (m_Parser->IsAttributExists("-testenv", m_VExpression))
+  if (m_Parser->IsAttributeExists("-testenv", m_VExpression))
   {
-    std::vector<std::string> val = m_Parser->GetAttribut("-testenv", m_VExpression);
+    std::vector<std::string> val = m_Parser->GetAttribute("-testenv", m_VExpression);
     if (val.size() == 1)
     {
       std::ofstream ofs(val[0]);
diff --git a/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineParser.cxx b/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineParser.cxx
index cd64ffdde4b65d3e3dcc426bf9b1a9024cb6c82f..837d3c3cacc85b34d273833640b0d23e2b75b1d7 100644
--- a/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineParser.cxx
+++ b/Modules/Core/Wrappers/CommandLine/src/otbWrapperCommandLineParser.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -153,15 +153,15 @@ CommandLineParser::ParseResultType CommandLineParser::GetPaths(std::vector<std::
 
 
     // Remove " " string element
-    for (unsigned int i = 0; i < pathAttribut.size(); i++)
+    for (unsigned int i = 0; i < pathAttribute.size(); i++)
     {
       // Suppress possible multi space at the beginning of the string
-      while (pathAttribut[i].size() > 1 && pathAttribut[i][0] == ' ')
+      while (pathAttribute[i].size() > 1 && pathAttribute[i][0] == ' ')
       {
-        pathAttribut[i].erase(0, 1);
+        pathAttribute[i].erase(0, 1);
       }
 
-      std::string fullPath = itksys::SystemTools::CollapseFullPath(pathAttribut[i]);
+      std::string fullPath = itksys::SystemTools::CollapseFullPath(pathAttribute[i]);
 
       if (!itksys::SystemTools::FileIsDirectory(fullPath))
       {
@@ -250,10 +250,10 @@ CommandLineParser::ParseResultType CommandLineParser::GetModuleName(std::string&
   return OK;
 }
 
-std::vector<std::string> CommandLineParser::GetAttribut(const std::string& key, const std::vector<std::string>& exp)
+std::vector<std::string> CommandLineParser::GetAttribute(const std::string& key, const std::vector<std::string>& exp)
 {
   std::vector<std::string> res;
-  if (!this->IsAttributExists(key, exp))
+  if (!this->IsAttributeExists(key, exp))
     return res;
 
   bool                                     foundKey = false;
@@ -289,7 +289,7 @@ std::vector<std::string> CommandLineParser::GetAttribut(const std::string& key,
   return res;
 }
 
-std::vector<std::string> CommandLineParser::GetAttribut(const std::string& key, const std::string& exp)
+std::vector<std::string> CommandLineParser::GetAttribute(const std::string& key, const std::string& exp)
 {
   std::vector<std::string> res;
 
@@ -378,10 +378,10 @@ std::vector<std::string> CommandLineParser::GetAttribut(const std::string& key,
   return res;
 }
 
-std::string CommandLineParser::GetAttributAsString(const std::string& key, const std::vector<std::string>& exp)
+std::string CommandLineParser::GetAttributeAsString(const std::string& key, const std::vector<std::string>& exp)
 {
   std::string              res("");
-  std::vector<std::string> values = this->GetAttribut(key, exp);
+  std::vector<std::string> values = this->GetAttribute(key, exp);
 
   if (values.size() == 0)
   {
@@ -407,10 +407,10 @@ std::string CommandLineParser::GetAttributAsString(const std::string& key, const
   return res;
 }
 
-std::string CommandLineParser::GetAttributAsString(const std::string& key, const std::string& exp)
+std::string CommandLineParser::GetAttributeAsString(const std::string& key, const std::string& exp)
 {
   std::string              res("");
-  std::vector<std::string> values = this->GetAttribut(key, exp);
+  std::vector<std::string> values = this->GetAttribute(key, exp);
 
   if (values.size() == 0)
   {
@@ -437,7 +437,7 @@ std::string CommandLineParser::GetAttributAsString(const std::string& key, const
 }
 
 
-bool CommandLineParser::IsAttributExists(const std::string& key, const std::string& exp)
+bool CommandLineParser::IsAttributeExists(const std::string& key, const std::string& exp)
 {
   std::string keySpaced = key;
   std::string expSpaced = exp;
@@ -448,7 +448,7 @@ bool CommandLineParser::IsAttributExists(const std::string& key, const std::stri
   return (found != std::string::npos);
 }
 
-bool CommandLineParser::IsAttributExists(const std::string& key, const std::vector<std::string>& exp)
+bool CommandLineParser::IsAttributeExists(const std::string& key, const std::vector<std::string>& exp)
 {
   for (std::vector<std::string>::const_iterator it = exp.begin(); it != exp.end(); ++it)
   {
diff --git a/Modules/Core/Wrappers/CommandLine/test/CMakeLists.txt b/Modules/Core/Wrappers/CommandLine/test/CMakeLists.txt
index 37e5ed2787aa4ab80b89cfbe7b77dff2d467eb62..4e5a5940ad9f2fe032dbb0f04c702bcf868608f8 100644
--- a/Modules/Core/Wrappers/CommandLine/test/CMakeLists.txt
+++ b/Modules/Core/Wrappers/CommandLine/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/CommandLine/test/otbCommandLineTestDriver.cxx b/Modules/Core/Wrappers/CommandLine/test/otbCommandLineTestDriver.cxx
index a5fd848f83940ac5d4eee77b5e856b562773ea21..b7e0448f5644404a9342996e731b1ec26293b27f 100644
--- a/Modules/Core/Wrappers/CommandLine/test/otbCommandLineTestDriver.cxx
+++ b/Modules/Core/Wrappers/CommandLine/test/otbCommandLineTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineLauncherTests.cxx b/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineLauncherTests.cxx
index 9f477ef9ece20a667d44ad04762f5ca19ddfcb8f..70f16884877a92022b993c64f596c404e579aba3 100644
--- a/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineLauncherTests.cxx
+++ b/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineLauncherTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineParserTests.cxx b/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineParserTests.cxx
index 49a01fa3a60b74ffbe18b8be7cef62e9ff116352..c7673dcc31253df2f7e39a03d33e2a9b71024e56 100644
--- a/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineParserTests.cxx
+++ b/Modules/Core/Wrappers/CommandLine/test/otbWrapperCommandLineParserTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -75,7 +75,7 @@ int otbWrapperCommandLineParserTest1(int argc, char* argv[])
     cmdVector.push_back(std::string(argv[i]));
   }
 
-  std::vector<std::string> res = parser->GetAttribut(argv[1], cmdVector);
+  std::vector<std::string> res = parser->GetAttribute(argv[1], cmdVector);
 
   if (res.size() == 0)
   {
@@ -136,7 +136,7 @@ int otbWrapperCommandLineParserTest3(int argc, char* argv[])
     }
   }
 
-  if (parser->IsAttributExists(argv[1], cmdVector))
+  if (parser->IsAttributeExists(argv[1], cmdVector))
   {
     return EXIT_FAILURE;
   }
@@ -156,7 +156,7 @@ int otbWrapperCommandLineParserTest4(int argc, char* argv[])
     }
   }
 
-  if (parser->IsAttributExists(argv[1], cmdVector))
+  if (parser->IsAttributeExists(argv[1], cmdVector))
   {
     return EXIT_SUCCESS;
   }
diff --git a/Modules/Core/Wrappers/QGIS/CMakeLists.txt b/Modules/Core/Wrappers/QGIS/CMakeLists.txt
index d05ab9ceec182cb3f0e9121d86ed7b7b5e562490..12af5c89b4235b8e058702eb7eddc4d3462a4c79 100644
--- a/Modules/Core/Wrappers/QGIS/CMakeLists.txt
+++ b/Modules/Core/Wrappers/QGIS/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/QGIS/otb-module.cmake b/Modules/Core/Wrappers/QGIS/otb-module.cmake
index 4ef5b667a6a855c026ed6536cd715a5bb697b5ee..ad0d86a4757a2ba57e456a20a1776cbf8580307c 100644
--- a/Modules/Core/Wrappers/QGIS/otb-module.cmake
+++ b/Modules/Core/Wrappers/QGIS/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/QGIS/src/CMakeLists.txt b/Modules/Core/Wrappers/QGIS/src/CMakeLists.txt
index cfa978db2045e472293491dfc042002ca56c239e..5dcf0ceffd5c40d8efcc409fcb316f4e8bd5425e 100644
--- a/Modules/Core/Wrappers/QGIS/src/CMakeLists.txt
+++ b/Modules/Core/Wrappers/QGIS/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/QGIS/src/otbQgisDescriptor.cxx b/Modules/Core/Wrappers/QGIS/src/otbQgisDescriptor.cxx
index 095560ce5734f9b4cbcd28f62d1ffb8fb6f4f276..83fa26d184c67d61590e9158ae88186c4af618ea 100644
--- a/Modules/Core/Wrappers/QGIS/src/otbQgisDescriptor.cxx
+++ b/Modules/Core/Wrappers/QGIS/src/otbQgisDescriptor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/CMakeLists.txt b/Modules/Core/Wrappers/SWIG/CMakeLists.txt
index 478caec34d6ba5027fae0c4b0d0712e138f63a91..99bf442c96976cad9dd72a78668aa64f15b7dd84 100644
--- a/Modules/Core/Wrappers/SWIG/CMakeLists.txt
+++ b/Modules/Core/Wrappers/SWIG/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/otb-module.cmake b/Modules/Core/Wrappers/SWIG/otb-module.cmake
index 81b5e248fc42bdd18aede573496e0005765ff83f..09ca3359fac406b28dfb971d202aba6526089fa2 100644
--- a/Modules/Core/Wrappers/SWIG/otb-module.cmake
+++ b/Modules/Core/Wrappers/SWIG/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/src/PyCommand.i b/Modules/Core/Wrappers/SWIG/src/PyCommand.i
index 33c156eb0709e8e06e7ce2873c071c8527077be1..97c4f8daf31aa0d8cecdea9720674a4fd0aa0529 100644
--- a/Modules/Core/Wrappers/SWIG/src/PyCommand.i
+++ b/Modules/Core/Wrappers/SWIG/src/PyCommand.i
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/Python.i b/Modules/Core/Wrappers/SWIG/src/Python.i
index cb9cae81ec3f7e12f9bfbf50b16e6503d89d2699..7bf18bf219ff78b2ff8b54a17c5f56dd5ddc5557 100644
--- a/Modules/Core/Wrappers/SWIG/src/Python.i
+++ b/Modules/Core/Wrappers/SWIG/src/Python.i
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/itkBase.i b/Modules/Core/Wrappers/SWIG/src/itkBase.i
index 4d45f777bbf41ba743bcda3e5fb6ceb5da3f65fd..ec4773c2ce99d7b5ea4597578a0460d1732470f7 100644
--- a/Modules/Core/Wrappers/SWIG/src/itkBase.i
+++ b/Modules/Core/Wrappers/SWIG/src/itkBase.i
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/itkBase.includes b/Modules/Core/Wrappers/SWIG/src/itkBase.includes
index 8356c2b195381fa55768a77283aabdec4a5e1ab5..1ea7847cfbcf374afc02a4bafe5bde9f9085f1ee 100644
--- a/Modules/Core/Wrappers/SWIG/src/itkBase.includes
+++ b/Modules/Core/Wrappers/SWIG/src/itkBase.includes
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/itkMacro.i b/Modules/Core/Wrappers/SWIG/src/itkMacro.i
index 4c8ded018766d3967122bd1419acc77bbcfe584a..b30d5fee499c56bbf0fe8b95ae3cee3c429a25e4 100644
--- a/Modules/Core/Wrappers/SWIG/src/itkMacro.i
+++ b/Modules/Core/Wrappers/SWIG/src/itkMacro.i
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/otbApplication.i b/Modules/Core/Wrappers/SWIG/src/otbApplication.i
index 71347ef12029108d14dce4166a96469f65658a14..10eab1a170d2f6841fb2d8f247ef0273f87ffecf 100644
--- a/Modules/Core/Wrappers/SWIG/src/otbApplication.i
+++ b/Modules/Core/Wrappers/SWIG/src/otbApplication.i
@@ -307,7 +307,7 @@ public:
 
   std::string GetProgressDescription() const;
 
-  void FreeRessources();
+  void FreeResources();
 
   itkSetStringMacro(DocLongDescription);
   itkGetStringMacro(DocLongDescription);
diff --git a/Modules/Core/Wrappers/SWIG/src/otbImageMetadata.i b/Modules/Core/Wrappers/SWIG/src/otbImageMetadata.i
index b0ec0f6777e9d90d96dd36c148bd76d40f4f46f2..ad8d15a5ae0091bad5312cce56a4bb72db925842 100644
--- a/Modules/Core/Wrappers/SWIG/src/otbImageMetadata.i
+++ b/Modules/Core/Wrappers/SWIG/src/otbImageMetadata.i
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/otbPythonLogOutput.i b/Modules/Core/Wrappers/SWIG/src/otbPythonLogOutput.i
index ba5d566c94200c06f286f9ca2a9ca2c26ddde366..462a7fbe41187ccca3d7caccbf8fc986a594bdf9 100644
--- a/Modules/Core/Wrappers/SWIG/src/otbPythonLogOutput.i
+++ b/Modules/Core/Wrappers/SWIG/src/otbPythonLogOutput.i
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.cxx b/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.cxx
index b571f055e845bd8f92f9ef278fb0597e509e16cb..25519a44c97f2ff5c3a21a0d878af2eac19d55bc 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.cxx
+++ b/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.cxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.h b/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.h
index 96b617fc695fadbc0d7f9c2e5e3ca285c2cec1de..b96d052bb46b0707aadadf779ab7757a200ac4d1 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.h
+++ b/Modules/Core/Wrappers/SWIG/src/python/itkPyCommand.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.cxx b/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.cxx
index d4912131f8a339e7e94d46c3b0a3d94b5527c380..0693b3e4d9f507230609e567d17b33698488b6d3 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.cxx
+++ b/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.h b/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.h
index c576c9b09f071adce690c85ba5ccc493fcef1167..24479f8619def0282e198b948e361a5fabb09eaf 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.h
+++ b/Modules/Core/Wrappers/SWIG/src/python/otbProgressReporterManager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.cxx b/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.cxx
index be928ddd41b2f894eaa2e08b7be489cc1fecd413..6eb9fcff7f96932df0acf3dd8d039c6da713d46f 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.cxx
+++ b/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.h b/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.h
index 8a1ca93d45bd439fa72fb4c1ab65eb52533edcc7..8ffac79b40906f4d2ba8c5721e49fd0e8dcfb173 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.h
+++ b/Modules/Core/Wrappers/SWIG/src/python/otbPythonLogOutput.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/src/python/otbSwigPrintCallback.h b/Modules/Core/Wrappers/SWIG/src/python/otbSwigPrintCallback.h
index ddcbfe3ca932d4877dfe7641152306ef675d5f7f..59ff37c6225ab69f59aa98c2a70d0814818c6d51 100644
--- a/Modules/Core/Wrappers/SWIG/src/python/otbSwigPrintCallback.h
+++ b/Modules/Core/Wrappers/SWIG/src/python/otbSwigPrintCallback.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Core/Wrappers/SWIG/test/CMakeLists.txt b/Modules/Core/Wrappers/SWIG/test/CMakeLists.txt
index a3708cb73317dedd37226d56637e09ae2e71d5c5..e4b587180ce6c89191f06a56ad6c6bed39db16be 100644
--- a/Modules/Core/Wrappers/SWIG/test/CMakeLists.txt
+++ b/Modules/Core/Wrappers/SWIG/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/Bug1498.py b/Modules/Core/Wrappers/SWIG/test/python/Bug1498.py
index 20b46ecb59cd58c63ae745c62aa6a9ff0698ab1b..e372bd56f569992e286c52892f77b026b7bc8dc7 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/Bug1498.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/Bug1498.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/Bug1899.py b/Modules/Core/Wrappers/SWIG/test/python/Bug1899.py
index a7f1335889f80b4cb8ef3141f405f42a1bdabdcc..f5fa6c324dca93bdf302e8411ff35e197c7377b5 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/Bug1899.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/Bug1899.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/Bug2262.py b/Modules/Core/Wrappers/SWIG/test/python/Bug2262.py
index cc19c0dcfd84c9293dcd763e3c36fe3f61a838a8..adfa2c924bf65829224a59225d12d5b3d5fff01f 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/Bug2262.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/Bug2262.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/Bug736.py b/Modules/Core/Wrappers/SWIG/test/python/Bug736.py
index 62834e92d8ed9b248d11fe9fd45bbd6bb0e0fdcb..32b4f857c93d1892265ede6f2065de22171c249e 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/Bug736.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/Bug736.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/Bug804.py b/Modules/Core/Wrappers/SWIG/test/python/Bug804.py
index b03e6dc7b97b16240d72270f961721b3b638e7ee..b663170c13b63cb0b83fe027c96a8958258550ab 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/Bug804.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/Bug804.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/Bug823.py b/Modules/Core/Wrappers/SWIG/test/python/Bug823.py
index 9af8fad4ec718079f3a18d94db65e561a01f990f..f554dda8c1f7d31663b97cc010916f83482c4011 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/Bug823.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/Bug823.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonConnectApplications.py b/Modules/Core/Wrappers/SWIG/test/python/PythonConnectApplications.py
index d116de253442732786e72eefa8ca3f5d9bc7e200..e94cfe8106b8ff1c5b123775fabcdc3ffce7e360 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonConnectApplications.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonConnectApplications.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonHyperspectralUnmixing1.py b/Modules/Core/Wrappers/SWIG/test/python/PythonHyperspectralUnmixing1.py
index 88849255e7a8ce2f1945181258e002af8ee67ce3..63f242ee10fd53f51d9e18a6ab7a4a95e9b52654 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonHyperspectralUnmixing1.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonHyperspectralUnmixing1.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonImageInterface.py b/Modules/Core/Wrappers/SWIG/test/python/PythonImageInterface.py
index 5329e224d660411c2af492b5aff8913c3e4c3a75..869e120fdd779c5f48f241361d8461c5d5d6a41d 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonImageInterface.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonImageInterface.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #-*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonImageMetadataTest.py b/Modules/Core/Wrappers/SWIG/test/python/PythonImageMetadataTest.py
index 9b7ca9cfe4662f2a68a3dc250e7d76f731eb764c..b08b5c0bdbe6b3b26cb755c01f912880027d7adf 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonImageMetadataTest.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonImageMetadataTest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonInXMLTest.py b/Modules/Core/Wrappers/SWIG/test/python/PythonInXMLTest.py
index 387378cea349b0e9756557c5724e16f81cf3ecb9..0b077bb18f5cd1c1bc63b97258001e61daffce03 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonInXMLTest.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonInXMLTest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonNewStyleParametersInstantiateAllTest.py b/Modules/Core/Wrappers/SWIG/test/python/PythonNewStyleParametersInstantiateAllTest.py
index e3e0f5048da62a4c5bfa38bbafafd214600f77d8..bd79a915678e6f73ffe3534786fbd0d85e88019c 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonNewStyleParametersInstantiateAllTest.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonNewStyleParametersInstantiateAllTest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonNoUpdateParameter.py b/Modules/Core/Wrappers/SWIG/test/python/PythonNoUpdateParameter.py
index c30862c63d4c5739a9dffc74d1696b96b6817aff..91e0b8261463f549261dfb818b0e009b55629346 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonNoUpdateParameter.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonNoUpdateParameter.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonOutXMLTest.py b/Modules/Core/Wrappers/SWIG/test/python/PythonOutXMLTest.py
index d17debbfd32fd0e8538d42598b4fecd5b329fae2..b00b67b25f44858eee8e6fd130cd5fa3b7b061f0 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonOutXMLTest.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonOutXMLTest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonParametersDict.py b/Modules/Core/Wrappers/SWIG/test/python/PythonParametersDict.py
index 6bb8e3d8e4abdba0ca8ec5bc232f122909ee6691..bf06eb0cdcd06aa1f01ca9d0cf2c4448dad7476e 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonParametersDict.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonParametersDict.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonRescaleTest.py b/Modules/Core/Wrappers/SWIG/test/python/PythonRescaleTest.py
index b3dc1bee5ac898685df8247dadab50716373a427..187185eea318435489f9997293e3f8596b9fc0a3 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonRescaleTest.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonRescaleTest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonSmoothingTest.py b/Modules/Core/Wrappers/SWIG/test/python/PythonSmoothingTest.py
index a90ef6326ca4c0c26033e1c653267249c6bc1687..4e3354f217f0a1d978e16ebc14285f7424bdb94b 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonSmoothingTest.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonSmoothingTest.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Core/Wrappers/SWIG/test/python/PythonTestDriver.py b/Modules/Core/Wrappers/SWIG/test/python/PythonTestDriver.py
index 1466d063655515abec9698a565d404cd8c201795..3daa3c65cc4b71a2223cc2717b652d8ee69d773f 100644
--- a/Modules/Core/Wrappers/SWIG/test/python/PythonTestDriver.py
+++ b/Modules/Core/Wrappers/SWIG/test/python/PythonTestDriver.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Applications/CMakeLists.txt b/Modules/FeaturesExtraction/Applications/CMakeLists.txt
index ee6841ed2c8b4c9ed5fda72d12d93e6c959c1d5a..58a8ded370e96d10cc5f3bbebf230f0d100a855f 100644
--- a/Modules/FeaturesExtraction/Applications/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Applications/app/CMakeLists.txt b/Modules/FeaturesExtraction/Applications/app/CMakeLists.txt
index 59569891fc1438ad1ab3a176ecd1daeb36c8bb7d..a115cf4b1e0b9550864e5fd726e7dae34845f6fc 100644
--- a/Modules/FeaturesExtraction/Applications/app/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Applications/app/otbBandMath.cxx b/Modules/FeaturesExtraction/Applications/app/otbBandMath.cxx
index 388e917d84c1d6680c6bc299cc707f49a246a846..9793b2c0f085eb767da0547f94f95aa4e69e4684 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbBandMath.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbBandMath.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbBandMathX.cxx b/Modules/FeaturesExtraction/Applications/app/otbBandMathX.cxx
index 76c5c1a92e6d296a21859140e44782dc440c3edd..bbde1eb9c3246588096646664bff23957f5f628f 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbBandMathX.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbBandMathX.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbBinaryMorphologicalOperation.cxx b/Modules/FeaturesExtraction/Applications/app/otbBinaryMorphologicalOperation.cxx
index 52623143fd15e0b2e8780645f4dbf5721a8f51dd..270674f9b882a470ea967c828c540912e4f926a3 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbBinaryMorphologicalOperation.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbBinaryMorphologicalOperation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbColorMapping.cxx b/Modules/FeaturesExtraction/Applications/app/otbColorMapping.cxx
index 5e934418c26d9086c90b0fd85e54aa3f4944b22b..2520e7ac445ed942838c6b538c085bdf28f92cfe 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbColorMapping.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbColorMapping.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbContrastEnhancement.cxx b/Modules/FeaturesExtraction/Applications/app/otbContrastEnhancement.cxx
index 7cb059490dc66a1c0d32b7d0680759336696c136..14e9f61581e6477382deff6bf9e79f44a94e3cd1 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbContrastEnhancement.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbContrastEnhancement.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbConvertCartoToGeoPoint.cxx b/Modules/FeaturesExtraction/Applications/app/otbConvertCartoToGeoPoint.cxx
index 1fa742b5cc3e9554ba8df9bbd162d6344d0466e3..aabffe9dcf08443a351d763507df61554a4b5c55 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbConvertCartoToGeoPoint.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbConvertCartoToGeoPoint.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbConvertSensorToGeoPoint.cxx b/Modules/FeaturesExtraction/Applications/app/otbConvertSensorToGeoPoint.cxx
index 6f0079349f27f0dfb85eec5e16a8371a26337020..3109709cfd9ec1bb5518caf8e8b258e8eb3de07b 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbConvertSensorToGeoPoint.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbConvertSensorToGeoPoint.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbDimensionalityReduction.cxx b/Modules/FeaturesExtraction/Applications/app/otbDimensionalityReduction.cxx
index 1ef65f4699c828d9651cb577c3c87d3c6bf8e22d..a0d24d22efbd3b712361ebb49c58d7f4f293665f 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbDimensionalityReduction.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbDimensionalityReduction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbEdgeExtraction.cxx b/Modules/FeaturesExtraction/Applications/app/otbEdgeExtraction.cxx
index 4ee1616fef80642e75ad6d44b45b6895b233fa10..f74989d1f1498c832c09315e161ad7e4697e58d5 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbEdgeExtraction.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbEdgeExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbFastNLMeans.cxx b/Modules/FeaturesExtraction/Applications/app/otbFastNLMeans.cxx
index 7c2361e4160c7015f9b969c546bbaaf7f95b7c37..78261cfb5dd5c1621351e2f96f5132cd635963fe 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbFastNLMeans.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbFastNLMeans.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbHaralickTextureExtraction.cxx b/Modules/FeaturesExtraction/Applications/app/otbHaralickTextureExtraction.cxx
index b3371a379f23b8ed97f2b222fd7f44da7e29dac0..7efe21f37683356d4faf64b21f3b66d41e4dbcb7 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbHaralickTextureExtraction.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbHaralickTextureExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbHomologousPointsExtraction.cxx b/Modules/FeaturesExtraction/Applications/app/otbHomologousPointsExtraction.cxx
index cf59e483639cb2274c9169638817b68234426c36..7541debba794a66245e8f097ec5d3b2198c96c24 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbHomologousPointsExtraction.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbHomologousPointsExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbLineSegmentDetection.cxx b/Modules/FeaturesExtraction/Applications/app/otbLineSegmentDetection.cxx
index a6d74fd972b5e47a2887772b53346552ae1b5b6e..7b72e610b79e0b160bcd9174dacd9baaa38997da 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbLineSegmentDetection.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbLineSegmentDetection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbMultiResolutionPyramid.cxx b/Modules/FeaturesExtraction/Applications/app/otbMultiResolutionPyramid.cxx
index 94b3c31a41415d7579a44cce158ad3b3cb7c6ae8..dd571d2e139c323c1ccb6f532d213f2cd63a44ae 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbMultiResolutionPyramid.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbMultiResolutionPyramid.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbMultivariateAlterationDetector.cxx b/Modules/FeaturesExtraction/Applications/app/otbMultivariateAlterationDetector.cxx
index 3e0cb45f0253241047274ab0d740daf2f3bed310..239a15be5b5643ff7d89240afca6e9afd05d7cb7 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbMultivariateAlterationDetector.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbMultivariateAlterationDetector.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbObtainUTMZoneFromGeoPoint.cxx b/Modules/FeaturesExtraction/Applications/app/otbObtainUTMZoneFromGeoPoint.cxx
index 479f465af1a6896f8e36f0be38d84154e532c3ed..14eddaccbba235656635e67744565fec6cfb0256 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbObtainUTMZoneFromGeoPoint.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbObtainUTMZoneFromGeoPoint.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbPantexTextureExtraction.cxx b/Modules/FeaturesExtraction/Applications/app/otbPantexTextureExtraction.cxx
index 459502084786ce90fa81e436232931b47b3501d2..d7b14d6efef3992fea828df7f69ae1231a8e01a6 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbPantexTextureExtraction.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbPantexTextureExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbPixelValue.cxx b/Modules/FeaturesExtraction/Applications/app/otbPixelValue.cxx
index c5c3e7f0ab5bf9eeb57d70f060d4fe799c80571f..586fd98e6fde9264b58fa3454db5ce185a55b926 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbPixelValue.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbPixelValue.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbQuicklook.cxx b/Modules/FeaturesExtraction/Applications/app/otbQuicklook.cxx
index 0af984c9a33e9a23562b256b14946f145b048f2b..3288b9e102b073a3dae9c4efd5a8deb2b4e159b3 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbQuicklook.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbQuicklook.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbRadiometricIndices.cxx b/Modules/FeaturesExtraction/Applications/app/otbRadiometricIndices.cxx
index 231d6a64f54b76f847cb78eeb40d9561d469c280..479804ead83c5c390e2b684de074de3340439be1 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbRadiometricIndices.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbRadiometricIndices.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbSFSTextureExtraction.cxx b/Modules/FeaturesExtraction/Applications/app/otbSFSTextureExtraction.cxx
index 9f081cde276e55a25f480f56cc182a9a9cb460ed..d67227644d8ee7ecb5c37d6858d556dc03aa4bd4 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbSFSTextureExtraction.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbSFSTextureExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbSmoothing.cxx b/Modules/FeaturesExtraction/Applications/app/otbSmoothing.cxx
index a2aa2266f993219af2bcf50ae47b7a42cb4e9a63..dde8327a020dca8bab403c2923fc85639fc68e0c 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbSmoothing.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbSmoothing.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbSplitImage.cxx b/Modules/FeaturesExtraction/Applications/app/otbSplitImage.cxx
index 645ec0716e704495a9468f0a1c534ed861bfe61f..c7c2946a9a2b123d5d44fb1fc6ea63ef7aee363d 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbSplitImage.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbSplitImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbSynthetize.cxx b/Modules/FeaturesExtraction/Applications/app/otbSynthetize.cxx
index e56b224f528b84b6902f03111c4f4d6786236ce5..803a06f53d3054e262edf200dead2842f5665a2f 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbSynthetize.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbSynthetize.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/app/otbTileFusion.cxx b/Modules/FeaturesExtraction/Applications/app/otbTileFusion.cxx
index d965adafa2881741455d825f7eac96e92c77d1b1..caf2f3972472fdf089be750a84ae558c4338293d 100644
--- a/Modules/FeaturesExtraction/Applications/app/otbTileFusion.cxx
+++ b/Modules/FeaturesExtraction/Applications/app/otbTileFusion.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Applications/otb-module.cmake b/Modules/FeaturesExtraction/Applications/otb-module.cmake
index 25b0e2e415774b11f4c327cc4ab248012822265e..3b1f4395b77ddeba6430635a2952303f475f90bd 100644
--- a/Modules/FeaturesExtraction/Applications/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Applications/test/CMakeLists.txt b/Modules/FeaturesExtraction/Applications/test/CMakeLists.txt
index ece37bfb697427ce5d54f72ae3e27e9775339d97..f707e27f8c8e7adb337e1fd8343b78f74900733c 100644
--- a/Modules/FeaturesExtraction/Applications/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Applications/test/otbBandMathXAppTests.cxx b/Modules/FeaturesExtraction/Applications/test/otbBandMathXAppTests.cxx
index 09ca715c49c08b8948d922a512225f1166ee6ed8..b88db1e30e59d01fd1b20cfd94fbd671e85fcb3c 100644
--- a/Modules/FeaturesExtraction/Applications/test/otbBandMathXAppTests.cxx
+++ b/Modules/FeaturesExtraction/Applications/test/otbBandMathXAppTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/CMakeLists.txt b/Modules/FeaturesExtraction/CloudDetection/CMakeLists.txt
index f742da4f9df3a08f9460b5f4c19243eb68dbec26..f14eddd40d89311d6a7dcb39655807ee506879a7 100644
--- a/Modules/FeaturesExtraction/CloudDetection/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/CloudDetection/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.h b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.h
index f9401f18468bb561bec911c7bb78c65c2fcd1160..a33b553e337da81d17014fdd21127546b5988942 100644
--- a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.h
+++ b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.hxx b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.hxx
index 4b9b771e135900c38a1de5b7c52e46c981ada309..df0a203a3342ac637c84ba58442fa03401ad0a2a 100644
--- a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.hxx
+++ b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFunctor.h b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFunctor.h
index bde577c09bfd134a214b956e3c728b7913b60ed0..63380e553426c06bb1cb0e4e018cb2c2b0dd2e0d 100644
--- a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFunctor.h
+++ b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudDetectionFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.h b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.h
index d2b8b623828f267e2eb8b87a34f3c09b5629db07..d806eab9650ca7dd675adb1708c0ba59cb6a6548 100644
--- a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.h
+++ b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.hxx b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.hxx
index b764efe56361181c33633bd7d71667aabd73498f..6120785acf565948a529eefa2ab0dc97348f6a9e 100644
--- a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.hxx
+++ b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFunctor.h b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFunctor.h
index 8ceb4bff97138ad289515877fef5d5d47a085c20..e41f32d80896ed1d8e03a8613cc6dcbe45b766b5 100644
--- a/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFunctor.h
+++ b/Modules/FeaturesExtraction/CloudDetection/include/otbCloudEstimatorFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/otb-module.cmake b/Modules/FeaturesExtraction/CloudDetection/otb-module.cmake
index 1ccb93297c5d71ccadfa60a720185ef90291b63b..8d7607194526fd7575c8be0fb642fb43a0c404cc 100644
--- a/Modules/FeaturesExtraction/CloudDetection/otb-module.cmake
+++ b/Modules/FeaturesExtraction/CloudDetection/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/CloudDetection/test/CMakeLists.txt b/Modules/FeaturesExtraction/CloudDetection/test/CMakeLists.txt
index 45e4f778e819ec9521e12e16171e07e3582c7edb..6b997aaa18ad238a43e5290908c8546fd86f7cbe 100644
--- a/Modules/FeaturesExtraction/CloudDetection/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/CloudDetection/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionFilter.cxx b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionFilter.cxx
index 24f5d3cecd62b0d5f68f0ac27aa87eec58abb83b..9f48ff4254a1fc71873e4223a75baf18f7ccf0ea 100644
--- a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionFilter.cxx
+++ b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionTestDriver.cxx b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionTestDriver.cxx
index eb12d30eeab27e51074542cb70b042db803d7a39..a8b40f8611ab9cf728a2faeabf137c888354b4dc 100644
--- a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionTestDriver.cxx
+++ b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudDetectionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorDefaultFilter.cxx b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorDefaultFilter.cxx
index 8c1ff343ba10584c9da0254014ca5648b410d600..31103555a85f21443c5a768286ee6832d3c86700 100644
--- a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorDefaultFilter.cxx
+++ b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorDefaultFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorFilter.cxx b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorFilter.cxx
index 930c57644ce7288df24f63bd519b18b1ad757792..48f8131c36bd0a7db0f03cb3b13a151eea2b19c3 100644
--- a/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorFilter.cxx
+++ b/Modules/FeaturesExtraction/CloudDetection/test/otbCloudEstimatorFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/CMakeLists.txt b/Modules/FeaturesExtraction/Feature/Corner/CMakeLists.txt
index ee6619d332524272d22748083805fa4c42f92de4..f89f2ac6a7787532f9e2fc5eb4e536239ae592a7 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Feature/Corner/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.h b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.h
index 1e661cae349b5a4e2d69c35323cc33201b288c84..5a66543f16ccbccdfbf6d0209bfecf500d408e62 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.hxx b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.hxx
index 3194d2fa63a347b94cca2b1613434b261328307b..795407c6681d757de56994b2ba4f36df564724a6 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.h b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.h
index 3e0de4d7b892e9f8825ae9ab15daec8dc9169b52..99f93ccab27f03674c5aeae58aa86a1c3a3fe782 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.hxx b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.hxx
index 26e3ec24432ba2f3f2eac40c52cfdb5bad75d96e..642623c93e37c603a091613440e66665ff58883a 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/include/otbHarrisImageToPointSetFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.h b/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.h
index a93ede08a61791b45bd23908d20def23c7fc1323..b0f36c2fd373611e839ea1549f38cab325a07006 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.hxx b/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.hxx
index d2f190d3852bab89aa0055029507f1d131a01ff9..83c9a33de6c64f779d01aea44aa6f67461980795 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/include/otbVectorDataToRightAngleVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/otb-module.cmake b/Modules/FeaturesExtraction/Feature/Corner/otb-module.cmake
index 9ade43153e8e4557cd96bf0006be4aef02f85bea..0855637fb0f90f1466a1265b947da5d74e4e9e14 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Feature/Corner/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Feature/Corner/test/CMakeLists.txt b/Modules/FeaturesExtraction/Feature/Corner/test/CMakeLists.txt
index 97af3925105dba78adfc552ad2bb19da7bbecf73..91002d4dd8b65b27521a8e613e5d73fa5676fba7 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Feature/Corner/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Feature/Corner/test/otbCornerTestDriver.cxx b/Modules/FeaturesExtraction/Feature/Corner/test/otbCornerTestDriver.cxx
index 0eb42546f5fd81dbd582b8d30408a9ab5b93e77b..6aa90ea8097f30d7eeb5a56d52bb92fb24cea815 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/test/otbCornerTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/test/otbCornerTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisImage.cxx b/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisImage.cxx
index 3b4b45f5431c502ceffa6a095de93d49a1eddf36..a9409715aa9c18101639f676631d4003adcdb084 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisImage.cxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisToPointSet.cxx b/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisToPointSet.cxx
index 3efbe67b0809041246c4a4cc2c75befb66d80225..7da7a4e8892a51033e2b1182f3b81ff3c1c63a6a 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisToPointSet.cxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/test/otbHarrisToPointSet.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Corner/test/otbVectorDataToRightAngleVectorDataFilter.cxx b/Modules/FeaturesExtraction/Feature/Corner/test/otbVectorDataToRightAngleVectorDataFilter.cxx
index 6d954387b06d09a48d9853bdb3eade01f25f546d..c0e00e28029731c20c4bd9cd2ba9267506548f11 100644
--- a/Modules/FeaturesExtraction/Feature/Corner/test/otbVectorDataToRightAngleVectorDataFilter.cxx
+++ b/Modules/FeaturesExtraction/Feature/Corner/test/otbVectorDataToRightAngleVectorDataFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/CMakeLists.txt b/Modules/FeaturesExtraction/Feature/Textures/CMakeLists.txt
index 5bca2f055d3d5e694ec5edcb048f4ea2a955d972..6335dd50717b46c3402e9f2a6b8c77f0bb3e16d3 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Feature/Textures/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.h
index 5493c52a2d62de0d0fa903b46e7698c9f84efee5..e6bf5cd5cdf1bb0578953f89666189840aa5c55e 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.hxx
index 95b9b7e61c7d312e2a93dfb42e2c6899389776f7..6ef3cde5c269506c103d5dea39b37bef2825b945 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.h
index 547f6c8227ceb85d447d92193f83aee58b747cfd..aa3e93de70d89400d4090735448c509a5f7dadcc 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.hxx
index 66a121f233ddccc291b5f78266916796cf08a626..41135a43cdc52deeaa4377a10ab49c3a51aff6bd 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbHaralickTexturesImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesFunctor.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesFunctor.h
index c7b82d9105a3f6a8605d7526e256697c2e078cf1..567cd8245b1b3b4ea59a084e71ff18c21f51b90c 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesFunctor.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.h
index 992e332330e7a38376e5fe1663796bef71768c5b..94d01ff0fc5c8116fca1140e35f70ab5993509d1 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.hxx
index 382f603f9435c72ce8b449af2d9b2a436bfbe7b0..ac50952ec54b405af7f2bd0a04c2ee1e40fbb4b5 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbSFSTexturesImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.h
index ee8c4dfb8c7d410cf54ade106a9d1fdb3a33fd68..1013ae606febb4e9b77809925ac62c0243539e8a 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.hxx
index a9f4fcc9ca4116cc350650ccbdfad3b0c06538cb..1cedd0444e6c983f3c3238ce74c5ad7dcc4ade39 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.h
index 03f878a69ceb58d9307cfff9dc7d07ed7ca326c3..6b945de59c8a86049fc2a00c9b9b1c0db85cefe2 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.hxx
index ea21244d9d0ab403c51419711097f5a16e64e614..083e3ac079f22a18149d902a680d69e57a0e1519 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToHigherOrderTexturesFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
index 8a3e77daeea21260048d56a01c6217de096df5d7..a6237788f7a2c924ad375834f6a3e8c92c6349cd 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.hxx
index 9229a1e0736c20926dd0b35e19c86fdd55602aac..3c37289de44b11804357dd9081eb04ea7ed671b9 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.h
index 5e8561b5708d0c5f6dd4ce16ed57f42f3b6513df..96a68ba2e9d512b137a5faf6eb4bae3ec7e309db 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.hxx
index 46590006c4db31758ba71bd8d495587d70919d54..ad2068d6032ebf5aa40e2f8a38be862a35a56985 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbScalarImageToTexturesFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.h b/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.h
index 4a206c3677c38cc84eba61ab82dfa4e75be483ad..0f5dafdade0bca22b370804a7f037bb9c8e44141 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.h
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.hxx b/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.hxx
index f4816dcf5cf8241cb6343f224c23e6ba56f18c39..eaeccc3b321d6e9b0eb452572fff221ccbbc0f18 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.hxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/include/otbTextureImageFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/otb-module.cmake b/Modules/FeaturesExtraction/Feature/Textures/otb-module.cmake
index 24a45deb2f65194059f726a3130af75136f69218..cffb9f4349b38ffc3ffed9353433c225151e4a0d 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Feature/Textures/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/CMakeLists.txt b/Modules/FeaturesExtraction/Feature/Textures/test/CMakeLists.txt
index 990d9e3f4648b4bed0ad62aff01bee868879bf1e..ced747a19123ccb516e3335c5e9dfca1dd356a5c 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbGreyLevelCooccurrenceIndexedList.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbGreyLevelCooccurrenceIndexedList.cxx
index 22facffe0fd6e6295a70b24abdc83bec65257527..ed983fdee169d88a445ba803eeb50fbcc9336242 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbGreyLevelCooccurrenceIndexedList.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbGreyLevelCooccurrenceIndexedList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbHaralickTexturesImageFunction.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbHaralickTexturesImageFunction.cxx
index fcbcbdca75448aa76aa9841d03ed1dd92da76887..4e44e2e12c3d499fa5a557d69784d8488ad3aeac 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbHaralickTexturesImageFunction.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbHaralickTexturesImageFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbSFSTexturesImageFilterTest.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbSFSTexturesImageFilterTest.cxx
index 6f31c46421ba09193c1c44ebdd4919c1b08d9756..4c6cdc56991de5cfec7a938385a39d8a2103bba2 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbSFSTexturesImageFilterTest.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbSFSTexturesImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToAdvancedTexturesFilter.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToAdvancedTexturesFilter.cxx
index 92dc1f6bebe5e7a38267caa834f80a83db5d456d..795a59f82e605c57bb9bcbdd8bb673b5c3842087 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToAdvancedTexturesFilter.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToAdvancedTexturesFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToHigherOrderTexturesFilter.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToHigherOrderTexturesFilter.cxx
index 5e9de6312dbc87968d540fea649c42323680744d..4ea26108e76844ce8b00c1fc80b60b2a0dfa1c8f 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToHigherOrderTexturesFilter.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToHigherOrderTexturesFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToPanTexTextureFilter.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToPanTexTextureFilter.cxx
index 6757d093ba2df92f24c5297d66e057366cce643c..863e42285ac651d731f012d0217753f2afd51bab 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToPanTexTextureFilter.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToPanTexTextureFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToTexturesFilter.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToTexturesFilter.cxx
index 61717eef605341c6a0ee2791ae44c8116114b83d..0cbe4d8f4407abe2b4a57ae4dd6180a27235f081 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToTexturesFilter.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbScalarImageToTexturesFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Feature/Textures/test/otbTexturesTestDriver.cxx b/Modules/FeaturesExtraction/Feature/Textures/test/otbTexturesTestDriver.cxx
index 2850e7428d398f40588264df0c08ba52a09ae31d..2d55861bb0500c69b59113908da9033d19086291 100644
--- a/Modules/FeaturesExtraction/Feature/Textures/test/otbTexturesTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Feature/Textures/test/otbTexturesTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/ChangeDetection/CMakeLists.txt
index 8bfd4167c1e9d05aa8c06c6843bdc328fb4bf8a3..de6562a631eb3fdc6c6517ef34345849a4420d8a 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.h
index 781790e39150d6fc47e095e1e2f4ae926d45a6fe..89ecc6794e44573bca0e4c56bda838d000b5d286 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.hxx
index b723cc76e7cca4cd84fbfc44456c1138b82e8408..faf77345a8b6412c01751fe03c8c7b57dc5786f2 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMI.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMI.h
index 565c5d78f528e94dea3fb2361bceb0ebd3019d78..b6d6eb2b9bd7e63fb4bd8cd54bcbd18c4eeee528 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMI.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMIChangeDetector.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMIChangeDetector.h
index 21c1c4eba790da748d46b02104b0e2f1c9c37200..c04553f29c07fb92cc18a4d65b6fa0ea9323c057 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMIChangeDetector.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCBAMIChangeDetector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCorrelationChangeDetector.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCorrelationChangeDetector.h
index 7e19672afebfafeaefa442cf6090671d431311db..4121ea75b4e95d62c842fc3ee68bc76f76572319 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCorrelationChangeDetector.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCorrelationChangeDetector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCrossCorrelation.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCrossCorrelation.h
index 2e7dc2854019b0e27665863d5db3b7c17a75063f..7980a45daeb8126bb38477a362b0d0547efc944f 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCrossCorrelation.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbCrossCorrelation.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMI.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMI.h
index cbce216d8c6fdcdb7453508007a0b7b6d33458e6..f0c0cb872ad194460150357364b01fe432471fbf 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMI.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMIImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMIImageFilter.h
index a832a562d88046173808feedc2aece0582cb9c0f..dfb0448fba82f2cdfb1fcd1b0a0919b63950f73e 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMIImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbJoinHistogramMIImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h
index d2625b81a948331b6530bfd44dbc778b6897cf02..8e65c63bb0ee67a189427db55b8ff1f4182f72a9 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.hxx
index c5f2e343d5a4788f372cf155d34f7f2ed9cd5d2c..e87564fe4f19ee24b7a103f8eed470b7a0fbd9f0 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h
index e335f17fa61ba59eb291a4bde205787974e1eaa9..6b6bc64ef6e209b8c34686dd17ae0cf683fbddd9 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.hxx
index 3da5d3d9d36e9038f82a0a1a40dff38f1a9398e3..640ea6584d4fe9c54f7656774f29e303a6c6349d 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h
index 38bd32a72cb6aac873dd702c89a821c23d811d6e..d0c0972f9077066212e0ce5f4dd725eccc8c6470 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.hxx
index 90fb62e12374c02bbf8296eb3016bd692183c961..844362fe528b8c9325fc0f57db5d00ea731fa366 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMI.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMI.h
index b2a154d774bb93fad7f89b3c018f9873ec3afa74..edf543139db038db795169be9c7f9e315a21d451 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMI.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMI.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMIChangeDetector.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMIChangeDetector.h
index 740a0dddc398032733f034a5826ee46ff9cbdc9e..0d5a6dcd3865924507a44d6c41a0505fee06eaa9 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMIChangeDetector.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbLHMIChangeDetector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifference.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifference.h
index e61386a5021d59716b733e82c0069d01d790c2de..4e7994cf1ad145945336a475c4ef42a8bf97e178 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifference.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifference.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifferenceImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifferenceImageFilter.h
index ea2aefba995eeadb1fe49aeca330ab933fd65387..25d27b4b0445a9f08f589529b2c462f9eb798ae8 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifferenceImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanDifferenceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatio.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatio.h
index 6670513f56b15e35ea9cd74890861dcb3e1e86f9..9d7d0899add5d0f438286c961be32bcfd4b14e08 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatio.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatio.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatioImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatioImageFilter.h
index 6d66a48d22336100c04f59d69004a9cccd725e99..a26d7416b887b3097c25fee309635fff0ac24d6d 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatioImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMeanRatioImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.h b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.h
index dc337a7197b468d4a1258426ad29700e1ad4c777..9ae92b78ef2f5d72c3b4a438dda0d6d2011fc8cd 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.hxx
index 87c8f0f3b7a53c37d81cce657a6e6995cff034f0..ff949750e8d41750bf5379a0c1fd4dad91cb1c27 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/include/otbMultivariateAlterationDetectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/ChangeDetection/otb-module.cmake
index 483b40ea0d73b321f3a11c2e97e02c6116fe88be..ffc3e787e03772ea91b3d745b120f7d630d742ec 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/CMakeLists.txt
index 74206062e0c84ae4012a590cf38be85682dd2e3b..b65a66be6e982673e038d3d9a1553cdb400c7aff 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx
index 368e4ea4fd4781244dd3d77a58c59cf3e04b2cf1..ee6fb29c96f0468e95ee99039528bea8054b3350 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCBAMIChangeDetectionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbChangeDetectionTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbChangeDetectionTestDriver.cxx
index bb6473294b7fa1e4c93119a0271b5128efe34b46..c284e3cb96180761b1d8fea0f3e083a172f85422 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbChangeDetectionTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbChangeDetectionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx
index 3252e9e2dcb96c76adea01665653989d6ae60f51..4b6bc00d75ab5566121d662e1c3c047fb1cd7486 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbCorrelChangeDetectionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx
index 80b15db7429ff5736c4143cd4588e8bd3f938a9f..4e6bbead58feaa96cc45e8caed871ca2d8a9a651 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbJHMIChangeDetectionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerDistanceImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerDistanceImageFilter.cxx
index 6359e9ed41fd4c92b1f21ea3c9f9667c86a4e82b..981cdfa9a8b42695c32f2f4493a5ba1c2af7b96b 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerDistanceImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerDistanceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerProfileImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerProfileImageFilter.cxx
index 4f4435d3f7dbe257dbb7b5eb7acbd268148edf91..2076779620d18c94e273104ff07519bd65a006c0 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerProfileImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerProfileImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx
index f50a04c07deb79364998b497319b88825e0f8499..a00533d6f2214d39653140088898165e61200b96 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx
index e6b761cb47269c5a5c684600c58eea50a7ae5a02..08ba65358ecd7765b6a3e5ec3b40f022d154162b 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbLHMIChangeDetectionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx
index 6689d61f295885c51e322edeb961422586f71098..950a331e5f5580a6ecb0138c4961888ca9b0a8e0 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanDiffChangeDetectionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx
index 5d6ddbf9c643c9bdb8449d3cfd001c91265029d2..9e45ca88235ced05086ef3681686f804030daf97 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMeanRatioChangeDetectionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMultivariateAlterationDetectorImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMultivariateAlterationDetectorImageFilter.cxx
index 74152ffd5b38c58ea4061381afe769472ab7f342..8b94a47a8211c7eb9f7fa25588c586190f76a32b 100644
--- a/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMultivariateAlterationDetectorImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ChangeDetection/test/otbMultivariateAlterationDetectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Contrast/CMakeLists.txt
index 199f6ac3039e758403c545d709d52f6cb01109de..1c1e80ee56e2b773812284a61e6715ff636793ba 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.h b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.h
index c15bc41c86310fadacac4cbf888e9bc115984495..8d8df9c7ba76dd41cf3f9513540fd2fe465a4c9f 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.hxx b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.hxx
index b3247fb4f874cb43792f8426ab16f2cd56787e16..a2954585ab6ca8cf502bf16e1cbee00c661f1599 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbApplyGainFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.h b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.h
index 57767f04b77c81b0c303c7868e2041f536a72cb4..99be8080a052560e7820998dab359ecac502e796 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.hxx b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.hxx
index 5499f9c50abb6abc71b83d87245a128fa2ee6438..77b9efe0504b1375a56f5166afb151003b2e205d 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.h b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.h
index 062d770a63993c6f0b4d2ff75442692973393e38..22efef81f4be06217fc2082ca816d2a701efeed9 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.hxx b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.hxx
index 9f59ef23371d2bcd89a513b5fba8b34b79d3d83c..d4613e059feb27bc1bcbd7ce471457fc7b191d66 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeGainLutFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.h b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.h
index 004def8ab1772031db0926ab24164e5530b196d8..d7198878a8de0f87b2be2f115cd0c3a0fe8704c2 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.hxx b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.hxx
index 08109b0a54ebd29a1fdab5fbd01284edfd9d99ad..0035b19e8718e04c4d763ee17a4b68f844b474f1 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/include/otbComputeHistoFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/Contrast/otb-module.cmake
index 6bdb7ac82dd0648ddf6aa3bdb78b24629690f1f6..e60eda2c934296d754f63f04e929dda069b24941 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Contrast/test/CMakeLists.txt
index e8295afb23f24dd3aee0ce083284f77afcd997c6..793f561c29aae097c6b6ab2411f4b31b078a2150 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbApplyGainFilter.cxx b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbApplyGainFilter.cxx
index 20e31f269185676e8e4f20a67c4787bee2ed7901..766fa68c14f11d2fd1b8684956ea7181628d9f69 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbApplyGainFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbApplyGainFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbCLHistogramEqualizationFilter.cxx b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbCLHistogramEqualizationFilter.cxx
index 81fd9dff23b777ca50495691b5a7a41ce550f1ba..60a8b3c00c72bda587a47bfa7f226f3c31d013b3 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbCLHistogramEqualizationFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbCLHistogramEqualizationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeGainLutFilter.cxx b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeGainLutFilter.cxx
index 23821992292efd6560f5ebab56093d1a52d68b26..1f4f4e3fd4a916b5e96288dacb27056daee637e3 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeGainLutFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeGainLutFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeHistoFilter.cxx b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeHistoFilter.cxx
index faf8931bf4ee33213980714b2fec111f0995f3d2..67a7e6b8a53e6e4068ce52ce577b8691fc664f5e 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeHistoFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbComputeHistoFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbContrastTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbContrastTestDriver.cxx
index 84b9325ca1142c2f8b793fbe4e38ec9036bcbfd3..2d73ba518ff01183f43406855249136eb8f47d19 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbContrastTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbContrastTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbHelperCLAHE.cxx b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbHelperCLAHE.cxx
index 1dd245758f9effe15bdacb2ff059416b6e1aedf6..f74ae333302001abd821ada2f5f1c239a32a9bbb 100644
--- a/Modules/FeaturesExtraction/Filtering/Contrast/test/otbHelperCLAHE.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Contrast/test/otbHelperCLAHE.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/CMakeLists.txt
index 36fcfec08f4dfb0506f930a86e159f1892517cfb..1aad523ccd5a6ebe251651fc6409fc0d9dfbca7c 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.h
index a46c564a55dc92af3962812b68362a7c3463e1b3..5c4c06a79328f3ed46879ff226313972f4cfa3a3 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.hxx
index ce2caf598da895bb4b768051b1147b2e0438a43e..7d6e5db778cd23814d6feb3b0d8491ba6a7634a8 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionBinaryImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.h
index 1ceb1d628d75e7ceaafdb0f94fa009dae6489b75..6b83619615c88579a0307877ac7244197c22cc90 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.hxx
index 79032dad3e9d6efce890530f8abdb9d135e32d87..fd7f0b1159d35ad92115f954910f2d2ac7547749 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.h
index 8c3bdffc5a56a8768b646794ef22637f55898bbf..a45d252314c36e90fd88bce2e143b422770e03d0 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.hxx
index 5ee8f3546fdc55413761b2993bee40b469cc2759..863df52f288be28c5e40a5ea176da6aff5544eef 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbAngularProjectionSetImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.h
index 8f2e513d8d2b8fec00d29b8d06ca41b9d4040b11..6d386c817ed23236f0350a673407dd97c5e68206 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.hxx
index 47f313d698b97be92061c2790d9668de2a5ca8a4..c802da28f6bd25caf6ab1d6dc1b62f59d68ae537 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.h
index 96f0f6ccdc6078f799aba3c6c462166cc3fb51b9..e9f85ef7ec0361cb47376c8033a3fbab17ac5e14 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.hxx
index c7d7bd101d5fe3ad66febffa2d29c55de139312f..f15bae1701bdfb7dcb5bd5deaf25e57ebe301019 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.h
index 226f48c49cff1ce8cd32cf80ff654578d3de0e4a..4b138b5204ad7f2c6e9c9530865150a1de6e372a 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.hxx
index 4c053edfe7c7c9e35284f3b89a2e6bcbd88d524d..3fef9e5ce81b710f033d3b6a1fcd1ac0395a4ce2 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbFastICAInternalOptimizerVectorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.h
index 58a47ffb258ba871e89c4f8806ccad06b9c524d8..082cb7819d83439190efcbbc1851321b91ad0e7a 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.hxx
index e215aa9fe7f4ca2d66a80f5af5878640842d2b4e..3e0ff52209fac0c4c51ee7fbdbda6c925a5dfbf5 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbLocalActivityVectorImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbLocalActivityVectorImageFilter.h
index e43a91c9073b383a3071bc715a2942a966347715..22df6f8f3cb57640cc5fe971e257b0059909d663 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbLocalActivityVectorImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbLocalActivityVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.h
index 73b4deccd7e708a2715aa2a0ce3cd228192f8709..3d538e7587162624669cae38a09374f5c8189393 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.hxx
index 116666a99054cc2429ae5d2c045832b030a803df..774f66c593dd3c6e0f9f7436ec2cd58a65d93f40 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMNFImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.h
index 3ec6066562fb1d786d80a83586767165e6fd981a..696bbbdbc267d2c5ebb5a1ecd1949d3a8c6d0dae 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.hxx
index c9eb079bde739dcbd62786ecdc990b91c7580385..7ebe37dd5ef6d51b9556e5edad09e0728fe18d71 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.h
index 913f90f336c57a6bb51cd8c2935590c2aa453c89..38843a19f8c4340d572a6dfad0c25dea24bd06fd 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.hxx
index ff7d26fde6a67423dfa801634d21004f4b74fc1c..ce75546948188a31cdf15c9c076d2e0427956fee 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNAPCAImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.h
index f4eae4551d3d9a767dbe02936aa62db61f5e3271..beed21058238212b776afbec838444d005cf6815 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.hxx
index 010b410f98b2a6cfe9bf6118d8d32c60728e53dd..c72a193b7137e4b150fc063b8bda3aec0f02371c 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbNormalizeInnerProductPCAImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.h
index 482d2cbce0737338ae10d1a7ea31d97e3c325509..17f1e4e49ac5d50abfacba8efa6f651db9696b71 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.hxx
index 157e83128ded9cf053265ed61f685a4e8e9f0284..02d1d7fe1b6222a927cdc8d07ad5a1f630612abc 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbPCAImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.h b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.h
index 6040ec380726d9dfab2d183543f81e84346a84d6..c110f581677af0d58cb9e50a7de74f82c631802c 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.hxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.hxx
index 0c634aad5ea0364936d9163a86280f90e633b081..f88139fd9fdbe2cbdf79880ccfde7eaccfa10a54 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/include/otbSparseWvltToAngleMapperListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/otb-module.cmake
index efbef4ff8afb5647b18c821ab09fb8de7a3beb00..32b034b4f90fb98ed75ce3a581b8efdbd21f7064 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/CMakeLists.txt
index ec87d2b7cc54d85ca74387ba394afb8b74322402..3a9cd38deed76d9212c8c94ee96ab15c0dc8438a 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx
index 0d2b0834518abd3ff4c0a9a75bbb160404c0de3e..3775846ec56cfb73765bd4945f4e83954853ff87 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionImageFilter.cxx
index 1f5fdfe787f8038056946b6c1aecab2a64ec2284..2c9913f70800e8d8ba1cfdf8843d0043c1b29294 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionSetImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionSetImageFilter.cxx
index 567f0ad45d203f97b50cbdaeaace2298a61011cc..c7c456715d9d2ce8dd81fe50c746e52c9bfbd981 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionSetImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbAngularProjectionSetImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbDimensionalityReductionTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbDimensionalityReductionTestDriver.cxx
index b7bc0735428692fb4710f275f32d2621dc9f11ad..3772d05bb2a8f8874c2e1eb84c7873a7aabc8601 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbDimensionalityReductionTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbDimensionalityReductionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbEstimateInnerProductPCAImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbEstimateInnerProductPCAImageFilter.cxx
index 0832403c3f1640cbb2131b73639d00e3a50704ff..b6cb62db2c4d98c60df257827618303e2796e45f 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbEstimateInnerProductPCAImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbEstimateInnerProductPCAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbFastICAImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbFastICAImageFilter.cxx
index 7ddad1c1c62ce8959fb9eaa19b3ca196d0db2a0f..a19518ca6d4ba97404ae1bc6f4aab5e4e8e9f0a8 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbFastICAImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbFastICAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbInnerProductPCAImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbInnerProductPCAImageFilter.cxx
index 51cf78c31817480ca582586a444f86cd92fd0ac8..5ce3d42c00278d9493cc2f81685d787d231f9d8b 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbInnerProductPCAImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbInnerProductPCAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx
index 574ef84f272b5fd3d5839ef42ad2e67d885b8f9d..cc94e347c24ebd15c31129a984d47586992180c1 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMNFImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMNFImageFilter.cxx
index 1aa2fee3981b3b60f0a762abd8a70765f9de1b9b..c2f11ea7b016aeedbde055cfc88fd5a53c8fa62d 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMNFImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMNFImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMaximumAutocorrelationFactorImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMaximumAutocorrelationFactorImageFilter.cxx
index a0c430321de1fc4f5bbc665f4b48c764a98aaf9a..e7da1fe4f4eb4fd8878a9d2984b10dde112065c8 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMaximumAutocorrelationFactorImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbMaximumAutocorrelationFactorImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNAPCAImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNAPCAImageFilter.cxx
index 71d77a9c2f6bb2cfe4ef4f1ee36061ba7a7e80d2..3ed9b93215c401d2fbdc9f747563f02def38f003 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNAPCAImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNAPCAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNormalizeInnerProductPCAImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNormalizeInnerProductPCAImageFilter.cxx
index b84f4bf28ce4c2becb43f62eda1145df06f81e55..fc626dde69e94957d9ea3a8ad8a9423adc8e3c02 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNormalizeInnerProductPCAImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbNormalizeInnerProductPCAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbPCAImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbPCAImageFilter.cxx
index 8c791dd17c171255286123691b58e824733fac41..456f54967a61f108053f7a811bee6797e35283f2 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbPCAImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbPCAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbSparseWvltToAngleMapperListFilter.cxx b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbSparseWvltToAngleMapperListFilter.cxx
index c34602c4fa2212898f2bf426736df896f9e38b68..efe912a3cee60ae45d3568eab3a3a7b5484a88ef 100644
--- a/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbSparseWvltToAngleMapperListFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/DimensionalityReduction/test/otbSparseWvltToAngleMapperListFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/ImageNoise/CMakeLists.txt
index a6d6aa879442a36a63bdebb476a15af530a4d116..8d9358d31068326e4595c57ae24e387905da40e7 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.h b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.h
index 4124836dbae8769419ec8420fdcd9f4f7970da4b..26648a8fd385c4d6c109f66402f6fc4574606b9f 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.hxx
index 119400e468d9e00238cedcf1997bd37fd39db056..c3eafb00b69ae4a87da0f57d8a61af5d067b6db4 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbFrostImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.h b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.h
index 4b98e687943b4c2469642cc23dda06e77896f44c..d4507b4b52fafc9fb5149a75f64210691562dd5b 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.hxx
index b7d850204dafe8aaa1556a0b50196f4325862a03..5d9548a6068a828f959b24be72b9f91a3d66458f 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbGammaMAPImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.h b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.h
index cca2910b4cc785c6405755efa3eb291a7aec76fa..17ec3253c17e7a112007db198eb9367cd46131bd 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.hxx
index a5ffbbcf48ff0b3f46d29b028348e77bd6bc7703..c24e954d416e9fa974dda3f82c26ac4e2f354b61 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbKuanImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.h b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.h
index 28acd606930480fc329163868d46095f465431e9..cd950b76ffcc7ee1d08c6eaa7d1114c1df51d149 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.hxx
index 60ed18411d2792d3e0f71c6d377bbb32cece8c82..ca9637caa82696cf2e246048bce81dd11195fa67 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbLeeImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbNoiseEstimatorVectorImageFilter.h b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbNoiseEstimatorVectorImageFilter.h
index da51b60207d2734beeb7c325773fdc64a9ed960a..74ae3d6122e7b93f5da288b0fddda2802e44dd5d 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbNoiseEstimatorVectorImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/include/otbNoiseEstimatorVectorImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/ImageNoise/otb-module.cmake
index 1f6e2ea722762158684d27df54e4c4c33e224aa0..2269d5a7eba02e206f97a9ede164564077d4041e 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/CMakeLists.txt
index ca89a4f2781b31777776d3b42325250af41c2dab..eb9b39ee4aff1e5a2a3c5fabc13274931f87063e 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbFrostFilter.cxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbFrostFilter.cxx
index d011ef832ebc6ca600e7ae019d0260bd0fbe2a14..e3faac2107a24c9e5ec022e4d300fc81ce994550 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbFrostFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbFrostFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbGammaMAPFilter.cxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbGammaMAPFilter.cxx
index 7e5f20fa73b50196586a6f49aac511734894cddd..1bf1ac8ae48d482d64fa4d95af15790d1f9db2c2 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbGammaMAPFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbGammaMAPFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbImageNoiseTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbImageNoiseTestDriver.cxx
index 7c016bacff6af8ccab1dec0205d08c6205547abe..2dfce44d028c11284889ea9a5f6e9b60db0fac81 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbImageNoiseTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbImageNoiseTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbKuanFilter.cxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbKuanFilter.cxx
index 5b3ab7357c6d146f48ca6ecbc14927d691865803..a9005460dc10ed4290334cc6738af531207bfbeb 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbKuanFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbKuanFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbLeeFilter.cxx b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbLeeFilter.cxx
index 1bdccb0acc92ca5ab5f3be8d4d4860ce03e252b5..b53c2ecdfbf9c6124787551b8137e976a11c2473 100644
--- a/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbLeeFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/ImageNoise/test/otbLeeFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/MathParser/CMakeLists.txt
index 42925e887ce74b8c1b245ed882f5d0ef35ed860f..d62eea87cf07b2cf20f00905b016fb0c75369aef 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.h b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.h
index 3ead5f47b10de087233afbcd5972e455970a2712..059bf3afdd7f0d3e5784e16982c397bd6154da4a 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.hxx
index 81f70cb4e8292a1ace25992be77dc1eaea76d9a7..4db13e9b78d03cf5f41eb9785f45973a214b6b31 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbBandMathImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.h b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.h
index b72222d487a67159bf701b6eb88fefe0beee5d35..f1f1c4d296159721ec4ccb2e6f294e1a6483f9d0 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.hxx b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.hxx
index 087017dfe544fae33a1dbee72fefff93b7e35219..8dc6e86b66efc9d51a5aec381e46f89e53fde47a 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.h b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.h
index b200bf8f1475bc2466cbdb76b0c8f6a3343a5213..21232478d1341d7e3b600bc3bc0ba856931e90e3 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.hxx b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.hxx
index 8b44b4eeae66a46b1f8bf629b67581b354590347..3f539b395cfb76a1e965c38bd877d4730e755cd9 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.hxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbMaskMuParserFunctor.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbOBIAMuParserFunctor.h b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbOBIAMuParserFunctor.h
index fd2892622dfa2ff725c9b3fefb0d5c9065f3c5ca..2415750d554923d363a8fb6d67201d33fd3678d4 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbOBIAMuParserFunctor.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbOBIAMuParserFunctor.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbParser.h b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbParser.h
index 0ead30c761820c78dcafd44b61e66b2ec93f82fd..5153b27833780ed678119c6cce75f8667ea3cafd 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/include/otbParser.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/include/otbParser.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/MathParser/otb-module.cmake
index f7391ba8b73cf0afffc49cc4efb6e168d947aba8..6e15cef90fd09ba3fab3814528d2933a03b675b2 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/src/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/MathParser/src/CMakeLists.txt
index 1ce673a321c3dcec04bff4e48eaa10d9657762b2..8f91242756090f5a689f9e49d0dba591684c54f3 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/src/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/src/otbParser.cxx b/Modules/FeaturesExtraction/Filtering/MathParser/src/otbParser.cxx
index 066f3f16c53b28f06436fc8362fc494b4f70abd3..9e11e310c11423487bc39ce04fde5e8586d7376f 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/src/otbParser.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/src/otbParser.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/MathParser/test/CMakeLists.txt
index 81273ffafe0088fec0fc68b8d1e36b251c8d5438..1620a20536a6a9001fbecdaaf5c82ff0639b354d 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbBandMathImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbBandMathImageFilter.cxx
index 5f40f852f3f388d401f258f2783c9e5639517fdc..cf2e052635e7ab61fb618eb83c1a5a2a087943a0 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbBandMathImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbBandMathImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbImageListToSingleImageFilterTest.cxx b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbImageListToSingleImageFilterTest.cxx
index a5e71f3ebfe3ec43f2b6490998b814e5342d05e4..538a4a4e291fcabe114b82192619a51fe987ae3d 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbImageListToSingleImageFilterTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbImageListToSingleImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMaskMuParserFilterTest.cxx b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMaskMuParserFilterTest.cxx
index 57d09e1bfea84bf66ceb5deee01380ec729d611a..a418ef5ac6856ba0f916eb2fde0c3a7f9b086af8 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMaskMuParserFilterTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMaskMuParserFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMathParserTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMathParserTestDriver.cxx
index 883d633f8bbd6e6b25aec43f8a8c04ed29233ef0..b6e7a2e4310237d866959462b6024844a61625c6 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMathParserTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbMathParserTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbParserTest.cxx b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbParserTest.cxx
index a3254cbbbc455ed86d7f13fd2c9bebb8bac903a8..4e083161140133d823e8c725dace1e43c5c36d1e 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParser/test/otbParserTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParser/test/otbParserTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/MathParserX/CMakeLists.txt
index 415ab726755e897a241855c9846532402e1824aa..d4b0523cd4ccc3f65427d648e0f59882dad3a6b9 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.h b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.h
index 8e325b3c75e84f97d03e956846d1865fcb8dba80..8d5398b3d7c75aaa27d632f33450c78adf0e2e22 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.hxx
index d5323ce4a5b6414a5ad9d2fce1b4789fc494ac16..9caaf23edb2e2a1a57513071334f62f7c54ab004 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbBandMathXImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserX.h b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserX.h
index 9124f190c159dc33d749ffaca0ecde9f8bd86823..39b2c8bd8082aec576dc3aa36209a4dfa4285a07 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserX.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserX.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserXPlugins.h b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserXPlugins.h
index 831dca19c96949bfdeb501dc7475cc4115ec0f76..75a2ff8c0229e25e8994449c714fb00aa3abd9f7 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserXPlugins.h
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/include/otbParserXPlugins.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/MathParserX/otb-module.cmake
index 31bcd87f77783d09047bf3a2b950a3f3eefc8bbc..a376f3bac147e2d8d2839676aba5a2dc595abf80 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/src/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/MathParserX/src/CMakeLists.txt
index 21e0d0c4d5e3f41e69fa5dfeafe97087605e728c..7318feb41bb57514eebf89a0a627136098482453 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/src/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserX.cxx b/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserX.cxx
index 0343fe147b993d194c84970cd4baf21c656b4661..2c0af0c249ea91f8a6fcd9e6dbca9961a5608cbe 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserX.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserX.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserXPlugins.cxx b/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserXPlugins.cxx
index 48ac735c82b9dc0cfcb139407e3324d049222527..02e82c1b0f7524aed1e6e805820245abf722c55c 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserXPlugins.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/src/otbParserXPlugins.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/MathParserX/test/CMakeLists.txt
index c78ac95ee42cab4ac3016ef531bc0aa0dab1d009..7c22507f160a9db3a1c6656a37af256e4c77ec06 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbBandMathXImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbBandMathXImageFilter.cxx
index 5022f605394ac3ca2299c62d57da25c4d9126280..32bcf2f931e2dd761e2bdbf2a85731acbe11c9e3 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbBandMathXImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbBandMathXImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbMathParserXTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbMathParserXTestDriver.cxx
index 1ee05f853a02af8619d3fe2d3099e7005de8cdf1..96127d845972ab8c810efe279135c2710be70bad 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbMathParserXTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbMathParserXTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbParserXTest.cxx b/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbParserXTest.cxx
index 46780b9fe37bb24001b226bd0693f7d09c8a0c90..6ec4516b6e5349b0a9143c56c5a51b49b934a4d5 100644
--- a/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbParserXTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/MathParserX/test/otbParserXTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Polarimetry/CMakeLists.txt
index 9838c0cfddeda1eb7260ba60ebf709bd2933d343..c78029e1ce2798976b48ac016796c346121dfb6e 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToPolarisationDegreeAndPowerImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToPolarisationDegreeAndPowerImageFilter.h
index 882c34e1e40b263791f194fa121bf8f8f217be12..13ad5d1467b26efadee80402f861ed65a622528e 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToPolarisationDegreeAndPowerImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToPolarisationDegreeAndPowerImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToReciprocalCovarianceImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToReciprocalCovarianceImageFilter.h
index 75f2bb5c5196639fff14bff12f8c4ca973bc2dfb..da04470e5809dfa21f059c7ca920ca0360debbff 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToReciprocalCovarianceImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMuellerToReciprocalCovarianceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.h
index 9979c71a2788b8ccb59ed1637edb03c81848af46..946a4cf49b782348652778c1ff359b65a1a2a5e1 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.hxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.hxx
index 12c261bd740283f5c1673638dbbd64b9f1de8c4e..09a4f21cd0104e8c84874dd210b35b68a686ad55 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricData.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricData.h
index e8c80ab502acec94398813c0eb7523d9d12c23ac..39dc8d7d5df30a7717157d65a6f0ba26ced3e487 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricData.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricData.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricSynthesisFunctor.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricSynthesisFunctor.h
index 32aa93997d3806b25f2058321ebe19495a66ebe3..110077ea72a0850fdd772ca977ac98e4c37b0d96 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricSynthesisFunctor.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetricSynthesisFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetryTags.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetryTags.h
index 0c5d208e084ef93d1be4d4305e95117d9d284b85..6e32bf6e006330d699e0761843e5050b2a092856 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetryTags.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbPolarimetryTags.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalBarnesDecompImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalBarnesDecompImageFilter.h
index e94751adae70f870226a5d17a24f002691bdef1d..b76e9abc32da17f9f17f757b70ec1b7ca2d189af 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalBarnesDecompImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalBarnesDecompImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCoherencyToReciprocalMuellerImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCoherencyToReciprocalMuellerImageFilter.h
index a9413ca5cbafc0afa051071229324c2dbb3a2905..46b8f845996f8feb3eb34848cbc57ccd217cd5c8 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCoherencyToReciprocalMuellerImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCoherencyToReciprocalMuellerImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h
index aeea770380451a983e1ef5a599ed687bed2d33e3..7b73be28c57d3afc2147ea0828d9496055399e86 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToCoherencyDegreeImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h
index 64bd221089f958567ae00a06008714abef70e7e1..1111a08000a6ec353ae718dc035d169fd6b3736f 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHAlphaImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHAlphaImageFilter.h
index b527128b163e1bf64f15c4d571842097973d309f..b0552a0d843230adf212ddc3d7525662daf53c1b 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHAlphaImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHAlphaImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHuynenDecompImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHuynenDecompImageFilter.h
index 63db131139aec35499cfd30b84fb8e749ce1dae2..8d2b745720a2555e5476bc1a3993cb8d63170ba8 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHuynenDecompImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalHuynenDecompImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h
index 472eb5a6ca80e85e4247cf5237ba48b65255c5a1..c39f5ea9307d830d6a5f65e24534bf8f4b007689 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalPauliDecompImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalPauliDecompImageFilter.h
index 004ceb59e28665fb2451a8341547d4f34fc18c89..cef0a0cb62b083cfee9d0ed35b5ffbcaeb28f2aa 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalPauliDecompImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbReciprocalPauliDecompImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCircularCovarianceMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCircularCovarianceMatrixImageFilter.h
index 79fce4472b08879dfcfeefdaf3c87a12a224d81e..df7fe7e16e98dac87eeeffa9cec971a019dc800f 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCircularCovarianceMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCircularCovarianceMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCoherencyMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCoherencyMatrixImageFilter.h
index 28f7f5d93f80477bc9e294e4c9b8ffba6399f92a..4d3a329199337b652045da87c5c3e91b60159eb0 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCoherencyMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCoherencyMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCovarianceMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCovarianceMatrixImageFilter.h
index 58b5495bc627542803b2c30c20700fd3ed4589ed..2f23e4da71368cb1aa02f3f62fe87c9467f7e6e5 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCovarianceMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToCovarianceMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixImageFilter.h
index 84d703cc1b0ff31c47060b3a017653b44c97dbd3..de8f6aa19faab7d123df63166190e0f036ecb4b7 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h
index 665584583426e7da5f1a0e421e56be36f44371c1..ea7175dadba24d1e871f142064cdcf63727752dd 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCoherencyMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCoherencyMatrixImageFilter.h
index 02eb40fbeb3d4eac1113d79c971167f64954a3a8..9ffccfaa3abccbb28a53f2a6e79a1e6de5e436fc 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCoherencyMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCoherencyMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCovarianceMatrixImageFilter.h b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCovarianceMatrixImageFilter.h
index 3a496c933b825e26f2df2dddc576d7ea0c878a85..ab4a645c952317e81273f2b3122aa79b5d679576 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCovarianceMatrixImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/include/otbSinclairToReciprocalCovarianceMatrixImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/Polarimetry/otb-module.cmake
index a5afc5dc0a1a053f5ed4e62c77ba89e81a4069d9..1c12661d1956a09484f95ab680a0f5cd44cd3025 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/src/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Polarimetry/src/CMakeLists.txt
index 7050b417bb7c7b52fe5e3e4825af68ab41cf91e8..940c0f53988e978bddd1356f374120ace7b1c3de 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/src/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/src/otbPolarimetricData.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/src/otbPolarimetricData.cxx
index c0f0081dbe37627acbd71bbd448c47fa8f7df86d..8c57da99c8d9a596061decdc0f54ba23cae9a4e4 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/src/otbPolarimetricData.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/src/otbPolarimetricData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/CMakeLists.txt
index 93dad6ab427e04ca46afdb3508b7351d7e906593..e6a4d2de3f932726489a7cf10901e150c1bc381b 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToPolarisationDegreeAndPowerImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToPolarisationDegreeAndPowerImageFilter.cxx
index 2e8a5cefe9da9b90d9e1454b25dc75f315f50533..5873a8df55a73642af6ccc1ac6b120a9e15d9ef2 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToPolarisationDegreeAndPowerImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToPolarisationDegreeAndPowerImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceFunctor.cxx
index d929c8f713bd3b37f79f78a02f3ff561c11f6244..edf69f6b1fe8919f5da40074d91275a82dc2d78f 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceImageFilter.cxx
index 65f9b3713e7969d31e755b356094840b9257f06c..0739f1b9ab7a301ad34cb31c41ad7f717e18552f 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMuellerToReciprocalCovarianceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMultiChannelsPolarimetricSynthesisFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMultiChannelsPolarimetricSynthesisFilter.cxx
index 858f30a346437b11d383af86b9aa9e60afc3865e..65c46c83f5511cddb0733feb9568f8f1415412d8 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMultiChannelsPolarimetricSynthesisFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbMultiChannelsPolarimetricSynthesisFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricData.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricData.cxx
index c4ed3861324408107ca7bec34e75f9120c2bfffb..a29bd5972f27c22285981f825e127f45584ee8ad 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricData.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricData.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx
index 4a06c950720f558d935aa301df4db931cde84c7d..6e8737335e74287d6406fdc56eaff89a4d15e056 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetryTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetryTestDriver.cxx
index 4e4126ca7b7dea1a82cb18e08c28ed54a3b8cad6..e7fcd7213c8d0fa347187bab67bf01cdb97576ba 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetryTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbPolarimetryTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalBarnesDecomp.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalBarnesDecomp.cxx
index b58be16af1f1ed9c6324e7d2c160b979a4eb02d0..cf16d0e88b9bff88d1d43e5360481526a39a6b6b 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalBarnesDecomp.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalBarnesDecomp.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCoherencyToReciprocalMuellerImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCoherencyToReciprocalMuellerImageFilter.cxx
index 2c3d219ff1b4e1abe421d13a7bebfaba767f2073..52302d77d8f9fcc00eee6b3224fd8216137e9962 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCoherencyToReciprocalMuellerImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCoherencyToReciprocalMuellerImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToCoherencyDegreeImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToCoherencyDegreeImageFilter.cxx
index 01232f9f5cf0edd0e769503688bd677126e58b35..9a2f7768160dee435e28eb6145f95cca79aa4ca5 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToCoherencyDegreeImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToCoherencyDegreeImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.cxx
index 256200edabb3fc8fdcabfa7478add8237e9cbfc8..11b2b5702baf120d41c265b35edf090964dc078f 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalCovarianceToReciprocalCoherencyImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHAlphaImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHAlphaImageFilter.cxx
index 73f512f0a1f9a0ad6a7d3af6286906ad047286f7..f1a3fcf926cd754687e0cd212a24c6fc21f9f987 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHAlphaImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHAlphaImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHuynenDecomp.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHuynenDecomp.cxx
index 4a5b5e694f488f0ef018c474588d850175d6f6e6..76745c6643a18a1bb07ccd3eaaf389cc0ac22d79 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHuynenDecomp.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalHuynenDecomp.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.cxx
index 08c571af5aee1a8b882bcd0b40504425aaba8973..48406e2907bc035b8923ef8fd34b406e52e942e3 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalPauliDecomp.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalPauliDecomp.cxx
index a7860ace751c1d40e36a6f4fc54ff724e8194758..c2e6f5e6caa7e7f0e8a53a8095a35b51fe93e190 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalPauliDecomp.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbReciprocalPauliDecomp.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairImageFilter.cxx
index ddf097d4d6e176ded716c6be08a1aad54732a212..c1fa6939e0ca72ce5f31b949d494e6bd40a2a06e 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairReciprocalImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairReciprocalImageFilter.cxx
index 7658c48262a21f0ca791d54e9536782cd915ff94..32d51b107de8a376cee71cc75e8d5b74fa4bd54a 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairReciprocalImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairReciprocalImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCircularCovarianceMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCircularCovarianceMatrixFunctor.cxx
index 913516088032fa3ae5ed556019166af9c0ea98f4..2bd45781e924787210a84b4e77b243745c2d6ccb 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCircularCovarianceMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCircularCovarianceMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCoherencyMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCoherencyMatrixFunctor.cxx
index 04db08f6190e6d596ead5329329f7c90de8302cc..1d8bc268e8dfcb1b029a212d4bc189a9a6909134 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCoherencyMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCoherencyMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCovarianceMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCovarianceMatrixFunctor.cxx
index 59151194fd09cb417e5a49935f6987cce4fc3087..d1df53cec3c21535aea708c8246045a04cca7a92 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCovarianceMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToCovarianceMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToMuellerMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToMuellerMatrixFunctor.cxx
index 5519b1fff948d50aa9ff6e966f820159df55ec96..6489255efc898e3ea7a73cc54bba36e86593f7d4 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToMuellerMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToMuellerMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.cxx
index 10d347b416581c4c4ae0aa29452046fa240c4a22..1ac74f2858ca08a9741e5bde3f1f336766dbe40f 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCircularCovarianceMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCoherencyMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCoherencyMatrixFunctor.cxx
index 6717039d9b6ad28991ae023a6e4d702a193e0f1f..82f2ae6358abc04db086f193b932ea9854603fb0 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCoherencyMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCoherencyMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCovarianceMatrixFunctor.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCovarianceMatrixFunctor.cxx
index ce3010e9a5ef96a62b07bcd026d0b71dd94da3a4..e81ad0911910d1f0895d048aa7fe556eddde4bbf 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCovarianceMatrixFunctor.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbSinclairToReciprocalCovarianceMatrixFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbVectorMultiChannelsPolarimetricSynthesisFilter.cxx b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbVectorMultiChannelsPolarimetricSynthesisFilter.cxx
index cd4d35a049bb914578f4f12c2d1826430c64eb74..23d88723532562b905472d1981d6d1c0ce927418 100644
--- a/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbVectorMultiChannelsPolarimetricSynthesisFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Polarimetry/test/otbVectorMultiChannelsPolarimetricSynthesisFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/TimeSeries/CMakeLists.txt
index 7620fbf092ec837805ecfcbf8eb1b3d65a7f66e3..57d040466bc601ca45a6ec09a5b5feed415df98e 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbEnvelopeSavitzkyGolayInterpolationFunctor.h b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbEnvelopeSavitzkyGolayInterpolationFunctor.h
index ae98c5a16ac4778a3cf77bdc5f2bbdba631a398b..004d9da66b8a4f12ade45c0ccaafc279582d8f17 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbEnvelopeSavitzkyGolayInterpolationFunctor.h
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbEnvelopeSavitzkyGolayInterpolationFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbSavitzkyGolayInterpolationFunctor.h b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbSavitzkyGolayInterpolationFunctor.h
index 640a08d9e8b28e371d5756f10f390450940ad160..53ab8829b48ed3e5fcf67e63b8a99d6175fa7892 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbSavitzkyGolayInterpolationFunctor.h
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbSavitzkyGolayInterpolationFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeries.h b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeries.h
index eb43d949d26ea4d54089c53ac03f7889a8cdaece..ff375e5afda6c721376f4600c47a623804e80a2d 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeries.h
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeries.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeriesLeastSquareFittingFunctor.h b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeriesLeastSquareFittingFunctor.h
index ee571f6df444761f8c44b6d2e4c42d658496c015..b1e7332610a47414255b12abe336c9e25d741a89 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeriesLeastSquareFittingFunctor.h
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/include/otbTimeSeriesLeastSquareFittingFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/TimeSeries/otb-module.cmake
index ac5af1c7960f0c7fddbf93512de6beec2b2f8252..c410c00a6630f2778274a10e419b811ff01e8069 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/CMakeLists.txt
index 0eb9e84c0b166fa06c5ea8f349caad3ff5ff0523..76c61692083744f82448a95b2e507b754529202e 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbEnvelopeSavitzkyGolayInterpolationFunctorTest.cxx b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbEnvelopeSavitzkyGolayInterpolationFunctorTest.cxx
index c4c3882f2cf18dc87fe6420c02418ac2aa0bc8a6..e0cd9fc4f8a00bcc22bdc13cb4da6fda5780930e 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbEnvelopeSavitzkyGolayInterpolationFunctorTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbEnvelopeSavitzkyGolayInterpolationFunctorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbPolynomialTimeSeriesTest.cxx b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbPolynomialTimeSeriesTest.cxx
index adbd0035f084c8f7cbe25c1e49b6b6c5090bc571..f0a36318ae30b08bb5ce994b2658ab5bbfdb6df0 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbPolynomialTimeSeriesTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbPolynomialTimeSeriesTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbSavitzkyGolayInterpolationFunctorTest.cxx b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbSavitzkyGolayInterpolationFunctorTest.cxx
index 30a82f67b24d8aa1a4bb04fc82c8bbd80aa812b9..9e439080ba25565c1561c1b8e4a55db7a73eaf8a 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbSavitzkyGolayInterpolationFunctorTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbSavitzkyGolayInterpolationFunctorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorTest.cxx b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorTest.cxx
index ee54b900f110c61457072fb6e88d0ae0d5ecd7f5..84b6d637fae10a0a89f2444df56c0ca0d04574bf 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorWeightsTest.cxx b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorWeightsTest.cxx
index 1e60d246973a7727eb112a726fe047c77c027441..070c7c0bb05b8a4ea9f4e7818fb1b9c0802df4a0 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorWeightsTest.cxx
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesLeastSquareFittingFunctorWeightsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesTestDriver.cxx
index 7d2cfac937883cf9028e20077e204a18f57bdcce..d116715c678cb45c18ae3116e3e1aac32ec03893 100644
--- a/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/TimeSeries/test/otbTimeSeriesTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Wavelet/CMakeLists.txt
index 8aae8aae89a3d2ca473be2afa5a74d6aed9b5638..a9b06f0680d899f7f83a6901a1cf34ada2383f40 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.h
index 8a61c12d3e86e9c79b5f3acfde04daacd7a41000..6e05506661f7ade554ebb2ee916484c74134df0d 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.hxx
index ae73107f02843e90be578cc026f5bd53bbe2ec35..5fb79255416e189da271ebfc079260e6b81979bf 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbSubsampleImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.h
index 6b5b0893dcf2eb83a8baa94ea7c13ad6067581a2..faf9f7e0547418ab6399396bc5b8ebadb112d7be 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.hxx
index 8010b33524a66a52a6edacad16032f5076e5fc5e..7003aa5c10390e25b643ce7512099c695d2cc841 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletFilterBank.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletGenerator.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletGenerator.h
index b0874b80ce90d7e0a0f27947403e8ec85195ba5f..740d08b3051668fea273238d2f4deecea99a918c 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletGenerator.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletGenerator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletHighPassOperator.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletHighPassOperator.h
index 5b44c9394eea5ad5147de59df49c5e15fa491997..e52985babe4a915aefe1f8c3dd89e0875a4640a7 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletHighPassOperator.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletHighPassOperator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.h
index 167ee78e400ae5325e84cca200799ddc0edc9573..f64bff872a171e1fa9aceaed5f2feb443b0f01b8 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.hxx
index 3d955ec386d23b396d2654e4804e862cf1c797b1..8fcb1634a83e40b117012a576d054e1c928695f9 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.h
index 153a53f149569e1b61549b0570e954593b0d8668..6b3f09999f3a173ccd850ca53e58080c25a905a0 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.hxx
index 5d88cd91bbc7bd475c2388a53ebe642b4489aa69..40ac9bb97950f1dbf2094e83acf1afc5d28cf82b 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletInverseImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletLowPassOperator.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletLowPassOperator.h
index 16e92d0d4a50d50354f7cb72008b975bba229033..f78daecea1abc501aa28a2a1b9e56007760a212c 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletLowPassOperator.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletLowPassOperator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperator.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperator.h
index 6797b36dc9ccafbf9a3698d6b577e7689e876ad7..fd74600ed113db894e5af28ec2ff2b969539b780 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperator.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.h
index 13c21c35e364ac5896994c30d5da6fbb81fa5dac..d4e6e1bff8838ff00baa86a4baf83f42baae3438 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.hxx
index a20427b4ea9b03accae9cb99e23b5653e2abe616..573661ff877beccd01fef7c6445ffe8836184814 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletOperatorBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h
index 2fe6a5abd7de703b2de61ddbdfedbf6d4e309156..dd2b77f0965478369f2a7311ab793ec79e13dfa2 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.h
index 0da39c36c1e7ba2e69c7cf19e7b9e18a35fec987..cb9d28224f18cb7372f33aa27c8dff8446e2f7d7 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.hxx
index dd37b737938877ba5d5dae44ee9ace1a009b3bd5..8d7adc5e1e1b5aa3a984139021a6ba91f647adf8 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletPacketTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.h
index 088e357b1960311fbc799187fdac3517030560ff..a5ad705f9b21de558a1b826fba727ca6f1ccb520 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.hxx
index b3e365f9b35c10f69ef404cf427a2342a9016fda..e1b2e7bd573dde4f5735472ec7a032794b9d1426 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletTransform.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.h
index 8e61aa1a221552d16d7df243d16dca078622bbf2..74ab104be7188cbc7a401e7d34eee53f8d9e8d69 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.hxx
index 374fb5bc1b27c9b98878e0e143a492719ec1da9d..62f03ad492de115756e33712acbfd68a8453435a 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.h b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.h
index 32e7b293a6630f415086745fcb06f5236734a32d..6a4d8a5c890ac55b3a35ef97002f5c2d3ada031e 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.h
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.hxx b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.hxx
index 79eb7bdb0dedc203d9d1981115ca0f0d66fbb7c8..24b9d3e172ec1b1fe64f464d1366e9928fc781d3 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.hxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/include/otbWaveletsSynopsisImageToWaveletsBandsListFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/otb-module.cmake b/Modules/FeaturesExtraction/Filtering/Wavelet/otb-module.cmake
index eca57113a8c160a72b788b2ade7a776d3508ca3b..fb6d02d381a8465520d82deb1b78feef5bc5c571 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/otb-module.cmake
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/src/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Wavelet/src/CMakeLists.txt
index 2ecebcce1e4086eb24e7b3f6d6ca46fc266474d6..c1c92b91549c5dbb76ab1e0afea55e4a512a3b3e 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/src/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/src/otbWaveletGenerator.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/src/otbWaveletGenerator.cxx
index b9f9c7cd280c6a4b8bd5477317d75eb11d1ae860..cb587a1bff238a02bc52b50aa901172347c92876 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/src/otbWaveletGenerator.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/src/otbWaveletGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/CMakeLists.txt b/Modules/FeaturesExtraction/Filtering/Wavelet/test/CMakeLists.txt
index a4c325aed01848277166d31666b960ebe991c701..a0e50494859eb6873f44454039e4d1ec258da2b9 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/CMakeLists.txt
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx
index b51d3b5b29a10fcbba260844b2e8ca7d464a7f4f..82f5b3e5bd07f3cb6198dcc55bb2c975e939b7e2 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletFilterBank.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletFilterBank.cxx
index 5a27602fe627b70470feff58ea434565742e27c3..63052ed3af0e71043efd154e89702e61d22c7faf 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletFilterBank.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletFilterBank.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletImageToImageFilter.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletImageToImageFilter.cxx
index 52979c8753c5218900c2d74e2f9787f7d59e9b24..33112f3736d87de3621f443912b3c750b0d04a85 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletImageToImageFilter.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletImageToImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletOperator.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletOperator.cxx
index 97428712910f96a61a1a50cbe3e9c4080622429c..3450ff593b10da9343f1a4201b0d2dcdd8dec9e1 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletOperator.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletOperator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx
index 7bf4a30e0c146a4aa5b7f899cff8dd299866fdc6..c1d39eb892bd27086212761b873f2cce16f3ecb7 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTestDriver.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTestDriver.cxx
index 9f2ae902005016a95549e5517fb8081d0aef2bb8..dc10c1c7cd714fbaa53ed7b01a6063fd1883921f 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTestDriver.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTransform.cxx b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTransform.cxx
index 2f9f54f2562362e80d271bd8c64ab92c8c788015..1e7e3a42c681f593c4a9ea9bb7a5fbc603549d06 100644
--- a/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTransform.cxx
+++ b/Modules/FeaturesExtraction/Filtering/Wavelet/test/otbWaveletTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Hyperspectral/AnomalyDetection/CMakeLists.txt b/Modules/Hyperspectral/AnomalyDetection/CMakeLists.txt
index 9fdb29067dd03b8bb831b0fc646406d10530d18f..4d19d51b5c3512e4c4afeaa11b658a6bbf3abe76 100644
--- a/Modules/Hyperspectral/AnomalyDetection/CMakeLists.txt
+++ b/Modules/Hyperspectral/AnomalyDetection/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/AnomalyDetection/include/otbLocalRxDetectorFilter.h b/Modules/Hyperspectral/AnomalyDetection/include/otbLocalRxDetectorFilter.h
index b1498f9dd7b745829cea4c31580a30df260045ee..81d8a56577259f31bf528b01cd89f7d78b0c5cb9 100644
--- a/Modules/Hyperspectral/AnomalyDetection/include/otbLocalRxDetectorFilter.h
+++ b/Modules/Hyperspectral/AnomalyDetection/include/otbLocalRxDetectorFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/AnomalyDetection/otb-module.cmake b/Modules/Hyperspectral/AnomalyDetection/otb-module.cmake
index d4ec3d1666505d3fa45b0d579a2a31718b1c1249..23a276622096976fe5c4d8e3e667a220afd863df 100644
--- a/Modules/Hyperspectral/AnomalyDetection/otb-module.cmake
+++ b/Modules/Hyperspectral/AnomalyDetection/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/AnomalyDetection/test/CMakeLists.txt b/Modules/Hyperspectral/AnomalyDetection/test/CMakeLists.txt
index 595583da4dc11f90f219e8071b450303ed0b6b9a..f0fc1212dcb2c1e1c830d125e0c5a99d06599b3a 100644
--- a/Modules/Hyperspectral/AnomalyDetection/test/CMakeLists.txt
+++ b/Modules/Hyperspectral/AnomalyDetection/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/AnomalyDetection/test/otbAnomalyDetectionTestDriver.cxx b/Modules/Hyperspectral/AnomalyDetection/test/otbAnomalyDetectionTestDriver.cxx
index 60b51586ff96efbe603383b64b1b46740c24aacf..3c245c8ea3f44d8e3690c2b7a52298068473ef7d 100644
--- a/Modules/Hyperspectral/AnomalyDetection/test/otbAnomalyDetectionTestDriver.cxx
+++ b/Modules/Hyperspectral/AnomalyDetection/test/otbAnomalyDetectionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx b/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx
index 22b6969ece4cb76f7a28b437b0fb9e1a8912155e..ae03435bd71ee019eb69f6ee565fd86d7f763402 100644
--- a/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx
+++ b/Modules/Hyperspectral/AnomalyDetection/test/otbLocalRxDetectorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Applications/CMakeLists.txt b/Modules/Hyperspectral/Applications/CMakeLists.txt
index b627b2608e1db2511e381089cbb40ade733753b9..5a51921c6e0788b1297cc203f3ead9dd6721ba87 100644
--- a/Modules/Hyperspectral/Applications/CMakeLists.txt
+++ b/Modules/Hyperspectral/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/Applications/app/CMakeLists.txt b/Modules/Hyperspectral/Applications/app/CMakeLists.txt
index 45943cf21a83503e3984b371ac6131fa4fc9af04..6b367ce62342b80f6cd3b133b7a3332596ce9dba 100644
--- a/Modules/Hyperspectral/Applications/app/CMakeLists.txt
+++ b/Modules/Hyperspectral/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/Applications/app/otbEndmemberNumberEstimation.cxx b/Modules/Hyperspectral/Applications/app/otbEndmemberNumberEstimation.cxx
index b0ce904f805b1562e99883a3bba2d8e853dabe15..3dc51ae08dc32a0b4bebaab00a0a9663e113a7d3 100644
--- a/Modules/Hyperspectral/Applications/app/otbEndmemberNumberEstimation.cxx
+++ b/Modules/Hyperspectral/Applications/app/otbEndmemberNumberEstimation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Applications/app/otbHyperspectralUnmixing.cxx b/Modules/Hyperspectral/Applications/app/otbHyperspectralUnmixing.cxx
index dbb821a9cc2fa99b5f95c56dc324f3516bb4a79b..8bd5643d7288b8fbd342c92f8ebcd323794a9a78 100644
--- a/Modules/Hyperspectral/Applications/app/otbHyperspectralUnmixing.cxx
+++ b/Modules/Hyperspectral/Applications/app/otbHyperspectralUnmixing.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Applications/app/otbLocalRxDetection.cxx b/Modules/Hyperspectral/Applications/app/otbLocalRxDetection.cxx
index 1941649bae295fb25e4111259a7f13d932225343..03f640b3138ec12f016c6798e91a0a23cb83a6f8 100644
--- a/Modules/Hyperspectral/Applications/app/otbLocalRxDetection.cxx
+++ b/Modules/Hyperspectral/Applications/app/otbLocalRxDetection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Applications/app/otbSpectralAngleClassification.cxx b/Modules/Hyperspectral/Applications/app/otbSpectralAngleClassification.cxx
index c1f53e1ea27f539917587c9132c189438facab46..2811885e5cce7ee40a4dc54440e124a75fca9e37 100644
--- a/Modules/Hyperspectral/Applications/app/otbSpectralAngleClassification.cxx
+++ b/Modules/Hyperspectral/Applications/app/otbSpectralAngleClassification.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Applications/app/otbVertexComponentAnalysis.cxx b/Modules/Hyperspectral/Applications/app/otbVertexComponentAnalysis.cxx
index ad01f98740686be18e487a26b9202471d89d03cb..eb92c5665e32a2d75330ef004edfa6335d8e01b7 100644
--- a/Modules/Hyperspectral/Applications/app/otbVertexComponentAnalysis.cxx
+++ b/Modules/Hyperspectral/Applications/app/otbVertexComponentAnalysis.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Applications/otb-module.cmake b/Modules/Hyperspectral/Applications/otb-module.cmake
index cbe119b52c9650228f8342958b8200150fec21de..46acc315416e49da785aae5fa44d4c6769ed8611 100644
--- a/Modules/Hyperspectral/Applications/otb-module.cmake
+++ b/Modules/Hyperspectral/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/Applications/test/CMakeLists.txt b/Modules/Hyperspectral/Applications/test/CMakeLists.txt
index 331d3112f0ff00085d86450644581bec0e793589..e41efbe31601108d1517d94e55662603743e62fe 100644
--- a/Modules/Hyperspectral/Applications/test/CMakeLists.txt
+++ b/Modules/Hyperspectral/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/EndmembersExtraction/CMakeLists.txt b/Modules/Hyperspectral/EndmembersExtraction/CMakeLists.txt
index 6a33a851ef55ed07b904f13b37e8bbbba4fb2a08..808da74bd2458f84b1c5127d0ff660966cbe3879 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/CMakeLists.txt
+++ b/Modules/Hyperspectral/EndmembersExtraction/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.h b/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.h
index b7bc91e60fd29701e4b9abd40c799791c9062f06..c7f25e8e7d915f1a389e90b7a62878367ecf7708 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.h
+++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.hxx b/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.hxx
index 0b34f24281c74bed4a0ff99b713476b26dd64242..47fa4772148746948cc84fb9274222d8449eed69 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.hxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbEigenvalueLikelihoodMaximisation.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h b/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h
index 8e3090302168857788d7eb7840659782f6682686..994337401bb1ada6975d76c2a98ab01e306590b5 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h
+++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.hxx b/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.hxx
index 03a9fcda8ef175145648aff65e4ea740942be8c6..f159ff8209695dff681245e816a4217f351b9c4b 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.hxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbVcaImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.h b/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.h
index 98a90b2e70a631411a141b0e3f81c29cdda57a50..4b161a04c40141ca2a8d13425efe1a59cc9c24cc 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.h
+++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.hxx b/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.hxx
index e0c6b4b24e2ec26e42978be91661b16851b90556..8e3aa584889aff9674454b20ee86913709667a5c 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.hxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/include/otbVirtualDimensionality.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/otb-module.cmake b/Modules/Hyperspectral/EndmembersExtraction/otb-module.cmake
index aae1d8bd9220392f3b78d8000122db04b32c6997..da27da78bf0cddf989d19afde3d22dfb25a1e5aa 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/otb-module.cmake
+++ b/Modules/Hyperspectral/EndmembersExtraction/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/EndmembersExtraction/test/CMakeLists.txt b/Modules/Hyperspectral/EndmembersExtraction/test/CMakeLists.txt
index 0a2dc28d96a4f2e8ef52126a337e28f1418fe02b..bf5e888d815b91739843ed1af618b810adcc5650 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/test/CMakeLists.txt
+++ b/Modules/Hyperspectral/EndmembersExtraction/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/EndmembersExtraction/test/otbEigenvalueLikelihoodMaximization.cxx b/Modules/Hyperspectral/EndmembersExtraction/test/otbEigenvalueLikelihoodMaximization.cxx
index 7fd309c71cb88cdca5c64b32ed72f7d1e86d9322..8dd0ccd80c46accf2779a5b0d5ac07e0b2c05df5 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/test/otbEigenvalueLikelihoodMaximization.cxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/test/otbEigenvalueLikelihoodMaximization.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/test/otbEndmembersExtractionTestDriver.cxx b/Modules/Hyperspectral/EndmembersExtraction/test/otbEndmembersExtractionTestDriver.cxx
index 7b8f55a67ee690fb7729127ec9a8a953d13f676f..c3e4300b2531cdf64815941146ace4efbe8f72d1 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/test/otbEndmembersExtractionTestDriver.cxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/test/otbEndmembersExtractionTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/test/otbVCAImageFilter.cxx b/Modules/Hyperspectral/EndmembersExtraction/test/otbVCAImageFilter.cxx
index 380f7bd8b66a63a94f6bfd707ed6ccf038095b9a..978e383c86bbae3540eb9b87e1b04d94614be261 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/test/otbVCAImageFilter.cxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/test/otbVCAImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/EndmembersExtraction/test/otbVirtualDimensionality.cxx b/Modules/Hyperspectral/EndmembersExtraction/test/otbVirtualDimensionality.cxx
index 75d99d65c4626cd69432dc6c9e8e5daf1d8ff646..29eb43164a501db1246234375cd2e3cacfe65a5f 100644
--- a/Modules/Hyperspectral/EndmembersExtraction/test/otbVirtualDimensionality.cxx
+++ b/Modules/Hyperspectral/EndmembersExtraction/test/otbVirtualDimensionality.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/CMakeLists.txt b/Modules/Hyperspectral/Unmixing/CMakeLists.txt
index 543e35138c775b49c9510f0404e02e52b20a04df..bcb85f4cb94cdeebd3a26aef2744ad18085d01d5 100644
--- a/Modules/Hyperspectral/Unmixing/CMakeLists.txt
+++ b/Modules/Hyperspectral/Unmixing/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.h b/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.h
index 75d8ba20f711bd6486c266f8c18a8dc426a7ee10..f2d4e6e0b140966feda4c99c08aa754005fb8b0c 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.h
+++ b/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.hxx b/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.hxx
index 09cc1c5220cdb5950ed80db9550f6031190b4a3d..0c5d5b5bdcbfa2749e1e662c31348fe6e4989f31 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.hxx
+++ b/Modules/Hyperspectral/Unmixing/include/otbISRAUnmixingImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.h b/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.h
index b1dfe72d7b02f4a7f5da585e4f297eea7f1f2a21..28f484099c8ab85faae52f67f613b40a755181dd 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.h
+++ b/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -223,7 +223,7 @@ private:
                      const bool isDirectEvalDirection);
 
   static void ProjGradOneStep(const MatrixType& X, const MatrixType& fixedMat, const MatrixType& gradVariMat, const double& sig, const double& betinit,
-                              const double& delt, const double& lambdS, const double& lambdD, MatrixType& variMat, double& alph,
+                              const double& delt, const double& lambdS, const double& lambdD, MatrixType& variMat, double& alpha,
                               const bool isDirectEvalDirection);
 
   static void SetNegativeCoefficientsToZero(MatrixType& M);
@@ -233,7 +233,7 @@ private:
   static double SumMatrixElements(const MatrixType& M);
 
   static bool ArmijoTest(const double& sig, const MatrixType variMat, const MatrixType& newVariMat, const double& evalf, const double& newEvalf,
-                         const MatrixType& gradVariMat, const double& alph);
+                         const MatrixType& gradVariMat, const double& alpha);
 
   // attributes
   MatrixType   m_Endmembers;
diff --git a/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.hxx b/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.hxx
index 2b9882903bd5afbe50f2bda6aed355a739859031..e77b8b7398f987bae7269a45f80945bafc2d0ec0 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.hxx
+++ b/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -195,16 +195,16 @@ void MDMDNMFImageFilter<TInputImage, TOutputImage>::EvalGradA(const MatrixType&
 template <class TInputImage, class TOutputImage>
 void MDMDNMFImageFilter<TInputImage, TOutputImage>::ProjGradOneStep(const MatrixType& X, const MatrixType& fixedMat, const MatrixType& gradVariMat,
                                                                     const double& sig, const double& betinit, const double& m_Delt, const double& m_LambdS,
-                                                                    const double& m_LambdD, MatrixType& variMat, double& alph, const bool isDirectEvalDirection)
+                                                                    const double& m_LambdD, MatrixType& variMat, double& alpha, const bool isDirectEvalDirection)
 
 {
   double evalf, newEvalf, bet;
   evalf = Call(variMat, fixedMat, X, m_Delt, m_LambdS, m_LambdD, isDirectEvalDirection); // compute evalf
 
-  MatrixType newVariMat = variMat - alph * gradVariMat;
+  MatrixType newVariMat = variMat - alpha * gradVariMat;
   SetNegativeCoefficientsToZero(newVariMat);
   newEvalf = Call(newVariMat, fixedMat, X, m_Delt, m_LambdS, m_LambdD, isDirectEvalDirection); // compute newEvalf
-  bool bit = ArmijoTest(sig, variMat, newVariMat, evalf, newEvalf, gradVariMat, alph);
+  bool bit = ArmijoTest(sig, variMat, newVariMat, evalf, newEvalf, gradVariMat, alpha);
 
   int count = 1;
   if (bit == true)
@@ -212,15 +212,15 @@ void MDMDNMFImageFilter<TInputImage, TOutputImage>::ProjGradOneStep(const Matrix
     while (bit == true)
     {
       bet        = pow(betinit, count);
-      alph       = alph / bet;
-      newVariMat = variMat - alph * gradVariMat;
+      alpha       = alpha / bet;
+      newVariMat = variMat - alpha * gradVariMat;
       SetNegativeCoefficientsToZero(newVariMat);
       newEvalf = Call(newVariMat, fixedMat, X, m_Delt, m_LambdS, m_LambdD, isDirectEvalDirection);
-      bit      = ArmijoTest(sig, variMat, newVariMat, evalf, newEvalf, gradVariMat, alph);
+      bit      = ArmijoTest(sig, variMat, newVariMat, evalf, newEvalf, gradVariMat, alpha);
       ++count;
     }
-    alph       = alph * bet;
-    newVariMat = variMat - alph * gradVariMat;
+    alpha       = alpha * bet;
+    newVariMat = variMat - alpha * gradVariMat;
     SetNegativeCoefficientsToZero(newVariMat);
   }
   else
@@ -228,11 +228,11 @@ void MDMDNMFImageFilter<TInputImage, TOutputImage>::ProjGradOneStep(const Matrix
     while (bit == false)
     {
       bet        = pow(betinit, count);
-      alph       = alph * bet;
-      newVariMat = variMat - alph * gradVariMat;
+      alpha       = alpha * bet;
+      newVariMat = variMat - alpha * gradVariMat;
       SetNegativeCoefficientsToZero(newVariMat);
       newEvalf = Call(newVariMat, fixedMat, X, m_Delt, m_LambdS, m_LambdD, isDirectEvalDirection);
-      bit      = ArmijoTest(sig, variMat, newVariMat, evalf, newEvalf, gradVariMat, alph);
+      bit      = ArmijoTest(sig, variMat, newVariMat, evalf, newEvalf, gradVariMat, alpha);
       ++count;
     }
   }
@@ -299,7 +299,7 @@ double MDMDNMFImageFilter<TInputImage, TOutputImage>::SumMatrixElements(const Ma
 
 template <class TInputImage, class TOutputImage>
 bool MDMDNMFImageFilter<TInputImage, TOutputImage>::ArmijoTest(const double& sig, const MatrixType variMat, const MatrixType& newVariMat, const double& evalf,
-                                                               const double& newEvalf, const MatrixType& gradVariMat, const double& alph)
+                                                               const double& newEvalf, const MatrixType& gradVariMat, const double& alpha)
 {
   bool bit;
 
@@ -309,7 +309,7 @@ bool MDMDNMFImageFilter<TInputImage, TOutputImage>::ArmijoTest(const double& sig
   const MatrixType prod    = TermByTermMatrixProduct(gradVariMat, newVariMat - variMat);
   double           sumProd = SumMatrixElements(prod);
 
-  if (newEvalf - evalf <= sig * alph * sumProd)
+  if (newEvalf - evalf <= sig * alpha * sumProd)
     bit = true;
   else
     bit = false;
@@ -364,8 +364,8 @@ void MDMDNMFImageFilter<TInputImage, TOutputImage>::GenerateData()
   // Tuning the projected gradient parameters
   double sig   = 0.05;
   double bet   = 0.99;
-  double alphA = 1.;
-  double alphS = 1.;
+  double alphaA = 1.;
+  double alphaS = 1.;
 
   MatrixType X = inputImage2Matrix->GetMatrix();
   // otbGenericMsgDebugMacro( << "X " << X  );
@@ -420,16 +420,16 @@ void MDMDNMFImageFilter<TInputImage, TOutputImage>::GenerateData()
       otbGenericMsgDebugMacro(<< "Criterion = " << Criterion(X, A, S, m_Delt, m_LambdS, m_LambdD));
       otbGenericMsgDebugMacro(<< "statGradS = " << gradS.fro_norm());
       otbGenericMsgDebugMacro(<< "gradS(0, 0) = " << gradS(0, 0));
-      otbGenericMsgDebugMacro(<< "alphS = " << alphS);
+      otbGenericMsgDebugMacro(<< "alphaS = " << alphaS);
       otbGenericMsgDebugMacro(<< "normS = " << S.fro_norm());
       otbGenericMsgDebugMacro(<< "S(0, 0) = " << S(0, 0));
     }
 
-    ProjGradOneStep(X, A, gradS, sig, bet, m_Delt, m_LambdS, m_LambdD, S, alphS, false);
+    ProjGradOneStep(X, A, gradS, sig, bet, m_Delt, m_LambdS, m_LambdD, S, alphaS, false);
 
     if (counter % divisorParam == 0)
     {
-      otbGenericMsgDebugMacro(<< "alphS = " << alphS);
+      otbGenericMsgDebugMacro(<< "alphaS = " << alphaS);
       otbGenericMsgDebugMacro(<< "normS = " << S.fro_norm());
       otbGenericMsgDebugMacro(<< "S(0, 0) = " << S(0, 0));
     }
@@ -447,15 +447,15 @@ void MDMDNMFImageFilter<TInputImage, TOutputImage>::GenerateData()
 
     if (counter % divisorParam == 0)
     {
-      otbGenericMsgDebugMacro(<< "alphA = " << alphA);
+      otbGenericMsgDebugMacro(<< "alphaA = " << alphaA);
       otbGenericMsgDebugMacro(<< "normA = " << A.fro_norm());
       otbGenericMsgDebugMacro(<< "A(0, 0) = " << A(0, 0));
     }
-    ProjGradOneStep(X, S, gradA, sig, bet, m_Delt, m_LambdS, m_LambdD, A, alphA, true);
+    ProjGradOneStep(X, S, gradA, sig, bet, m_Delt, m_LambdS, m_LambdD, A, alphaA, true);
 
     if (counter % divisorParam == 0)
     {
-      otbGenericMsgDebugMacro(<< "alphA = " << alphA);
+      otbGenericMsgDebugMacro(<< "alphaA = " << alphaA);
       otbGenericMsgDebugMacro(<< "normA = " << A.fro_norm());
       otbGenericMsgDebugMacro(<< "A(0, 0) = " << A(0, 0));
     }
diff --git a/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.h b/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.h
index 7e1ad272082f86ee7cc51ccc66b428e08b1c1dbf..1b3fe7c3b65b7ec7ca722b6c800f052e0ef46f54 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.h
+++ b/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.hxx b/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.hxx
index 64dceeb09b2c1ae26a8e5c8e32182599d93261bf..8f2952144f30bab96783aa253142d0a3296fe072 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.hxx
+++ b/Modules/Hyperspectral/Unmixing/include/otbSparseUnmixingImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.h b/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.h
index 20ecec3fd74bf897f5e4a3f35fff8c49ff2485d5..551f9ccbf1b78ba4ba24e714b1bcceb9aa7bf5f2 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.h
+++ b/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.hxx b/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.hxx
index 3f04a82be13f4ae8205c06ccad3473f6d5438b2f..316fe11af4e4349e8cdd1059ecd612765b1b3909 100644
--- a/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.hxx
+++ b/Modules/Hyperspectral/Unmixing/include/otbUnConstrainedLeastSquareImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/otb-module.cmake b/Modules/Hyperspectral/Unmixing/otb-module.cmake
index 35103986994640a74c26dd5ce3f12a02d1515b35..424e2778c898c17205980ffb2932b4389005fa68 100644
--- a/Modules/Hyperspectral/Unmixing/otb-module.cmake
+++ b/Modules/Hyperspectral/Unmixing/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/Unmixing/test/CMakeLists.txt b/Modules/Hyperspectral/Unmixing/test/CMakeLists.txt
index df3506c84e7694ccd92505a0d6c0d301564e280b..5974dbc4b640422926e5c3596a3c518fc17d3973 100644
--- a/Modules/Hyperspectral/Unmixing/test/CMakeLists.txt
+++ b/Modules/Hyperspectral/Unmixing/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Hyperspectral/Unmixing/test/otbISRAUnmixingImageFilter.cxx b/Modules/Hyperspectral/Unmixing/test/otbISRAUnmixingImageFilter.cxx
index 2af941acc5ec5b1ce08ffdb71f5e3fe5d23995de..9c3f48e121be9ac1a92683524fed304cb7d974c1 100644
--- a/Modules/Hyperspectral/Unmixing/test/otbISRAUnmixingImageFilter.cxx
+++ b/Modules/Hyperspectral/Unmixing/test/otbISRAUnmixingImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/test/otbMDMDNMFImageFilter.cxx b/Modules/Hyperspectral/Unmixing/test/otbMDMDNMFImageFilter.cxx
index e93c93661c1c65c5e356a159a89c543ec717b1ca..8fa5e9c57e6ce39bba394b22f870979f553f3cc2 100644
--- a/Modules/Hyperspectral/Unmixing/test/otbMDMDNMFImageFilter.cxx
+++ b/Modules/Hyperspectral/Unmixing/test/otbMDMDNMFImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/test/otbSparseUnmixingImageFilter.cxx b/Modules/Hyperspectral/Unmixing/test/otbSparseUnmixingImageFilter.cxx
index 98e378af260ee654acd9e7a342da744341c7e203..a247f734b670a36d7aad6b5a026d6d80a099db91 100644
--- a/Modules/Hyperspectral/Unmixing/test/otbSparseUnmixingImageFilter.cxx
+++ b/Modules/Hyperspectral/Unmixing/test/otbSparseUnmixingImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/test/otbUnConstrainedLeastSquareImageFilter.cxx b/Modules/Hyperspectral/Unmixing/test/otbUnConstrainedLeastSquareImageFilter.cxx
index 8de5d7d8c47cd21a2ccf69f83217bc126534490c..25ef14fef1ad718b97be9a45ba13a826562b0afb 100644
--- a/Modules/Hyperspectral/Unmixing/test/otbUnConstrainedLeastSquareImageFilter.cxx
+++ b/Modules/Hyperspectral/Unmixing/test/otbUnConstrainedLeastSquareImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Hyperspectral/Unmixing/test/otbUnmixingTestDriver.cxx b/Modules/Hyperspectral/Unmixing/test/otbUnmixingTestDriver.cxx
index 40f5aaa70cd919a3f5ad4633ff9c1d38f9df1940..bf77524f1f32bcccc2ab1d52d5ff5ae6f4e5dff0 100644
--- a/Modules/Hyperspectral/Unmixing/test/otbUnmixingTestDriver.cxx
+++ b/Modules/Hyperspectral/Unmixing/test/otbUnmixingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/CMakeLists.txt b/Modules/Learning/Applications/CMakeLists.txt
index c1efb80d68c7b8aa5527345109f38aee088c180c..f9034500802ad89a9e2c55ef0edae6dc0b07be37 100644
--- a/Modules/Learning/Applications/CMakeLists.txt
+++ b/Modules/Learning/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Applications/app/CMakeLists.txt b/Modules/Learning/Applications/app/CMakeLists.txt
index 39407fd601051a03570bae2fb9f16a309acc12c4..8c34e1e42b0bde2ca1cf3852e4ac18b6a8698d01 100644
--- a/Modules/Learning/Applications/app/CMakeLists.txt
+++ b/Modules/Learning/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Applications/app/otbClassificationMapRegularization.cxx b/Modules/Learning/Applications/app/otbClassificationMapRegularization.cxx
index 1e5df1afb1c988d73df0bdebf015ef0c4d76ee1d..f4aaa420336faec7bcefa6f3aefc283b09a05ded 100644
--- a/Modules/Learning/Applications/app/otbClassificationMapRegularization.cxx
+++ b/Modules/Learning/Applications/app/otbClassificationMapRegularization.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbComputeConfusionMatrix.cxx b/Modules/Learning/Applications/app/otbComputeConfusionMatrix.cxx
index f2a4f152db2f34b1b2e6719a1065d3b48fc6ab1a..c409f3eece24985cfed6cc0f7a7c501b95d63a8a 100644
--- a/Modules/Learning/Applications/app/otbComputeConfusionMatrix.cxx
+++ b/Modules/Learning/Applications/app/otbComputeConfusionMatrix.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbComputeImagesStatistics.cxx b/Modules/Learning/Applications/app/otbComputeImagesStatistics.cxx
index eb3bd8ce19caaad640953d939b3cdb40c8db3b7f..37366843fbe2280754f8e4578a62bbb610575863 100644
--- a/Modules/Learning/Applications/app/otbComputeImagesStatistics.cxx
+++ b/Modules/Learning/Applications/app/otbComputeImagesStatistics.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbComputeOGRLayersFeaturesStatistics.cxx b/Modules/Learning/Applications/app/otbComputeOGRLayersFeaturesStatistics.cxx
index 96c8d1f6de741ca7dd0f87e7d0f6f79971ebc66e..e4978c9e27b7dd8594b6183eb04b0acfd2d9f9f3 100644
--- a/Modules/Learning/Applications/app/otbComputeOGRLayersFeaturesStatistics.cxx
+++ b/Modules/Learning/Applications/app/otbComputeOGRLayersFeaturesStatistics.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbFusionOfClassifications.cxx b/Modules/Learning/Applications/app/otbFusionOfClassifications.cxx
index fedd4fc9dd36f85d335ea15bcbbc297edf162579..0cd2510c4be90d8e2670fc18a853cd9230185f0a 100644
--- a/Modules/Learning/Applications/app/otbFusionOfClassifications.cxx
+++ b/Modules/Learning/Applications/app/otbFusionOfClassifications.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbImageClassifier.cxx b/Modules/Learning/Applications/app/otbImageClassifier.cxx
index 3f8322385da15086b485c0c27e96429f7705d597..fcceccce29318eb1beb4a7179266b418fc894754 100644
--- a/Modules/Learning/Applications/app/otbImageClassifier.cxx
+++ b/Modules/Learning/Applications/app/otbImageClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -228,7 +228,7 @@ private:
     if (IsParameterEnabled("mask"))
     {
       otbAppLogINFO("Using input mask");
-      // Load mask image and cast into LabeledImageType
+      // Load mask image and cast into LabelledImageType
       MaskImageType::Pointer inMask = GetParameterUInt8Image("mask");
 
       m_ClassificationFilter->SetInputMask(inMask);
diff --git a/Modules/Learning/Applications/app/otbImageRegression.cxx b/Modules/Learning/Applications/app/otbImageRegression.cxx
index 93d3938fd09f3342f9ca07d058afd519d73f9830..85fc1937c421dbeb38fda1b24c8feca03186926c 100644
--- a/Modules/Learning/Applications/app/otbImageRegression.cxx
+++ b/Modules/Learning/Applications/app/otbImageRegression.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -255,7 +255,7 @@ private:
     if (IsParameterEnabled("mask"))
     {
       otbAppLogINFO("Using input mask");
-      // Load mask image and cast into LabeledImageType
+      // Load mask image and cast into LabelledImageType
       auto inMask = GetParameterUInt8Image("mask");
       classificationFilter->SetInputMask(inMask);
     }
diff --git a/Modules/Learning/Applications/app/otbKMeansClassification.cxx b/Modules/Learning/Applications/app/otbKMeansClassification.cxx
index bf17b4ce4bb4aaad8fbfcb95d741c67274ca00dc..bbe71173b8d0c0f901240f7cb084552d70d04749 100644
--- a/Modules/Learning/Applications/app/otbKMeansClassification.cxx
+++ b/Modules/Learning/Applications/app/otbKMeansClassification.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbMultiImageSamplingRate.cxx b/Modules/Learning/Applications/app/otbMultiImageSamplingRate.cxx
index f078b87973fa43b54eb8f2d004723a120a5ac675..8cc251a34fa953cbe2f80a0a4a03d7045a7960df 100644
--- a/Modules/Learning/Applications/app/otbMultiImageSamplingRate.cxx
+++ b/Modules/Learning/Applications/app/otbMultiImageSamplingRate.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbOGRLayerClassifier.cxx b/Modules/Learning/Applications/app/otbOGRLayerClassifier.cxx
index cc1a252d06b6f35d45dd5c5a9ab7230a88be8123..06a3e50eb8fe7e0ea3342c3653bb631e2eaa1211 100644
--- a/Modules/Learning/Applications/app/otbOGRLayerClassifier.cxx
+++ b/Modules/Learning/Applications/app/otbOGRLayerClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbPolygonClassStatistics.cxx b/Modules/Learning/Applications/app/otbPolygonClassStatistics.cxx
index 94f9260111765bce035cb2ad9e252536b504dc42..745ad0f6aeda6039ded88bdd581548e97c9efb6c 100644
--- a/Modules/Learning/Applications/app/otbPolygonClassStatistics.cxx
+++ b/Modules/Learning/Applications/app/otbPolygonClassStatistics.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbSOMClassification.cxx b/Modules/Learning/Applications/app/otbSOMClassification.cxx
index eec2674dfa0e03ae35cbe651ff493eae92e14cd7..22f97a0e33c365e8ec538cc82375977e6728d20d 100644
--- a/Modules/Learning/Applications/app/otbSOMClassification.cxx
+++ b/Modules/Learning/Applications/app/otbSOMClassification.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -50,7 +50,7 @@ public:
   itkTypeMacro(SOMClassification, otb::Application);
 
   /** Filters typedef */
-  typedef UInt16ImageType LabeledImageType;
+  typedef UInt16ImageType LabelledImageType;
 
   typedef itk::VariableLengthVector<double>                    SampleType;
   typedef itk::Statistics::EuclideanDistanceMetric<SampleType> DistanceType;
@@ -63,10 +63,10 @@ public:
   typedef FloatVectorImageType::RegionType RegionType;
 
   typedef itk::ImageRegionConstIterator<FloatVectorImageType> IteratorType;
-  typedef itk::ImageRegionConstIterator<LabeledImageType>     LabeledIteratorType;
+  typedef itk::ImageRegionConstIterator<LabelledImageType>     LabeledIteratorType;
   typedef itk::ImageRegionConstIterator<SOMMapType>           SOMIteratorType;
 
-  typedef otb::SOMImageClassificationFilter<FloatVectorImageType, LabeledImageType, SOMMapType> ClassificationFilterType;
+  typedef otb::SOMImageClassificationFilter<FloatVectorImageType, LabelledImageType, SOMMapType> ClassificationFilterType;
 
 
 private:
@@ -188,7 +188,7 @@ private:
     itk::Statistics::MersenneTwisterRandomVariateGenerator::Pointer randomGen = itk::Statistics::MersenneTwisterRandomVariateGenerator::GetInstance();
 
     FloatVectorImageType::Pointer input = GetParameterImage("in");
-    LabeledImageType::Pointer     mask;
+    LabelledImageType::Pointer     mask;
     m_UseMask = false;
     if (HasValue("vm"))
     {
@@ -389,7 +389,7 @@ private:
 
     AddProcess(m_Classifier, "Classification");
 
-    SetParameterOutputImage<LabeledImageType>("out", m_Classifier->GetOutput());
+    SetParameterOutputImage<LabelledImageType>("out", m_Classifier->GetOutput());
   }
 
   bool                              m_UseMask;
diff --git a/Modules/Learning/Applications/app/otbSampleAugmentation.cxx b/Modules/Learning/Applications/app/otbSampleAugmentation.cxx
index 12f565c5c29c9bc872e44779565322781505bd6a..ac68f36b1a0e288b1d3477c332a8c95470c628b5 100644
--- a/Modules/Learning/Applications/app/otbSampleAugmentation.cxx
+++ b/Modules/Learning/Applications/app/otbSampleAugmentation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbSampleExtraction.cxx b/Modules/Learning/Applications/app/otbSampleExtraction.cxx
index fdffd5785e7fb83e23f423a8722c577ad9c41f1f..eeebdb8edd706828a5298636aef14fe84d2c5381 100644
--- a/Modules/Learning/Applications/app/otbSampleExtraction.cxx
+++ b/Modules/Learning/Applications/app/otbSampleExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbSampleSelection.cxx b/Modules/Learning/Applications/app/otbSampleSelection.cxx
index 44d78506f03e5d6557d2c42c0ba666c431735cc6..fae6890692165635266683c5ba2d924263da89c1 100644
--- a/Modules/Learning/Applications/app/otbSampleSelection.cxx
+++ b/Modules/Learning/Applications/app/otbSampleSelection.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbTrainImagesClassifier.cxx b/Modules/Learning/Applications/app/otbTrainImagesClassifier.cxx
index 21180a3d839fc4957d9d4c64b9f8d0282081af91..216298fcb940db46c25098abf94d746cb43699f7 100644
--- a/Modules/Learning/Applications/app/otbTrainImagesClassifier.cxx
+++ b/Modules/Learning/Applications/app/otbTrainImagesClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbTrainImagesRegression.cxx b/Modules/Learning/Applications/app/otbTrainImagesRegression.cxx
index 4a5ee063b3a6ec5e2df0e73ea01d203d0165658c..67477de8ca3e45a21a017e8c68a4e6fd56d6a11e 100644
--- a/Modules/Learning/Applications/app/otbTrainImagesRegression.cxx
+++ b/Modules/Learning/Applications/app/otbTrainImagesRegression.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbTrainRegression.cxx b/Modules/Learning/Applications/app/otbTrainRegression.cxx
index 19e4703b44eb60aa1c0f8991608928e8bb52b5bb..13c828c53dbd33e9fe32af35672abefcb17bf1e0 100644
--- a/Modules/Learning/Applications/app/otbTrainRegression.cxx
+++ b/Modules/Learning/Applications/app/otbTrainRegression.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbTrainVectorClassifier.cxx b/Modules/Learning/Applications/app/otbTrainVectorClassifier.cxx
index 45081b3656f0d820ba89a673650c857e3e449037..b214da57f483e25d5b1aa141ef5ff247cc31a26e 100644
--- a/Modules/Learning/Applications/app/otbTrainVectorClassifier.cxx
+++ b/Modules/Learning/Applications/app/otbTrainVectorClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbTrainVectorRegression.cxx b/Modules/Learning/Applications/app/otbTrainVectorRegression.cxx
index d61487b23a89249f156bec31250728cabf2647a6..5bddcf56fb0a21db3cf3400c531abecedf065614 100644
--- a/Modules/Learning/Applications/app/otbTrainVectorRegression.cxx
+++ b/Modules/Learning/Applications/app/otbTrainVectorRegression.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbVectorClassifier.cxx b/Modules/Learning/Applications/app/otbVectorClassifier.cxx
index 7722ba79a71d5a9d45c1f2ac71a3e2f7e2c79f46..1a43a76902cf32f3d601d2aa9ccfcc1dfdc98a0b 100644
--- a/Modules/Learning/Applications/app/otbVectorClassifier.cxx
+++ b/Modules/Learning/Applications/app/otbVectorClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/app/otbVectorRegression.cxx b/Modules/Learning/Applications/app/otbVectorRegression.cxx
index d9db23a6d8207a72ec7fb9a465a290cfc5186ef0..88776227edc40a307cc1adcd1a07ce9f17bdbac7 100644
--- a/Modules/Learning/Applications/app/otbVectorRegression.cxx
+++ b/Modules/Learning/Applications/app/otbVectorRegression.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbLearningApplicationBase.h b/Modules/Learning/Applications/include/otbLearningApplicationBase.h
index 042dc6dc1bd727378b3263997c4d5fd7f202c68a..e64f6dc01e79b6f21f1c8dd9e3ded72ddc87d815 100644
--- a/Modules/Learning/Applications/include/otbLearningApplicationBase.h
+++ b/Modules/Learning/Applications/include/otbLearningApplicationBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbLearningApplicationBase.hxx b/Modules/Learning/Applications/include/otbLearningApplicationBase.hxx
index 3b16218237a892e694aed9d2bbc6193a28a9ba9d..54fc8c860d82eccdad3d2d51a4f6de737c3857e3 100644
--- a/Modules/Learning/Applications/include/otbLearningApplicationBase.hxx
+++ b/Modules/Learning/Applications/include/otbLearningApplicationBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainBoost.hxx b/Modules/Learning/Applications/include/otbTrainBoost.hxx
index 2df9e93de662633409fa850570f3a76947ecbf1e..492a8b13927d7c835ecf593c407c8e05cea91a12 100644
--- a/Modules/Learning/Applications/include/otbTrainBoost.hxx
+++ b/Modules/Learning/Applications/include/otbTrainBoost.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainDecisionTree.hxx b/Modules/Learning/Applications/include/otbTrainDecisionTree.hxx
index 9c620686e382b28a6042fa30825b02d6f7f88f83..79d06589de109d55226d26d759335a749da1c816 100644
--- a/Modules/Learning/Applications/include/otbTrainDecisionTree.hxx
+++ b/Modules/Learning/Applications/include/otbTrainDecisionTree.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainImagesBase.h b/Modules/Learning/Applications/include/otbTrainImagesBase.h
index 5f1299f26d10f2728269e77154c3a91f5ec3097c..aa9c6e0b316e4cb7fc5cec0f6044a70d7fb2c858 100644
--- a/Modules/Learning/Applications/include/otbTrainImagesBase.h
+++ b/Modules/Learning/Applications/include/otbTrainImagesBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainImagesBase.hxx b/Modules/Learning/Applications/include/otbTrainImagesBase.hxx
index 7f7c140f273f0769e2f97b9178a84cbe35dcc1f8..73f6f483543fbef4903e9be8159d44b74a0bf85d 100644
--- a/Modules/Learning/Applications/include/otbTrainImagesBase.hxx
+++ b/Modules/Learning/Applications/include/otbTrainImagesBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainKNN.hxx b/Modules/Learning/Applications/include/otbTrainKNN.hxx
index 253f502615a8d2c7c0277f82a50dddfa6b0576c6..87e847cdbaa4341429e10fd6af06f78cf216b918 100644
--- a/Modules/Learning/Applications/include/otbTrainKNN.hxx
+++ b/Modules/Learning/Applications/include/otbTrainKNN.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainLibSVM.hxx b/Modules/Learning/Applications/include/otbTrainLibSVM.hxx
index 710c7a42e6f8a1651dff91bafd64f09b54252321..3c399b3a0cf89b310e4c2ac097d1a10280d99269 100644
--- a/Modules/Learning/Applications/include/otbTrainLibSVM.hxx
+++ b/Modules/Learning/Applications/include/otbTrainLibSVM.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainNeuralNetwork.hxx b/Modules/Learning/Applications/include/otbTrainNeuralNetwork.hxx
index 1351fd39e812a9ab72be793f98b0b696540edad0..d49ffbc04405359f1d961fbf0599b35c1ff18ced 100644
--- a/Modules/Learning/Applications/include/otbTrainNeuralNetwork.hxx
+++ b/Modules/Learning/Applications/include/otbTrainNeuralNetwork.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainNormalBayes.hxx b/Modules/Learning/Applications/include/otbTrainNormalBayes.hxx
index de8d169276343b948d94bc08ab9e7ff600ef017d..3a0761b87d7e3b3b05ee74ed33f8fd71717905d6 100644
--- a/Modules/Learning/Applications/include/otbTrainNormalBayes.hxx
+++ b/Modules/Learning/Applications/include/otbTrainNormalBayes.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainRandomForests.hxx b/Modules/Learning/Applications/include/otbTrainRandomForests.hxx
index fe4831bf4175de8f3b09710f4773b98b8f226d95..ebe5ce9b6957a8ddaace9741ee44a1268f3c01c4 100644
--- a/Modules/Learning/Applications/include/otbTrainRandomForests.hxx
+++ b/Modules/Learning/Applications/include/otbTrainRandomForests.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainSVM.hxx b/Modules/Learning/Applications/include/otbTrainSVM.hxx
index 99da053d97c99ff820096b436c622fb41b4918f2..b68853e80c60417f2ae5b9c98958f3b6ec171f7e 100644
--- a/Modules/Learning/Applications/include/otbTrainSVM.hxx
+++ b/Modules/Learning/Applications/include/otbTrainSVM.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainSharkKMeans.hxx b/Modules/Learning/Applications/include/otbTrainSharkKMeans.hxx
index 4f87c5f85e115ad85c236ddfb89415d9b54a8268..0dc922ebe2f5e1536accbee7f675798a5d288525 100644
--- a/Modules/Learning/Applications/include/otbTrainSharkKMeans.hxx
+++ b/Modules/Learning/Applications/include/otbTrainSharkKMeans.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainSharkRandomForests.hxx b/Modules/Learning/Applications/include/otbTrainSharkRandomForests.hxx
index 06fb416ddd7e7afbe40c1d1800a33a10c29b764b..1c698769030e910677e6ec3516318d7e0ac94dea 100644
--- a/Modules/Learning/Applications/include/otbTrainSharkRandomForests.hxx
+++ b/Modules/Learning/Applications/include/otbTrainSharkRandomForests.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainVectorBase.h b/Modules/Learning/Applications/include/otbTrainVectorBase.h
index cb84a53bd0494f3d618986ae949035aa79f19603..0a8cd88a03fcfb10af72d0151ebe26d8869e0bbe 100644
--- a/Modules/Learning/Applications/include/otbTrainVectorBase.h
+++ b/Modules/Learning/Applications/include/otbTrainVectorBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbTrainVectorBase.hxx b/Modules/Learning/Applications/include/otbTrainVectorBase.hxx
index 51ddf330fda04a84702521dce351e9ce5cec02e2..67af085d1874917b89f12f2defd56dd2d57aeafb 100644
--- a/Modules/Learning/Applications/include/otbTrainVectorBase.hxx
+++ b/Modules/Learning/Applications/include/otbTrainVectorBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbVectorPrediction.h b/Modules/Learning/Applications/include/otbVectorPrediction.h
index c9ab5b5af787a1c0097af38ec335a35e60a1bb41..f2249f2516564ee8a86578c3babec357b89183e7 100644
--- a/Modules/Learning/Applications/include/otbVectorPrediction.h
+++ b/Modules/Learning/Applications/include/otbVectorPrediction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/include/otbVectorPrediction.hxx b/Modules/Learning/Applications/include/otbVectorPrediction.hxx
index 6b1284a90fe936b05634084148b5f73311cf33d3..e46a46effd92415f1fcfc3479607fd2616cd868f 100644
--- a/Modules/Learning/Applications/include/otbVectorPrediction.hxx
+++ b/Modules/Learning/Applications/include/otbVectorPrediction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Applications/otb-module.cmake b/Modules/Learning/Applications/otb-module.cmake
index c8a58b301330e6f4bd835920d6a638477a3cafd9..3ed8294dc3c864a83fbcaafaad291dacf14ecf8e 100644
--- a/Modules/Learning/Applications/otb-module.cmake
+++ b/Modules/Learning/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Applications/test/CMakeLists.txt b/Modules/Learning/Applications/test/CMakeLists.txt
index 5184ac1f693532f129f5c0138aa36a0679415aef..da61a2c088570e582f4c6fd045b3b2bd33536b3d 100644
--- a/Modules/Learning/Applications/test/CMakeLists.txt
+++ b/Modules/Learning/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DempsterShafer/CMakeLists.txt b/Modules/Learning/DempsterShafer/CMakeLists.txt
index 8f774fd39d223826f64db18437093e82bcf286d8..dd5c72f46d9101d2620eb428196bff97529ee6df 100644
--- a/Modules/Learning/DempsterShafer/CMakeLists.txt
+++ b/Modules/Learning/DempsterShafer/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.h b/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.h
index 53e2e5cfeedf4b93609869762566e34cfc910620..f0da35481f2b5bc7b7a16736fe87bcf3fd0873ef 100644
--- a/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.h
+++ b/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.hxx b/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.hxx
index 4ff070f063673c6a848d86a98d8ddbef56a8ebb0..94e4ca6d82affce23d061b4c48d86c3515ccdf1c 100644
--- a/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.hxx
+++ b/Modules/Learning/DempsterShafer/include/otbConfusionMatrixToMassOfBelief.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.h b/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.h
index 7deef721b4946f402abd482c278701db023e1775..6900b653045923aa673bcada3cfd91e6728ca4b8 100644
--- a/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.h
+++ b/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.hxx b/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.hxx
index 8b818e8769a3c997a40790815b00b31619a6d645..ac21f0d6cb02881656eeb8794e9a428c306feddb 100644
--- a/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.hxx
+++ b/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.h b/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.h
index 0ebb6361878a66165f380cdc84bb75955893fb21..cd6ff30eff93944738e4b7b0be960634a5a9de1f 100644
--- a/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.h
+++ b/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.hxx b/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.hxx
index 293c5c03634e31ec3f66fd063284dfa81711c77c..655cc8624a921db4180f732992cb6b77b318110b 100644
--- a/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.hxx
+++ b/Modules/Learning/DempsterShafer/include/otbJointMassOfBeliefFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbMassOfBelief.h b/Modules/Learning/DempsterShafer/include/otbMassOfBelief.h
index 2c9593c3714aaa93908fe75a71ff9a42c0462206..97e5f3ff3bc0908d685584a14dab2393da8611dd 100644
--- a/Modules/Learning/DempsterShafer/include/otbMassOfBelief.h
+++ b/Modules/Learning/DempsterShafer/include/otbMassOfBelief.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/include/otbMassOfBelief.hxx b/Modules/Learning/DempsterShafer/include/otbMassOfBelief.hxx
index eb47ff7857df7cfeb1ebc67ab17c24cc2b20e95b..003d12ad499936bdcb18a094da871a33ebf1bfeb 100644
--- a/Modules/Learning/DempsterShafer/include/otbMassOfBelief.hxx
+++ b/Modules/Learning/DempsterShafer/include/otbMassOfBelief.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/otb-module.cmake b/Modules/Learning/DempsterShafer/otb-module.cmake
index f2ad085432ccad47ed56c07b31187f7e800b2f62..3b61a00b138c681f81a526e81058bf864e0d05c9 100644
--- a/Modules/Learning/DempsterShafer/otb-module.cmake
+++ b/Modules/Learning/DempsterShafer/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DempsterShafer/test/CMakeLists.txt b/Modules/Learning/DempsterShafer/test/CMakeLists.txt
index 295bb4650a69664d06ed46959ecbe1e1246ffdce..f7b79ce9016d2f1294f5b56a5b3a64ec41015a97 100644
--- a/Modules/Learning/DempsterShafer/test/CMakeLists.txt
+++ b/Modules/Learning/DempsterShafer/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DempsterShafer/test/otbConfusionMatrixToMassOfBeliefTest.cxx b/Modules/Learning/DempsterShafer/test/otbConfusionMatrixToMassOfBeliefTest.cxx
index fe0160d6e139d5320aec7058e4eacb9d4c4ffa7c..34ed65e82e7ba00407c3e652a48d3569908decc1 100644
--- a/Modules/Learning/DempsterShafer/test/otbConfusionMatrixToMassOfBeliefTest.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbConfusionMatrixToMassOfBeliefTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx b/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx
index db97af864c461e9403d2edf5fabb6448d1884010..52360881d1411f67e7cd9178779ef46ca253478d 100644
--- a/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx b/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx
index 22ee4d3daf77dd28c5328f8938bb195fb59aa2a7..dbe0ecec6e9de740ee9e05b9fb9ba6393f78b976 100644
--- a/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/test/otbDempsterShaferTestDriver.cxx b/Modules/Learning/DempsterShafer/test/otbDempsterShaferTestDriver.cxx
index 3818bca5a4e64213fc1b8fb334a948564a6440aa..85f74a1b86686edaa9300dafa594f7f2b96a5462 100644
--- a/Modules/Learning/DempsterShafer/test/otbDempsterShaferTestDriver.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbDempsterShaferTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/test/otbJointMassOfBeliefFilter.cxx b/Modules/Learning/DempsterShafer/test/otbJointMassOfBeliefFilter.cxx
index fa7e47870ba39046d2cb47e986bb84c8a30c4479..36df3c274e2a9e6ef244239928392e945d738e07 100644
--- a/Modules/Learning/DempsterShafer/test/otbJointMassOfBeliefFilter.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbJointMassOfBeliefFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/test/otbMassOfBelief.cxx b/Modules/Learning/DempsterShafer/test/otbMassOfBelief.cxx
index a2c9d6025fc43ecb51ca8312ff901dedfce15b63..06f8987984d627cdadaf54d497c9968ec82564b2 100644
--- a/Modules/Learning/DempsterShafer/test/otbMassOfBelief.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbMassOfBelief.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx b/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx
index e5cf242f77df25d0f2ca21f8e0759da58b70fe16..3564a3602dd617e564cd001f03a00b89acc0dc04 100644
--- a/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx
+++ b/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/CMakeLists.txt b/Modules/Learning/DimensionalityReductionLearning/CMakeLists.txt
index 3217494d6472ef5f3d484cbd38570e399c19b9f2..adc1dd44c0d74816dd247a780f9e5be133d98dbb 100644
--- a/Modules/Learning/DimensionalityReductionLearning/CMakeLists.txt
+++ b/Modules/Learning/DimensionalityReductionLearning/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h
index ba2a551c7a908ef0033f810711b382d67431700d..9c25c4535ce605345c7be9f630dcf49d97d66565 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.hxx
index 8ffcb21a175ab73272f4dedc6ec5bd6ee86cae80..0f1ebc6957a4e20d73270c8fc981292067fce06b 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.h b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.h
index 967a516f2caa7d1889472d91e4192c1405648784..8c093d464313b54990e84e1be9ec5fb5e6603454 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.hxx
index 9475547506965e651dc85c0d6b546b3eab94c4ec..95544510ab555bb63997eabda33dec6ce97072c8 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.h b/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.h
index 974f3e16d5df5cf5bec52c47a627d6f9efe7c278..b516a866c32d480ae24898e43d4ebb0028b87be6 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.hxx
index eabae9bcf4ec713c067859ef2e756a2ba8f8bb01..25d1961c034a518b42ffc1f8e8b42034b7d23c6b 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbDimensionalityReductionModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.h b/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.h
index 93c726970d8ee5b1492db347ed42d8087f54bf12..3d8fdf540a96a7a93ca59c6667a60a5ea402fedd 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.hxx
index 98fa7e0493cfb3a70b61c70bed1a3fa02c8a153f..68c2aa7eaadc023bd1b35b76d0ea45c83d91ffbf 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbImageDimensionalityReductionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.h b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.h
index 048f56387232cdfd9d04eff471a099503f3d2eb4..040733db6f56b1d98305690042133211cd6e9fbf 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.hxx
index eb4ef8238c7faa3972738bccb049b982b2b1be7b..c4297f87e0cb827eed16622ce290ca66101e2f2b 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.h b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.h
index a53af570b9c4ae63935e26057c08668f85e6b283..b8f3297cd0538422a30c2901b18b8b745a99d099 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.hxx
index f4ae6d5b5cf1b44b21f5ac39690a96872d684f59..ad4a8b92962e32267ae38dcaffcf3817c0ddc777 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.h b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.h
index f8ae46dc59b5d53df513c542b2b1ce5aafaf9e1e..1536f883c9ba2c3f3b74a3988a0537017259ee74 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.hxx
index b406b2ed5a0207dc8ea73c4ba9477ac56279935a..0c6448df9f2c251303bc52c78f4d8dc1e890ca01 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.h b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.h
index 4a9e73735822e0e557aaeac06910b6e477230de1..d15467bfcea04c8903ef4e00b028f710395efe94 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.h
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.hxx b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.hxx
index 6fa54574ed862934cfa1de13789858b7d860c3fd..7a94ef9c0e5c1b634ac1025f02652e28df1b9620 100644
--- a/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.hxx
+++ b/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/otb-module.cmake b/Modules/Learning/DimensionalityReductionLearning/otb-module.cmake
index 2760ecc43904b6c626db06f2621e51e0a694207f..f82d053517c41f4f56c19b6d8941c5ae9be07fe1 100644
--- a/Modules/Learning/DimensionalityReductionLearning/otb-module.cmake
+++ b/Modules/Learning/DimensionalityReductionLearning/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DimensionalityReductionLearning/test/CMakeLists.txt b/Modules/Learning/DimensionalityReductionLearning/test/CMakeLists.txt
index 2ac8a0e975137a664e0b1013ffd346f4a8b7d404..6d4334216d8acb3982317db24858661c642ab336 100644
--- a/Modules/Learning/DimensionalityReductionLearning/test/CMakeLists.txt
+++ b/Modules/Learning/DimensionalityReductionLearning/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/DimensionalityReductionLearning/test/otbAutoencoderModelTest.cxx b/Modules/Learning/DimensionalityReductionLearning/test/otbAutoencoderModelTest.cxx
index 08fc9e1a74943125b7176c3d75e3ead3d6346f5e..71559812d4f88e7aba4d17d395d32a48df642c98 100644
--- a/Modules/Learning/DimensionalityReductionLearning/test/otbAutoencoderModelTest.cxx
+++ b/Modules/Learning/DimensionalityReductionLearning/test/otbAutoencoderModelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/test/otbDimensionalityReductionLearningTestDriver.cxx b/Modules/Learning/DimensionalityReductionLearning/test/otbDimensionalityReductionLearningTestDriver.cxx
index dc47705336dd52cb2fcdf1a915ceaadaecfcf493..71c6116c7518104b0e2f11e7877d6e9a3f5afec6 100644
--- a/Modules/Learning/DimensionalityReductionLearning/test/otbDimensionalityReductionLearningTestDriver.cxx
+++ b/Modules/Learning/DimensionalityReductionLearning/test/otbDimensionalityReductionLearningTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/test/otbPCAModelTest.cxx b/Modules/Learning/DimensionalityReductionLearning/test/otbPCAModelTest.cxx
index 7cced17c03fc0fbd1f038384065b5d9c17a6c135..d1998bd6169d58e0e4799b2add791171b9a62ffb 100644
--- a/Modules/Learning/DimensionalityReductionLearning/test/otbPCAModelTest.cxx
+++ b/Modules/Learning/DimensionalityReductionLearning/test/otbPCAModelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/test/otbSOMModelTest.cxx b/Modules/Learning/DimensionalityReductionLearning/test/otbSOMModelTest.cxx
index ff6911ceeda808f508bcc1667d028c7b1f5d6995..aac9f74a5b43804dcbb7c4623c461c6729c96882 100644
--- a/Modules/Learning/DimensionalityReductionLearning/test/otbSOMModelTest.cxx
+++ b/Modules/Learning/DimensionalityReductionLearning/test/otbSOMModelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/DimensionalityReductionLearning/test/tests-shark.cmake b/Modules/Learning/DimensionalityReductionLearning/test/tests-shark.cmake
index 87879420c2a060aeee482648018877959cf40a34..df26f88117c939047a7a7e41597b198b30aeced6 100644
--- a/Modules/Learning/DimensionalityReductionLearning/test/tests-shark.cmake
+++ b/Modules/Learning/DimensionalityReductionLearning/test/tests-shark.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LandSatClassifier/CMakeLists.txt b/Modules/Learning/LandSatClassifier/CMakeLists.txt
index 101ca042b2cc290b7e968d49d550da8ba040492c..2429d7e5b0694f0108809d77ee2f51e5d0930c47 100644
--- a/Modules/Learning/LandSatClassifier/CMakeLists.txt
+++ b/Modules/Learning/LandSatClassifier/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LandSatClassifier/include/otbLandsatTMSpectralRuleBasedClassifier.h b/Modules/Learning/LandSatClassifier/include/otbLandsatTMSpectralRuleBasedClassifier.h
index 58611a356bc6d7734472f6bf4f0c6cffaa350d4f..628f871b2b00b3ca4438f1d948b7c13700928bd2 100644
--- a/Modules/Learning/LandSatClassifier/include/otbLandsatTMSpectralRuleBasedClassifier.h
+++ b/Modules/Learning/LandSatClassifier/include/otbLandsatTMSpectralRuleBasedClassifier.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LandSatClassifier/otb-module.cmake b/Modules/Learning/LandSatClassifier/otb-module.cmake
index cefc6a8baed257eabf7d0556e0428622ac1c9787..ff9b5536f2890f39bb11cc1d0d55a19f4b82caea 100644
--- a/Modules/Learning/LandSatClassifier/otb-module.cmake
+++ b/Modules/Learning/LandSatClassifier/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LandSatClassifier/test/CMakeLists.txt b/Modules/Learning/LandSatClassifier/test/CMakeLists.txt
index 0f29a1c85c6740c04035fc512155d612773eeebf..84a02539ec78e34887deeacc4a75aca465c24a2f 100644
--- a/Modules/Learning/LandSatClassifier/test/CMakeLists.txt
+++ b/Modules/Learning/LandSatClassifier/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LandSatClassifier/test/otbLandSatClassifierTestDriver.cxx b/Modules/Learning/LandSatClassifier/test/otbLandSatClassifierTestDriver.cxx
index 12faf1b96ae267adde7053ddcdb50d235f24a082..a8e5fefd18a048b29443c8bd85c88319f1313f24 100644
--- a/Modules/Learning/LandSatClassifier/test/otbLandSatClassifierTestDriver.cxx
+++ b/Modules/Learning/LandSatClassifier/test/otbLandSatClassifierTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LandSatClassifier/test/otbLandsatTMSpectralRuleBasedClassifierTest.cxx b/Modules/Learning/LandSatClassifier/test/otbLandsatTMSpectralRuleBasedClassifierTest.cxx
index 95ed011842b9c2e7f1bf6af5cd60b38649eb2f8d..4806755ad649cb2f56bbc2b0996527f285f54776 100644
--- a/Modules/Learning/LandSatClassifier/test/otbLandsatTMSpectralRuleBasedClassifierTest.cxx
+++ b/Modules/Learning/LandSatClassifier/test/otbLandsatTMSpectralRuleBasedClassifierTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/CMakeLists.txt b/Modules/Learning/LearningBase/CMakeLists.txt
index 25befda8a13ce8af1f9ccba050447110de1e0d0a..2ac5d203d2da8ab114a5cc53fb1529bcc182fc9e 100644
--- a/Modules/Learning/LearningBase/CMakeLists.txt
+++ b/Modules/Learning/LearningBase/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LearningBase/include/otbDecisionTree.h b/Modules/Learning/LearningBase/include/otbDecisionTree.h
index c10decdc2b4df1899311781646ebc9b132aa35ef..ce65a9935d4c13ee4e35673bf89d4e3bfa9a9445 100644
--- a/Modules/Learning/LearningBase/include/otbDecisionTree.h
+++ b/Modules/Learning/LearningBase/include/otbDecisionTree.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbDecisionTree.hxx b/Modules/Learning/LearningBase/include/otbDecisionTree.hxx
index ee6e76922f1054ce52338a02784691a55f69cdec..43d6a49c0bc4dae880f9ceb002e90e976fbaf147 100644
--- a/Modules/Learning/LearningBase/include/otbDecisionTree.hxx
+++ b/Modules/Learning/LearningBase/include/otbDecisionTree.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h
index 4b821c09a67991957d460f0d7c577a29bc598613..bccf64da5ab312aa3cb16dcc36274442b7cf46f5 100644
--- a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h
+++ b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.hxx b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.hxx
index bf8218bcb04bd3583834f5df4b2a8b593b64bd73..0225643e7f78289fd21f065784f6cfe1a4f5cc07 100644
--- a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.hxx
+++ b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/LearningBase/include/otbImageClassificationFilter.h b/Modules/Learning/LearningBase/include/otbImageClassificationFilter.h
index 27a4f9d3b150f4761eddbdf7c068e6f442c46f4f..0cd6a36d7c7574e5298f1ca1d3592c287d6f3653 100644
--- a/Modules/Learning/LearningBase/include/otbImageClassificationFilter.h
+++ b/Modules/Learning/LearningBase/include/otbImageClassificationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbImageClassificationFilter.hxx b/Modules/Learning/LearningBase/include/otbImageClassificationFilter.hxx
index 9a6b12b00be9b40d9465b0698500dacf715bfb4e..aa86b838d7b9c8e437416d25fa32004de2748f43 100644
--- a/Modules/Learning/LearningBase/include/otbImageClassificationFilter.hxx
+++ b/Modules/Learning/LearningBase/include/otbImageClassificationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.h b/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.h
index 22612a52b2666ddbda2611abb4f075affab440c8..f7fe54abc905daadcf25ca10344a1be184955ee3 100644
--- a/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.h
+++ b/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.hxx b/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.hxx
index bf9b7d01ebcf06e86ec9e13f43a65fb5b13386f3..95d10eb8050b190713434614d37f7856ff83e200 100644
--- a/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.hxx
+++ b/Modules/Learning/LearningBase/include/otbKMeansImageClassificationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbMachineLearningModel.h b/Modules/Learning/LearningBase/include/otbMachineLearningModel.h
index 01ec2b625ac7599cfa35cb8faaa30b6f8bbfc960..4ce848d06af0124c5a4e29de39af6e93f3a511b9 100644
--- a/Modules/Learning/LearningBase/include/otbMachineLearningModel.h
+++ b/Modules/Learning/LearningBase/include/otbMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbMachineLearningModel.hxx b/Modules/Learning/LearningBase/include/otbMachineLearningModel.hxx
index f2a3ee5b8509b2fde3292265a2a82165779f9c71..434ba47bf0506fc40e7a275ee6bf0d22a49899fb 100644
--- a/Modules/Learning/LearningBase/include/otbMachineLearningModel.hxx
+++ b/Modules/Learning/LearningBase/include/otbMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbMachineLearningModelFactoryBase.h b/Modules/Learning/LearningBase/include/otbMachineLearningModelFactoryBase.h
index 35e8c5fd6ba0ded9fc35e70c43574822256dd2e4..6bd145938bc8a10bec36e6c924bf754f8bc54ea4 100644
--- a/Modules/Learning/LearningBase/include/otbMachineLearningModelFactoryBase.h
+++ b/Modules/Learning/LearningBase/include/otbMachineLearningModelFactoryBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbMachineLearningModelTraits.h b/Modules/Learning/LearningBase/include/otbMachineLearningModelTraits.h
index 18b653f57ffef2e167933fe9a73ffd102c7a7e3a..181acea7ef85adab0bcb2b8fe7843a09f53e433d 100644
--- a/Modules/Learning/LearningBase/include/otbMachineLearningModelTraits.h
+++ b/Modules/Learning/LearningBase/include/otbMachineLearningModelTraits.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/include/otbSEMClassifier.h b/Modules/Learning/LearningBase/include/otbSEMClassifier.h
index 20f1fff479256378851d5d2276c3a24e20f27ce9..570a050e71896871d4bb8025c5e5a8ccd3ee8d13 100644
--- a/Modules/Learning/LearningBase/include/otbSEMClassifier.h
+++ b/Modules/Learning/LearningBase/include/otbSEMClassifier.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/LearningBase/include/otbSEMClassifier.hxx b/Modules/Learning/LearningBase/include/otbSEMClassifier.hxx
index e9acfcb23fce7fce265ef4aaad6d060e7f2f607a..5e961396f0ce95a97308b99824b3f1f1e2443bcd 100644
--- a/Modules/Learning/LearningBase/include/otbSEMClassifier.hxx
+++ b/Modules/Learning/LearningBase/include/otbSEMClassifier.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/LearningBase/otb-module.cmake b/Modules/Learning/LearningBase/otb-module.cmake
index b21f2b829500ffad3d6eb2692f05f6ab08b44321..bfc12b24a4d6f2b3273fdf28a8ccef6b52326936 100644
--- a/Modules/Learning/LearningBase/otb-module.cmake
+++ b/Modules/Learning/LearningBase/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LearningBase/src/CMakeLists.txt b/Modules/Learning/LearningBase/src/CMakeLists.txt
index c0ed747c57d0441ad73237ed85dd2b610b143b0b..988092906a3e97f2cfa64713f1c2898402e1c08c 100644
--- a/Modules/Learning/LearningBase/src/CMakeLists.txt
+++ b/Modules/Learning/LearningBase/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LearningBase/src/otbMachineLearningModelFactoryBase.cxx b/Modules/Learning/LearningBase/src/otbMachineLearningModelFactoryBase.cxx
index e7af1b18a41f5f3eaf5c70ffe99774ad63aa5384..5c370d6191feb253b005c8e356c6d2ad534f7d72 100644
--- a/Modules/Learning/LearningBase/src/otbMachineLearningModelFactoryBase.cxx
+++ b/Modules/Learning/LearningBase/src/otbMachineLearningModelFactoryBase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/test/CMakeLists.txt b/Modules/Learning/LearningBase/test/CMakeLists.txt
index 3283a012557e94a03e8db8afd606adeac54bf628..5b3186f1662b7f297f69e74ee6ac63867790c7ab 100644
--- a/Modules/Learning/LearningBase/test/CMakeLists.txt
+++ b/Modules/Learning/LearningBase/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/LearningBase/test/otbDecisionTreeBuild.cxx b/Modules/Learning/LearningBase/test/otbDecisionTreeBuild.cxx
index edcbfd087d5ea18f53e6a439f910daeea6c277d1..4a47939f7c2e5329f896ec33167bcab267217af3 100644
--- a/Modules/Learning/LearningBase/test/otbDecisionTreeBuild.cxx
+++ b/Modules/Learning/LearningBase/test/otbDecisionTreeBuild.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/test/otbDecisionTreeWithRealValues.cxx b/Modules/Learning/LearningBase/test/otbDecisionTreeWithRealValues.cxx
index 6edefc159da1bfcb9ee2f9dd42918df019b48c35..1b9e384cc6ef23c67ed03e4aedb82a7b40aba848 100644
--- a/Modules/Learning/LearningBase/test/otbDecisionTreeWithRealValues.cxx
+++ b/Modules/Learning/LearningBase/test/otbDecisionTreeWithRealValues.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/test/otbKMeansImageClassificationFilter.cxx b/Modules/Learning/LearningBase/test/otbKMeansImageClassificationFilter.cxx
index 8535c65de05a7ffa582c118d7538068d51b2653a..bf1af139e7c075511d9c7ccaaffe063e2e217a3f 100644
--- a/Modules/Learning/LearningBase/test/otbKMeansImageClassificationFilter.cxx
+++ b/Modules/Learning/LearningBase/test/otbKMeansImageClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -35,11 +35,11 @@ int otbKMeansImageClassificationFilter(int itkNotUsed(argc), char* argv[])
   typedef unsigned short LabeledPixelType;
 
   typedef otb::VectorImage<PixelType, Dimension>                            ImageType;
-  typedef otb::Image<LabeledPixelType, Dimension>                           LabeledImageType;
-  typedef otb::KMeansImageClassificationFilter<ImageType, LabeledImageType> ClassificationFilterType;
+  typedef otb::Image<LabeledPixelType, Dimension>                           LabelledImageType;
+  typedef otb::KMeansImageClassificationFilter<ImageType, LabelledImageType> ClassificationFilterType;
   typedef ClassificationFilterType::KMeansParametersType KMeansParametersType;
   typedef otb::ImageFileReader<ImageType>                ReaderType;
-  typedef otb::ImageFileWriter<LabeledImageType>         WriterType;
+  typedef otb::ImageFileWriter<LabelledImageType>         WriterType;
 
   // Instantiating object
   ClassificationFilterType::Pointer filter = ClassificationFilterType::New();
diff --git a/Modules/Learning/LearningBase/test/otbLearningBaseTestDriver.cxx b/Modules/Learning/LearningBase/test/otbLearningBaseTestDriver.cxx
index 6212a1ad2a1d3c2cd368f354dea0b067528d3159..7ccca8cfcc6edb5503fc785df6d2a0029fc44ba8 100644
--- a/Modules/Learning/LearningBase/test/otbLearningBaseTestDriver.cxx
+++ b/Modules/Learning/LearningBase/test/otbLearningBaseTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/LearningBase/test/otbSharkUtilsTests.cxx b/Modules/Learning/LearningBase/test/otbSharkUtilsTests.cxx
index 682eb480c919def920c86abf388f3033cfc16569..b436a9b4e4cbe5937c982e80fd209e8fa21fd404 100644
--- a/Modules/Learning/LearningBase/test/otbSharkUtilsTests.cxx
+++ b/Modules/Learning/LearningBase/test/otbSharkUtilsTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/CMakeLists.txt b/Modules/Learning/Markov/CMakeLists.txt
index ebd87bd17c81eb14ab6203f166ef977beb5cff0c..8cdc688e1d97cd6ec354015ce9271f6aa19ba086 100644
--- a/Modules/Learning/Markov/CMakeLists.txt
+++ b/Modules/Learning/Markov/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Markov/include/otbMRFEnergy.h b/Modules/Learning/Markov/include/otbMRFEnergy.h
index 3598b4ab8c8c6677d67466c7d221fd2456019bf7..9449d2a6291322e2c6eed3ee7bea13d7998eded9 100644
--- a/Modules/Learning/Markov/include/otbMRFEnergy.h
+++ b/Modules/Learning/Markov/include/otbMRFEnergy.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFEnergyEdgeFidelity.h b/Modules/Learning/Markov/include/otbMRFEnergyEdgeFidelity.h
index 3458140c7260dd37272abcc15f969ee731cddb29..20368c2280312c9e120d2926d6596a5f41d9827d 100644
--- a/Modules/Learning/Markov/include/otbMRFEnergyEdgeFidelity.h
+++ b/Modules/Learning/Markov/include/otbMRFEnergyEdgeFidelity.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFEnergyGaussian.h b/Modules/Learning/Markov/include/otbMRFEnergyGaussian.h
index 0bf31ed6427a6932ab6d10f02f7f381ee10a6c30..93106a81889a462227572cc8db5ad265ceabfefe 100644
--- a/Modules/Learning/Markov/include/otbMRFEnergyGaussian.h
+++ b/Modules/Learning/Markov/include/otbMRFEnergyGaussian.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFEnergyGaussianClassification.h b/Modules/Learning/Markov/include/otbMRFEnergyGaussianClassification.h
index 22aabfd77d981169b685a56f4fb5855e9f454529..befe5f26800aac803348927fd41189b8d677f52d 100644
--- a/Modules/Learning/Markov/include/otbMRFEnergyGaussianClassification.h
+++ b/Modules/Learning/Markov/include/otbMRFEnergyGaussianClassification.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFEnergyPotts.h b/Modules/Learning/Markov/include/otbMRFEnergyPotts.h
index 33c6be445eff598b7020208b5ebca0656db19126..2686521fe176cd4f11574af058f7d93a8c5184ef 100644
--- a/Modules/Learning/Markov/include/otbMRFEnergyPotts.h
+++ b/Modules/Learning/Markov/include/otbMRFEnergyPotts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFOptimizer.h b/Modules/Learning/Markov/include/otbMRFOptimizer.h
index cbcfadd2ef44832e20fde9c07f12b0ed2856b5c0..7342e5fb71590d5d05013b40bb5521cc84f5becc 100644
--- a/Modules/Learning/Markov/include/otbMRFOptimizer.h
+++ b/Modules/Learning/Markov/include/otbMRFOptimizer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFOptimizerICM.h b/Modules/Learning/Markov/include/otbMRFOptimizerICM.h
index 8e35336ce73b1ba1187ba53066015e8c0fb7ebc6..1a228f2007a4ec2324d54dc9a0ddb2f30ecb7d84 100644
--- a/Modules/Learning/Markov/include/otbMRFOptimizerICM.h
+++ b/Modules/Learning/Markov/include/otbMRFOptimizerICM.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFOptimizerMetropolis.h b/Modules/Learning/Markov/include/otbMRFOptimizerMetropolis.h
index a4b49e02c9f5943f9747a7284a4e28b202ddbb60..f5588a8a7bcc2d69d14c2708bf44ab4ed3b22402 100644
--- a/Modules/Learning/Markov/include/otbMRFOptimizerMetropolis.h
+++ b/Modules/Learning/Markov/include/otbMRFOptimizerMetropolis.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFSampler.h b/Modules/Learning/Markov/include/otbMRFSampler.h
index 0857c9b0cbb649574cb163de6acb17cdaaaeebdc..b95764e51e90b79b1a735ccf6d209710435ead48 100644
--- a/Modules/Learning/Markov/include/otbMRFSampler.h
+++ b/Modules/Learning/Markov/include/otbMRFSampler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFSamplerMAP.h b/Modules/Learning/Markov/include/otbMRFSamplerMAP.h
index 32884d69a115beeb26825989211f4c7f3066e5ae..f9d9ca73f7d336c24370dea5a73cd1c3d0c8e9c9 100644
--- a/Modules/Learning/Markov/include/otbMRFSamplerMAP.h
+++ b/Modules/Learning/Markov/include/otbMRFSamplerMAP.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFSamplerRandom.h b/Modules/Learning/Markov/include/otbMRFSamplerRandom.h
index 8af03593cd58b23836d5d6bc0207f2b9083afb49..46df1ce09b9bcf0c6d3c47f2b2669f4dfe55f406 100644
--- a/Modules/Learning/Markov/include/otbMRFSamplerRandom.h
+++ b/Modules/Learning/Markov/include/otbMRFSamplerRandom.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h b/Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
index 781d173237112e18432c3a35b547f99b25dd7460..51ec4cce9997fa8ec5b81e21988335851eb0a3f7 100644
--- a/Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
+++ b/Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h b/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h
index 221c725218747a04bd5f1746681a515ae8584f92..887de71735175be55b0cfb633c50f561dafc5c4d 100644
--- a/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h
+++ b/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.hxx b/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.hxx
index 1523fd2535978145e02cec4acccb26b02c375450..49387abc971a7c8e6073f51bbe47bcaaf435a40f 100644
--- a/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.hxx
+++ b/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/otb-module.cmake b/Modules/Learning/Markov/otb-module.cmake
index fce55e9976572225a9a5d1940ef8fd7547201bd6..a5ed98cacecfee7c90e470cfe6f3c8e8e95eedf0 100644
--- a/Modules/Learning/Markov/otb-module.cmake
+++ b/Modules/Learning/Markov/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Markov/test/CMakeLists.txt b/Modules/Learning/Markov/test/CMakeLists.txt
index ddd0f3f137f20a15e5da7902fac7b5a7737931d9..353aafc00b28a87d24e7f0d1f6b41a82adb503c6 100644
--- a/Modules/Learning/Markov/test/CMakeLists.txt
+++ b/Modules/Learning/Markov/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Markov/test/otbMRFEnergyEdgeFidelity.cxx b/Modules/Learning/Markov/test/otbMRFEnergyEdgeFidelity.cxx
index 8e430c42d08c7ca44da0d86aa8ae639567171d03..1e396e91d720daa1950734c76271352ce3363e74 100644
--- a/Modules/Learning/Markov/test/otbMRFEnergyEdgeFidelity.cxx
+++ b/Modules/Learning/Markov/test/otbMRFEnergyEdgeFidelity.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFEnergyGaussian.cxx b/Modules/Learning/Markov/test/otbMRFEnergyGaussian.cxx
index 12a4ae02cf5e85b8b5bc72325a574f65520d13ce..dd6bfbdb7ec6df7ddf4ab212cf77e6d08a90f5ef 100644
--- a/Modules/Learning/Markov/test/otbMRFEnergyGaussian.cxx
+++ b/Modules/Learning/Markov/test/otbMRFEnergyGaussian.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFEnergyGaussianClassification.cxx b/Modules/Learning/Markov/test/otbMRFEnergyGaussianClassification.cxx
index ac45762ca9bc5dac092a3f999e3dcd4a18dd353f..d7fa8bf758b3ebe6d2da064b5257a4b3654c0ff1 100644
--- a/Modules/Learning/Markov/test/otbMRFEnergyGaussianClassification.cxx
+++ b/Modules/Learning/Markov/test/otbMRFEnergyGaussianClassification.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFEnergyPotts.cxx b/Modules/Learning/Markov/test/otbMRFEnergyPotts.cxx
index 9566244f9e3224c16607f6ded57164abc99076ff..0fd1567fdfa2fef1181c909872e5cee4e6c1fa08 100644
--- a/Modules/Learning/Markov/test/otbMRFEnergyPotts.cxx
+++ b/Modules/Learning/Markov/test/otbMRFEnergyPotts.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFOptimizerICM.cxx b/Modules/Learning/Markov/test/otbMRFOptimizerICM.cxx
index d50bb409802b2f174f41d21f1a0b9ea91695d6d2..b0e916325dc9f4a41a34935e95c510238138eaf3 100644
--- a/Modules/Learning/Markov/test/otbMRFOptimizerICM.cxx
+++ b/Modules/Learning/Markov/test/otbMRFOptimizerICM.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFOptimizerMetropolis.cxx b/Modules/Learning/Markov/test/otbMRFOptimizerMetropolis.cxx
index 2f4f7ddba431065f090f48863a0d23a38738f3e1..7dd3d4bb3b02730021789623ef57a02f4c1e1bb1 100644
--- a/Modules/Learning/Markov/test/otbMRFOptimizerMetropolis.cxx
+++ b/Modules/Learning/Markov/test/otbMRFOptimizerMetropolis.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFSamplerMAP.cxx b/Modules/Learning/Markov/test/otbMRFSamplerMAP.cxx
index 31f3fd1046b8a225a2d631f360c02a1fd8d7be7d..c8e91f2c3b35726c69dd22f20163efbfa14aca88 100644
--- a/Modules/Learning/Markov/test/otbMRFSamplerMAP.cxx
+++ b/Modules/Learning/Markov/test/otbMRFSamplerMAP.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFSamplerRandom.cxx b/Modules/Learning/Markov/test/otbMRFSamplerRandom.cxx
index 88181cc96356de708b9c5586d9a93274436d7058..6af49178449bd7e9e7be62ccc3284358ce3deff8 100644
--- a/Modules/Learning/Markov/test/otbMRFSamplerRandom.cxx
+++ b/Modules/Learning/Markov/test/otbMRFSamplerRandom.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMRFSamplerRandomMAP.cxx b/Modules/Learning/Markov/test/otbMRFSamplerRandomMAP.cxx
index b74ee84bed4675e90e349791125b6be9bd5093db..2d084bde4b454febc197e3d3393c2727a23a9d67 100644
--- a/Modules/Learning/Markov/test/otbMRFSamplerRandomMAP.cxx
+++ b/Modules/Learning/Markov/test/otbMRFSamplerRandomMAP.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx b/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx
index e80eb49c7953b9c0a61aa27d3d06c68a90cbd1fb..1949a3313d0c261a3cef2ef537e1495a461d6f98 100644
--- a/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx
+++ b/Modules/Learning/Markov/test/otbMarkovRandomFieldFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Markov/test/otbMarkovTestDriver.cxx b/Modules/Learning/Markov/test/otbMarkovTestDriver.cxx
index 9734e9ab18ecb71cbcc38f824e291471f15b8cf2..05e4f07536e000027dfe9c64c1d96d03034e2324 100644
--- a/Modules/Learning/Markov/test/otbMarkovTestDriver.cxx
+++ b/Modules/Learning/Markov/test/otbMarkovTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/CMakeLists.txt b/Modules/Learning/SOM/CMakeLists.txt
index bcd9f7ad8f73098f7449ee6b7db00e0dac421348..71d6a5bf30b612b39b22fe01f00071a8787cba20 100644
--- a/Modules/Learning/SOM/CMakeLists.txt
+++ b/Modules/Learning/SOM/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h b/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h
index c25091b84408b0ae1b81e1eff4098adb9f72f623..07f26ed0e4d7452da1addcb485881959be85405e 100644
--- a/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h
+++ b/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h b/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h
index 916a071ea2f400cff6bde0dab79793cec4ad9539..3c9917fa1ad7abab9636ce7dd69246d152c5bc8d 100644
--- a/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h
+++ b/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbPeriodicSOM.h b/Modules/Learning/SOM/include/otbPeriodicSOM.h
index 5043913c4a95d1709e772129c1389b27b02c3b85..debdd1c10b422a0c68543b2d061e887eec36d7d5 100644
--- a/Modules/Learning/SOM/include/otbPeriodicSOM.h
+++ b/Modules/Learning/SOM/include/otbPeriodicSOM.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbPeriodicSOM.hxx b/Modules/Learning/SOM/include/otbPeriodicSOM.hxx
index d8e1f2e7f0e4b8d315f2124f343168278364881d..53da2e73d9fc8f39cccc0d822da359c6828a48eb 100644
--- a/Modules/Learning/SOM/include/otbPeriodicSOM.hxx
+++ b/Modules/Learning/SOM/include/otbPeriodicSOM.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOM.h b/Modules/Learning/SOM/include/otbSOM.h
index c1f9ffa2cb6d9fc0eb8c2de27184c8b4a59eccf3..5e5d568631cf452f6e3d468fd428e6d26971a426 100644
--- a/Modules/Learning/SOM/include/otbSOM.h
+++ b/Modules/Learning/SOM/include/otbSOM.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOM.hxx b/Modules/Learning/SOM/include/otbSOM.hxx
index 455ffa54e76e9a7ddf2bb66ff9c1ae175efa8752..0fdc4a5a3494e181e88b4430255a5fe403bebdf4 100644
--- a/Modules/Learning/SOM/include/otbSOM.hxx
+++ b/Modules/Learning/SOM/include/otbSOM.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMActivationBuilder.h b/Modules/Learning/SOM/include/otbSOMActivationBuilder.h
index cf33ce7d610371fd7106b160c83b7d7359f1bb27..94856862cd7bc6fc4b423a4cc47f95884e283807 100644
--- a/Modules/Learning/SOM/include/otbSOMActivationBuilder.h
+++ b/Modules/Learning/SOM/include/otbSOMActivationBuilder.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/include/otbSOMActivationBuilder.hxx b/Modules/Learning/SOM/include/otbSOMActivationBuilder.hxx
index f0de57faef99065df889d059104c1fe8e247550e..6371e77cabbdf0e4b2e85de1c92b016aba7eade4 100644
--- a/Modules/Learning/SOM/include/otbSOMActivationBuilder.hxx
+++ b/Modules/Learning/SOM/include/otbSOMActivationBuilder.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/include/otbSOMClassifier.h b/Modules/Learning/SOM/include/otbSOMClassifier.h
index f09f12f53c916ecb0ec220d76bf0af0451d5e21a..13a39e5aef2923dc70b98b5faac8c4927c17b613 100644
--- a/Modules/Learning/SOM/include/otbSOMClassifier.h
+++ b/Modules/Learning/SOM/include/otbSOMClassifier.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/include/otbSOMClassifier.hxx b/Modules/Learning/SOM/include/otbSOMClassifier.hxx
index adcb0b1c18ec68b32a6b2a4699fd36ff7237db2e..e293efb60cf75a2320abfa8216c7d9e9b478944d 100644
--- a/Modules/Learning/SOM/include/otbSOMClassifier.hxx
+++ b/Modules/Learning/SOM/include/otbSOMClassifier.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.h b/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.h
index 08fd1934cd701f276192e8f5b1972572a0522680..c3c84959b3b5573183cfbdac7a7e1262f2e9e657 100644
--- a/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.h
+++ b/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.hxx b/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.hxx
index a645801407437322495a393ec4adfa4439c9b1c5..82e1d14caa88ae9821a944cb32d3096e799ca9e6 100644
--- a/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.hxx
+++ b/Modules/Learning/SOM/include/otbSOMImageClassificationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h b/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h
index e3d1861ebe01a2282b1e83ea01b9619454fef62d..ed9013273895bffd2ad73bcd9800aa8478419478 100644
--- a/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h
+++ b/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMMap.h b/Modules/Learning/SOM/include/otbSOMMap.h
index 56157084254d31ad4279ed2d436b258195021e37..efb94f309fda26e4591e40ace65f2dd1f44d104f 100644
--- a/Modules/Learning/SOM/include/otbSOMMap.h
+++ b/Modules/Learning/SOM/include/otbSOMMap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMMap.hxx b/Modules/Learning/SOM/include/otbSOMMap.hxx
index 32fe7f794eb442360432f84b952f4df06b9c0c33..7cf5ee9d21633fddcf129ef20d6cee8312a26af8 100644
--- a/Modules/Learning/SOM/include/otbSOMMap.hxx
+++ b/Modules/Learning/SOM/include/otbSOMMap.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMWithMissingValue.h b/Modules/Learning/SOM/include/otbSOMWithMissingValue.h
index 192095bde47cdb32240313b12e61746757eec56e..d9726f1f6dae1ac13b2614d73d001bec20a0d73e 100644
--- a/Modules/Learning/SOM/include/otbSOMWithMissingValue.h
+++ b/Modules/Learning/SOM/include/otbSOMWithMissingValue.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMWithMissingValue.hxx b/Modules/Learning/SOM/include/otbSOMWithMissingValue.hxx
index 4e835f9c4507c152d567067e66df61a1e705d231..6d0fc9b0fd253a147cba45aaa1a646cf4e88e21e 100644
--- a/Modules/Learning/SOM/include/otbSOMWithMissingValue.hxx
+++ b/Modules/Learning/SOM/include/otbSOMWithMissingValue.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h
index f3a09dfbc09230aab76f2845cac6600dfbcff6dd..858bbc7b7a42f26c4d6357e4b16ea9b7da94eb73 100644
--- a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h
+++ b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.hxx b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.hxx
index 9ca6a2cfb82c9df4bc683740700b3db631ecbd6f..08cbde3dfe768a3609eb5db91b6cc77882699d83 100644
--- a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.hxx
+++ b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  * Copyright (C) 2007-2012 Institut Mines Telecom / Telecom Bretagne
  *
  * This file is part of Orfeo Toolbox
diff --git a/Modules/Learning/SOM/otb-module.cmake b/Modules/Learning/SOM/otb-module.cmake
index 7d05f378f40bf5c52eeec1283437286edd9af9fb..7e9f1eeec710a24c93356484e02358d804651008 100644
--- a/Modules/Learning/SOM/otb-module.cmake
+++ b/Modules/Learning/SOM/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/SOM/test/CMakeLists.txt b/Modules/Learning/SOM/test/CMakeLists.txt
index 3671b6c5675eaea548cefdb27d700eeaa1f3e6a8..be66e8764e83b859c407b1fbbff8ccd4dc5bbf3c 100644
--- a/Modules/Learning/SOM/test/CMakeLists.txt
+++ b/Modules/Learning/SOM/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/SOM/test/MapActivation.cxx b/Modules/Learning/SOM/test/MapActivation.cxx
index 312e7bc3b3bdd944e3a25a4915d26b132c1ab0a8..0d43ba707a7c1315cc31a899defd78885354d4b7 100644
--- a/Modules/Learning/SOM/test/MapActivation.cxx
+++ b/Modules/Learning/SOM/test/MapActivation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbPeriodicSOM.cxx b/Modules/Learning/SOM/test/otbPeriodicSOM.cxx
index 02e9a5d9bfacb34961246b09ff03d2ab73695c27..e7c10565c99095b30a21818e05f8ff67a59eb0b6 100644
--- a/Modules/Learning/SOM/test/otbPeriodicSOM.cxx
+++ b/Modules/Learning/SOM/test/otbPeriodicSOM.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOM.cxx b/Modules/Learning/SOM/test/otbSOM.cxx
index d81a2bd3f362e1e8014b1b9fa38e35360f2b261b..c3b3ee21a17402a4e58f939bac23e13c7dfe1d2b 100644
--- a/Modules/Learning/SOM/test/otbSOM.cxx
+++ b/Modules/Learning/SOM/test/otbSOM.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOMActivationBuilder.cxx b/Modules/Learning/SOM/test/otbSOMActivationBuilder.cxx
index 427f9124de12ec9fcc92e1bf3111372ad38bd8c7..6190010b3616035b57c0a3e34b02c5c5fa6ecfd8 100644
--- a/Modules/Learning/SOM/test/otbSOMActivationBuilder.cxx
+++ b/Modules/Learning/SOM/test/otbSOMActivationBuilder.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOMClassifier.cxx b/Modules/Learning/SOM/test/otbSOMClassifier.cxx
index 21fd7c4cc75452723be8d4d4b98c7794f0e1889a..3896ef53340c9d1b3ad47b0c9c04cc1a4d5ea355 100644
--- a/Modules/Learning/SOM/test/otbSOMClassifier.cxx
+++ b/Modules/Learning/SOM/test/otbSOMClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOMImageClassificationFilter.cxx b/Modules/Learning/SOM/test/otbSOMImageClassificationFilter.cxx
index c8f99904371069118a2418ba2d2f71149929f238..935e7ce9ea111bb4866a5f4031e6a2d7d1072589 100644
--- a/Modules/Learning/SOM/test/otbSOMImageClassificationFilter.cxx
+++ b/Modules/Learning/SOM/test/otbSOMImageClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -35,12 +35,12 @@ int otbSOMImageClassificationFilter(int itkNotUsed(argc), char* argv[])
   typedef unsigned short LabeledPixelType;
 
   typedef otb::VectorImage<PixelType, Dimension>  ImageType;
-  typedef otb::Image<LabeledPixelType, Dimension> LabeledImageType;
+  typedef otb::Image<LabeledPixelType, Dimension> LabelledImageType;
   typedef otb::SOMMap<ImageType::PixelType> SOMMapType;
-  typedef otb::SOMImageClassificationFilter<ImageType, LabeledImageType, SOMMapType> ClassificationFilterType;
+  typedef otb::SOMImageClassificationFilter<ImageType, LabelledImageType, SOMMapType> ClassificationFilterType;
   typedef otb::ImageFileReader<ImageType>        ReaderType;
   typedef otb::ImageFileReader<SOMMapType>       SOMReaderType;
-  typedef otb::ImageFileWriter<LabeledImageType> WriterType;
+  typedef otb::ImageFileWriter<LabelledImageType> WriterType;
 
   // Instantiating object
   ClassificationFilterType::Pointer filter = ClassificationFilterType::New();
diff --git a/Modules/Learning/SOM/test/otbSOMMap.cxx b/Modules/Learning/SOM/test/otbSOMMap.cxx
index c5b5bb2619dda33c62c8eff32bfdeac6e157e3a3..c992eb4908a9d6e436e2f9ef0c4ac8060a922c4d 100644
--- a/Modules/Learning/SOM/test/otbSOMMap.cxx
+++ b/Modules/Learning/SOM/test/otbSOMMap.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOMTestDriver.cxx b/Modules/Learning/SOM/test/otbSOMTestDriver.cxx
index 8cda88bf27d5314925b576ddd463f1cda58b0aff..5629bf6205a7b597d9c337817ed59a65a8f379c7 100644
--- a/Modules/Learning/SOM/test/otbSOMTestDriver.cxx
+++ b/Modules/Learning/SOM/test/otbSOMTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOMWithMissingValue.cxx b/Modules/Learning/SOM/test/otbSOMWithMissingValue.cxx
index e6cc3d76c9baff36c84add9ee2bda7740f67cd51..753d847084258eb68c5e369a0d941d17e5c1c6e8 100644
--- a/Modules/Learning/SOM/test/otbSOMWithMissingValue.cxx
+++ b/Modules/Learning/SOM/test/otbSOMWithMissingValue.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/SOM/test/otbSOMbasedImageFilter.cxx b/Modules/Learning/SOM/test/otbSOMbasedImageFilter.cxx
index 7a950f1d7b9d1a20fab5ec34870e34e06d81aa67..853db4d288061c88885a016bb9b8472dc5b78e8c 100644
--- a/Modules/Learning/SOM/test/otbSOMbasedImageFilter.cxx
+++ b/Modules/Learning/SOM/test/otbSOMbasedImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/CMakeLists.txt b/Modules/Learning/Sampling/CMakeLists.txt
index 1a437381f1c7b6558944e62d8d3a0872db40460b..36f34cfdefc3bb6a66ad1ebdfecd1661ea485dd4 100644
--- a/Modules/Learning/Sampling/CMakeLists.txt
+++ b/Modules/Learning/Sampling/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.h b/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.h
index 8e877b6106acab377488fafe1f2e30c2986c7dc6..f1f1570f4e25af6e68547c5bfc694345a4b060ff 100644
--- a/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.h
+++ b/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.hxx b/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.hxx
index c0e44f6c8b1661c234380096d04873ed0cd4fd65..3b59da26fec9826e72572e98c2683d516b7f9378 100644
--- a/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.hxx
+++ b/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.h b/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.h
index 49bde94ad0b45a9b7aeb4a8cd720294e975ed981..42725a01987ff52bc2f87c161f9c2fa826d1a463 100644
--- a/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.h
+++ b/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.hxx b/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.hxx
index b04eb28b425696bf67c98edc78e6fafa4d75bf3f..fa218247a785239217aa93daced515788a296eb6 100644
--- a/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.hxx
+++ b/Modules/Learning/Sampling/include/otbOGRDataToClassStatisticsFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.h b/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.h
index 923f0a4beb8f01e22076f24fdaab0c5da977d84d..7e7e1bd146a3a70cd2324fc9557177013833b0c5 100644
--- a/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.h
+++ b/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.hxx b/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.hxx
index 877bec4fa31394afe69458b66ad671094372e449..bfc01dc53b79a6f3aab9393c01162cf84f7961f7 100644
--- a/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.hxx
+++ b/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.h b/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.h
index 51b69a1b01e560087f0f039a2873d4a324ecf337..2a90630563b9642376f299b9a5646497411f2854 100644
--- a/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.h
+++ b/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.hxx b/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.hxx
index d3f4d5c8efd2732d970ad0910cac839f9ef4d47d..a9166e38b9f19f01b16999b89bfbb431b10b8f0a 100644
--- a/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.hxx
+++ b/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbSampleAugmentation.h b/Modules/Learning/Sampling/include/otbSampleAugmentation.h
index 6ef7f0839a111b99962c4ec6d5bada83081e78e0..316d6645b3d910051e8008c4b37ff53dbfa467b7 100644
--- a/Modules/Learning/Sampling/include/otbSampleAugmentation.h
+++ b/Modules/Learning/Sampling/include/otbSampleAugmentation.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbSampleAugmentationFilter.h b/Modules/Learning/Sampling/include/otbSampleAugmentationFilter.h
index c34848290ff0a24ea9f9ed14c46c6f842112ca92..27faac5faeb25d4bdd001e229e12cafe61c53b1f 100644
--- a/Modules/Learning/Sampling/include/otbSampleAugmentationFilter.h
+++ b/Modules/Learning/Sampling/include/otbSampleAugmentationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbSamplingRateCalculator.h b/Modules/Learning/Sampling/include/otbSamplingRateCalculator.h
index 6ea746fa831fc371226114ecfc38b70e076e3c76..296cdde3f73fb912ce392e7cd6df3f97fd154263 100644
--- a/Modules/Learning/Sampling/include/otbSamplingRateCalculator.h
+++ b/Modules/Learning/Sampling/include/otbSamplingRateCalculator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/include/otbSamplingRateCalculatorList.h b/Modules/Learning/Sampling/include/otbSamplingRateCalculatorList.h
index 262842c374a9781100aee477fdc971f8fcbacaa4..0f30e0962596fc0691b486e9a9808089c4b8d8ad 100644
--- a/Modules/Learning/Sampling/include/otbSamplingRateCalculatorList.h
+++ b/Modules/Learning/Sampling/include/otbSamplingRateCalculatorList.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/otb-module.cmake b/Modules/Learning/Sampling/otb-module.cmake
index 22633fa7458c467649912fc70340b1ac4598bb45..f28e7869de061e49d6b1e274706fc51d456a3f80 100644
--- a/Modules/Learning/Sampling/otb-module.cmake
+++ b/Modules/Learning/Sampling/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Sampling/src/CMakeLists.txt b/Modules/Learning/Sampling/src/CMakeLists.txt
index a18e83ca9729f0ed46dbc5893db82fad59ddade9..9eba2a0e3d0598bd5ba4f5adb76f74d87698f20a 100644
--- a/Modules/Learning/Sampling/src/CMakeLists.txt
+++ b/Modules/Learning/Sampling/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Sampling/src/otbSampleAugmentationFilter.cxx b/Modules/Learning/Sampling/src/otbSampleAugmentationFilter.cxx
index 349c2f1ebe5f1d586eb59b01d01d0bd46429844e..dfbfd3f5fefab45d54e0f55fa2b1d910ffa18316 100644
--- a/Modules/Learning/Sampling/src/otbSampleAugmentationFilter.cxx
+++ b/Modules/Learning/Sampling/src/otbSampleAugmentationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/src/otbSamplingRateCalculator.cxx b/Modules/Learning/Sampling/src/otbSamplingRateCalculator.cxx
index 4b1570a185cb749a351288c1461ce40de9b8f367..084be9874e9fcb3d8e186f33e0adccc16c176456 100644
--- a/Modules/Learning/Sampling/src/otbSamplingRateCalculator.cxx
+++ b/Modules/Learning/Sampling/src/otbSamplingRateCalculator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/src/otbSamplingRateCalculatorList.cxx b/Modules/Learning/Sampling/src/otbSamplingRateCalculatorList.cxx
index 9bce733fc3ae3edf4fbdbb7349cf0a60511887a2..9a8d733a0ef9852d255057e51ffb2025fd76938d 100644
--- a/Modules/Learning/Sampling/src/otbSamplingRateCalculatorList.cxx
+++ b/Modules/Learning/Sampling/src/otbSamplingRateCalculatorList.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/test/CMakeLists.txt b/Modules/Learning/Sampling/test/CMakeLists.txt
index 8f3eab84c0355632994408aae1fe9c55ee9250ba..86e5b76e9a738486f040ca671622444a5896ac7a 100644
--- a/Modules/Learning/Sampling/test/CMakeLists.txt
+++ b/Modules/Learning/Sampling/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Sampling/test/otbImageSampleExtractorFilterTest.cxx b/Modules/Learning/Sampling/test/otbImageSampleExtractorFilterTest.cxx
index 3a047c6f78536690a23fd4dfb27a5316d0ab3bb9..109d60c1d0364d0590d9cd069d02dde004d0dc64 100644
--- a/Modules/Learning/Sampling/test/otbImageSampleExtractorFilterTest.cxx
+++ b/Modules/Learning/Sampling/test/otbImageSampleExtractorFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/test/otbOGRDataToClassStatisticsFilterTest.cxx b/Modules/Learning/Sampling/test/otbOGRDataToClassStatisticsFilterTest.cxx
index 328104a0d547fc1d4077030b805eab4b4d3c3ef3..c8c14f6f838ca04cc207a26a2cabc367081a9def 100644
--- a/Modules/Learning/Sampling/test/otbOGRDataToClassStatisticsFilterTest.cxx
+++ b/Modules/Learning/Sampling/test/otbOGRDataToClassStatisticsFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/test/otbOGRDataToSamplePositionFilterTest.cxx b/Modules/Learning/Sampling/test/otbOGRDataToSamplePositionFilterTest.cxx
index b610e1359afd13ad5bb1bd2c7d44704d3e50cf46..11b7bd09b68a602c599e3c3d552ec992d81c9b1f 100644
--- a/Modules/Learning/Sampling/test/otbOGRDataToSamplePositionFilterTest.cxx
+++ b/Modules/Learning/Sampling/test/otbOGRDataToSamplePositionFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/test/otbSamplingRateCalculatorListTest.cxx b/Modules/Learning/Sampling/test/otbSamplingRateCalculatorListTest.cxx
index ca2f9d17f5363ae2cee5a2c8104603d19281e9f1..52331e47c8a1adfe9d9033e7e8b60e8df9207a01 100644
--- a/Modules/Learning/Sampling/test/otbSamplingRateCalculatorListTest.cxx
+++ b/Modules/Learning/Sampling/test/otbSamplingRateCalculatorListTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/test/otbSamplingRateCalculatorTest.cxx b/Modules/Learning/Sampling/test/otbSamplingRateCalculatorTest.cxx
index 589d42cfec409ef212a4a9911a0fdb18abceeb40..48be13d1f241456c64ec0261a3b70b5d09b11e25 100644
--- a/Modules/Learning/Sampling/test/otbSamplingRateCalculatorTest.cxx
+++ b/Modules/Learning/Sampling/test/otbSamplingRateCalculatorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Sampling/test/otbSamplingTestDriver.cxx b/Modules/Learning/Sampling/test/otbSamplingTestDriver.cxx
index 18291ff0500df958f2cf4ba05eebd05fdaffe114..b56ad1fe1bb7b6ab947e212224aec8bbea166d7b 100644
--- a/Modules/Learning/Sampling/test/otbSamplingTestDriver.cxx
+++ b/Modules/Learning/Sampling/test/otbSamplingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/CMakeLists.txt b/Modules/Learning/Supervised/CMakeLists.txt
index 4ed8e6c7b927fa3d57c94e9ab4f9a7b0db850905..a78afc5dd94805726d757afd2ad53d61a239bbd5 100644
--- a/Modules/Learning/Supervised/CMakeLists.txt
+++ b/Modules/Learning/Supervised/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.h b/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.h
index 50ce0bd4e4b8a3663976523090a157ddcad9143b..b0dcfb1b5fa38e2a8187a2c2e4cd8f120eca4bcf 100644
--- a/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.hxx
index 6a07e02e128226fed0e124b9f183795932477ca8..e3d1e6c4e299e33a27ba001e2e35a1e559b910da 100644
--- a/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbBoostMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.h
index 7765a6d17e80c9325bfe8d5c109c8f8d46dd7546..9ce3203b46764f63acf22ff5a9db60ba18fa7552 100644
--- a/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.hxx
index 51469c6c11f14a0073bf3c86505c252f06b9131c..2f29bafad56ba1d89f2f126dfc5122fecfd88647 100644
--- a/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbBoostMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.h b/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.h
index b44fae11c45c95badb07e9668a65d9cb9e77b0d4..fccd1bd3d326af212e561d221a9513c5a2aef627 100644
--- a/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.h
+++ b/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.hxx b/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.hxx
index 0b7922bfc4b5de314b6a7fa450464cf032a0906e..a8354a57f9c7a03e07e5aaf7c5ad0c52ffc6d5de 100644
--- a/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.hxx
+++ b/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.h b/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.h
index 915e4169bc62bc4b0975e6dba3842904f8a2dba1..2df8c53efc94f9f14f02e2f1029d26ba5caf6037 100644
--- a/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.h
+++ b/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.hxx b/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.hxx
index 405481cc9c149383bacc4535d7bce7c5128b4b10..8d127c0fa86b7ec6cda0d116b88c59e02059c524 100644
--- a/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.hxx
+++ b/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbCvRTreesWrapper.h b/Modules/Learning/Supervised/include/otbCvRTreesWrapper.h
index 339de724780bae1022c909abb27c83f16c45aaf0..3fbb2a8a1f87f43bb179509ec3616e746a11863f 100644
--- a/Modules/Learning/Supervised/include/otbCvRTreesWrapper.h
+++ b/Modules/Learning/Supervised/include/otbCvRTreesWrapper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.h b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.h
index 1a7e6c83766f7b615c399e03a56afcb9cb1e2a27..3bcbe1acbd01ee987e088eef07945b62c90fd38d 100644
--- a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.hxx
index d5eb86bdc93df8963737e8b9f9d8d20a35acbf8f..2d45905c0d639e9629aa5f48b2217eb2f2b93ee2 100644
--- a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.h
index 1ea7c1fb442da293ea86848fe2d5a90a1a0e2896..3eff2f9fdb0607a018a228f91157b5a4ff49dd3e 100644
--- a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.hxx
index 064d147ac2f75b8fd9e1ab7f486a3c33f050b494..6ff7c83ac31c540c627b8b0a9d1f302d47105378 100644
--- a/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbDecisionTreeMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbExhaustiveExponentialOptimizer.h b/Modules/Learning/Supervised/include/otbExhaustiveExponentialOptimizer.h
index b46d20b9de2f4465a44092bc2d99442fe7295277..0ade4c77a19d473d53360ce2c1e3f6259ebacaaa 100644
--- a/Modules/Learning/Supervised/include/otbExhaustiveExponentialOptimizer.h
+++ b/Modules/Learning/Supervised/include/otbExhaustiveExponentialOptimizer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.h b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.h
index 32bf2cfe109c8e663d46b911f3af56bdf57c4e19..e1adf941b6819276322bd3898d0fc5ba35a91890 100644
--- a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.hxx
index bde9410d21bad2a8cd60036cc53c3b4b0903a769..f33d4adb462799b6e27233bde9d37e311623f37d 100644
--- a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.h
index a605d4592e29dab7846d768a12ff68a7c664bea8..387439bb0178dcef5fa37c93bf1e40c65182e759 100644
--- a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.hxx
index e856e15e6b57fc0049be76b20b1d54629744ec7e..570154f44b046c9d02c4bd2ef4255eb95482fe32 100644
--- a/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbKNearestNeighborsMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbLabelMapClassifier.h b/Modules/Learning/Supervised/include/otbLabelMapClassifier.h
index 78af53dbe96eeb1b14088fc1386cca59e2442779..3e1d1a35d66da7c636cd1b5cf27404d5b48f8012 100644
--- a/Modules/Learning/Supervised/include/otbLabelMapClassifier.h
+++ b/Modules/Learning/Supervised/include/otbLabelMapClassifier.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbLabelMapClassifier.hxx b/Modules/Learning/Supervised/include/otbLabelMapClassifier.hxx
index 3234409889b15f250654e6d08621c97812c2b154..cbe7c8399d409c7a977bd243cafb85561b09f450 100644
--- a/Modules/Learning/Supervised/include/otbLabelMapClassifier.hxx
+++ b/Modules/Learning/Supervised/include/otbLabelMapClassifier.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.h b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.h
index d62b6417d7b43b657eea620070fe99179b9f4491..0cc2a889a99684bf2384932821c44d545f0e38d5 100644
--- a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.hxx
index c861be1b4eac1502e82eb339f0d47bfc62cd3ba7..827794b1d1c0d08202f825237b2c1cde33c702e0 100644
--- a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.h
index 20a6f27bb63a704945c688c8c0b42a651f2c2832..5a6d7a2284116a0555b6695955b952d3f9f9bb0a 100644
--- a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.hxx
index b180a44d45bff116f060f789133aeae09f17c34d..b5454c8f71c9e0b0994b318fbc35ac79fd963d63 100644
--- a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.h
index 53fd7d38225c1f67d4039854ab42f939c86ba6e5..1bb83051c2bb220bae501acef4872eade5601f13 100644
--- a/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.hxx
index 60ff0f0ff8d3de3f9a82e3ba0144e6824db45f6a..f2b92c5f238acb5f9b1b07de950ea1ae0433b63f 100644
--- a/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.h b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.h
index f4a7a7f412b37335800a6d195ee6fa405599ace4..50d66605b8df866f5692187d947c4ccba6d26846 100644
--- a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.hxx
index e8debde5dc5691ebbae8c13516b9bd75ad1e84f5..dc4e6729c552604ef01fbd9cf900f65560ee3253 100644
--- a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.h
index 9967028b94693d96a6f1c532e8970ea53fa71784..5d54dbde49143b5019c137e1bc2f260824798516 100644
--- a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.hxx
index e47d9a0691faab79adb16b8cc64d6b8e33c78843..dc0a204c68a99d2aecc6b71c97666d1fecbd81b2 100644
--- a/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbNeuralNetworkMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.h b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.h
index bec07381c3aa7eaecd2041d70d23e622116a1034..00eea486a02f062ce137364533499c03cecc3c42 100644
--- a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.hxx
index 0491ab07f249be50784ee1b156f156ad92f43cc8..141c865af2aa8659de7d8391b7c9f33ee1d643ba 100644
--- a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.h
index f3cb2921a160a6110c0146032d46821dfc8ce6e1..016e0084e64cbabfa26aa28dd4da9f10cfa82ee6 100644
--- a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.hxx
index d9f7c66b3f37031a95bbef172ceb3a14db48feab..a08467960ca90b83e42609534f5cdf47e62af804 100644
--- a/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbOpenCVUtils.h b/Modules/Learning/Supervised/include/otbOpenCVUtils.h
index eef1e322d1565e007d2293da316f69aed958bd1a..d25fa0694f4432b4a35014fe955d5c0a6618b599 100644
--- a/Modules/Learning/Supervised/include/otbOpenCVUtils.h
+++ b/Modules/Learning/Supervised/include/otbOpenCVUtils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.h b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.h
index e997685a5b51941ae191a32833dea3d6936fa433..c540205f826779bb04fd48124701ade216a3ce4c 100644
--- a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.hxx
index 27f38f22fd89d6377a95ca0b9e68826ba12b882e..cf5190e389cb2f6eda6fb87bc4876af8a31a7d04 100644
--- a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.h
index a7fdd3117848c4a22b89cd7e3c2d3e13347eeeb5..4ac5c62be5b24f371cd1ba454de4f2932fc6d71c 100644
--- a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.hxx
index 17a80e9fdf967435e117174c959a6dfaf69aeee3..aaa0e3331e98a3976e868d931442d10e2eab6d3a 100644
--- a/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbRandomForestsMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbRequiresOpenCVCheck.h b/Modules/Learning/Supervised/include/otbRequiresOpenCVCheck.h
index 32bdba520d68179dc473b90c38ed45e7ab63a5a1..6dca76f5bc8049c3061098d6cb6bf03131dc1e94 100644
--- a/Modules/Learning/Supervised/include/otbRequiresOpenCVCheck.h
+++ b/Modules/Learning/Supervised/include/otbRequiresOpenCVCheck.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.h b/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.h
index 8618f9cedb61ca54f1e80bd044f1218e60359897..cbab6736d82d5e1c8b577f44be941734f77a1fc1 100644
--- a/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.h
+++ b/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.hxx b/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.hxx
index 03c751650d6068af7bb1cb2c8aaf765c25b419a6..6b229f1031fdbceceaaaa00b762b32a38e244a1e 100644
--- a/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.hxx
+++ b/Modules/Learning/Supervised/include/otbSVMCrossValidationCostFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.h b/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.h
index 680ac09b992b5406dde192c1ceec5a6d33f8fd13..e62032f6adc26f226e00ef9e86a21e58cd802045 100644
--- a/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.hxx
index c4bd52a81c815dbf5c89455eabcac927af822627..7f0db1bbf206a8f92d9630087d02e5ed45e69f6d 100644
--- a/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbSVMMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.h
index c379b7a15288b07517afb27fb9997b68d030ef49..d2d27e701f3a71a3609d0d83345a894abb0e2312 100644
--- a/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.hxx
index 3601499879bf70db7f3ce7803b1b593572857fa0..509b2c60672bcb8cfe6a656db4163c8556a32665 100644
--- a/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbSVMMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMMarginSampler.h b/Modules/Learning/Supervised/include/otbSVMMarginSampler.h
index e479044b62e27180bc03a43197150981f6f5ef34..c3922d8667f7661e1d30a3f7405e622f5958de0b 100644
--- a/Modules/Learning/Supervised/include/otbSVMMarginSampler.h
+++ b/Modules/Learning/Supervised/include/otbSVMMarginSampler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSVMMarginSampler.hxx b/Modules/Learning/Supervised/include/otbSVMMarginSampler.hxx
index 540f0335a0a9faeaabe2f02f3bcb7cb93b5631bf..bf75ca47d425902a73e11c512f9afaa6bec37241 100644
--- a/Modules/Learning/Supervised/include/otbSVMMarginSampler.hxx
+++ b/Modules/Learning/Supervised/include/otbSVMMarginSampler.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.h b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.h
index cb3e14fe2441b01c76bbd299b7ad6dfff2a00fbe..3c72eb2a65e16ca827306b4a4ae526c877437c97 100644
--- a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.h
+++ b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.hxx b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.hxx
index 2ad877e6ba4e21ab2aa7c8eb99595f5af71ac1f9..f5f6730ec6c038663ff9a4dd4cd0d5bc49705571 100644
--- a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.hxx
+++ b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.h b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.h
index 9b2bbf74d1ba28076bcc5260faa087feb4434739..a923b5bb64706badf5ec1774a38f8eff1286a88f 100644
--- a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.h
+++ b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.hxx b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.hxx
index b5832f7918fae419d7fb0f429788d957d5e2204f..caa974b92ceeb3eff2daeacac55599737103a4a3 100644
--- a/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/otb-module.cmake b/Modules/Learning/Supervised/otb-module.cmake
index ed6b99e4dd079fc61750eb9fe81f80e567187f01..f243ecca4b64ec1e7962055961792a312a0cf569 100644
--- a/Modules/Learning/Supervised/otb-module.cmake
+++ b/Modules/Learning/Supervised/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Supervised/src/CMakeLists.txt b/Modules/Learning/Supervised/src/CMakeLists.txt
index 12d625d9bfd9b78c616b6983b9b206591244b1f2..57c747066775a52a8d1afd975694994400b41891 100644
--- a/Modules/Learning/Supervised/src/CMakeLists.txt
+++ b/Modules/Learning/Supervised/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Supervised/src/otbCvRTreesWrapper.cxx b/Modules/Learning/Supervised/src/otbCvRTreesWrapper.cxx
index 8788cd10064fd86ca47bd19e5845c476231229a9..27e22a92e8b50fd7a7e5e78763201b987c272cae 100644
--- a/Modules/Learning/Supervised/src/otbCvRTreesWrapper.cxx
+++ b/Modules/Learning/Supervised/src/otbCvRTreesWrapper.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/src/otbExhaustiveExponentialOptimizer.cxx b/Modules/Learning/Supervised/src/otbExhaustiveExponentialOptimizer.cxx
index ef76f59527201f2079afa01cb30078f69e9dccb6..f938db17f524a03979406b25c611474a87ae1986 100644
--- a/Modules/Learning/Supervised/src/otbExhaustiveExponentialOptimizer.cxx
+++ b/Modules/Learning/Supervised/src/otbExhaustiveExponentialOptimizer.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/0000209-SVMValidationLinearlySeparableProbEstimation.cxx b/Modules/Learning/Supervised/test/0000209-SVMValidationLinearlySeparableProbEstimation.cxx
index dcdebf3e362b7014623f771b85db723844553c30..6d0a025bf3bfe75a1f68d3c7e0bd932a6c214eb7 100644
--- a/Modules/Learning/Supervised/test/0000209-SVMValidationLinearlySeparableProbEstimation.cxx
+++ b/Modules/Learning/Supervised/test/0000209-SVMValidationLinearlySeparableProbEstimation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/CMakeLists.txt b/Modules/Learning/Supervised/test/CMakeLists.txt
index b27ee8b68ba3901c805181f5768dc363851a46f2..20ff91b194d3f34865e8ad2bad731751aad650e2 100644
--- a/Modules/Learning/Supervised/test/CMakeLists.txt
+++ b/Modules/Learning/Supervised/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Supervised/test/otbConfusionMatrixCalculatorTest.cxx b/Modules/Learning/Supervised/test/otbConfusionMatrixCalculatorTest.cxx
index 3f201c78ce8d6a505a46038f22dddede9e443c75..f1b6791548c1812541b7884ae1fff1ed271a52f1 100644
--- a/Modules/Learning/Supervised/test/otbConfusionMatrixCalculatorTest.cxx
+++ b/Modules/Learning/Supervised/test/otbConfusionMatrixCalculatorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx b/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx
index affeaaaea2e51134da2fed11ec0f3b3994e5be8f..22020b282c4341a3a832f2a3ad17303265c1c75f 100644
--- a/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx
+++ b/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx b/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx
index 6a49d3c5832c30dffc8babbe96f40210130b8e81..edd1656cd53e371252f738182f8b8fec4eabe07c 100644
--- a/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx
+++ b/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbImageClassificationFilter.cxx b/Modules/Learning/Supervised/test/otbImageClassificationFilter.cxx
index 50f8314b7e968dbf8fc2f2279e2f8e4337a8cec6..798cd8d9be50fa78946c235e549aa62c1c841f8a 100644
--- a/Modules/Learning/Supervised/test/otbImageClassificationFilter.cxx
+++ b/Modules/Learning/Supervised/test/otbImageClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -30,14 +30,14 @@ typedef double         PixelType;
 typedef unsigned short LabeledPixelType;
 
 typedef otb::VectorImage<PixelType, Dimension>                      ImageType;
-typedef otb::Image<LabeledPixelType, Dimension>                     LabeledImageType;
-typedef otb::ImageClassificationFilter<ImageType, LabeledImageType> ClassificationFilterType;
+typedef otb::Image<LabeledPixelType, Dimension>                     LabelledImageType;
+typedef otb::ImageClassificationFilter<ImageType, LabelledImageType> ClassificationFilterType;
 typedef ClassificationFilterType::ModelType ModelType;
 typedef ClassificationFilterType::ValueType ValueType;
 typedef ClassificationFilterType::LabelType LabelType;
 typedef otb::MachineLearningModelFactory<ValueType, LabelType> MachineLearningModelFactoryType;
 typedef otb::ImageFileReader<ImageType>        ReaderType;
-typedef otb::ImageFileWriter<LabeledImageType> WriterType;
+typedef otb::ImageFileWriter<LabelledImageType> WriterType;
 
 
 int otbImageClassificationFilterLoadModel(int itkNotUsed(argc), char* argv[])
diff --git a/Modules/Learning/Supervised/test/otbLabelMapClassifier.cxx b/Modules/Learning/Supervised/test/otbLabelMapClassifier.cxx
index 3df79127f2f9850e7f693885984fdd969892261d..eea2a1eebbfe7291dc30beb2c2565c7f3c4a5700 100644
--- a/Modules/Learning/Supervised/test/otbLabelMapClassifier.cxx
+++ b/Modules/Learning/Supervised/test/otbLabelMapClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -42,14 +42,14 @@ typedef double         DoublePixelType;
 typedef otb::AttributesMapLabelObjectWithClassLabel<LabelType, Dimension, double, LabelType> LabelObjectType;
 typedef itk::LabelMap<LabelObjectType> LabelMapType;
 typedef otb::VectorImage<DoublePixelType, Dimension> VectorImageType;
-typedef otb::Image<unsigned int, 2>                  LabeledImageType;
+typedef otb::Image<unsigned int, 2>                  LabelledImageType;
 
 typedef otb::ImageFileReader<VectorImageType>  ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> LabeledReaderType;
+typedef otb::ImageFileReader<LabelledImageType> LabeledReaderType;
 typedef otb::ImageFileWriter<VectorImageType>  WriterType;
-typedef otb::ImageFileWriter<LabeledImageType> LabeledWriterType;
+typedef otb::ImageFileWriter<LabelledImageType> LabeledWriterType;
 
-typedef itk::LabelImageToLabelMapFilter<LabeledImageType, LabelMapType> LabelMapFilterType;
+typedef itk::LabelImageToLabelMapFilter<LabelledImageType, LabelMapType> LabelMapFilterType;
 typedef otb::ShapeAttributesLabelMapFilter<LabelMapType> ShapeFilterType;
 typedef otb::BandsStatisticsAttributesLabelMapFilter<LabelMapType, VectorImageType> BandsStatisticsFilterType;
 
@@ -62,7 +62,7 @@ typedef otb::LabelMapWithClassLabelToLabeledSampleListFilter<LabelMapType, ListS
 typedef otb::LibSVMMachineLearningModel<double, LabelType> SVMType;
 
 typedef otb::LabelMapClassifier<LabelMapType> ClassifierType;
-typedef otb::LabelMapWithClassLabelToClassLabelImageFilter<LabelMapType, LabeledImageType> ClassifImageGeneratorType;
+typedef otb::LabelMapWithClassLabelToClassLabelImageFilter<LabelMapType, LabelledImageType> ClassifImageGeneratorType;
 
 
 LabelObjectType::Pointer makeTrainingSample(LabelMapType* labelMap, LabelType labelObjectId, LabelType classLabel)
diff --git a/Modules/Learning/Supervised/test/otbMachineLearningModelCanRead.cxx b/Modules/Learning/Supervised/test/otbMachineLearningModelCanRead.cxx
index fc19c59cb7734f7c7138e6ebdf1b660fa2a80020..bd51f54aadcbdb8285638183c63b73244b34dcd1 100644
--- a/Modules/Learning/Supervised/test/otbMachineLearningModelCanRead.cxx
+++ b/Modules/Learning/Supervised/test/otbMachineLearningModelCanRead.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx b/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx
index 636130720c0a227b5b98815138f02ff03f5ce25a..16c8898c25b8fbde08040c9bd6bba4ffafde4d6d 100644
--- a/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx
+++ b/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbSVMMarginSampler.cxx b/Modules/Learning/Supervised/test/otbSVMMarginSampler.cxx
index 194220b65ad16b50ceb55df40b4a1de59b4bbbcc..03afc50231a780215b77fcf2b03bd97c812b3084 100644
--- a/Modules/Learning/Supervised/test/otbSVMMarginSampler.cxx
+++ b/Modules/Learning/Supervised/test/otbSVMMarginSampler.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbSharkImageClassificationFilter.cxx b/Modules/Learning/Supervised/test/otbSharkImageClassificationFilter.cxx
index ce76ba68e89ae4bf54e877694172b05c03ab9075..d969c224d4728e0bde31a6692cef721955ce439d 100644
--- a/Modules/Learning/Supervised/test/otbSharkImageClassificationFilter.cxx
+++ b/Modules/Learning/Supervised/test/otbSharkImageClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -32,15 +32,15 @@ typedef float          PixelType;
 typedef unsigned short LabeledPixelType;
 
 typedef otb::VectorImage<PixelType, Dimension>                      ImageType;
-typedef otb::Image<LabeledPixelType, Dimension>                     LabeledImageType;
-typedef otb::ImageClassificationFilter<ImageType, LabeledImageType> ClassificationFilterType;
+typedef otb::Image<LabeledPixelType, Dimension>                     LabelledImageType;
+typedef otb::ImageClassificationFilter<ImageType, LabelledImageType> ClassificationFilterType;
 typedef ClassificationFilterType::ModelType ModelType;
 typedef ClassificationFilterType::ValueType ValueType;
 typedef ClassificationFilterType::LabelType LabelType;
 typedef otb::SharkRandomForestsMachineLearningModelFactory<ValueType, LabelType> MachineLearningModelFactoryType;
 typedef otb::ImageFileReader<ImageType>        ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> MaskReaderType;
-typedef otb::ImageFileWriter<LabeledImageType> WriterType;
+typedef otb::ImageFileReader<LabelledImageType> MaskReaderType;
+typedef otb::ImageFileWriter<LabelledImageType> WriterType;
 
 typedef otb::SharkRandomForestsMachineLearningModel<PixelType, short unsigned int> MachineLearningModelType;
 typedef MachineLearningModelType::InputValueType       LocalInputValueType;
@@ -169,7 +169,7 @@ int otbSharkImageClassificationFilter(int argc, char* argv[])
 
   // Check that the chosen labels correspond to the max proba
 
-  itk::ImageRegionConstIterator<LabeledImageType>                         labIt(filter->GetOutput(), filter->GetOutput()->GetLargestPossibleRegion());
+  itk::ImageRegionConstIterator<LabelledImageType>                         labIt(filter->GetOutput(), filter->GetOutput()->GetLargestPossibleRegion());
   itk::ImageRegionConstIterator<ClassificationFilterType::ProbaImageType> probIt(filter->GetOutputProba(),
                                                                                  filter->GetOutputProba()->GetLargestPossibleRegion());
 
diff --git a/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx b/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx
index 682e5ebde5c981a833acc96d1b9ac7487a6485f2..c1b5b6072eb716d4563cbb0e079f8e3b46ec5908 100644
--- a/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx
+++ b/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/otbTrainMachineLearningModel.cxx b/Modules/Learning/Supervised/test/otbTrainMachineLearningModel.cxx
index 3b84a2905fe146e2366d7390d19e0af97968910f..ecb3535cae1f82ce40d5083580142d091271ef03 100644
--- a/Modules/Learning/Supervised/test/otbTrainMachineLearningModel.cxx
+++ b/Modules/Learning/Supervised/test/otbTrainMachineLearningModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Supervised/test/tests-libsvm.cmake b/Modules/Learning/Supervised/test/tests-libsvm.cmake
index c873d0f72b808bf94f21da31453ef1165b58de48..1b1d2058fbda4d0e3188c95b10e1311789779ab0 100644
--- a/Modules/Learning/Supervised/test/tests-libsvm.cmake
+++ b/Modules/Learning/Supervised/test/tests-libsvm.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Supervised/test/tests-opencv.cmake b/Modules/Learning/Supervised/test/tests-opencv.cmake
index 43b655c6bca19727892bd9bf52e9d0721279dd9a..1764e14ac7cb739d69d2575d3c12dd6b9774959d 100644
--- a/Modules/Learning/Supervised/test/tests-opencv.cmake
+++ b/Modules/Learning/Supervised/test/tests-opencv.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Supervised/test/tests-shark.cmake b/Modules/Learning/Supervised/test/tests-shark.cmake
index 505c7808de1ea30c5aaace9109345b4e9c3078a3..115b26873136785b2da0d79f44123c197f879c68 100644
--- a/Modules/Learning/Supervised/test/tests-shark.cmake
+++ b/Modules/Learning/Supervised/test/tests-shark.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Unsupervised/CMakeLists.txt b/Modules/Learning/Unsupervised/CMakeLists.txt
index 5c61f34bcbef4b91b54088d33753987ae2ba48da..d83ce93819e26753a2e2ca5f47b51e070dc47ba3 100644
--- a/Modules/Learning/Unsupervised/CMakeLists.txt
+++ b/Modules/Learning/Unsupervised/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Unsupervised/include/otbContingencyTable.h b/Modules/Learning/Unsupervised/include/otbContingencyTable.h
index c03db12f8ca30ad6fc8485fa1daff84226ec0d51..493205f4504ebb46f6ee2501345a8a3a807cb809 100644
--- a/Modules/Learning/Unsupervised/include/otbContingencyTable.h
+++ b/Modules/Learning/Unsupervised/include/otbContingencyTable.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.h b/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.h
index 55a60f1ed821b08be8d37e104213b9f585e55ada..fa97c9178b82e2919867cb47c008915160a647d0 100644
--- a/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.h
+++ b/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.hxx b/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.hxx
index 9a49456b3e661c3f38a695d7185be613c1766b7b..35599a9197836c7882a1889d09d03cad963dccf7 100644
--- a/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.hxx
+++ b/Modules/Learning/Unsupervised/include/otbContingencyTableCalculator.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h
index f52dce5a900a27a69262ed0b54a65a1ee8a41a51..f2779b99da1f1eb04ba7121338406241b785fb98 100644
--- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h
+++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.hxx b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.hxx
index 1cbfc74480f0c858ffdf7d24c5764a2b75128779..dfca0c0332e0312e84a9a653f104e83ba9c70afa 100644
--- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.hxx
+++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.h b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.h
index 14fbd104c0560c733b7730087e950f353e33ac10..26695978964f28fd1806abcd0514f0939433d6c8 100644
--- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.h
+++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.hxx b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.hxx
index 32b4243997d578e0c661004b74b3b1821d26971b..d8a320f584afef04330ae7c5cbf4128b909c68ef 100644
--- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.hxx
+++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModelFactory.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/otb-module.cmake b/Modules/Learning/Unsupervised/otb-module.cmake
index 3d4a51de822a16c47d67d88e1a99b71db4f55717..5d1d0788a85dbd8a31b375fdecb14a37bedef960 100644
--- a/Modules/Learning/Unsupervised/otb-module.cmake
+++ b/Modules/Learning/Unsupervised/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Unsupervised/test/CMakeLists.txt b/Modules/Learning/Unsupervised/test/CMakeLists.txt
index fc53cffe94e74d3bc73ec94d97127d075248eb43..438964c52f54f628e725c7990fc60d15d8b1c9ed 100644
--- a/Modules/Learning/Unsupervised/test/CMakeLists.txt
+++ b/Modules/Learning/Unsupervised/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Learning/Unsupervised/test/otbContingencyTableCalculatorTest.cxx b/Modules/Learning/Unsupervised/test/otbContingencyTableCalculatorTest.cxx
index 8fb92222d5bec4f955380907891d393a77d17230..105073aedc30f008c3f5d6fd567f9242ef2528d8 100644
--- a/Modules/Learning/Unsupervised/test/otbContingencyTableCalculatorTest.cxx
+++ b/Modules/Learning/Unsupervised/test/otbContingencyTableCalculatorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/test/otbMachineLearningUnsupervisedModelCanRead.cxx b/Modules/Learning/Unsupervised/test/otbMachineLearningUnsupervisedModelCanRead.cxx
index fac58c70c4115fe0036d689e3c55ac97820066ef..dda4fdb9b789fc8e036d7dfd879dd8195eaa80ba 100644
--- a/Modules/Learning/Unsupervised/test/otbMachineLearningUnsupervisedModelCanRead.cxx
+++ b/Modules/Learning/Unsupervised/test/otbMachineLearningUnsupervisedModelCanRead.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/test/otbSharkUnsupervisedImageClassificationFilter.cxx b/Modules/Learning/Unsupervised/test/otbSharkUnsupervisedImageClassificationFilter.cxx
index 98ae5d42ff90422af7fcdea59a923b9edbb4a012..64917e3c310889a276f5ea775ce73f3dc1052587 100644
--- a/Modules/Learning/Unsupervised/test/otbSharkUnsupervisedImageClassificationFilter.cxx
+++ b/Modules/Learning/Unsupervised/test/otbSharkUnsupervisedImageClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -32,15 +32,15 @@ typedef float          PixelType;
 typedef unsigned short LabeledPixelType;
 
 typedef otb::VectorImage<PixelType, Dimension>                      ImageType;
-typedef otb::Image<LabeledPixelType, Dimension>                     LabeledImageType;
-typedef otb::ImageClassificationFilter<ImageType, LabeledImageType> ClassificationFilterType;
+typedef otb::Image<LabeledPixelType, Dimension>                     LabelledImageType;
+typedef otb::ImageClassificationFilter<ImageType, LabelledImageType> ClassificationFilterType;
 typedef ClassificationFilterType::ModelType ModelType;
 typedef ClassificationFilterType::ValueType ValueType;
 typedef ClassificationFilterType::LabelType LabelType;
 typedef otb::SharkKMeansMachineLearningModelFactory<ValueType, LabelType> MachineLearningModelFactoryType;
 typedef otb::ImageFileReader<ImageType>        ReaderType;
-typedef otb::ImageFileReader<LabeledImageType> MaskReaderType;
-typedef otb::ImageFileWriter<LabeledImageType> WriterType;
+typedef otb::ImageFileReader<LabelledImageType> MaskReaderType;
+typedef otb::ImageFileWriter<LabelledImageType> WriterType;
 
 typedef otb::SharkKMeansMachineLearningModel<PixelType, short unsigned int> MachineLearningModelType;
 typedef MachineLearningModelType::InputValueType       LocalInputValueType;
diff --git a/Modules/Learning/Unsupervised/test/otbTrainMachineLearningUnsupervisedModel.cxx b/Modules/Learning/Unsupervised/test/otbTrainMachineLearningUnsupervisedModel.cxx
index 1ff1c3e7f5f67613af2c8d7e2dd2df514946e793..99dc497e887ffb077999924d304417a2cfee1ba8 100644
--- a/Modules/Learning/Unsupervised/test/otbTrainMachineLearningUnsupervisedModel.cxx
+++ b/Modules/Learning/Unsupervised/test/otbTrainMachineLearningUnsupervisedModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/test/otbUnsupervisedTestDriver.cxx b/Modules/Learning/Unsupervised/test/otbUnsupervisedTestDriver.cxx
index 6ed81fddfc5cbf4520a19f8267ef25e7a19a5159..6b1d9124a106ef84687cba88bde4adf865feb1d8 100644
--- a/Modules/Learning/Unsupervised/test/otbUnsupervisedTestDriver.cxx
+++ b/Modules/Learning/Unsupervised/test/otbUnsupervisedTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Learning/Unsupervised/test/tests-shark.cmake b/Modules/Learning/Unsupervised/test/tests-shark.cmake
index 63858cad084a722d4610b47402ca0f6647d0afad..dc3eeedd32f8c10c9c30b7503ce6cc3ae388af6d 100644
--- a/Modules/Learning/Unsupervised/test/tests-shark.cmake
+++ b/Modules/Learning/Unsupervised/test/tests-shark.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Applications/CMakeLists.txt b/Modules/Miscellaneous/Applications/CMakeLists.txt
index 92ee0e3d3adf95efb7887544a86f2ac5dd80cbf6..9838194ed3abf39b8de97826cfe32a423067a696 100644
--- a/Modules/Miscellaneous/Applications/CMakeLists.txt
+++ b/Modules/Miscellaneous/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Applications/app/CMakeLists.txt b/Modules/Miscellaneous/Applications/app/CMakeLists.txt
index 19e2322cb0125c77af70e77cdd10896bef22b9c4..250075d83e396f57eb3d71fd9d0e9f816b6c9330 100644
--- a/Modules/Miscellaneous/Applications/app/CMakeLists.txt
+++ b/Modules/Miscellaneous/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Applications/app/otbDomainTransform.cxx b/Modules/Miscellaneous/Applications/app/otbDomainTransform.cxx
index 064832a51047837b013b637f108f1f8419434588..af4a9e17d0b68f61939560b8963d1b9d030838e0 100644
--- a/Modules/Miscellaneous/Applications/app/otbDomainTransform.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbDomainTransform.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/app/otbGrayScaleMorphologicalOperation.cxx b/Modules/Miscellaneous/Applications/app/otbGrayScaleMorphologicalOperation.cxx
index b6769366d03bb9e8648a2a0448a17f531ce0ab75..19172c6227b59a7ceceaa7fb98457f90ba0b3453 100644
--- a/Modules/Miscellaneous/Applications/app/otbGrayScaleMorphologicalOperation.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbGrayScaleMorphologicalOperation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/app/otbImageDimensionalityReduction.cxx b/Modules/Miscellaneous/Applications/app/otbImageDimensionalityReduction.cxx
index dd4aa75048d4ae5e3020cc900609e667913d7ce6..cee73d012c5f14540fbef115f8cbe27ca0fd0adb 100644
--- a/Modules/Miscellaneous/Applications/app/otbImageDimensionalityReduction.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbImageDimensionalityReduction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -250,7 +250,7 @@ private:
     if (IsParameterEnabled("mask"))
     {
       otbAppLogINFO("Using input mask");
-      // Load mask image and cast into LabeledImageType
+      // Load mask image and cast into LabelledImageType
       MaskImageType::Pointer inMask = GetParameterUInt8Image("mask");
 
       m_ClassificationFilter->SetInputMask(inMask);
diff --git a/Modules/Miscellaneous/Applications/app/otbLocalStatisticExtraction.cxx b/Modules/Miscellaneous/Applications/app/otbLocalStatisticExtraction.cxx
index 7b11f6287f539d88228512cffd73336735d77304..c50609526a0982962eb8b117f59e2612bddaf850 100644
--- a/Modules/Miscellaneous/Applications/app/otbLocalStatisticExtraction.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbLocalStatisticExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/app/otbMorphologicalClassification.cxx b/Modules/Miscellaneous/Applications/app/otbMorphologicalClassification.cxx
index 9b7012b4437b90187d68f0fafd979603dff438e2..495a6b5093aca09b87324e610a995c08193b074d 100644
--- a/Modules/Miscellaneous/Applications/app/otbMorphologicalClassification.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbMorphologicalClassification.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -56,11 +56,11 @@ public:
   typedef otb::Image<InputPixelType, 2> FloatImageType;
 
   typedef unsigned short LabeledPixelType;
-  typedef otb::Image<LabeledPixelType, 2> LabeledImageType;
+  typedef otb::Image<LabeledPixelType, 2> LabelledImageType;
 
   typedef otb::MultiToMonoChannelExtractROI<FloatVectorImageType::InternalPixelType, InputPixelType> ExtractorFilterType;
 
-  typedef otb::ConvexOrConcaveClassificationFilter<FloatImageType, LabeledImageType> ClassificationFilterType;
+  typedef otb::ConvexOrConcaveClassificationFilter<FloatImageType, LabelledImageType> ClassificationFilterType;
 
   typedef itk::BinaryBallStructuringElement<InputPixelType, 2>  BallStructuringElementType;
   typedef itk::BinaryCrossStructuringElement<InputPixelType, 2> CrossStructuringElementType;
diff --git a/Modules/Miscellaneous/Applications/app/otbMorphologicalMultiScaleDecomposition.cxx b/Modules/Miscellaneous/Applications/app/otbMorphologicalMultiScaleDecomposition.cxx
index 2aa020cb15c5f3df7d18e1a8b64803893c4cf71b..b03387ea8b87164c65f4fbcc2dad683dd6fdab7a 100644
--- a/Modules/Miscellaneous/Applications/app/otbMorphologicalMultiScaleDecomposition.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbMorphologicalMultiScaleDecomposition.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/app/otbMorphologicalProfilesAnalysis.cxx b/Modules/Miscellaneous/Applications/app/otbMorphologicalProfilesAnalysis.cxx
index f5db1490fdfd8c71ea83256875f1f57bde564cad..7635968e636ad212430899bc98f09e5231f59c9b 100644
--- a/Modules/Miscellaneous/Applications/app/otbMorphologicalProfilesAnalysis.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbMorphologicalProfilesAnalysis.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -56,7 +56,7 @@ public:
   typedef FloatVectorImageType::InternalPixelType InputPixelType;
 
   typedef unsigned short LabeledPixelType;
-  typedef otb::Image<LabeledPixelType, 2> LabeledImageType;
+  typedef otb::Image<LabeledPixelType, 2> LabelledImageType;
 
   typedef otb::MultiToMonoChannelExtractROI<InputPixelType, InputPixelType> ExtractorFilterType;
 
@@ -228,8 +228,8 @@ private:
     typedef otb::MorphologicalClosingProfileFilter<FloatImageType, FloatImageType, StructuringElementType> ClosingProfileFilterType;
     typedef otb::ProfileToProfileDerivativeFilter<FloatImageType, FloatImageType> DerivativeFilterType;
 
-    typedef otb::MultiScaleConvexOrConcaveClassificationFilter<FloatImageType, LabeledImageType> MultiScaleClassificationFilterType;
-    typedef otb::ProfileDerivativeToMultiScaleCharacteristicsFilter<FloatImageType, FloatImageType, LabeledImageType> MultiScaleCharacteristicsFilterType;
+    typedef otb::MultiScaleConvexOrConcaveClassificationFilter<FloatImageType, LabelledImageType> MultiScaleClassificationFilterType;
+    typedef otb::ProfileDerivativeToMultiScaleCharacteristicsFilter<FloatImageType, FloatImageType, LabelledImageType> MultiScaleCharacteristicsFilterType;
 
     // Instantiation
     typename OpeningProfileFilterType::Pointer            oprofileFilter       = OpeningProfileFilterType::New();
diff --git a/Modules/Miscellaneous/Applications/app/otbTrainDimensionalityReduction.cxx b/Modules/Miscellaneous/Applications/app/otbTrainDimensionalityReduction.cxx
index bc2244b7870e4418ac3e1881495b9d628e29f345..08d52d9ece1d247655f991056350c051ed8655bb 100644
--- a/Modules/Miscellaneous/Applications/app/otbTrainDimensionalityReduction.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbTrainDimensionalityReduction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/app/otbVectorDimensionalityReduction.cxx b/Modules/Miscellaneous/Applications/app/otbVectorDimensionalityReduction.cxx
index f87d84d14c39cace4c875885095b461e4a94d8b6..8d7531f73fbcace9ffcf946c9be3ad6062da1e08 100644
--- a/Modules/Miscellaneous/Applications/app/otbVectorDimensionalityReduction.cxx
+++ b/Modules/Miscellaneous/Applications/app/otbVectorDimensionalityReduction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainAutoencoder.hxx b/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainAutoencoder.hxx
index 2444f39b243054bb1c92b8e388b96e1fe289e421..027eb0850658d51e583c6b15571fab056a03d478 100644
--- a/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainAutoencoder.hxx
+++ b/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainAutoencoder.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainPCA.hxx b/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainPCA.hxx
index ec29aaaa73bb297b327c3691196fc6d3f512603b..f93e28b5b8a86fec4bed5b837eacaa2fa5a74b2d 100644
--- a/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainPCA.hxx
+++ b/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainPCA.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainSOM.hxx b/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainSOM.hxx
index 254a5a47254032f315b04c46dc5749787f82bf23..d2457e66ec4b84ba8c21a6a58c5d748aec938e29 100644
--- a/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainSOM.hxx
+++ b/Modules/Miscellaneous/Applications/include/otbDimensionalityReductionTrainSOM.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.h b/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.h
index dc521f41cbb1c3428a02a1352e177c48a7ec0b50..ac7b3824f255c0de01440af8506bcffdc9d796aa 100644
--- a/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.h
+++ b/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.hxx b/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.hxx
index d36df903f7618979626bec4c2c245e098407fd5e..32d89939b8c5023c49916999289b489eda92028e 100644
--- a/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.hxx
+++ b/Modules/Miscellaneous/Applications/include/otbTrainDimensionalityReductionApplicationBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Applications/otb-module.cmake b/Modules/Miscellaneous/Applications/otb-module.cmake
index 45fd62a70e03692486903be54f78894416fd9718..b82420f3a9b1298dbd1e077eecdcc6c957088f96 100644
--- a/Modules/Miscellaneous/Applications/otb-module.cmake
+++ b/Modules/Miscellaneous/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Applications/test/CMakeLists.txt b/Modules/Miscellaneous/Applications/test/CMakeLists.txt
index e7cd58ba23ed29b0c7a39aedcae09a5994e0e284..eeddc4533eb9fe0ca89d330bcfaf0ad4573801af 100644
--- a/Modules/Miscellaneous/Applications/test/CMakeLists.txt
+++ b/Modules/Miscellaneous/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Simulation/CMakeLists.txt b/Modules/Miscellaneous/Simulation/CMakeLists.txt
index 58048a1ed5420f20fc70bcec91c06b625bd0797e..f7fbc6e599288132817e80a6ac790c15ea4890ca 100644
--- a/Modules/Miscellaneous/Simulation/CMakeLists.txt
+++ b/Modules/Miscellaneous/Simulation/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.h b/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.h
index cb9b41ffa4042fffbf60775bef2b16e4ec28bc6b..db1ead2a045467dde9e9dc3924635c204b055e46 100644
--- a/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.h
+++ b/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.hxx b/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.hxx
index 66dfe4f8f199670f7916cd74ec8c88b2a24610c9..6f3f689fbb0037b424b770f17af80eee61c01edd 100644
--- a/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbAtmosphericEffects.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -45,7 +45,7 @@ AtmosphericEffects<TSpectralResponse , TRSR>
   //LMoad the filter function from the RSR
   for (unsigned int i=0; i<this->m_InputSatRSR->GetNbBands(); ++i)
   {
-    m_DataAtmosphericCorrectionParameters->SetWavelenghtSpectralBandWithIndex(i, this->m_InputSatRSR->GetRSR()[i]->GetFilterFunctionValues (step));
+    m_DataAtmosphericCorrectionParameters->SetWavelengthSpectralBandWithIndex(i, this->m_InputSatRSR->GetRSR()[i]->GetFilterFunctionValues (step));
   }
 }
 */
diff --git a/Modules/Miscellaneous/Simulation/include/otbDataSpecP5B.h b/Modules/Miscellaneous/Simulation/include/otbDataSpecP5B.h
index 9058f0b16507fa36e671f064c546f6525ef689f0..62d0026d87f9c8f660ab2a54e7a3b66e51f7612a 100644
--- a/Modules/Miscellaneous/Simulation/include/otbDataSpecP5B.h
+++ b/Modules/Miscellaneous/Simulation/include/otbDataSpecP5B.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.h b/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.h
index 2a132228c20b6a7789aa56611c44a732f83c2fd3..971b901f01e31ddef274cebb531c107a8b73d62c 100644
--- a/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.h
+++ b/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.hxx b/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.hxx
index 149c567421c57812f776ccfece4ded09cb6c0da1..cb1ec855a46e01cd35af72471a03b0ad4aaf85c2 100644
--- a/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbImageSimulationMethod.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.h b/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.h
index af1e6823fcfc852dae05c82fa42ffcb2608a5973..4bb27f7a46c29e5a549b7a698300b12f79df194f 100644
--- a/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.h
+++ b/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.hxx b/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.hxx
index 906545397ff78629fe3584f3b05b815fb2c001c5..ff2780480feabec5ebb62aca932a28e869b810e9 100644
--- a/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbLabelMapToSimulatedImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.h b/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.h
index 4ebb487079bfce66204b50834a5e62fa8d2d9c2d..27772592ac81d864cf98ff866a9d31cbd041751b 100644
--- a/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.h
+++ b/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.hxx b/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.hxx
index d2587dd688fb4282cd7ec28bace021cfaaf7fa78..27fcb9d7b453cbc26b050836d73d463183cb8f11 100644
--- a/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbLabelToProSailParameters.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbLabelToSimulationParametersBase.h b/Modules/Miscellaneous/Simulation/include/otbLabelToSimulationParametersBase.h
index 1c94a3ca2e5f53d03ca1a2f28caa4754d8222deb..cddc09b1f572de000e56ab8059c806b205d7d677 100644
--- a/Modules/Miscellaneous/Simulation/include/otbLabelToSimulationParametersBase.h
+++ b/Modules/Miscellaneous/Simulation/include/otbLabelToSimulationParametersBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbLeafParameters.h b/Modules/Miscellaneous/Simulation/include/otbLeafParameters.h
index e0e7a4aec6dccd2f3011f3a25314c3a4925e7479..cb7f5083277e74d6b682bcfed3492b3aa8bf7aaf 100644
--- a/Modules/Miscellaneous/Simulation/include/otbLeafParameters.h
+++ b/Modules/Miscellaneous/Simulation/include/otbLeafParameters.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbProSailParameters.h b/Modules/Miscellaneous/Simulation/include/otbProSailParameters.h
index f4c932a1d02a095ba7f11eda1f6758b3f7ab7aeb..29536ad9a72dad849c48a188fbdb9a031a2ebdb6 100644
--- a/Modules/Miscellaneous/Simulation/include/otbProSailParameters.h
+++ b/Modules/Miscellaneous/Simulation/include/otbProSailParameters.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbProspectModel.h b/Modules/Miscellaneous/Simulation/include/otbProspectModel.h
index fb8c59b66f3a9dd8dc5195f81a9b6ee75be36a15..eee3972486d19413c00c40ca6a03c3078beb728c 100644
--- a/Modules/Miscellaneous/Simulation/include/otbProspectModel.h
+++ b/Modules/Miscellaneous/Simulation/include/otbProspectModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.h b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.h
index 3f611986a5ea14abcabe4775bb036c907a997dbd..8d25f936df9bb9dc27a61be70f3c437d831fbbdc 100644
--- a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.h
+++ b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.hxx b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.hxx
index 26c10e40d2a597b8f5be280a8833b9c7939e5798..7e25d55316b19ce9c3ee2a241d1dff9233a05cc7 100644
--- a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponse.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.h b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.h
index bf4fa2ba63fa8ffa778765f29f439ddd2851b2c0..bc79971859baffd1445e023e58bbacbe00eb81fe 100644
--- a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.h
+++ b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.hxx b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.hxx
index 0ec24b7430e1da6a353ac48fae43e6a4c0a844dd..fd14a13b2d7bf6ced388b8d53cdb558e17395c34 100644
--- a/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSailModel.h b/Modules/Miscellaneous/Simulation/include/otbSailModel.h
index 94fc88d9c1c8a34e401ef5f9b65e060c07aa8bb3..6454d2bf63360062f9dc76212ce2f5b769af32bb 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSailModel.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSailModel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.h b/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.h
index ea9179646771dd4b67b0b42776b2fa4a11313525..25940b31e59725cbf3798eaa19b9ab5957c1a915 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.hxx b/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.hxx
index 7fa92b2d685e10665acbf686107b2cc117f7dc8b..77c23d496bb0e66a17797961e05e036f5ac773cf 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbSatelliteRSR.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSimulationStep1Base.h b/Modules/Miscellaneous/Simulation/include/otbSimulationStep1Base.h
index 3baec6f2207d36573a89c9ec67fe363bcd013906..2ede616ba758fba06395c1912604a9119f7f4e3f 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSimulationStep1Base.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSimulationStep1Base.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSimulationStep2Base.h b/Modules/Miscellaneous/Simulation/include/otbSimulationStep2Base.h
index f66c88a06e3652d2a74b5934c5f60b8c8bbe22eb..bffcab6bd8dc4c963b06e65f7cf92ff0057376bd 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSimulationStep2Base.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSimulationStep2Base.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSoilDataBase.h b/Modules/Miscellaneous/Simulation/include/otbSoilDataBase.h
index c826e5771a11ad2627a0a4270af8da3840d8f386..e3ef8791092c3b9731fa47820b9d35dcb8c07434 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSoilDataBase.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSoilDataBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.h b/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.h
index fc97a8b626034b2550e13ed0b84e08a3d40f3ec5..0c3e379500ec7a8d8250415de2fe1a425d56ed39 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.hxx b/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.hxx
index 9603a0bcf6dcc1a29e5440bb8fb675c82e59b535..7173fb0802014c1e94d32927e2d85d39abcd8653 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbSpatialisationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.h b/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.h
index a09f92c71ba2bdfe6eb8e5184db84d1c2daebd20..0b3c7122b193d1f11b2c237574772200fd58791f 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.hxx b/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.hxx
index 50fe52acff07a5ce85ecc5874b9b3563fe9c7de4..056a5bafd1a23178d952372bf38592b27a68dfd8 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbSpectralResponse.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h b/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h
index e37479cfb3df339d14e68f32b899bcbbd1470e24..3cc0777cc091a2a5e8c4669092301c7320a8a34c 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h
+++ b/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.hxx b/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.hxx
index b51f2d0d840ce7f8730a9d8805c488fbb0483a27..27ce07748877540d5e08c97d3791c49b3b13f4a9 100644
--- a/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.hxx
+++ b/Modules/Miscellaneous/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/otb-module.cmake b/Modules/Miscellaneous/Simulation/otb-module.cmake
index a723d9f498ab0b0cecd74cc3bd945ab5f886a0e9..83158de151f2b9ee2e1d5941830b39dea940f8fa 100644
--- a/Modules/Miscellaneous/Simulation/otb-module.cmake
+++ b/Modules/Miscellaneous/Simulation/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Simulation/src/CMakeLists.txt b/Modules/Miscellaneous/Simulation/src/CMakeLists.txt
index 10accbcc774af93590fd164b12b83368e85f0513..1c947d229329c3a3644e343e85a7f44352aa49e8 100644
--- a/Modules/Miscellaneous/Simulation/src/CMakeLists.txt
+++ b/Modules/Miscellaneous/Simulation/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Simulation/src/otbDataSpecP5B.cxx b/Modules/Miscellaneous/Simulation/src/otbDataSpecP5B.cxx
index 8c488c6ca8a7d2632ce3f1de0637942fa1283a3e..1ff86cacb2066ce86e470bcb5ad9c482bef73518 100644
--- a/Modules/Miscellaneous/Simulation/src/otbDataSpecP5B.cxx
+++ b/Modules/Miscellaneous/Simulation/src/otbDataSpecP5B.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/src/otbLeafParameters.cxx b/Modules/Miscellaneous/Simulation/src/otbLeafParameters.cxx
index 7f20f6d955b192b3b2b169857720b980400841d7..6eda0f1760cf36a580cb527432e916b689e32c66 100644
--- a/Modules/Miscellaneous/Simulation/src/otbLeafParameters.cxx
+++ b/Modules/Miscellaneous/Simulation/src/otbLeafParameters.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/src/otbProspectModel.cxx b/Modules/Miscellaneous/Simulation/src/otbProspectModel.cxx
index d636fd6f4b71c70857fa60c1a107ae27630496bd..01f4431f4614a6dc2a0d0d9167d378d789642788 100644
--- a/Modules/Miscellaneous/Simulation/src/otbProspectModel.cxx
+++ b/Modules/Miscellaneous/Simulation/src/otbProspectModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/src/otbSailModel.cxx b/Modules/Miscellaneous/Simulation/src/otbSailModel.cxx
index 81a117524e4e74b8bc43745f48d14ee143545a63..2b9db98c9d02ac76a6c1360e122439524695f8ed 100644
--- a/Modules/Miscellaneous/Simulation/src/otbSailModel.cxx
+++ b/Modules/Miscellaneous/Simulation/src/otbSailModel.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/src/otbSoilDataBase.cxx b/Modules/Miscellaneous/Simulation/src/otbSoilDataBase.cxx
index 781bc315396977a4cd7c5b7cdd0b17bc6fa87779..96a7879ea7c6a060c8af00b1118b8ccfb590e783 100644
--- a/Modules/Miscellaneous/Simulation/src/otbSoilDataBase.cxx
+++ b/Modules/Miscellaneous/Simulation/src/otbSoilDataBase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/CMakeLists.txt b/Modules/Miscellaneous/Simulation/test/CMakeLists.txt
index 6a3dc718ccba307000c3113489300b8a1e2be279..5e82af84ee9f2027c3a2802031abe23368599b57 100644
--- a/Modules/Miscellaneous/Simulation/test/CMakeLists.txt
+++ b/Modules/Miscellaneous/Simulation/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Miscellaneous/Simulation/test/otbAtmosphericCorrectionsRSRSVMClassifier.cxx b/Modules/Miscellaneous/Simulation/test/otbAtmosphericCorrectionsRSRSVMClassifier.cxx
index 730b63679a3897abd9678eb285aad4229f901f1f..dbbb0857439d6ccc04b5e5b172421a9c7b8bb857 100644
--- a/Modules/Miscellaneous/Simulation/test/otbAtmosphericCorrectionsRSRSVMClassifier.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbAtmosphericCorrectionsRSRSVMClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbAtmosphericEffects.cxx b/Modules/Miscellaneous/Simulation/test/otbAtmosphericEffects.cxx
index 0350e82272aac5d9130d3679975dc400c4365af8..1b057084aa11681675753000d82de015fdb5503f 100644
--- a/Modules/Miscellaneous/Simulation/test/otbAtmosphericEffects.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbAtmosphericEffects.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbFilterFunctionValues.cxx b/Modules/Miscellaneous/Simulation/test/otbFilterFunctionValues.cxx
index 8cd0ac916eb5072e37799c2cb5a58796859925df..43cd4044b3aca9247516123529b45370b6d1f88d 100644
--- a/Modules/Miscellaneous/Simulation/test/otbFilterFunctionValues.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbFilterFunctionValues.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodKMeansClassif.cxx b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodKMeansClassif.cxx
index ecb4997787ad9c209673f15bf6c2cb3355fd42eb..c6f6ea799c56641814fd68827b3f7a9c80bd4bfe 100644
--- a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodKMeansClassif.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodKMeansClassif.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodSVMClassif.cxx b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodSVMClassif.cxx
index a7d345f70ef845f34fb41855572d72f1e8685535..a147d60d6359a838dbe8895b9ec9b907130f6581 100644
--- a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodSVMClassif.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodSVMClassif.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithSpatialisationTest.cxx b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithSpatialisationTest.cxx
index 702e2daef1b3a80fb89626691c995abec4e672f3..70e8004a84d43e1e847bfd418e2116952007cdd2 100644
--- a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithSpatialisationTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithSpatialisationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithVectorDataTest.cxx b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithVectorDataTest.cxx
index 0157c481ba6ffa0482fdd2792ec09216d07c2150..c814624e336053b19cfe27ecfb6a2c29ae5caa1f 100644
--- a/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithVectorDataTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbImageSimulationMethodWithVectorDataTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbLabelMapToSimulatedImageFilterTest.cxx b/Modules/Miscellaneous/Simulation/test/otbLabelMapToSimulatedImageFilterTest.cxx
index 576f5f182bddf726d704fb90f4ab9307f6f2a478..4739f7385ebb85acc45b2631f19d8c80f7524f1a 100644
--- a/Modules/Miscellaneous/Simulation/test/otbLabelMapToSimulatedImageFilterTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbLabelMapToSimulatedImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -38,8 +38,8 @@ int otbLabelMapToSimulatedImageFilterTest(int itkNotUsed(argc), char* argv[])
 
   typedef unsigned short LabelType;
   const unsigned int     Dimension = 2;
-  typedef otb::VectorImage<double, Dimension> LabeledImageType;
-  typedef otb::ImageFileWriter<LabeledImageType> WriterType;
+  typedef otb::VectorImage<double, Dimension> LabelledImageType;
+  typedef otb::ImageFileWriter<LabelledImageType> WriterType;
   typedef otb::VectorData<double, Dimension> VectorDataType;
   typedef otb::AttributesMapLabelObject<LabelType, Dimension, std::string> LabelObjectType;
   typedef itk::LabelMap<LabelObjectType>            LabelMapType;
@@ -48,7 +48,7 @@ int otbLabelMapToSimulatedImageFilterTest(int itkNotUsed(argc), char* argv[])
 
   typedef otb::ProspectModel ProspectType;
   typedef otb::SailModel     SailType;
-  typedef otb::LabelMapToSimulatedImageFilter<LabelMapType, ProspectType, SailType, LabeledImageType> LabelMapToSimulatedImageFilterType;
+  typedef otb::LabelMapToSimulatedImageFilter<LabelMapType, ProspectType, SailType, LabelledImageType> LabelMapToSimulatedImageFilterType;
 
 
   /** Instantiation of pointer objects*/
diff --git a/Modules/Miscellaneous/Simulation/test/otbProspectReflTest.cxx b/Modules/Miscellaneous/Simulation/test/otbProspectReflTest.cxx
index 320bb5b236d2a2fc350c6399b921f20e225b56f0..8abc171db6ce7d1dba0cb4e636270b9f27e39fd4 100644
--- a/Modules/Miscellaneous/Simulation/test/otbProspectReflTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbProspectReflTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbProspectTransTest.cxx b/Modules/Miscellaneous/Simulation/test/otbProspectTransTest.cxx
index ab443b70cd0cd17d065a8c6fc2d9180a17c2dca2..faedbbff92a99f7d11fef3c3a8b3bf6fba02e290 100644
--- a/Modules/Miscellaneous/Simulation/test/otbProspectTransTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbProspectTransTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponse.cxx b/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponse.cxx
index 56a8beb29e9da087dd410057cd47e1326307a1dd..ef72eb8cf9e1fb6ed0b5a8ea7dca790e93c44579 100644
--- a/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponse.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponse.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseClassifierRAndNIR.cxx b/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseClassifierRAndNIR.cxx
index 992e03a182d41540817f71e552a21b74937f3ff2..425750c60421ca00990959e14cdb70b2d229aa84 100644
--- a/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseClassifierRAndNIR.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseClassifierRAndNIR.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseSVMClassifier.cxx b/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseSVMClassifier.cxx
index b30708f3cf4a4c6fccf42780580eddbe0107b03c..50d21fee02b292aedc172bd994077a0110cbfc9f 100644
--- a/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseSVMClassifier.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbReduceSpectralResponseSVMClassifier.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSailReflHTest.cxx b/Modules/Miscellaneous/Simulation/test/otbSailReflHTest.cxx
index 789a89c878f9e3ec6bc584d8ce7d9d1c3e9e01af..34ca0d8a3ba0773e702397a3e8697fc5f620d9b8 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSailReflHTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSailReflHTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSailReflVTest.cxx b/Modules/Miscellaneous/Simulation/test/otbSailReflVTest.cxx
index ac487ae9689ee4bc98b5631710912702aa0bd31c..45bd784b62b11b97100c47ce83de21b88d7579c0 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSailReflVTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSailReflVTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSatelliteRSR.cxx b/Modules/Miscellaneous/Simulation/test/otbSatelliteRSR.cxx
index e922784607a56dc354160b88bddcfdf7b9ef710e..4161a099886a51f86e2b1aedeac80735f1278b4a 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSatelliteRSR.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSatelliteRSR.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSimulationTestDriver.cxx b/Modules/Miscellaneous/Simulation/test/otbSimulationTestDriver.cxx
index 0e5dc0861b64617a0ba9b72928e2709904d8c549..06104345df2d4cf5b686c7ae162435b08bb3afff 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSimulationTestDriver.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSimulationTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSoilDBTest.cxx b/Modules/Miscellaneous/Simulation/test/otbSoilDBTest.cxx
index acd747452fad12f41c8435b9f295ee76bf659ecc..4ff2d9b7334ad82944a9356c2fc6e166c2f0f71d 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSoilDBTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSoilDBTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSpatialisationTest.cxx b/Modules/Miscellaneous/Simulation/test/otbSpatialisationTest.cxx
index 4a61624a6ba54f3019d5312f947f798bc1e56ac5..5e229ced0b3bd78e86b8e1a7bdb7910419ded015 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSpatialisationTest.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSpatialisationTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSpectralResponse.cxx b/Modules/Miscellaneous/Simulation/test/otbSpectralResponse.cxx
index f07622f0ac401d0cbbc016ccbb0f66d0e00966b0..debda63e62aedc22e6f523227a6669851ff37e68 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSpectralResponse.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSpectralResponse.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Miscellaneous/Simulation/test/otbSurfaceReflectanceToReflectanceFilter.cxx b/Modules/Miscellaneous/Simulation/test/otbSurfaceReflectanceToReflectanceFilter.cxx
index 36e9df6db928ba2bfc0e4229edbe577b6b4021c5..173d7acb6d7d98d2618ed112ca8cec0b671d4b7d 100644
--- a/Modules/Miscellaneous/Simulation/test/otbSurfaceReflectanceToReflectanceFilter.cxx
+++ b/Modules/Miscellaneous/Simulation/test/otbSurfaceReflectanceToReflectanceFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Remote/CMakeLists.txt b/Modules/Remote/CMakeLists.txt
index 0c9ee9c3fc8ade54a8158dbf8618d9cf1e5a7ae4..5ec067cd787de1bc75555fad56f9642cb6039bfb 100644
--- a/Modules/Remote/CMakeLists.txt
+++ b/Modules/Remote/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/S1TilingSupportApplications.remote.cmake b/Modules/Remote/S1TilingSupportApplications.remote.cmake
index 822182425cdee78a4d177be6d0fbc059b9760d52..016ce21ee667a6385ad8187952d27b43e7d9faa6 100644
--- a/Modules/Remote/S1TilingSupportApplications.remote.cmake
+++ b/Modules/Remote/S1TilingSupportApplications.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/SertitObject.remote.cmake b/Modules/Remote/SertitObject.remote.cmake
index b565a54f96337d4906e3cd7e1d67b63c0f56b58c..4a89b6dce8b93afa55387c3848c2888522427a63 100644
--- a/Modules/Remote/SertitObject.remote.cmake
+++ b/Modules/Remote/SertitObject.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/diapotb.remote.cmake b/Modules/Remote/diapotb.remote.cmake
index 7374244b29e654544101866ae15e97a4c5245eb3..5ca432693cc340db18eb8aab3bde0c1e445ded18 100644
--- a/Modules/Remote/diapotb.remote.cmake
+++ b/Modules/Remote/diapotb.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/otb-bv.remote.cmake b/Modules/Remote/otb-bv.remote.cmake
index 594d33f15c1206bff9c10169639aed9649e2125e..22c77a3e2487cc0afab2dfb7ef7117dc3e52ad11 100644
--- a/Modules/Remote/otb-bv.remote.cmake
+++ b/Modules/Remote/otb-bv.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/otbFFSforGMM.remote.cmake b/Modules/Remote/otbFFSforGMM.remote.cmake
index 9675cb205646a12b43289720a43d594fce88e644..a8d7a54ee0309221bafc9857330519e19d026957 100644
--- a/Modules/Remote/otbFFSforGMM.remote.cmake
+++ b/Modules/Remote/otbFFSforGMM.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/otbGRM.remote.cmake b/Modules/Remote/otbGRM.remote.cmake
index 1a3433402569b5da70f4cdaff0bf952e336baf75..4391a065376211e3725b9d081a4c598769e24ef2 100644
--- a/Modules/Remote/otbGRM.remote.cmake
+++ b/Modules/Remote/otbGRM.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/phenotb.remote.cmake b/Modules/Remote/phenotb.remote.cmake
index 93202411f9e517e3ff8c77ded10e74fad25f110a..439ba61e15dc05dc3515ac3a1eb80a5c3534a0c9 100644
--- a/Modules/Remote/phenotb.remote.cmake
+++ b/Modules/Remote/phenotb.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Remote/temporal-gapfilling.remote.cmake b/Modules/Remote/temporal-gapfilling.remote.cmake
index 6fe4da605ee43facc5a7e34e8bee837d395de1a9..bf88bf2a0cac8ce36d0d1a7d7fb2765f019c2305 100644
--- a/Modules/Remote/temporal-gapfilling.remote.cmake
+++ b/Modules/Remote/temporal-gapfilling.remote.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/Applications/CMakeLists.txt b/Modules/SAR/Applications/CMakeLists.txt
index ad370acc334694aee52c2c930e5597bf06122f33..6243525cc4b5d4352d3a45f093b03d0c8d02d0a9 100644
--- a/Modules/SAR/Applications/CMakeLists.txt
+++ b/Modules/SAR/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/Applications/app/CMakeLists.txt b/Modules/SAR/Applications/app/CMakeLists.txt
index d88b61668d11141a258f3d0b24cc68d2952851d7..2a1b54f18a1bc649133c73d0a44e7bc8dc439c38 100644
--- a/Modules/SAR/Applications/app/CMakeLists.txt
+++ b/Modules/SAR/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/Applications/app/otbComputeModulusAndPhase.cxx b/Modules/SAR/Applications/app/otbComputeModulusAndPhase.cxx
index 6c392f2ed710c9d2111f3de15e13f0d5c9736f2c..5fdb3fe069ed2c52349b509da5071119c07f4dd6 100644
--- a/Modules/SAR/Applications/app/otbComputeModulusAndPhase.cxx
+++ b/Modules/SAR/Applications/app/otbComputeModulusAndPhase.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbDespeckle.cxx b/Modules/SAR/Applications/app/otbDespeckle.cxx
index 1cecbe5688756043750725f34a6193fc3cdfaece..f76835258707c3da1cfab1ef48ab9984d6d5d951 100644
--- a/Modules/SAR/Applications/app/otbDespeckle.cxx
+++ b/Modules/SAR/Applications/app/otbDespeckle.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARBurstExtraction.cxx b/Modules/SAR/Applications/app/otbSARBurstExtraction.cxx
index 6cea025941ba8cb6daa7175072351d7507da348f..d990570e7af6b98f914c9bbfb440663f7c6d985a 100644
--- a/Modules/SAR/Applications/app/otbSARBurstExtraction.cxx
+++ b/Modules/SAR/Applications/app/otbSARBurstExtraction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARCalibration.cxx b/Modules/SAR/Applications/app/otbSARCalibration.cxx
index 966b63dc3da9d5648eb5f365a71432646e458374..4e62a14465bca28e9e18073a027625cc852a647b 100644
--- a/Modules/SAR/Applications/app/otbSARCalibration.cxx
+++ b/Modules/SAR/Applications/app/otbSARCalibration.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARConcatenateBursts.cxx b/Modules/SAR/Applications/app/otbSARConcatenateBursts.cxx
index c6c848a505c58b66884886ffe4ed1a6f8f4ed084..d8c54ec4fb1582465022ae8bae2afeecd6bbeb9d 100644
--- a/Modules/SAR/Applications/app/otbSARConcatenateBursts.cxx
+++ b/Modules/SAR/Applications/app/otbSARConcatenateBursts.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARDeburst.cxx b/Modules/SAR/Applications/app/otbSARDeburst.cxx
index 885da605801074e8d9c3da91ea02ca12f2784469..7e6cff5a0fa7bc2ae1cff8cb4e93c163a9a18786 100644
--- a/Modules/SAR/Applications/app/otbSARDeburst.cxx
+++ b/Modules/SAR/Applications/app/otbSARDeburst.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARDecompositions.cxx b/Modules/SAR/Applications/app/otbSARDecompositions.cxx
index aa22399b2050974321f429c5818093a953991c90..b605ab6907ac6f7d8d0c2d24427b917440e8c967 100644
--- a/Modules/SAR/Applications/app/otbSARDecompositions.cxx
+++ b/Modules/SAR/Applications/app/otbSARDecompositions.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARPolarMatrixConvert.cxx b/Modules/SAR/Applications/app/otbSARPolarMatrixConvert.cxx
index 7fd3bc00d7b70a511c1226f655e3b51cc408d1ca..14ca2b0cc8df105eb0e9a5eedb6d05e04b56e39c 100644
--- a/Modules/SAR/Applications/app/otbSARPolarMatrixConvert.cxx
+++ b/Modules/SAR/Applications/app/otbSARPolarMatrixConvert.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/app/otbSARPolarSynth.cxx b/Modules/SAR/Applications/app/otbSARPolarSynth.cxx
index 1147b4326e704ae07d6b5c97f76d16bf7cbc08f1..f7a69407516f3668821157c347cad3c49809117a 100644
--- a/Modules/SAR/Applications/app/otbSARPolarSynth.cxx
+++ b/Modules/SAR/Applications/app/otbSARPolarSynth.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/Applications/otb-module.cmake b/Modules/SAR/Applications/otb-module.cmake
index 2bea8847b588b77dfc88fe31161dceebbf796561..8f1ad13d4d3842525b006939b2ae3cf693e7ffa8 100644
--- a/Modules/SAR/Applications/otb-module.cmake
+++ b/Modules/SAR/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/Applications/test/CMakeLists.txt b/Modules/SAR/Applications/test/CMakeLists.txt
index 72867e7955cb9d6c4adb052b7803d110e2f1177b..ab56013bf9a83dda6d188de3ffea5707fd09a86a 100644
--- a/Modules/SAR/Applications/test/CMakeLists.txt
+++ b/Modules/SAR/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/SARCalibration/CMakeLists.txt b/Modules/SAR/SARCalibration/CMakeLists.txt
index 35636c89dc6cdf66716d19a90bf3bfc62d7f50ea..9cfb68e26d54f1bbdf68df6240ebab9282000aa6 100644
--- a/Modules/SAR/SARCalibration/CMakeLists.txt
+++ b/Modules/SAR/SARCalibration/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.h b/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.h
index 5ef82e55a56665638ff697c42b0bbe05e80e3aac..5f0aa804a3fa61cf7da2e1c40b6fd21b0aa3ccc1 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.h
+++ b/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.hxx b/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.hxx
index 3906ae2c42592ce0e2b5c71f7a06a53221ea18c8..fb841cf69c01f0470caa534c3751d741886d2103 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarBrightnessFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarBrightnessFunctor.h b/Modules/SAR/SARCalibration/include/otbSarBrightnessFunctor.h
index 8da4e5bd5585842f839faea573e9bef2ff735732..df7d8ef58b462a5da2b00c7e1ad2a6cd009d9e61 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBrightnessFunctor.h
+++ b/Modules/SAR/SARCalibration/include/otbSarBrightnessFunctor.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.h b/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.h
index 3cf6e0c8872796b772edfb99ce68745a63bb8d1f..29a234fade11ae095b5579a5ddd580db54a1d91a 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.h
+++ b/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.hxx b/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.hxx
index b75968df58a082455194ad891c3bd234ca384d26..c4b95bdd7ea4a5ec1bed7c0d13e9afb08e725388 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarBrightnessToImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.h b/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.h
index 34dde1b5edfd9553e1f30463de13834487c2c75b..a404fc05c787a594972b66dbf7aaee924528aa38 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.h
+++ b/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.hxx b/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.hxx
index 8cb2b2a589703c40cdcee0abd34738ff7a5285a1..e88ad9d25c267b3006119aae277e04afa2b85ac8 100644
--- a/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarBurstExtractionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.h b/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.h
index 947fe05e90b972b95558a4a4b734047930b59fb6..db6238458582dcaae348a4024e88f25a494e0d3a 100644
--- a/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.h
+++ b/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.hxx b/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.hxx
index 09796c126a9879ce2a68621dc43adbf93fb9640c..c3b100fc487de90d8b2bce1a0ab83d4922985e18 100644
--- a/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarConcatenateBurstsImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.h b/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.h
index f14b1ca187991a179376bc412a304ad79406caf2..55d16e2d8882d1b944bad039eba8b5e01776f58a 100644
--- a/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.h
+++ b/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.hxx b/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.hxx
index db00fc221d3506c3cc6602a16581fc3b0fdbef3e..17aebac7691bc75d450b5622a870d401bb99faeb 100644
--- a/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarDeburstImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.h b/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.h
index 3a35b816725733cf5d6ae7d9f3eccc3f9a93c60d..a286f5d9eb0b64f0d31685e4238edad636f708e1 100644
--- a/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.h
+++ b/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.hxx b/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.hxx
index db3ca891ab9b89ba29e043cc44f60044207d3d60..1be7a463eb05f6e05eeaa96735c49c4b04c3d643 100644
--- a/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarParametricMapFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.h b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.h
index 25b901e9d12531c5a8c329e595cee771cb58655b..6d34e2f5d62da7b4397afed5cb810b28063b5576 100644
--- a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.h
+++ b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.hxx b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.hxx
index bf6c730be934e72c274a87650cfa64d3473e10d9..fc54b79c8ffe336000da80f07f6d28f7bb593571 100644
--- a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationFunction.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.h b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.h
index e9dbe368091ade2712d3d39b5f17dea0ff9ca248..1af884b7864deba1d508ebda942e4c07c6a76ca3 100644
--- a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.h
+++ b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.hxx b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.hxx
index 2fbe16c618d7b5dd8b429824a55d14de4dbe14f6..3ff802863f7188f5939f824272f77c5f1798a6a0 100644
--- a/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.hxx
+++ b/Modules/SAR/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.h b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.h
index dc37c4bd59f69d0f7438fe195b3c2ebd609fde53..43b52fa68b77f900b0389256de051b3b701a8231 100644
--- a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.h
+++ b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.hxx b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.hxx
index da22dd7554aa7a33ffa513f5d7245747d9d7305e..f466b7323f3fa8cfae4df1b85e04bb392cc60204 100644
--- a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.hxx
+++ b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessFunctor.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.h b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.h
index 4727198b3e6f3af7e53e68317792940f73baf079..ebe1343c3e0dcb0c215c97d5d6d4c01d1c374880 100644
--- a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.h
+++ b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.hxx b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.hxx
index c5ac01609ebf28f390f9eed7b594e1197e2189a2..a31b997464e7204c7ff4d56018dd7a0c15410129 100644
--- a/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.hxx
+++ b/Modules/SAR/SARCalibration/include/otbTerraSarBrightnessImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/otb-module.cmake b/Modules/SAR/SARCalibration/otb-module.cmake
index e304425fd0e1094c306abf896bc63cefe9217edc..ab3ca2dd9305ab8ee4e9d023683d996c30887cfb 100644
--- a/Modules/SAR/SARCalibration/otb-module.cmake
+++ b/Modules/SAR/SARCalibration/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/SARCalibration/test/CMakeLists.txt b/Modules/SAR/SARCalibration/test/CMakeLists.txt
index 13bdb7ce2acdd80ddee270ef45d072dbf18e156c..00128cd896f563716eebc99a28f3ee1f355c5d7a 100644
--- a/Modules/SAR/SARCalibration/test/CMakeLists.txt
+++ b/Modules/SAR/SARCalibration/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/SAR/SARCalibration/test/otbSARCalibrationTestDriver.cxx b/Modules/SAR/SARCalibration/test/otbSARCalibrationTestDriver.cxx
index cda20007c265b7852c40cad2906a5e941397ea11..6912a612e5cbb121fcdbe65d4546f0c0709b7c42 100644
--- a/Modules/SAR/SARCalibration/test/otbSARCalibrationTestDriver.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSARCalibrationTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunction.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunction.cxx
index 659c401a7457ba8bd3d449f24fd4789d3bd12d40..c5bb68cc4e87035785eaf46d863d0d33e10a0dbd 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunction.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctionWithoutNoise.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctionWithoutNoise.cxx
index 0fd7c0a0f49aecfb0e867cdd6982e116bf68d5c0..a204e8df55d80868c472ba5f5f9490e28f72ec36 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctionWithoutNoise.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctionWithoutNoise.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctor.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctor.cxx
index 7e1aaf4fcfd33a2d35c1193abf21e4fe1f3168c6..c43d8263e6481320df3b8d298e8b9a2fb343e84c 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctor.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctorWithoutNoise.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctorWithoutNoise.cxx
index d4aca76a520120f925ec371ac2ea5e63dd036284..d58ee4f93d63307966e7e75c9f22b85313721bb0 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctorWithoutNoise.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessFunctorWithoutNoise.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTest.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTest.cxx
index 6227bc75fd538c26cdb9759384fc59831ce8bd99..3feff63c8d1fad8b8064e6669b962929e8dd569d 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTestWithoutNoise.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTestWithoutNoise.cxx
index 7a35abecf132dc1a997dccb2e96efd074e4dfa4d..2c37c606e0c946cb36c5e7cf304985b052b2918f 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTestWithoutNoise.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageFilterTestWithoutNoise.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageWithComplexPixelFilterTest.cxx b/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageWithComplexPixelFilterTest.cxx
index 26d0299a6f311ff42c5432a09e182e4c518b611f..612f4b2f20dc2516f50b1a72c2ba48be3b6ac98c 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageWithComplexPixelFilterTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBrightnessToImageWithComplexPixelFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarBurstExtractionFilterTest.cxx b/Modules/SAR/SARCalibration/test/otbSarBurstExtractionFilterTest.cxx
index 175ed6075e246b86c42dda7b994e7e0447d9b487..a7eb11c5b4dd60880f7a025346934404189132cc 100644
--- a/Modules/SAR/SARCalibration/test/otbSarBurstExtractionFilterTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarBurstExtractionFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarConcatenateBurstsImageFilter.cxx b/Modules/SAR/SARCalibration/test/otbSarConcatenateBurstsImageFilter.cxx
index d09d65b50ed71d27c3703d494396f8e0b9e63bc9..e3436a00d5dd65bbc24410dbc0795892b47585af 100644
--- a/Modules/SAR/SARCalibration/test/otbSarConcatenateBurstsImageFilter.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarConcatenateBurstsImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarDeburstFilterTest.cxx b/Modules/SAR/SARCalibration/test/otbSarDeburstFilterTest.cxx
index 0ea000f55d570306684993fcfe7a74b3db212c26..0e34a9917a4171a3b8bdf54efeaea852bb7b5eec 100644
--- a/Modules/SAR/SARCalibration/test/otbSarDeburstFilterTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarDeburstFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionTest.cxx b/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionTest.cxx
index 47c53da9f1f155e5537cc5f6e4b895c67ad11167..a57202e513b1a8ef282761a0e9b237329da77b5f 100644
--- a/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionToImageFilter.cxx b/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionToImageFilter.cxx
index 6b738e0800d0b216011bf4da19119036604bfb31..3d1266982d0dad60bb15404579623f49d89f6c08 100644
--- a/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionToImageFilter.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarParametricMapFunctionToImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunction.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunction.cxx
index 4432c919c94d0d1ce109e794599b03e268ef80dc..c266bd87a52a3f3aac516c78a6e13d90ab0aa00f 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunction.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunction.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctionWithoutNoise.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctionWithoutNoise.cxx
index faf71445aad3ef635c5016c31ea637ef8cc51ffa..d78c23bd77cacc297267b4e2f17c8887da67cded 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctionWithoutNoise.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctionWithoutNoise.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctor.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctor.cxx
index 981758fe205ddba552d008fda68f095a37c4fd7f..bf26a00d88c4d8c188dbf428f37d3798a8b6289b 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctor.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctorWithoutNoise.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctorWithoutNoise.cxx
index 44f94769b7fa24299d39d9e1411c5479b52d793f..e577ca7e6178052f5aed99ac50b0dad9e836b2f8 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctorWithoutNoise.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationFunctorWithoutNoise.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx
index ece93ac5b7be39a1f554c5e6fa3116e645494792..3e5e9c216e27a486ec874313cac5f0cb34a10718 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterCompareTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTest.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTest.cxx
index 3ad5b72267b544a0d8c95f2feb8814198f84484a..af128bffa5f082ebc29a0d3a58c3c407662c06c9 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTestWithoutNoise.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTestWithoutNoise.cxx
index f0d4964bfbef023504201202eb576ccf6da34953..5a7d5c372eb5369c9d5871cb7c87ce4f1d231984 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTestWithoutNoise.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithComplexPixelTestWithoutNoise.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithExtractROIBeforeTest.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithExtractROIBeforeTest.cxx
index 15ada21975f23cc5513c229a370b77460ec73f0a..98af22f3be6ebc6eece4ee8ce5562500de97488a 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithExtractROIBeforeTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithExtractROIBeforeTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithRealPixelTest.cxx b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithRealPixelTest.cxx
index c1fc75820073d2473f48db3c2355f6f29893eece..5394835cfdd3dd8820ac341669dbff64db1c8bff 100644
--- a/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithRealPixelTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbSarRadiometricCalibrationToImageFilterWithRealPixelTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessFunctor.cxx b/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessFunctor.cxx
index 77cfcb5af41e6c9271d2ae335a5c8c7548317d69..e56c2e22ebf4208f4c477a2b16930837f3161319 100644
--- a/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessFunctor.cxx
+++ b/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessFunctor.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageComplexFilterTest.cxx b/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageComplexFilterTest.cxx
index c728f81f6acced8d9b70179c7ae7f17e05a750c6..e5a52329eeab2ed5a2e6fef9257b2efb569648a0 100644
--- a/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageComplexFilterTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageComplexFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageFilterTest.cxx b/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageFilterTest.cxx
index c0b33144af9f7cda8deda2993dbe560935e42729..9c6d0c30615b0d81d4c2786f6591006c23f94f84 100644
--- a/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageFilterTest.cxx
+++ b/Modules/SAR/SARCalibration/test/otbTerraSarBrightnessImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/CMakeLists.txt b/Modules/Segmentation/Applications/CMakeLists.txt
index 5685e47b53355fc5b0d081160c0d1a535a219cae..64c870db7d70aef459d5736f647d527f71f07553 100644
--- a/Modules/Segmentation/Applications/CMakeLists.txt
+++ b/Modules/Segmentation/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Applications/app/CMakeLists.txt b/Modules/Segmentation/Applications/app/CMakeLists.txt
index 27dac8f5ef1e81659a5b7fa6915601b896f927bf..d783352d1df77301ad8f531128d8d32302c92097 100644
--- a/Modules/Segmentation/Applications/app/CMakeLists.txt
+++ b/Modules/Segmentation/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Applications/app/otbConnectedComponentSegmentation.cxx b/Modules/Segmentation/Applications/app/otbConnectedComponentSegmentation.cxx
index 51f856d82e899d924e5cbf0708aa6075a8f36121..def176796096bdb7c29f5471d1de7b20d3798ab9 100644
--- a/Modules/Segmentation/Applications/app/otbConnectedComponentSegmentation.cxx
+++ b/Modules/Segmentation/Applications/app/otbConnectedComponentSegmentation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbHooverCompareSegmentation.cxx b/Modules/Segmentation/Applications/app/otbHooverCompareSegmentation.cxx
index 4075bdc527eb2e94638a36a709fbeeeaa737e97c..c77cbaf94add4b817566379ca5203f35b3b21cf7 100644
--- a/Modules/Segmentation/Applications/app/otbHooverCompareSegmentation.cxx
+++ b/Modules/Segmentation/Applications/app/otbHooverCompareSegmentation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbLSMSSegmentation.cxx b/Modules/Segmentation/Applications/app/otbLSMSSegmentation.cxx
index 0dd062528b73f08c7a84dcda1d499ccf5e16aec2..6f96412298cdc2516d9c0a0ba4597a9080c9057a 100644
--- a/Modules/Segmentation/Applications/app/otbLSMSSegmentation.cxx
+++ b/Modules/Segmentation/Applications/app/otbLSMSSegmentation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbLSMSSmallRegionsMerging.cxx b/Modules/Segmentation/Applications/app/otbLSMSSmallRegionsMerging.cxx
index 26f84ab92f07e032f2ecc27aeb8c4d9422fd737f..e9d83cff24971114a329bd6b547a50f45ea12a9d 100644
--- a/Modules/Segmentation/Applications/app/otbLSMSSmallRegionsMerging.cxx
+++ b/Modules/Segmentation/Applications/app/otbLSMSSmallRegionsMerging.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbLSMSVectorization.cxx b/Modules/Segmentation/Applications/app/otbLSMSVectorization.cxx
index ce9548571459b5e756760250996c5b760ab8da12..8c3d00bdd540970faac9a6116159416d06c438ef 100644
--- a/Modules/Segmentation/Applications/app/otbLSMSVectorization.cxx
+++ b/Modules/Segmentation/Applications/app/otbLSMSVectorization.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbLargeScaleMeanShift.cxx b/Modules/Segmentation/Applications/app/otbLargeScaleMeanShift.cxx
index f8480cc01ae4f433df123afbf4d5a8908125b2c2..13fac79cce3d9966621761448d93921fa1ef919a 100644
--- a/Modules/Segmentation/Applications/app/otbLargeScaleMeanShift.cxx
+++ b/Modules/Segmentation/Applications/app/otbLargeScaleMeanShift.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbMeanShiftSmoothing.cxx b/Modules/Segmentation/Applications/app/otbMeanShiftSmoothing.cxx
index a5969c8666e2dd62249d0c120e54387498759432..bfe555623dbe34d0a4beeafa8ec03cdcb333e5b4 100644
--- a/Modules/Segmentation/Applications/app/otbMeanShiftSmoothing.cxx
+++ b/Modules/Segmentation/Applications/app/otbMeanShiftSmoothing.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbSegmentation.cxx b/Modules/Segmentation/Applications/app/otbSegmentation.cxx
index 6199c6223820e8718dced0ccf346c082e65a7b70..e9805ff617777a5ef262a5955dd4aec59f1f5d87 100644
--- a/Modules/Segmentation/Applications/app/otbSegmentation.cxx
+++ b/Modules/Segmentation/Applications/app/otbSegmentation.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/app/otbSmallRegionsMerging.cxx b/Modules/Segmentation/Applications/app/otbSmallRegionsMerging.cxx
index caa984e8d8150f504256ad8b63f4195d4a0990bf..6900017a6c85283b0d5ddc34d06a902df8b33907 100644
--- a/Modules/Segmentation/Applications/app/otbSmallRegionsMerging.cxx
+++ b/Modules/Segmentation/Applications/app/otbSmallRegionsMerging.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Applications/otb-module.cmake b/Modules/Segmentation/Applications/otb-module.cmake
index 870fe8a20c9626f5ef4a5d1429ce9d549652eda8..d7b74431048b64fb4dc3f0ec8ce922f427de1310 100644
--- a/Modules/Segmentation/Applications/otb-module.cmake
+++ b/Modules/Segmentation/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Applications/test/CMakeLists.txt b/Modules/Segmentation/Applications/test/CMakeLists.txt
index 297716545ac7c7c9d25f545dab3f22d211d733b7..69e96a9b180a5c34d36df0fcae77306e5f33da6f 100644
--- a/Modules/Segmentation/Applications/test/CMakeLists.txt
+++ b/Modules/Segmentation/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/CCOBIA/CMakeLists.txt b/Modules/Segmentation/CCOBIA/CMakeLists.txt
index 3c9a139422018ac8257de6b3239194ed1d0732c2..0f760aa57024961c34e569d524c2ca44037e9b1a 100644
--- a/Modules/Segmentation/CCOBIA/CMakeLists.txt
+++ b/Modules/Segmentation/CCOBIA/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h b/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h
index 7c3d4e4ff9c8f61de781ef036b7c162ca60a17b9..6253430d3454b344589fc03627cdd060a74b4345 100644
--- a/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h
+++ b/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.h b/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.h
index d3992a1a2b1d0eb845adc394f74e57b28cefa9f8..5ea750ce3e2ab51fb74659566e253aa5d0240461 100644
--- a/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.h
+++ b/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.hxx b/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.hxx
index 05907fef87b8f08e908cfd5a2dc92ab45e4badc6..84c5ba1050f3c2f1f59ac1c3e499c55a60a7b5ef 100644
--- a/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.hxx
+++ b/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.h b/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.h
index c8b779270497a850e4d5a02a599cae258f7f234f..e9c8275b41806a441312c22fe45aad246ef26d1c 100644
--- a/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.h
+++ b/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.hxx b/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.hxx
index 478b3f7d49e3494af5512e05aa2a277df3283fe5..cf8d0fecce1860df69a17a5d6108edce8ae9c2d5 100644
--- a/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.hxx
+++ b/Modules/Segmentation/CCOBIA/include/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/otb-module.cmake b/Modules/Segmentation/CCOBIA/otb-module.cmake
index c0fefba359c5624e71f8cc14b2f5d04fd0674b72..06e7b7e78e5e9086d637e59d262cf028cd023067 100644
--- a/Modules/Segmentation/CCOBIA/otb-module.cmake
+++ b/Modules/Segmentation/CCOBIA/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/CCOBIA/test/CMakeLists.txt b/Modules/Segmentation/CCOBIA/test/CMakeLists.txt
index 6dcf3d002129b2104359376e94c41600d3b540d1..db1293e9a8b2daa282a94e8caa84484bd27319f9 100644
--- a/Modules/Segmentation/CCOBIA/test/CMakeLists.txt
+++ b/Modules/Segmentation/CCOBIA/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/CCOBIA/test/otbCCOBIATestDriver.cxx b/Modules/Segmentation/CCOBIA/test/otbCCOBIATestDriver.cxx
index dcd46b6ecd0c7492d82e0d460b38eaaae9698dfb..334212f73b283b44cdd667ad47f83de540778dfe 100644
--- a/Modules/Segmentation/CCOBIA/test/otbCCOBIATestDriver.cxx
+++ b/Modules/Segmentation/CCOBIA/test/otbCCOBIATestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/test/otbConnectedComponentMuParserFunctorTest.cxx b/Modules/Segmentation/CCOBIA/test/otbConnectedComponentMuParserFunctorTest.cxx
index 350112c4d0d06fb021577f7b6db4d6affe0e4fb2..e972d70bde9386cf4b1dd5f37e59f7c2627e88ed 100644
--- a/Modules/Segmentation/CCOBIA/test/otbConnectedComponentMuParserFunctorTest.cxx
+++ b/Modules/Segmentation/CCOBIA/test/otbConnectedComponentMuParserFunctorTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/test/otbLabelObjectOpeningMuParserFilterTest.cxx b/Modules/Segmentation/CCOBIA/test/otbLabelObjectOpeningMuParserFilterTest.cxx
index 91b4df436fb91f44328691b14239885e9b0ce126..a52f03b6d1a0ce4e90d3a207a8544166db41f5ac 100644
--- a/Modules/Segmentation/CCOBIA/test/otbLabelObjectOpeningMuParserFilterTest.cxx
+++ b/Modules/Segmentation/CCOBIA/test/otbLabelObjectOpeningMuParserFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/test/otbMeanShiftStreamingConnectedComponentOBIATest.cxx b/Modules/Segmentation/CCOBIA/test/otbMeanShiftStreamingConnectedComponentOBIATest.cxx
index 1091036d65604855947464af1bcced76ae92102e..879097ce85d45c743ad4d59e7e9cc3a41d25bef8 100644
--- a/Modules/Segmentation/CCOBIA/test/otbMeanShiftStreamingConnectedComponentOBIATest.cxx
+++ b/Modules/Segmentation/CCOBIA/test/otbMeanShiftStreamingConnectedComponentOBIATest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/CCOBIA/test/otbStreamingConnectedComponentOBIATest.cxx b/Modules/Segmentation/CCOBIA/test/otbStreamingConnectedComponentOBIATest.cxx
index 9d3954d14df9631e4b548d3370d744bf8c8b1584..316fe6a23a80121aecff7c7fff74dc4e133d0171 100644
--- a/Modules/Segmentation/CCOBIA/test/otbStreamingConnectedComponentOBIATest.cxx
+++ b/Modules/Segmentation/CCOBIA/test/otbStreamingConnectedComponentOBIATest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/CMakeLists.txt b/Modules/Segmentation/Labelling/CMakeLists.txt
index 3cfb7df7b6edf190c0747823dbdf7d51d287fbbd..7e66f94d2c798b868086716a1e5cdf6e7272a05f 100644
--- a/Modules/Segmentation/Labelling/CMakeLists.txt
+++ b/Modules/Segmentation/Labelling/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Labelling/include/otbLabelToBoundaryImageFilter.h b/Modules/Segmentation/Labelling/include/otbLabelToBoundaryImageFilter.h
index e32f2ba5ab5afa7cb2c1af03e6f77ba85794e7fb..e506af25b4523e8b3896e3435fe28f1f6572e3ec 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelToBoundaryImageFilter.h
+++ b/Modules/Segmentation/Labelling/include/otbLabelToBoundaryImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h b/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h
index d63d265f2dadb9365e5c0ecc1e69ad7ce9bf11df..9cb98c0679baf4a6441c74feeac7b402b81ae7a1 100644
--- a/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h
+++ b/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.h b/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.h
index f57c4feaf3981c668fae0297b5a8a4d2ba1f06f3..6bda93818efce10801ec41f16a67eea0aae74eb8 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.h
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.hxx b/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.hxx
index cbf4f0b7f5f6e5fb92f8983aebbd58ff8349bac6..208fea3a8045a5b894ef0dfe07d418853d438b94 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.hxx
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.h b/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.h
index 40a943d1fa1bdf236d22eb9a0d192c79a8e6d15b..b412cef4795a8f6fe754b3d4f37a9a5bce47c8c3 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.h
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.hxx b/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.hxx
index b4477d721dbd23ac22032c08ab23232d3e61c8c9..3752a2094ea30022c1163038889608d1d5820833 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.hxx
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.h b/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.h
index 29d66f3b908047f329c3fb7fa519b86cfcb541e2..ea1e728f18769cbffdf27185637f2c1b2a934e9a 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.h
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.hxx b/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.hxx
index fb01ef5fad616a3b294b21fda6e957359dbb3cd8..cd661b0371a05a92aa9d8ff71aa5e7953354887f 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.hxx
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.h b/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.h
index db32b6f70cbe694e4139df77a505b2061ceaffc1..42ac600115c0f41d308d10a35ff63011f85a1a02 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.h
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.hxx b/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.hxx
index 23595e8ce9dcb4b32571e0b1c1c8342a3a0b7e50..273a5b7b019ace2a151b60f61cb628b8e0ea5a30 100644
--- a/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.hxx
+++ b/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.h b/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.h
index b8260ae268724bb547c871569a464c806d292267..ecc07c7de895a7bc194eab7cf34e266dd111e62c 100644
--- a/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.h
+++ b/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.hxx b/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.hxx
index b69bfdc628400c0bb1de430076fa5550d135bd94..f73009a1f695ed532594b756f41432aa5d652fca 100644
--- a/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.hxx
+++ b/Modules/Segmentation/Labelling/include/otbRelabelComponentImageFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/otb-module.cmake b/Modules/Segmentation/Labelling/otb-module.cmake
index bcd074c90012102e37af8529b9bfceb97ab0ded1..4246f055a44dd268a9f8e74733a7e7c221b71f29 100644
--- a/Modules/Segmentation/Labelling/otb-module.cmake
+++ b/Modules/Segmentation/Labelling/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Labelling/test/CMakeLists.txt b/Modules/Segmentation/Labelling/test/CMakeLists.txt
index ab3327e2f8d120cd5d2198933a9feb93ace9e0fe..abb265ec1e1d521832928a19ff6f4ce8337b6ca8 100644
--- a/Modules/Segmentation/Labelling/test/CMakeLists.txt
+++ b/Modules/Segmentation/Labelling/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Labelling/test/otbLabelToBoundaryImageFilter.cxx b/Modules/Segmentation/Labelling/test/otbLabelToBoundaryImageFilter.cxx
index e8177c48d1379959b7292864f5947850f316c9ca..c10315c95e42c328ad9c165bcfc8dc1ad016c283 100644
--- a/Modules/Segmentation/Labelling/test/otbLabelToBoundaryImageFilter.cxx
+++ b/Modules/Segmentation/Labelling/test/otbLabelToBoundaryImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx b/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx
index 6d53a383d88856ae2a6f53bcab7c190fc012bb15..9d99169d47f35b4d4200055d82b40a27ac8f74ec 100644
--- a/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx
+++ b/Modules/Segmentation/Labelling/test/otbLabelizeConfidenceConnectedImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/test/otbLabelizeConnectedThresholdImageFilter.cxx b/Modules/Segmentation/Labelling/test/otbLabelizeConnectedThresholdImageFilter.cxx
index 26fdaf8a9eed531ba007d38ad004880c7ee8d8d3..aebf2b7601abf216739be86baae64e10732f5c7f 100644
--- a/Modules/Segmentation/Labelling/test/otbLabelizeConnectedThresholdImageFilter.cxx
+++ b/Modules/Segmentation/Labelling/test/otbLabelizeConnectedThresholdImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/test/otbLabelizeNeighborhoodConnectedImageFilter.cxx b/Modules/Segmentation/Labelling/test/otbLabelizeNeighborhoodConnectedImageFilter.cxx
index ab1f66b5f9ba569dc45f9ef9fecdc246bd156a57..8239337e2433926ac5bf9212e80fd017b8b5a581 100644
--- a/Modules/Segmentation/Labelling/test/otbLabelizeNeighborhoodConnectedImageFilter.cxx
+++ b/Modules/Segmentation/Labelling/test/otbLabelizeNeighborhoodConnectedImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Labelling/test/otbLabellingTestDriver.cxx b/Modules/Segmentation/Labelling/test/otbLabellingTestDriver.cxx
index b2ca84adebd8a9c5129b49b6c5ebf73f713eaf13..36098dcafa95b166c004568ed0c3444cc244aea2 100644
--- a/Modules/Segmentation/Labelling/test/otbLabellingTestDriver.cxx
+++ b/Modules/Segmentation/Labelling/test/otbLabellingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/CMakeLists.txt b/Modules/Segmentation/MeanShift/CMakeLists.txt
index dafb9491bfca69c1732406527dc7cb22ec4ebf13..191201ff620f68fb094aba88f5987d9f0dc9544f 100644
--- a/Modules/Segmentation/MeanShift/CMakeLists.txt
+++ b/Modules/Segmentation/MeanShift/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.h b/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.h
index 249b748cc01d452ab80bc061ac675b66a40f47aa..bbf3d696c558d0f7104d23a84f7dc521f695bb1b 100644
--- a/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.h
+++ b/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.hxx b/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.hxx
index e0ff05899cfc601ac15ed5d1c07a19a7d4cf8e19..86eeb5f800f6851b692d00d2218049fb47cd1949 100644
--- a/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.hxx
+++ b/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.h b/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.h
index d508f737e898b3efd0bc9b1db470dbdab36b5df7..afb62b2165069b7bbe66f6132d43b9e2f9eec3f3 100644
--- a/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.h
+++ b/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.hxx b/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.hxx
index b7b4fd23f0fd37f1d0b13b500539e8576b12f2a7..df287c061ff12f1c89b7ac88a25e568f42d09b17 100644
--- a/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.hxx
+++ b/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/otb-module.cmake b/Modules/Segmentation/MeanShift/otb-module.cmake
index e180f755c96059ec31aad12780fa7fdfd6b5cb55..219426a451f3ce558085942cc0d9e53d31c75010 100644
--- a/Modules/Segmentation/MeanShift/otb-module.cmake
+++ b/Modules/Segmentation/MeanShift/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/MeanShift/test/CMakeLists.txt b/Modules/Segmentation/MeanShift/test/CMakeLists.txt
index 39f8baf731533788c363d90cd53d51658636fc05..8b5d1a7ca55154be3a31ddaec1dc6a7c2fbda906 100644
--- a/Modules/Segmentation/MeanShift/test/CMakeLists.txt
+++ b/Modules/Segmentation/MeanShift/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/MeanShift/test/otbMeanShiftConnectedComponentSegmentationFilterTest.cxx b/Modules/Segmentation/MeanShift/test/otbMeanShiftConnectedComponentSegmentationFilterTest.cxx
index 04f48c1e45a118bc48a3cd5c1b5fe15b97d36d3b..544f0b21a429cf4b279dcc8412b7d8117d270990 100644
--- a/Modules/Segmentation/MeanShift/test/otbMeanShiftConnectedComponentSegmentationFilterTest.cxx
+++ b/Modules/Segmentation/MeanShift/test/otbMeanShiftConnectedComponentSegmentationFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/test/otbMeanShiftSegmentationFilter.cxx b/Modules/Segmentation/MeanShift/test/otbMeanShiftSegmentationFilter.cxx
index 2e3f9ae87d8d089cc748c2c5e402063e10a5a6de..21703825373de355c748619c2a3c0c9276eac7d3 100644
--- a/Modules/Segmentation/MeanShift/test/otbMeanShiftSegmentationFilter.cxx
+++ b/Modules/Segmentation/MeanShift/test/otbMeanShiftSegmentationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MeanShift/test/otbMeanShiftTestDriver.cxx b/Modules/Segmentation/MeanShift/test/otbMeanShiftTestDriver.cxx
index bd769d8c2f85e5332c0a6101abc1d4d5dea338d4..d4baf156762824db537be2cc83293feb4bc6c9f7 100644
--- a/Modules/Segmentation/MeanShift/test/otbMeanShiftTestDriver.cxx
+++ b/Modules/Segmentation/MeanShift/test/otbMeanShiftTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/CMakeLists.txt b/Modules/Segmentation/Metrics/CMakeLists.txt
index fffe25029ba03c3b9986b25f3621a5168613e863..fa7a94e96dd128347d565873bee1cef1776fed00 100644
--- a/Modules/Segmentation/Metrics/CMakeLists.txt
+++ b/Modules/Segmentation/Metrics/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.h b/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.h
index 9b2ce07e85efebb075f404460b59050db776e398..44834c679cbb90cffd1e7f6931d6e82c367284e1 100644
--- a/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.h
+++ b/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.hxx b/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.hxx
index 76efe7b35043ebb8ab6315dba4a893bfd1bf58b7..f01f9a1b1f008bb94f428a6939f83c54b43e08a3 100644
--- a/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.hxx
+++ b/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.h b/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.h
index ba484d10aee04fc25364b66aedcbd0ff8eee0b25..9777e29e797801011b96ed679f3232d2a305299c 100644
--- a/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.h
+++ b/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.hxx b/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.hxx
index 18d24c98c32449ef940b19e63341d0e6f8652bc0..0aa85064cd6dfbfd79dfbb661c3f4baaaceec770 100644
--- a/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.hxx
+++ b/Modules/Segmentation/Metrics/include/otbHooverMatrixFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/otb-module.cmake b/Modules/Segmentation/Metrics/otb-module.cmake
index 499c07f2157e92c472d8b334ee8ec4d2e745c233..2bb14b32bf20d9fe4da048172d682b216951e73d 100644
--- a/Modules/Segmentation/Metrics/otb-module.cmake
+++ b/Modules/Segmentation/Metrics/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Metrics/test/CMakeLists.txt b/Modules/Segmentation/Metrics/test/CMakeLists.txt
index 1794f535bd8ad10a030ef994c67129b846f1ef57..8820460792758a8c699d18e3968d50846937b732 100644
--- a/Modules/Segmentation/Metrics/test/CMakeLists.txt
+++ b/Modules/Segmentation/Metrics/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Metrics/test/otbHooverInstanceFilterToAttributeImage.cxx b/Modules/Segmentation/Metrics/test/otbHooverInstanceFilterToAttributeImage.cxx
index 881dc501be8dbc65a59c4039649922c1a430dc99..451b354828a7b1f26f1e837e4dce7bfc8fc83208 100644
--- a/Modules/Segmentation/Metrics/test/otbHooverInstanceFilterToAttributeImage.cxx
+++ b/Modules/Segmentation/Metrics/test/otbHooverInstanceFilterToAttributeImage.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/test/otbHooverMatrixFilter.cxx b/Modules/Segmentation/Metrics/test/otbHooverMatrixFilter.cxx
index bf6c3ce5b4d3ab8b8a26ec4df551066b84ac4541..6862bc6ae0de57ee05a98a941d0f09270092b173 100644
--- a/Modules/Segmentation/Metrics/test/otbHooverMatrixFilter.cxx
+++ b/Modules/Segmentation/Metrics/test/otbHooverMatrixFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Metrics/test/otbMetricsTestDriver.cxx b/Modules/Segmentation/Metrics/test/otbMetricsTestDriver.cxx
index 5fb5bd772865f27890fb9ebb882cd26624f2614b..5c456f7345909142be4efdd2b13566e46e52ddec 100644
--- a/Modules/Segmentation/Metrics/test/otbMetricsTestDriver.cxx
+++ b/Modules/Segmentation/Metrics/test/otbMetricsTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/CMakeLists.txt b/Modules/Segmentation/MorphologicalProfiles/CMakeLists.txt
index f3ec2116f4697b66d94b87d71e5e6d8ef549ab53..65ff4c732e0f3534ba8e499c0c3adee74980b7f8 100644
--- a/Modules/Segmentation/MorphologicalProfiles/CMakeLists.txt
+++ b/Modules/Segmentation/MorphologicalProfiles/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h
index 8e2d4f7530ada8852938ba416a1b98a9714e4154..b6d629cc2b89cbc90b8b9bdc03698b26466eaa0b 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.hxx
index 9709a6dd44cc39750cea7f55777154bed8efaaaf..cbc5703e5bb0c74ee8a02e95eec187ce63330d17 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbClosingOpeningMorphologicalFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbConvexOrConcaveClassificationFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbConvexOrConcaveClassificationFilter.h
index 42149ae56d0456c4d9f1ae0308fb0fd5480eb598..290f21a0230713fcda56c41eacf256a5a4da8096 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbConvexOrConcaveClassificationFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbConvexOrConcaveClassificationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h
index aeddeb83419c2e74800cbf84517d577f3b282e43..b38888835b0c6ca78dbae7309603dab44be436d6 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.hxx
index 212856c9a1776bd17c86367f69f9ac091e6a6f95..cf6c5975308aa745da372c183789adaf586a5c9e 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyDecompositionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.h
index 8d90abf1e5c7025f03e5dc31417a829314d954b1..44b21d61c336991363cbaef3cc7f81ddb08324b6 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.hxx
index 9828eb0ca9c4282af511ee75b165de3055ce0a3d..b6eaec78a40e0d5b759209bf7da9a4b4b11360b0 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyLevelingFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyLevelingFilter.h
index d867989b5675bc4345e17dbacfff91715f3f92e8..891564c914a77f1bb118ca3eeb8c44654174b308 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyLevelingFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyLevelingFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.h
index d43ef2ff89e6280f0e4b1d8ad761e7dc88b2513c..4dca95554036490d5abeee41d8dd71622ff8938c 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.hxx
index fb86e8b2b6fe6e17f2b0d16e41c7eca6fddfab2b..97c5585920c702fc5144981ed9ab8fa4859599c1 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h
index 726c827147dc77c8120d04b33a7e87637640782d..3dc47d189bc459b64ad103101189c776101791f9 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalClosingProfileFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h
index f2cdffe1e9e47b47c575a5798861b0b3cc49bde4..fc21f6c3e9b44cd0c74947adc7897b2063e6b55f 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalOpeningProfileFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.h
index 9a3617f413223c70bfd88e0433338fc134a2dcd7..8de7ea3751e8eec26959368f9c3e4aec35b10ac5 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.hxx
index 245387b15003419307ec57f93590eccde2140238..317d9e3ca6c027faaa968aa44043526b830198ff 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h
index ea0231343d789265918b493493933582e706036d..a528f5057a2941d6a0383e5161759a2f276fdac0 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h
index b50c960f54a7cfd2815bfefa95472f79026d906f..558340c48c003fe0d1864edccfdb812127d4087c 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.hxx
index 37e7634d23481e6d453f3836bda5459cbc04568b..b3ae48a87f65abc7dd1b00e083cf99aeea3c398b 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbOpeningClosingMorphologicalFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.h
index e73bed9d589f2f95b904927c914c4beca5b0ae2e..2a6a51b6281ffc11572d53dcb8b4adf49a8ba27a 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -60,14 +60,14 @@ public:
   /** Template parameters typedefs */
   typedef TInputImage                             InputImageType;
   typedef TOutputImage                            OutputImageType;
-  typedef TLabeledImage                           LabeledImageType;
+  typedef TLabeledImage                           LabelledImageType;
   typedef typename InputImageType::Pointer        InputImagePointerType;
   typedef typename OutputImageType::Pointer       OutputImagePointerType;
-  typedef typename LabeledImageType::Pointer      LabeledImagePointerType;
+  typedef typename LabelledImageType::Pointer      LabeledImagePointerType;
   typedef typename Superclass::InputImageListType InputImageListType;
   typedef typename InputImageListType::Pointer    InputImageListPointerType;
   typedef typename OutputImageType::RegionType    RegionType;
-  typedef typename LabeledImageType::PixelType    LabeledPixelType;
+  typedef typename LabelledImageType::PixelType    LabeledPixelType;
   typedef typename OutputImageType::PixelType     OutputPixelType;
 
   /**
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.hxx
index c62fb9a4ca69520d6f7871d9b683c99b9a776321..483ac4967deef5a77e3e2a24965c8142d24ca30b 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileDerivativeToMultiScaleCharacteristicsFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -33,7 +33,7 @@ ProfileDerivativeToMultiScaleCharacteristicsFilter<TInputImage, TOutputImage, TL
 {
   this->SetNumberOfRequiredOutputs(2);
   this->SetNthOutput(0, OutputImageType::New());
-  this->SetNthOutput(1, LabeledImageType::New());
+  this->SetNthOutput(1, LabelledImageType::New());
   m_InitialValue = 0;
   m_Step         = 1;
 }
@@ -45,7 +45,7 @@ TLabeledImage* ProfileDerivativeToMultiScaleCharacteristicsFilter<TInputImage, T
   {
     return nullptr;
   }
-  return static_cast<LabeledImageType*>(this->itk::ProcessObject::GetOutput(1));
+  return static_cast<LabelledImageType*>(this->itk::ProcessObject::GetOutput(1));
 }
 /**
  * GenerateOutputInformation
@@ -143,7 +143,7 @@ void ProfileDerivativeToMultiScaleCharacteristicsFilter<TInputImage, TOutputImag
   // defines input and output iterators
   typedef itk::ImageRegionConstIterator<InputImageType> InputIteratorType;
   typedef itk::ImageRegionIterator<OutputImageType>     OutputIteratorType;
-  typedef itk::ImageRegionIterator<LabeledImageType>    LabeledIteratorType;
+  typedef itk::ImageRegionIterator<LabelledImageType>    LabeledIteratorType;
 
   typename InputImageListType::ConstIterator inputListIt = inputPtr->Begin();
 
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h
index 3e84cc4ba91a6811638878e5d1c7f8316b1bbddc..61f7e8edc3cb3edf62ceaead19c37bf71d2b2a74 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.hxx b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.hxx
index ef19b492db298900229d147186ea9333cb02a8cd..b8977aa387788dd7e03a6bbbd0b185d0b0d512e4 100644
--- a/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.hxx
+++ b/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/otb-module.cmake b/Modules/Segmentation/MorphologicalProfiles/otb-module.cmake
index c33b3d37b3ea2bc8981f78b37252a41a7e873dba..8bc6b4165859fee144e8ba7073a97e18abe89395 100644
--- a/Modules/Segmentation/MorphologicalProfiles/otb-module.cmake
+++ b/Modules/Segmentation/MorphologicalProfiles/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/CMakeLists.txt b/Modules/Segmentation/MorphologicalProfiles/test/CMakeLists.txt
index d8f3430f67fdde978494db426e9fbef68c9d2340..6f84eac46c6a86a13273d293d5f65d4f1f3b31ac 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/CMakeLists.txt
+++ b/Modules/Segmentation/MorphologicalProfiles/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbClosingOpeningMorphologicalFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbClosingOpeningMorphologicalFilter.cxx
index e23859090c6e23c3750046581479d5b2db00e100..367b82dc1af7e3505804fa7f2db9cf84d9cfd167 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbClosingOpeningMorphologicalFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbClosingOpeningMorphologicalFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbConvexOrConcaveClassificationFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbConvexOrConcaveClassificationFilter.cxx
index ee70023267ae94f38590198ffe74bfec21f0c12a..ae268f1d300ed74ba605bb253657d0edd64c9494 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbConvexOrConcaveClassificationFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbConvexOrConcaveClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyDecompositionImageFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyDecompositionImageFilter.cxx
index 08a7f9638245920c7019d4e27e4dfb3fcdff44f4..8dac434f3380567c90df8355547cd8c66a64483d 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyDecompositionImageFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyDecompositionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyIterativeDecompositionImageFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyIterativeDecompositionImageFilter.cxx
index 164dd1ae529b3d764dcbf24f0c43702b0df9d3bf..fe89d7a1d75d369a3bd6218c5f08c9c7434a3e66 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyIterativeDecompositionImageFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyIterativeDecompositionImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyLevelingFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyLevelingFilter.cxx
index 32bfda0b6cdde1d0099056466d703f47bf689fa9..939edf35e974edbfcac256ceb1a612281334b8c3 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyLevelingFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbGeodesicMorphologyLevelingFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalClosingProfileFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalClosingProfileFilter.cxx
index f780101c881f61be522e9d7e3a193a8fd70d21ee..8295887cb87ac650945ae87d7e28e4db4b7d219d 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalClosingProfileFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalClosingProfileFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalOpeningProfileFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalOpeningProfileFilter.cxx
index 8146e2991c027cf1cc251f6acf6c43d652f45ec2..6317eca2d6e5459faee072c990edad0589131cdd 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalOpeningProfileFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalOpeningProfileFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesSegmentationFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesSegmentationFilter.cxx
index b38465f5572dd1894d94e43c4b7e0ee169522ea7..a6e55cc069486842585828adfda6cf6d5fc20c6b 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesSegmentationFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesSegmentationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesTestDriver.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesTestDriver.cxx
index d5fe2a9f72cbfbf95bd57cbf9e2908c5f1a33f0c..c63813934418eece5d3502d75f411cfe8766247b 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesTestDriver.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbMorphologicalProfilesTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilter.cxx
index 7406d4cef17c15321baf3aa22a6903ef130b6a87..e35e1c6b71169af661a1bbee8e285f26087f48c2 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbMultiScaleConvexOrConcaveClassificationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -46,17 +46,17 @@ int otbMultiScaleConvexOrConcaveClassificationFilter(int itkNotUsed(argc), char*
 
   typedef otb::Image<InputPixelType, Dimension>  InputImageType;
   typedef otb::Image<OutputPixelType, Dimension> OutputImageType;
-  typedef otb::Image<LabeledPixelType, 2>        LabeledImageType;
+  typedef otb::Image<LabeledPixelType, 2>        LabelledImageType;
 
   typedef otb::ImageFileReader<InputImageType>   ReaderType;
-  typedef otb::ImageFileWriter<LabeledImageType> LabeledWriterType;
+  typedef otb::ImageFileWriter<LabelledImageType> LabeledWriterType;
 
   typedef itk::BinaryBallStructuringElement<InputPixelType, Dimension> StructuringElementType;
   typedef otb::MorphologicalOpeningProfileFilter<InputImageType, InputImageType, StructuringElementType> OpeningProfileFilterType;
   typedef otb::MorphologicalClosingProfileFilter<InputImageType, InputImageType, StructuringElementType> ClosingProfileFilterType;
   typedef otb::ProfileToProfileDerivativeFilter<InputImageType, InputImageType> DerivativeFilterType;
-  typedef otb::ProfileDerivativeToMultiScaleCharacteristicsFilter<InputImageType, OutputImageType, LabeledImageType> MultiScaleCharacteristicsFilterType;
-  typedef otb::MultiScaleConvexOrConcaveClassificationFilter<InputImageType, LabeledImageType> MultiScaleClassificationFilterType;
+  typedef otb::ProfileDerivativeToMultiScaleCharacteristicsFilter<InputImageType, OutputImageType, LabelledImageType> MultiScaleCharacteristicsFilterType;
+  typedef otb::MultiScaleConvexOrConcaveClassificationFilter<InputImageType, LabelledImageType> MultiScaleClassificationFilterType;
 
   // Reading input image
   ReaderType::Pointer reader = ReaderType::New();
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbOpeningClosingMorphologicalFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbOpeningClosingMorphologicalFilter.cxx
index 4ae3a421f4c972b028fa0915521a30598d22b4f4..4fe305959c05f6094620a37d943b4d257c9667a6 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbOpeningClosingMorphologicalFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbOpeningClosingMorphologicalFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbProfileDerivativeToMultiScaleCharacteristicsFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbProfileDerivativeToMultiScaleCharacteristicsFilter.cxx
index 6f6d8baef35209f190da71503185476ea7812d2b..f62f5ece3d8f809fa3f8d520930e9a3651aa5425 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbProfileDerivativeToMultiScaleCharacteristicsFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbProfileDerivativeToMultiScaleCharacteristicsFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
@@ -44,16 +44,16 @@ int otbProfileDerivativeToMultiScaleCharacteristicsFilter(int itkNotUsed(argc),
 
   typedef otb::Image<InputPixelType, Dimension>  InputImageType;
   typedef otb::Image<OutputPixelType, Dimension> OutputImageType;
-  typedef otb::Image<LabeledPixelType, 2>        LabeledImageType;
+  typedef otb::Image<LabeledPixelType, 2>        LabelledImageType;
 
   typedef otb::ImageFileReader<InputImageType>   ReaderType;
   typedef otb::ImageFileWriter<OutputImageType>  WriterType;
-  typedef otb::ImageFileWriter<LabeledImageType> LabeledWriterType;
+  typedef otb::ImageFileWriter<LabelledImageType> LabeledWriterType;
 
   typedef itk::BinaryBallStructuringElement<InputPixelType, Dimension> StructuringElementType;
   typedef otb::MorphologicalOpeningProfileFilter<InputImageType, InputImageType, StructuringElementType> OpeningProfileFilterType;
   typedef otb::ProfileToProfileDerivativeFilter<InputImageType, InputImageType> DerivativeFilterType;
-  typedef otb::ProfileDerivativeToMultiScaleCharacteristicsFilter<InputImageType, OutputImageType, LabeledImageType> MultiScaleCharacteristicsFilterType;
+  typedef otb::ProfileDerivativeToMultiScaleCharacteristicsFilter<InputImageType, OutputImageType, LabelledImageType> MultiScaleCharacteristicsFilterType;
 
   // Reading input image
   ReaderType::Pointer reader = ReaderType::New();
diff --git a/Modules/Segmentation/MorphologicalProfiles/test/otbProfileToProfileDerivativeFilter.cxx b/Modules/Segmentation/MorphologicalProfiles/test/otbProfileToProfileDerivativeFilter.cxx
index 41607fad3b5f6525860de4e4b5ddcb44af07b332..5b8f5ed6d19c981fd6cd88edabb256a02effc155 100644
--- a/Modules/Segmentation/MorphologicalProfiles/test/otbProfileToProfileDerivativeFilter.cxx
+++ b/Modules/Segmentation/MorphologicalProfiles/test/otbProfileToProfileDerivativeFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/OGRProcessing/CMakeLists.txt b/Modules/Segmentation/OGRProcessing/CMakeLists.txt
index 28d2f3cf41be0447662ae114c00042eba78366d5..51626a1f0f9e60b9ddaaa36c1a0d46094901d6fa 100644
--- a/Modules/Segmentation/OGRProcessing/CMakeLists.txt
+++ b/Modules/Segmentation/OGRProcessing/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.h b/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.h
index d2d46236b52ba39746100c911aa876869c032d21..9b4cdbdb31dba6f97c383bf2346499dc7c6b6feb 100644
--- a/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.h
+++ b/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.hxx b/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.hxx
index f6b43a73be249f65d3f17a0e91ebcb0c48799f9d..3d1fc430e12063c7b660f4aca9fdd29ffd815ae8 100644
--- a/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.hxx
+++ b/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
index 2bf3c65bf0fa20e03c1149ba005a627f2f9e3875..c313999e6317eeb5b04d4024e5593c45c3bf3905 100644
--- a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
+++ b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.hxx b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.hxx
index 95999c5ed541b2d8dc3775b7944e3f5ec730ef54..4b8c69f905312b4d53d7614e7ddc322099d0e257 100644
--- a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.hxx
+++ b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/OGRProcessing/otb-module.cmake b/Modules/Segmentation/OGRProcessing/otb-module.cmake
index 9f018a1ced8c850487736665c5b5018fcc054e5e..f32c344e107dbdb746866d124dc06499bcf00171 100644
--- a/Modules/Segmentation/OGRProcessing/otb-module.cmake
+++ b/Modules/Segmentation/OGRProcessing/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/OGRProcessing/test/CMakeLists.txt b/Modules/Segmentation/OGRProcessing/test/CMakeLists.txt
index d597340ee96943328579778d05ae21c9a25dcb26..99fb3c38dc28d3fc6f90659eb8f57a6adfcee1cb 100644
--- a/Modules/Segmentation/OGRProcessing/test/CMakeLists.txt
+++ b/Modules/Segmentation/OGRProcessing/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx b/Modules/Segmentation/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx
index 7f5d03889aaf44e1f33441193e44f62648c4d1a8..59c9a4fd58b8ce188bbc12a7aba4e9e0b2aa7d1e 100644
--- a/Modules/Segmentation/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx
+++ b/Modules/Segmentation/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/OGRProcessing/test/otbOGRProcessingTestDriver.cxx b/Modules/Segmentation/OGRProcessing/test/otbOGRProcessingTestDriver.cxx
index fe856610a2a7dfd2765ce611028ae4291571fc73..964b1b309ebe6665d28067ef1d3403b905ebe3ff 100644
--- a/Modules/Segmentation/OGRProcessing/test/otbOGRProcessingTestDriver.cxx
+++ b/Modules/Segmentation/OGRProcessing/test/otbOGRProcessingTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Watersheds/CMakeLists.txt b/Modules/Segmentation/Watersheds/CMakeLists.txt
index 20335b66ad7925007ab172df5cb23fe43315f619..d121a7aac224c77648689c9f7d1646147788c3e3 100644
--- a/Modules/Segmentation/Watersheds/CMakeLists.txt
+++ b/Modules/Segmentation/Watersheds/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h b/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h
index f7b2dfaeceb09f64d82fb620f74e65b4366fc257..870504a7e9096ab1f644911b0beaeec73f996170 100644
--- a/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h
+++ b/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.hxx b/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.hxx
index 425ba90e6b27f510ce4f6a2afcf36b6db41abd18..42bcbb1c722192bee42289a7a1db0dfb9ac0b392 100644
--- a/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.hxx
+++ b/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Watersheds/otb-module.cmake b/Modules/Segmentation/Watersheds/otb-module.cmake
index 4761f85c1ac6338e8220aa19c9c9e02e0f1896a2..5675e81f97c1c8ffda5679ac0bd0bbe5c6c60c15 100644
--- a/Modules/Segmentation/Watersheds/otb-module.cmake
+++ b/Modules/Segmentation/Watersheds/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Watersheds/test/CMakeLists.txt b/Modules/Segmentation/Watersheds/test/CMakeLists.txt
index 0f921d2573d56b494d76b4a22006d529da0cb3b6..56ca6521cd9a7c6801a6b070c1427b88143f0967 100644
--- a/Modules/Segmentation/Watersheds/test/CMakeLists.txt
+++ b/Modules/Segmentation/Watersheds/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/Segmentation/Watersheds/test/otbWatershedSegmentationFilter.cxx b/Modules/Segmentation/Watersheds/test/otbWatershedSegmentationFilter.cxx
index 6c5ac748d5052b6b96f62194b8375dd0e9e8454a..35d779b96ba4e95fe06327da396c01edfd4333dd 100644
--- a/Modules/Segmentation/Watersheds/test/otbWatershedSegmentationFilter.cxx
+++ b/Modules/Segmentation/Watersheds/test/otbWatershedSegmentationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/Segmentation/Watersheds/test/otbWatershedsTestDriver.cxx b/Modules/Segmentation/Watersheds/test/otbWatershedsTestDriver.cxx
index e6a04f47c8d153f7de9cae9b9ba09ec60e21516d..d2833f6d09daac1f782463b3d6ceea058f82d844 100644
--- a/Modules/Segmentation/Watersheds/test/otbWatershedsTestDriver.cxx
+++ b/Modules/Segmentation/Watersheds/test/otbWatershedsTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/CMakeLists.txt b/Modules/StereoProcessing/Applications/CMakeLists.txt
index ec8d0c96193cf3b2f850952a4e43ee06b7e0666a..c719922efa4d5db091acb3d39b1460cd583942c0 100644
--- a/Modules/StereoProcessing/Applications/CMakeLists.txt
+++ b/Modules/StereoProcessing/Applications/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/Applications/app/CMakeLists.txt b/Modules/StereoProcessing/Applications/app/CMakeLists.txt
index 0089e4e049371116520c8ab7a3f0e3b78156aa0f..841b2e0bab41276787910cf733cf21d4c145d836 100644
--- a/Modules/StereoProcessing/Applications/app/CMakeLists.txt
+++ b/Modules/StereoProcessing/Applications/app/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/Applications/app/otbBlockMatching.cxx b/Modules/StereoProcessing/Applications/app/otbBlockMatching.cxx
index bba11b3340de549fbead49bcfda4509248c2d7cb..6b91be604a174001333115ced181ce2eff0862c9 100644
--- a/Modules/StereoProcessing/Applications/app/otbBlockMatching.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbBlockMatching.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/app/otbDisparityMapToElevationMap.cxx b/Modules/StereoProcessing/Applications/app/otbDisparityMapToElevationMap.cxx
index e269013e07eca5618f4964bb822dfb44ad94bb42..18ac75f6f300a355db75b04384b2b078d8f7ca6b 100644
--- a/Modules/StereoProcessing/Applications/app/otbDisparityMapToElevationMap.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbDisparityMapToElevationMap.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/app/otbFineRegistration.cxx b/Modules/StereoProcessing/Applications/app/otbFineRegistration.cxx
index 5e01edefc14f3dd2ad890ffe12e1122c587972f6..c2a595b80a1a0f43f5dd417cea95caa039a1903a 100644
--- a/Modules/StereoProcessing/Applications/app/otbFineRegistration.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbFineRegistration.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/app/otbGeneratePlyFile.cxx b/Modules/StereoProcessing/Applications/app/otbGeneratePlyFile.cxx
index d80eb1c8d0ff0c3473a4f6f16321fe9e0ecb78e1..1c934821622ca86ab01a9f1e5d9d5e87c9111e3c 100644
--- a/Modules/StereoProcessing/Applications/app/otbGeneratePlyFile.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbGeneratePlyFile.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/app/otbGridBasedImageResampling.cxx b/Modules/StereoProcessing/Applications/app/otbGridBasedImageResampling.cxx
index e16914bfe363556979e7929a35f6067bda7183f0..3738200fb48cb7100569d14949044adcbe1aea28 100644
--- a/Modules/StereoProcessing/Applications/app/otbGridBasedImageResampling.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbGridBasedImageResampling.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/app/otbStereoFramework.cxx b/Modules/StereoProcessing/Applications/app/otbStereoFramework.cxx
index f7041fe3b8efbcc8ffd2e48547055ee2bb5306d2..e7cdcccef6e0c98a50bcffd29d28961ab6e6ab7f 100644
--- a/Modules/StereoProcessing/Applications/app/otbStereoFramework.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbStereoFramework.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/app/otbStereoRectificationGridGenerator.cxx b/Modules/StereoProcessing/Applications/app/otbStereoRectificationGridGenerator.cxx
index 8c95ef29e072d2f683ee82d42eee72cb6c9d766e..7658343015a926e2dfe6a8ca990df65d80666754 100644
--- a/Modules/StereoProcessing/Applications/app/otbStereoRectificationGridGenerator.cxx
+++ b/Modules/StereoProcessing/Applications/app/otbStereoRectificationGridGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Applications/otb-module.cmake b/Modules/StereoProcessing/Applications/otb-module.cmake
index 2ae0b30125d05f231a42ba7519d154406b7d1b4d..cd9a6be15a500774af95e1a7b438dfde39c78baa 100644
--- a/Modules/StereoProcessing/Applications/otb-module.cmake
+++ b/Modules/StereoProcessing/Applications/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/Applications/test/CMakeLists.txt b/Modules/StereoProcessing/Applications/test/CMakeLists.txt
index d0ba8e028cb24ed83559352749f7ab079c32a101..7fe189305dd118f6703c578603e3009ed85e5f99 100644
--- a/Modules/StereoProcessing/Applications/test/CMakeLists.txt
+++ b/Modules/StereoProcessing/Applications/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/DisparityMap/CMakeLists.txt b/Modules/StereoProcessing/DisparityMap/CMakeLists.txt
index 0a0947f3674b22e56bb1fc850c964608471970c0..ce20ed395db2a736a94edd96f0915d77e1096862 100644
--- a/Modules/StereoProcessing/DisparityMap/CMakeLists.txt
+++ b/Modules/StereoProcessing/DisparityMap/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.h b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.h
index 3029336cd5f925f893243d322e3a067c8c7e4caa..60c1b819340b9dbf63f4ee5f240921fbe5f124b0 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.hxx b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.hxx
index 98242c4fceba700a191005748b6cd4f39a879c59..34f8fabc77fc9b563516881127e1215b919bbc0d 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapEstimationMethod.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.h
index 564d0f477b9bd0eac62d6d3e536d7c6c545d659e..694cb7c4f6c7e57bd29ea8f5428723aeb641823e 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.hxx
index 63c1fca7155c88f2b47f6b0a15e158dff4a94e8d..9fbf2d8980358eefea9b230d5fb11c1775cd56dd 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapMedianFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.h
index 12c632e928dc499db58bc8ed3e192c4cd7834fbe..66b1455bfd9b9a962360e2d70b32fd13f8f7e263 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.hxx
index 859c257ece2791780da4f8a003516dfda9209cb0..618d56085b59406775d4a037ef6fbd5016bcf13b 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapTo3DFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.h
index 059268a737519beed64b824910acf1c485d494c2..d5e16a8af5cd790107a63a111bf4f5bf45abdd85 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.hxx
index a82e5d663c6e201ba7e7c28d45eeaf013878e803..9a234943ccccb8360e16b140b96b4f17b79c5b9c 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityMapToDEMFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.h
index 2254c3d1b8e6448f83b145c7cccb3bca99b67f4e..a08ee11e6956d59622a190a2b45c46c433012cee 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.hxx
index 1d7b095b755dd14c75843d5eea886a88d9482aae..6db9f82970ba404e226109278423ddceea28fa34 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbDisparityTranslateFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.h
index 67ae00fb7e3ceb9f0d9ed21d1a72398ef498affe..51c9f391797bc9052576ace5c28fd8241b914c36 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.hxx
index b6de93b8803179fa11018f084b5e47b03b78a7bf..56b6063cb972517efa944fc03f7a841388ebeb0e 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbFineRegistrationImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.h
index c3b0d46dec85905cdced73862a7d06c9e2ad4945..dc7da6d14c35f790cf37d839dcc25ee9b2616d5c 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.hxx
index cbe3c2f4d0759013593f6fcf371454cf98eb9bee..534f80423f004da55f0663f7e3ea7461e2e5aabd 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbMultiDisparityMapTo3DFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.h
index 2a0a6cddce5df6fa2dfce18366aea532f7901267..f9bb1653ad6ff2e8afd21510c3d4f8a907bfb53e 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.hxx
index 38042bb5e90663f6dfa04db8e0973e78942a5e27..0ed12a15818f22aea8e611b2f90708a20067efd4 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.h b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.h
index ee90713d7a208ea47bb6bbf97f19844670b21548..a1ea7c3e1d4cdae62e1e467ce504c4a1222119b5 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.hxx b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.hxx
index 18d49480fc47e0659376659e84262845b72e3ca6..1b08b32d936aeba80b46cc99036769f9ffe6cf1a 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbNCCRegistrationFunction.hxx
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1999-2011 Insight Software Consortium
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.h
index f63fc4ac5deebfa447228a7f811c2fa5619f1a23..2f31baf1c36c15fb09448371c03e1ce8b8d7ddc7 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.hxx
index 39dcac3274554e6b4cff4cfb09c9274bcf33e53d..151dd54a1d856d8ca48b5ebd5fe3dc4a33813569 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.h b/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.h
index a50a6289a5c8c6c5edd8887da79a945cc8a4f945..b6ba7bbedb077b290c2ea59ad22574e2d90545ec 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.h
+++ b/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.hxx b/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.hxx
index 642a89e24ccc12a9de531954cf7489a2e3607837..ccb4464af0f5834c4767a77650e07a785b5b4a54 100644
--- a/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.hxx
+++ b/Modules/StereoProcessing/DisparityMap/include/otbSubPixelDisparityImageFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/otb-module.cmake b/Modules/StereoProcessing/DisparityMap/otb-module.cmake
index 3a3029aa1ac7f0b207f1339030f99f56c668e9b8..d5526c44f9165cce2fbe8465f6fa26d23322bf02 100644
--- a/Modules/StereoProcessing/DisparityMap/otb-module.cmake
+++ b/Modules/StereoProcessing/DisparityMap/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/DisparityMap/test/CMakeLists.txt b/Modules/StereoProcessing/DisparityMap/test/CMakeLists.txt
index 09626684220f98c79390584f2b6256e68911b81a..d1c6abe93a292078a2c60691ef09837575d69486 100644
--- a/Modules/StereoProcessing/DisparityMap/test/CMakeLists.txt
+++ b/Modules/StereoProcessing/DisparityMap/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapEstimationMethod.cxx b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapEstimationMethod.cxx
index a250785834a0a9e96e14285a8e973e336291177a..388ecf3623721feb637125cce038eb25736b7403 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapEstimationMethod.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapEstimationMethod.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapMedianFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapMedianFilter.cxx
index 484ea96f1fd7d12fc6ddf0a4257fe6941b5b9164..42b4f9c0b2c273698ecdb822a0d40f0e198661c7 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapMedianFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapMedianFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTestDriver.cxx b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTestDriver.cxx
index 4052b783bd34414087db670ce4d045be17215bca..ae1a722d3bdc108c04a6622c08cfd889981ac393 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTestDriver.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTo3DFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTo3DFilter.cxx
index 92e6a7129e4db52a47820721493a157da8fae015..96a8cfd64a7c1bd91741bce7f6388e27031e6a9b 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTo3DFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapTo3DFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapToDEMFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapToDEMFilter.cxx
index 079359f576cb443523318eada1fa8ecb2cc7024a..0a4b7e1d3e79aa03505ab3b6b9de4858431bca6f 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapToDEMFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbDisparityMapToDEMFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbDisparityTranslateFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbDisparityTranslateFilter.cxx
index 8852e15533e26ecdcb4a5aed55f687c692344692..ec9a449beb28ff87a550fbd34741375b24462c9c 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbDisparityTranslateFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbDisparityTranslateFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbFineRegistrationImageFilterTest.cxx b/Modules/StereoProcessing/DisparityMap/test/otbFineRegistrationImageFilterTest.cxx
index 77b25da4b742855908ef16fa38a9b706de1a5702..e3fefd9d1fcd4e45ac87f6228dfbeafcb07f1492 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbFineRegistrationImageFilterTest.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbFineRegistrationImageFilterTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbMultiDisparityMapTo3DFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbMultiDisparityMapTo3DFilter.cxx
index cc56212650e037a420557ada6e7d5f6d19d8c759..761bb848b893c9e4865c2e165f2e6fb083e6fd74 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbMultiDisparityMapTo3DFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbMultiDisparityMapTo3DFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbNCCRegistrationFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbNCCRegistrationFilter.cxx
index e5432ac330a35331ec8797d20c8aad925eb96e51..a5e8cb1b0769860f92bcf0a6f184d9d44585cb33 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbNCCRegistrationFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbNCCRegistrationFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbPixelWiseBlockMatchingImageFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbPixelWiseBlockMatchingImageFilter.cxx
index 16e01ca06c2515f7baa7b2890d29a86feec37dfb..a8df5628b1120f225c3fbe7608e99c944651a8d7 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbPixelWiseBlockMatchingImageFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbPixelWiseBlockMatchingImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/DisparityMap/test/otbSubPixelDisparityImageFilter.cxx b/Modules/StereoProcessing/DisparityMap/test/otbSubPixelDisparityImageFilter.cxx
index c86558c4dabd9e5b96def6906b628073ce82dcdc..d2d595efd390f0440be5cdc9ccaecb67a15eef9f 100644
--- a/Modules/StereoProcessing/DisparityMap/test/otbSubPixelDisparityImageFilter.cxx
+++ b/Modules/StereoProcessing/DisparityMap/test/otbSubPixelDisparityImageFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/CMakeLists.txt b/Modules/StereoProcessing/Stereo/CMakeLists.txt
index 92668ef85ee35c0c672ea1358e42da3fe1c28687..cf40a420c2d7417f336315e21de233cdc7ea8a2d 100644
--- a/Modules/StereoProcessing/Stereo/CMakeLists.txt
+++ b/Modules/StereoProcessing/Stereo/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.h b/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.h
index 82f2b7d29d3b660c36373d79c92ba4409a3f99b4..99828b206bc9d16ef95b12c4ba9d1055c063e9d8 100644
--- a/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.h
+++ b/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.hxx b/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.hxx
index ae83b232b0f84471cf9a0e7d3ddc7eb5c27ae2bc..b59ff7e11e90230a592f387560c8dd2607364461 100644
--- a/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.hxx
+++ b/Modules/StereoProcessing/Stereo/include/otbAdhesionCorrectionFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.h b/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.h
index ed6f21b2165deba7d380b2d7e7fb5db1cbcb5418..9648a4541c0ca6638fd47645ce1eaf1dc1d761ed 100644
--- a/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.h
+++ b/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.hxx b/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.hxx
index 7545fcb80a4db3e340e523eb18c81829e74be593..8a304848535eb233d92de008c8bfa0f0d9faa2eb 100644
--- a/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.hxx
+++ b/Modules/StereoProcessing/Stereo/include/otbBijectionCoherencyFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.h b/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.h
index 0e2022b92993b0701c999e1deb06ed529256e19d..e393ad7833fc3babd5bda74ed134e1978638cad2 100644
--- a/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.h
+++ b/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.hxx b/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.hxx
index fadb6cb0c55b30cc2f116b0fdd7ae12263e2e63f..7271a5c586ba69e42c5873d4a7db31dc96324abf 100644
--- a/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.hxx
+++ b/Modules/StereoProcessing/Stereo/include/otbLineOfSightOptimizer.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.h b/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.h
index fc80ddb8d0c5118e7db879c1ca4eb53443ecc35c..6d9ece0306a71e0e21156300f7ed95c64cdaf7d4 100644
--- a/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.h
+++ b/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.hxx b/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.hxx
index b7cd42b9ceb414b60b24e9c4da19c005c0629608..79605f1a66519028e0e4dc54544c585e992101c0 100644
--- a/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.hxx
+++ b/Modules/StereoProcessing/Stereo/include/otbMulti3DMapToDEMFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.h b/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.h
index 2f1ffae404d421718e34a89ae5afe7e44b2c9003..17aab819908f5a17588474ca1a0e168649ad7501 100644
--- a/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.h
+++ b/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.hxx b/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.hxx
index 432b5ad7e0d7ad22ef9b6ea6e3e723f00d86803a..e946dc895193aa008ded777ea79578abaf95d889 100644
--- a/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.hxx
+++ b/Modules/StereoProcessing/Stereo/include/otbStereoSensorModelToElevationMapFilter.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.h b/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.h
index 2e61ed282ada624b8ff680273ba23cc087bb35be..045a7922d7e719448989267e5af0f163196c5f96 100644
--- a/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.h
+++ b/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.hxx b/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.hxx
index da8cbcb27268f69fecc207df1796af6fbf8d552d..478553398e99e4c926b345d4fc2fb2b3f7f54bff 100644
--- a/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.hxx
+++ b/Modules/StereoProcessing/Stereo/include/otbStereorectificationDisplacementFieldSource.hxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/otb-module.cmake b/Modules/StereoProcessing/Stereo/otb-module.cmake
index 560916344e05f12ce407091408a837a298d1fd44..b43f77a1c13b7cb90498e4f5d0d99f7f408d7775 100644
--- a/Modules/StereoProcessing/Stereo/otb-module.cmake
+++ b/Modules/StereoProcessing/Stereo/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/Stereo/test/CMakeLists.txt b/Modules/StereoProcessing/Stereo/test/CMakeLists.txt
index c56feaa0bf95a0858b445275c9e715387e9d1102..d7deeb52fe2e499425b188097d71eb69ae05d9bd 100644
--- a/Modules/StereoProcessing/Stereo/test/CMakeLists.txt
+++ b/Modules/StereoProcessing/Stereo/test/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/StereoProcessing/Stereo/test/otbAdhesionCorrectionFilter.cxx b/Modules/StereoProcessing/Stereo/test/otbAdhesionCorrectionFilter.cxx
index 6bd93e4d642e39f62096a3241813af456b1d91cc..722524f95674d74d33b810be276a017a61355082 100644
--- a/Modules/StereoProcessing/Stereo/test/otbAdhesionCorrectionFilter.cxx
+++ b/Modules/StereoProcessing/Stereo/test/otbAdhesionCorrectionFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/test/otbBijectionCoherencyFilter.cxx b/Modules/StereoProcessing/Stereo/test/otbBijectionCoherencyFilter.cxx
index a0945e05db7668cf3c8e97ff3b17763a04a2570f..7fca703c914fe4b13700d518e1c040e32d21e2c6 100644
--- a/Modules/StereoProcessing/Stereo/test/otbBijectionCoherencyFilter.cxx
+++ b/Modules/StereoProcessing/Stereo/test/otbBijectionCoherencyFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/test/otbMulti3DMapToDEMFilter.cxx b/Modules/StereoProcessing/Stereo/test/otbMulti3DMapToDEMFilter.cxx
index 854550f7cd3dc5b19348e15dcc3389a8e5ee3bc5..18c4f2f21e88bff97ae075a232e1024c218898f1 100644
--- a/Modules/StereoProcessing/Stereo/test/otbMulti3DMapToDEMFilter.cxx
+++ b/Modules/StereoProcessing/Stereo/test/otbMulti3DMapToDEMFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx b/Modules/StereoProcessing/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx
index b608c1e6b394ca2550d386182ff4bf27336bdad7..60ab9150695c5d82c4f59f99669591fa7c50c6bb 100644
--- a/Modules/StereoProcessing/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx
+++ b/Modules/StereoProcessing/Stereo/test/otbStereoSensorModelToElevationMapFilter.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/test/otbStereoTestDriver.cxx b/Modules/StereoProcessing/Stereo/test/otbStereoTestDriver.cxx
index 89d3ecb69907e8ce17c0c00b993e0559cf3b5088..b76c16a1e9287eb3d693210c7312a5e5b9ad6b32 100644
--- a/Modules/StereoProcessing/Stereo/test/otbStereoTestDriver.cxx
+++ b/Modules/StereoProcessing/Stereo/test/otbStereoTestDriver.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/StereoProcessing/Stereo/test/otbStereorectificationDisplacementFieldSource.cxx b/Modules/StereoProcessing/Stereo/test/otbStereorectificationDisplacementFieldSource.cxx
index 8919bf1133ca7f62243540f42488a1b0d3a9cde3..d2f5c3e1777d5556c408a46133b6c4517f5e215c 100644
--- a/Modules/StereoProcessing/Stereo/test/otbStereorectificationDisplacementFieldSource.cxx
+++ b/Modules/StereoProcessing/Stereo/test/otbStereorectificationDisplacementFieldSource.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/6S/CMakeLists.txt b/Modules/ThirdParty/6S/CMakeLists.txt
index 893893adebac1a9278f22a8f722adab374a78735..2f1658c8976c63c99467868c6b68252e7b163658 100644
--- a/Modules/ThirdParty/6S/CMakeLists.txt
+++ b/Modules/ThirdParty/6S/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/6S/otb-module.cmake b/Modules/ThirdParty/6S/otb-module.cmake
index dece2cb054d7c937cef2a47041751863dc98d312..30f45e275fb1208b26d3e38be1c097f5fecb651a 100644
--- a/Modules/ThirdParty/6S/otb-module.cmake
+++ b/Modules/ThirdParty/6S/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/6S/src/CMakeLists.txt b/Modules/ThirdParty/6S/src/CMakeLists.txt
index e50f981c1741e913e0bb3d922d518456e072bd49..df4cc4e14ae550b43655075fa5ad97c547980364 100644
--- a/Modules/ThirdParty/6S/src/CMakeLists.txt
+++ b/Modules/ThirdParty/6S/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Boost/CMakeLists.txt b/Modules/ThirdParty/Boost/CMakeLists.txt
index b9f1c331f5e2a84aec8844db2b8343f3d2d88827..bfb13b34bdfb7527dea589d73b88fbdc32cebff2 100644
--- a/Modules/ThirdParty/Boost/CMakeLists.txt
+++ b/Modules/ThirdParty/Boost/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Boost/otb-module-init.cmake b/Modules/ThirdParty/Boost/otb-module-init.cmake
index e642750c2a2c4c7b1e1b7d7b2459fff6e883bce6..c9a05b0f4329a8f0b15ef3ed2631e1eb625ef625 100644
--- a/Modules/ThirdParty/Boost/otb-module-init.cmake
+++ b/Modules/ThirdParty/Boost/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Boost/otb-module.cmake b/Modules/ThirdParty/Boost/otb-module.cmake
index e5838aabf260415b28eed00edc6c75108f730378..622440747ba535564b6453c02bf078d35e94bc4b 100644
--- a/Modules/ThirdParty/Boost/otb-module.cmake
+++ b/Modules/ThirdParty/Boost/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Boost/src/boost/type_traits/is_contiguous.h b/Modules/ThirdParty/Boost/src/boost/type_traits/is_contiguous.h
index 2251a94153e81e06c6fdd5ba490e1c80dfb480f7..97ddc44514ef9ac2a0cf034a2bab8657b51eed9f 100644
--- a/Modules/ThirdParty/Boost/src/boost/type_traits/is_contiguous.h
+++ b/Modules/ThirdParty/Boost/src/boost/type_traits/is_contiguous.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/Boost/src/otbBoostDox.h b/Modules/ThirdParty/Boost/src/otbBoostDox.h
index 604b9491ffdb010339a2cd0626096ffa500ca52c..0ad27a4cd0b5829bc5e32c6932dff309c6220d92 100644
--- a/Modules/ThirdParty/Boost/src/otbBoostDox.h
+++ b/Modules/ThirdParty/Boost/src/otbBoostDox.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/Curl/CMake/otbTestCurlMulti.cxx b/Modules/ThirdParty/Curl/CMake/otbTestCurlMulti.cxx
index c69e4019c9cb9c5b81f3edf1d6a8cdc73211d3a9..dc98411f57d58b6b1f40e470e24baf4cc402eea1 100644
--- a/Modules/ThirdParty/Curl/CMake/otbTestCurlMulti.cxx
+++ b/Modules/ThirdParty/Curl/CMake/otbTestCurlMulti.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/Curl/CMakeLists.txt b/Modules/ThirdParty/Curl/CMakeLists.txt
index afd737fa2f102e6229fe6849682a73d274d2be7b..9c2a1e452df25aee0c8053208330e4c66971fa6d 100644
--- a/Modules/ThirdParty/Curl/CMakeLists.txt
+++ b/Modules/ThirdParty/Curl/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Curl/otb-module-init.cmake b/Modules/ThirdParty/Curl/otb-module-init.cmake
index 9e85ecf8575d2855997354cda3e56931b9e26054..ed2a74939e21c03156ea3d5e233d24c97a75f78f 100644
--- a/Modules/ThirdParty/Curl/otb-module-init.cmake
+++ b/Modules/ThirdParty/Curl/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Curl/otb-module.cmake b/Modules/ThirdParty/Curl/otb-module.cmake
index 2f28088622c226dfc25ff69afce6e1da07d13f62..55745159d110e21108d2e9910752b2fd7b59c9c9 100644
--- a/Modules/ThirdParty/Curl/otb-module.cmake
+++ b/Modules/ThirdParty/Curl/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Curl/src/otb_curl.h.in b/Modules/ThirdParty/Curl/src/otb_curl.h.in
index ee6eb629a47b89d35ad21577da22f863cec1ba77..2144555fb70019cde988a630cc8c14e2c8fce03d 100644
--- a/Modules/ThirdParty/Curl/src/otb_curl.h.in
+++ b/Modules/ThirdParty/Curl/src/otb_curl.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/Date/CMakeLists.txt b/Modules/ThirdParty/Date/CMakeLists.txt
index 195833b51aa2ff6602499845f96eeccef7996f68..c1e9e8b4ea99cf80bee4c261bc3b6e207c4417c5 100644
--- a/Modules/ThirdParty/Date/CMakeLists.txt
+++ b/Modules/ThirdParty/Date/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Date/otb-module.cmake b/Modules/ThirdParty/Date/otb-module.cmake
index f5131ab244923853d4d0ce5c4569b116c2ed2a0f..c3fa1871d951fbf8b76e5f3474b367ffc6848f70 100644
--- a/Modules/ThirdParty/Date/otb-module.cmake
+++ b/Modules/ThirdParty/Date/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GDAL/CMakeLists.txt b/Modules/ThirdParty/GDAL/CMakeLists.txt
index 23f5960e5c6b7b29a6bddf63262a318f40279e19..316e9d9f172a312dea5a3a6807ea71d415e87da8 100644
--- a/Modules/ThirdParty/GDAL/CMakeLists.txt
+++ b/Modules/ThirdParty/GDAL/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GDAL/gdalCreateCopyTest.cxx b/Modules/ThirdParty/GDAL/gdalCreateCopyTest.cxx
index 8283ad962ef21582fdd54a3146b16bb8d5303e9a..2a422cf50dee89e1baaea5d12ddf35542ab9907d 100644
--- a/Modules/ThirdParty/GDAL/gdalCreateCopyTest.cxx
+++ b/Modules/ThirdParty/GDAL/gdalCreateCopyTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/gdalCreateTest.cxx b/Modules/ThirdParty/GDAL/gdalCreateTest.cxx
index a1ec650ca26405ea6e19d2b945aa601ef3cda529..797261b7d609d14b1c9dae7793008368e600b23c 100644
--- a/Modules/ThirdParty/GDAL/gdalCreateTest.cxx
+++ b/Modules/ThirdParty/GDAL/gdalCreateTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/gdalFormatsListTest.c b/Modules/ThirdParty/GDAL/gdalFormatsListTest.c
index 676b56fa46b2e7932a8cea3a77eed9a6a2961358..e8ab6f733c6b505f6227549a130b47014cb0e5dc 100644
--- a/Modules/ThirdParty/GDAL/gdalFormatsListTest.c
+++ b/Modules/ThirdParty/GDAL/gdalFormatsListTest.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/gdalFormatsTest.c b/Modules/ThirdParty/GDAL/gdalFormatsTest.c
index 6b4dc28df424a024cc8cdb560c6fdf288c9c51bd..b37c6f31778afdd8412b36e1960c4019c7cb68fa 100644
--- a/Modules/ThirdParty/GDAL/gdalFormatsTest.c
+++ b/Modules/ThirdParty/GDAL/gdalFormatsTest.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/gdalOGRTest.cxx b/Modules/ThirdParty/GDAL/gdalOGRTest.cxx
index 6a38bc5a9bf4aa667ffd10b2587e302e7d0fac38..3f0e2ce38726d032f61a8cd51fffddeb569d0b8e 100644
--- a/Modules/ThirdParty/GDAL/gdalOGRTest.cxx
+++ b/Modules/ThirdParty/GDAL/gdalOGRTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/gdalSymbolsTest.cxx b/Modules/ThirdParty/GDAL/gdalSymbolsTest.cxx
index bb318be2f249cd7393b09893a1669547fe5204e2..5bf4ee05a25b9d278c0176b9131879f57a7dac3c 100644
--- a/Modules/ThirdParty/GDAL/gdalSymbolsTest.cxx
+++ b/Modules/ThirdParty/GDAL/gdalSymbolsTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/gdalTest.sh.in b/Modules/ThirdParty/GDAL/gdalTest.sh.in
index 1e5273a3aad05fa749503422b8cab2a3677d11e0..c094bb8b1df8e0a9a7bb3e118520b2eacd9c3926 100644
--- a/Modules/ThirdParty/GDAL/gdalTest.sh.in
+++ b/Modules/ThirdParty/GDAL/gdalTest.sh.in
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GDAL/gdalVersionTest.cxx b/Modules/ThirdParty/GDAL/gdalVersionTest.cxx
index 5fe5ec8fb49fc5d483b54a613c5aa22d4e7c9c53..d97aa2f91c2344e93ee0174d005d89e6af467985 100644
--- a/Modules/ThirdParty/GDAL/gdalVersionTest.cxx
+++ b/Modules/ThirdParty/GDAL/gdalVersionTest.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/GDAL/otb-module-init.cmake b/Modules/ThirdParty/GDAL/otb-module-init.cmake
index ab011e0b2d4c1e4717d36fa5011d1841d62a1571..b74aa4e3aebac3f168cf9e7014f481a2711ee5ac 100644
--- a/Modules/ThirdParty/GDAL/otb-module-init.cmake
+++ b/Modules/ThirdParty/GDAL/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GDAL/otb-module.cmake b/Modules/ThirdParty/GDAL/otb-module.cmake
index 0d659399515aa5e5a342e20a0b6822c709a18540..dd12f0f7b83cde03b9f73e132d13bcf0ba0ac498 100644
--- a/Modules/ThirdParty/GDAL/otb-module.cmake
+++ b/Modules/ThirdParty/GDAL/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GSL/CMakeLists.txt b/Modules/ThirdParty/GSL/CMakeLists.txt
index 6fa90fac8ce383fb8f11b8e36cf0926cd486a2fa..62e15f0e57019d734c36cd85cbac4fa5754d1d33 100644
--- a/Modules/ThirdParty/GSL/CMakeLists.txt
+++ b/Modules/ThirdParty/GSL/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GSL/otb-module-init.cmake b/Modules/ThirdParty/GSL/otb-module-init.cmake
index 3ad67a611c1cef19490d6e96b2db6855305e94f1..a7d5fa72afea0ff9928a1e6223242d452b0c340a 100644
--- a/Modules/ThirdParty/GSL/otb-module-init.cmake
+++ b/Modules/ThirdParty/GSL/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GSL/otb-module.cmake b/Modules/ThirdParty/GSL/otb-module.cmake
index a8c3a41e1b1f1a22d6748a1bd409be507a155da7..9875381cdd9af4fd5ed738d8c585076a1e7b1795 100644
--- a/Modules/ThirdParty/GSL/otb-module.cmake
+++ b/Modules/ThirdParty/GSL/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GeoTIFF/CMakeLists.txt b/Modules/ThirdParty/GeoTIFF/CMakeLists.txt
index a80a57b0251fb415db2208aa2a017ea380d3d0fe..cd50a9fc0be49df2b4f597641af5539f4989336c 100644
--- a/Modules/ThirdParty/GeoTIFF/CMakeLists.txt
+++ b/Modules/ThirdParty/GeoTIFF/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GeoTIFF/otb-module-init.cmake b/Modules/ThirdParty/GeoTIFF/otb-module-init.cmake
index bb12fdf663b062889b96b6f8fe1d5edc14423a7f..eeb36f9780e4b86f779e286c882ea6ee9efba6eb 100644
--- a/Modules/ThirdParty/GeoTIFF/otb-module-init.cmake
+++ b/Modules/ThirdParty/GeoTIFF/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/GeoTIFF/otb-module.cmake b/Modules/ThirdParty/GeoTIFF/otb-module.cmake
index 025bf2e560fa2ee33b28310bb22f2c1b7b253f80..4f00c427a8e4aee0d6ce769ced00da92c1471224 100644
--- a/Modules/ThirdParty/GeoTIFF/otb-module.cmake
+++ b/Modules/ThirdParty/GeoTIFF/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/ITK/CMakeLists.txt b/Modules/ThirdParty/ITK/CMakeLists.txt
index d9d30b8f0dfb2e4bbe6f803bd30ce28bff3465de..1efa7de0b4cba0490103d499fcf3d0e018dcae83 100644
--- a/Modules/ThirdParty/ITK/CMakeLists.txt
+++ b/Modules/ThirdParty/ITK/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/ITK/otb-module-init.cmake b/Modules/ThirdParty/ITK/otb-module-init.cmake
index e564865cf70ed946b5bedaf7be12cd3a9a65cfd6..f685616c58a27ad4719cc5a8126bb2ade44cdf4a 100644
--- a/Modules/ThirdParty/ITK/otb-module-init.cmake
+++ b/Modules/ThirdParty/ITK/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/ITK/otb-module.cmake b/Modules/ThirdParty/ITK/otb-module.cmake
index e2dc1c97b38577fe387e7eaf33cf7140a44721ce..a7d8effefb7f5f2da75a3c842063cd99e6784216 100644
--- a/Modules/ThirdParty/ITK/otb-module.cmake
+++ b/Modules/ThirdParty/ITK/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/LibSVM/CMakeLists.txt b/Modules/ThirdParty/LibSVM/CMakeLists.txt
index b3911a2eec4939913077a99ab44d594bfc5e6529..e23e3d9866b05980b9d45f1a691511e3fb066adf 100644
--- a/Modules/ThirdParty/LibSVM/CMakeLists.txt
+++ b/Modules/ThirdParty/LibSVM/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/LibSVM/otb-module-init.cmake b/Modules/ThirdParty/LibSVM/otb-module-init.cmake
index 4a207b37c9406f6b7e3b56b3ee938cebc4e8a7ae..efc39714ae242482aacad3212e95cc62ed7985f5 100644
--- a/Modules/ThirdParty/LibSVM/otb-module-init.cmake
+++ b/Modules/ThirdParty/LibSVM/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/LibSVM/otb-module.cmake b/Modules/ThirdParty/LibSVM/otb-module.cmake
index 8beb9e69da7180d5eb3c979e01bcbd5a674e5529..682f5f138fdd09e3bb7c866854b40a144caa17ad 100644
--- a/Modules/ThirdParty/LibSVM/otb-module.cmake
+++ b/Modules/ThirdParty/LibSVM/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/MuParser/CMake/otbTestMuParserHasCxxLogicalOperators.cxx b/Modules/ThirdParty/MuParser/CMake/otbTestMuParserHasCxxLogicalOperators.cxx
index 5107317bda5851e14d6f4b5984cb57262583e449..84f17bf65a832ebd8929e40c378dc4c52a1f3074 100644
--- a/Modules/ThirdParty/MuParser/CMake/otbTestMuParserHasCxxLogicalOperators.cxx
+++ b/Modules/ThirdParty/MuParser/CMake/otbTestMuParserHasCxxLogicalOperators.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/MuParser/CMakeLists.txt b/Modules/ThirdParty/MuParser/CMakeLists.txt
index 5523f4fb24fe026d25e4f2a65513d20114f98552..c531fec11980969b6a1fd189a03a5b9de61f4d9b 100644
--- a/Modules/ThirdParty/MuParser/CMakeLists.txt
+++ b/Modules/ThirdParty/MuParser/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/MuParser/otb-module-init.cmake b/Modules/ThirdParty/MuParser/otb-module-init.cmake
index 1e5f723877c6001a3eee90447b5b40a4e4cb9f26..814fdbe3b2d6ad0113ace96fc8cc4af323020617 100644
--- a/Modules/ThirdParty/MuParser/otb-module-init.cmake
+++ b/Modules/ThirdParty/MuParser/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/MuParser/otb-module.cmake b/Modules/ThirdParty/MuParser/otb-module.cmake
index f00d891d1701d59943291280b4b4473a7d12f01f..1bafeaf513095bf520f4c82c34462187a456e2f7 100644
--- a/Modules/ThirdParty/MuParser/otb-module.cmake
+++ b/Modules/ThirdParty/MuParser/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/MuParser/src/otb_muparser.h.in b/Modules/ThirdParty/MuParser/src/otb_muparser.h.in
index de311edb62363172e0d3f851653287033c141a48..48daf8426f9ffc4502a197e1e868206a1a415171 100644
--- a/Modules/ThirdParty/MuParser/src/otb_muparser.h.in
+++ b/Modules/ThirdParty/MuParser/src/otb_muparser.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/MuParserX/CMakeLists.txt b/Modules/ThirdParty/MuParserX/CMakeLists.txt
index 34550304c6cfa04f8fb4559779c84ee27a5fdc04..aee48e83c59d7c398afc44596fc7e76c10d5bc59 100644
--- a/Modules/ThirdParty/MuParserX/CMakeLists.txt
+++ b/Modules/ThirdParty/MuParserX/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/MuParserX/otb-module-init.cmake b/Modules/ThirdParty/MuParserX/otb-module-init.cmake
index 4c9cd08248f54f9c6e0b29cb21c5549038dc30f2..d38a2cffa0a1717ea7bb51495afb63b7c9a1795f 100644
--- a/Modules/ThirdParty/MuParserX/otb-module-init.cmake
+++ b/Modules/ThirdParty/MuParserX/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/MuParserX/otb-module.cmake b/Modules/ThirdParty/MuParserX/otb-module.cmake
index 7f79c173d2510d0a2e5962f7fd4b0c2efd691bb2..58f7ff7f9baa5eeb190bb904fa32f298441eb6be 100644
--- a/Modules/ThirdParty/MuParserX/otb-module.cmake
+++ b/Modules/ThirdParty/MuParserX/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/OpenCV/CMakeLists.txt b/Modules/ThirdParty/OpenCV/CMakeLists.txt
index 217e4c8b243c847daf5c4569188083bb7b3d608b..11cb864f082da9a597ca015bf75d5e03e1173b9f 100644
--- a/Modules/ThirdParty/OpenCV/CMakeLists.txt
+++ b/Modules/ThirdParty/OpenCV/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/OpenCV/otb-module-init.cmake b/Modules/ThirdParty/OpenCV/otb-module-init.cmake
index d0d45bdc58fe11d0cc861fa8c31118d638b77356..306e841b3288646eb42f23ff562d3a501b8f52c1 100644
--- a/Modules/ThirdParty/OpenCV/otb-module-init.cmake
+++ b/Modules/ThirdParty/OpenCV/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/OpenCV/otb-module.cmake b/Modules/ThirdParty/OpenCV/otb-module.cmake
index cecc1223398e642583296af7f15945c8d0a2e170..dff2e019753477b479e5534b6f426b5c09fbe12e 100644
--- a/Modules/ThirdParty/OpenCV/otb-module.cmake
+++ b/Modules/ThirdParty/OpenCV/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/OpenCV/src/otb_opencv_api.h.in b/Modules/ThirdParty/OpenCV/src/otb_opencv_api.h.in
index ac0771239dce56d15ee7f6667a32e5491c043954..6802cb539bddbe40602e7ef174070a18970cdb82 100644
--- a/Modules/ThirdParty/OpenCV/src/otb_opencv_api.h.in
+++ b/Modules/ThirdParty/OpenCV/src/otb_opencv_api.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/Shark/CMakeLists.txt b/Modules/ThirdParty/Shark/CMakeLists.txt
index 692e9d758bf91283abc29ac5002c419f110201e0..d9c67cc740bce988a8de39a662e61108a8eafa4f 100644
--- a/Modules/ThirdParty/Shark/CMakeLists.txt
+++ b/Modules/ThirdParty/Shark/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Shark/include/otbSharkUtils.h b/Modules/ThirdParty/Shark/include/otbSharkUtils.h
index 6383720c22d25e1f22b257fa984f1712772cf2c8..1668a004a96862b4979346a4d0fd73a2268b41da 100644
--- a/Modules/ThirdParty/Shark/include/otbSharkUtils.h
+++ b/Modules/ThirdParty/Shark/include/otbSharkUtils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/Shark/otb-module-init.cmake b/Modules/ThirdParty/Shark/otb-module-init.cmake
index a1f6abeda513a19c352ccb13bafc9a4512d830c5..e373f78931dd0692a981a74e9a0d7eaf232a9f9a 100644
--- a/Modules/ThirdParty/Shark/otb-module-init.cmake
+++ b/Modules/ThirdParty/Shark/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Shark/otb-module.cmake b/Modules/ThirdParty/Shark/otb-module.cmake
index ab2716f293314fedf4cba0b3983d5f74e8cd9a37..a96ff244ed2f2031481de1d64d96c5b7761d24f7 100644
--- a/Modules/ThirdParty/Shark/otb-module.cmake
+++ b/Modules/ThirdParty/Shark/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/Shark/src/otb_shark.h.in b/Modules/ThirdParty/Shark/src/otb_shark.h.in
index e45634e9e5c9d6cfd3691fe830309217b35b5042..bae9ed8d67feaf3cdf4c40e33f319e39e62ac866 100644
--- a/Modules/ThirdParty/Shark/src/otb_shark.h.in
+++ b/Modules/ThirdParty/Shark/src/otb_shark.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/SiftFast/CMakeLists.txt b/Modules/ThirdParty/SiftFast/CMakeLists.txt
index 5eee82b079408988778ef68191124e442a3642d7..a9f9c9bdc75e2bb6d2c8a266a37c32fc85e38553 100644
--- a/Modules/ThirdParty/SiftFast/CMakeLists.txt
+++ b/Modules/ThirdParty/SiftFast/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/SiftFast/otb-module.cmake b/Modules/ThirdParty/SiftFast/otb-module.cmake
index e80794187b031102ab2cb91861b62a5079d61a37..a2d94554b1512bebf9c6d8f5e765de97d71f3908 100644
--- a/Modules/ThirdParty/SiftFast/otb-module.cmake
+++ b/Modules/ThirdParty/SiftFast/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/SiftFast/src/CMakeLists.txt b/Modules/ThirdParty/SiftFast/src/CMakeLists.txt
index 960609e7b1ba10b0bce0ee1b116cdf9e2d7944c9..e41ce2f85b87354a4aa5b5db9f5d2e7802d7826a 100644
--- a/Modules/ThirdParty/SiftFast/src/CMakeLists.txt
+++ b/Modules/ThirdParty/SiftFast/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/SiftFast/src/otb_siftfast.h b/Modules/ThirdParty/SiftFast/src/otb_siftfast.h
index cb582a08a4d65eed8f459614e66764251c961d3b..36c1ec6910811015e689f885d370f0e7c0c0a0b7 100644
--- a/Modules/ThirdParty/SiftFast/src/otb_siftfast.h
+++ b/Modules/ThirdParty/SiftFast/src/otb_siftfast.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/SiftFast/src/otbsiftfast/FindOctave.cmake b/Modules/ThirdParty/SiftFast/src/otbsiftfast/FindOctave.cmake
index 5a169f23e79b8dfd2619b90f34f1842f0cb63c78..d6181685a557dd645d1de7ba44d1ac7715c1aae0 100644
--- a/Modules/ThirdParty/SiftFast/src/otbsiftfast/FindOctave.cmake
+++ b/Modules/ThirdParty/SiftFast/src/otbsiftfast/FindOctave.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/SiftFast/src/otbsiftfast/cmake_uninstall.cmake.in b/Modules/ThirdParty/SiftFast/src/otbsiftfast/cmake_uninstall.cmake.in
index e8a64c960c0488dcc9e9fefcb26a78b32b2ec6e5..5bafa30e449db8542c46728c056641c901e20307 100644
--- a/Modules/ThirdParty/SiftFast/src/otbsiftfast/cmake_uninstall.cmake.in
+++ b/Modules/ThirdParty/SiftFast/src/otbsiftfast/cmake_uninstall.cmake.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TIFF/CMakeLists.txt b/Modules/ThirdParty/TIFF/CMakeLists.txt
index ef9ad57bccdac07d3beb99b342b785022e584023..b1e0e149ac8c46f7efb257deb891331694ed2e5e 100644
--- a/Modules/ThirdParty/TIFF/CMakeLists.txt
+++ b/Modules/ThirdParty/TIFF/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TIFF/otb-module-init.cmake b/Modules/ThirdParty/TIFF/otb-module-init.cmake
index 0bb0a92bb87c6764b6d0e95543df44c55f810cca..ab4ef3ef6e61007989aea925b9569b2331340c47 100644
--- a/Modules/ThirdParty/TIFF/otb-module-init.cmake
+++ b/Modules/ThirdParty/TIFF/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TIFF/otb-module.cmake b/Modules/ThirdParty/TIFF/otb-module.cmake
index ddcae3b49dedbd5e4ef4e4d59de8ba8b044b59b2..f87406fb4e92bf795a8ad22522a670989298d3a3 100644
--- a/Modules/ThirdParty/TIFF/otb-module.cmake
+++ b/Modules/ThirdParty/TIFF/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TinyXML/CMake/otbTestTinyXMLUseSTL.cxx b/Modules/ThirdParty/TinyXML/CMake/otbTestTinyXMLUseSTL.cxx
index 65e39d0b2b03950e8b2b0c9571bc490bf9cd2189..c04b72fe240f76abb7fc1c66b3a95638a709d88e 100644
--- a/Modules/ThirdParty/TinyXML/CMake/otbTestTinyXMLUseSTL.cxx
+++ b/Modules/ThirdParty/TinyXML/CMake/otbTestTinyXMLUseSTL.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/TinyXML/CMakeLists.txt b/Modules/ThirdParty/TinyXML/CMakeLists.txt
index 51008dd2ae679bc1b0b594e9b9ba5198fcb2cf91..48d0fa387da4103b6dd3d9e28656d041b4171939 100644
--- a/Modules/ThirdParty/TinyXML/CMakeLists.txt
+++ b/Modules/ThirdParty/TinyXML/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TinyXML/otb-module-init.cmake b/Modules/ThirdParty/TinyXML/otb-module-init.cmake
index b434fefd664859af8ba4284fe4d19124f5442521..1ada11166e25c482887b950628225278b239be59 100644
--- a/Modules/ThirdParty/TinyXML/otb-module-init.cmake
+++ b/Modules/ThirdParty/TinyXML/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TinyXML/otb-module.cmake b/Modules/ThirdParty/TinyXML/otb-module.cmake
index b3c09cf4cf2c3edf6c381f24981e7c080bb8c274..5e68b94a522475e669450156332df30e4a9c6cdc 100644
--- a/Modules/ThirdParty/TinyXML/otb-module.cmake
+++ b/Modules/ThirdParty/TinyXML/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in b/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in
index e1ca8cf1ed4014e6cd944813e84098f1bc5304e2..e28a62a8e3b9a82056dc86fe1dac07255ed11c2e 100644
--- a/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in
+++ b/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Modules/ThirdParty/libkml/CMakeLists.txt b/Modules/ThirdParty/libkml/CMakeLists.txt
index 4c40228cd006acec719155ec4a62603247c805bd..b82277f8c7d42c1e122191bcf6df583dad42a79f 100644
--- a/Modules/ThirdParty/libkml/CMakeLists.txt
+++ b/Modules/ThirdParty/libkml/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/libkml/otb-module-init.cmake b/Modules/ThirdParty/libkml/otb-module-init.cmake
index aad414cc63c7ab2c61a1c2e25d247d9321835ad8..e25e70aac5e678935f767fb3f29e07751db4e248 100644
--- a/Modules/ThirdParty/libkml/otb-module-init.cmake
+++ b/Modules/ThirdParty/libkml/otb-module-init.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Modules/ThirdParty/libkml/otb-module.cmake b/Modules/ThirdParty/libkml/otb-module.cmake
index ad71bdbc247a972d1505bdbbcb4f291f16630991..29d8bbcc05c649fd4f3328539c085e9c711d0726 100644
--- a/Modules/ThirdParty/libkml/otb-module.cmake
+++ b/Modules/ThirdParty/libkml/otb-module.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Packaging/Files/build_examples.cmake b/Packaging/Files/build_examples.cmake
index 288935e942e5afccfbbb44ba280c2033b0c1c8c5..adcfd3128c0b187fbd2760cbb602137f2141a41c 100644
--- a/Packaging/Files/build_examples.cmake
+++ b/Packaging/Files/build_examples.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Packaging/Files/check_python_env.sh b/Packaging/Files/check_python_env.sh
index e14c855beae203bd037f933e0ef1468fdd1fd8bd..ebf2d6d64e12e364d2efc85b3b0b0aa25815a5f6 100755
--- a/Packaging/Files/check_python_env.sh
+++ b/Packaging/Files/check_python_env.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Packaging/Files/otb_loader.cxx b/Packaging/Files/otb_loader.cxx
index 580c0a88721695768837d19cdab6bf29ecbef1ea..694eeebbe338a62105845d6e2abccddea02c0430 100644
--- a/Packaging/Files/otb_loader.cxx
+++ b/Packaging/Files/otb_loader.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Packaging/Files/otbenv.bash b/Packaging/Files/otbenv.bash
index 5265a91967c305619345c5c6da4e7e1899769833..cf6c385119c1126ec9811dc7c8ee4d4bd2be9cb4 100644
--- a/Packaging/Files/otbenv.bash
+++ b/Packaging/Files/otbenv.bash
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Packaging/Files/otbenv.bat b/Packaging/Files/otbenv.bat
index 29d91ffb8fbafb9fb7f057acf6505cc58401c109..fa576bf7badec65a628b8ff9db6946f89d9cd7f6 100644
--- a/Packaging/Files/otbenv.bat
+++ b/Packaging/Files/otbenv.bat
@@ -1,5 +1,5 @@
 ::
-:: Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+:: Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 ::
 :: This file is part of Orfeo Toolbox
 ::
diff --git a/Packaging/Files/otbenv.profile b/Packaging/Files/otbenv.profile
index d4bc61c5b5db65a7dd07afe3c0aec3ac64e2d77a..c40c49a2c729fafc400b56bf56edaaa7b8f4f68d 100644
--- a/Packaging/Files/otbenv.profile
+++ b/Packaging/Files/otbenv.profile
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -72,13 +72,13 @@ fi
 LC_NUMERIC=C
 
 # set GDAL_DATA variable used by otb application
-GDAL_DATA=$OTB_INSTALL_DIR/share/gdal
+GDAL_DATA="$OTB_INSTALL_DIR/share/gdal"
 
-PROJ_LIB=$OTB_INSTALL_DIR/share/proj
+PROJ_LIB="$OTB_INSTALL_DIR/share/proj"
 
 export GDAL_DRIVER_PATH=disable
 
-export LD_LIBRARY_PATH=$OTB_INSTALL_DIR/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH="$OTB_INSTALL_DIR/lib:$LD_LIBRARY_PATH"
 
 # export variables
 export LC_NUMERIC
@@ -91,9 +91,9 @@ export OTB_INSTALL_DIR
 
 # The first time after install, run that script to patch cmake files with the right install path. This cannot be done until OTB is installed
 # This call permits to the user not to launch this by hand
-if [ ! -e $OTB_INSTALL_DIR/tools/install_done.txt ]
+if [ ! -e "$OTB_INSTALL_DIR"/tools/install_done.txt ]
 then
-  source $OTB_INSTALL_DIR/tools/post_install.sh
+  source "$OTB_INSTALL_DIR"/tools/post_install.sh
 else
   echo "**** OTB environment setup complete ****"
 fi
diff --git a/Packaging/Files/post_install.sh b/Packaging/Files/post_install.sh
deleted file mode 100644
index 9df122c1ca8831baaf34a4fb7e06ca8efc5bd184..0000000000000000000000000000000000000000
--- a/Packaging/Files/post_install.sh
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
-#
-# This file is part of Orfeo Toolbox
-#
-#     https://www.orfeo-toolbox.org/
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-echo "***** First time launching OTB after installation, doing some post installation steps before use *****"
-# Apply necessary patches for a modular install because cmake generates these file at configure time, not at packaging time
-sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$OTB_INSTALL_DIR"/lib/cmake/OTB-10.0/*.cmake
-sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$OTB_INSTALL_DIR"/lib/cmake/OTB-10.0/Modules/*.cmake
-sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$OTB_INSTALL_DIR"/lib/cmake/ITK-5.3/*.cmake
-sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$OTB_INSTALL_DIR"/lib/cmake/ITK-5.3/Modules/*.cmake
-sed -i "s/\/builds\/otb\/xdk/\$OTB_INSTALL_DIR/g" "$OTB_INSTALL_DIR"/bin/gdal-config
-sed -i "s/\/builds\/otb\/xdk/\$OTB_INSTALL_DIR/g" "$OTB_INSTALL_DIR"/bin/curl-config
-sh "$OTB_INSTALL_DIR"/tools/sanitize_rpath.sh
-# Check python version, if python 3.12 (ubuntu 24 and debian 13) download and extract the gdal bindings for python 3.12
-pyversion="$(python3 -V 2>&1 | sed 's/.* \([0-9]\).\([0-9]*\).*/\1\2/')"
-if [ "$pyversion" = "312" ]; then
-    echo "***** Python 3.12 detected, downloading gdal bindings compiled for python 3.12 *****"
-    PACKAGE_OTB_VERSION=`ls $OTB_INSTALL_DIR/lib/libOTBCommon.so.*.*.* | egrep -o "[0-9]+\.[0-9]+\.[0-9]$"`
-    HTTP_STATUS=$(curl -s -o "$OTB_INSTALL_DIR"/tools/py312.tar.gz -w "%{response_code}\n" https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-9.1-GDAL-bindings-py$pyversion.tar.gz)
-    if [ $HTTP_STATUS -eq 200 ]; then
-        tar -xf "$OTB_INSTALL_DIR"/tools/py312.tar.gz -C "$OTB_INSTALL_DIR"/lib/python3/dist-packages/osgeo/
-        rm "$OTB_INSTALL_DIR"/tools/py312.tar.gz
-    else
-        echo "Can not find GDAL bindings at https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-9.1-GDAL-bindings-py$pyversion.tar.gz"
-        return -1
-    fi
-    sh "$OTB_INSTALL_DIR"/recompile_bindings.sh
-    echo "***** OTB Environment and Python bindings setup complete *****"
-fi
-echo "OK" > "$OTB_INSTALL_DIR"/tools/install_done.txt
\ No newline at end of file
diff --git a/Packaging/Files/post_install.sh.in b/Packaging/Files/post_install.sh.in
new file mode 100644
index 0000000000000000000000000000000000000000..e1a294b897ebcd931eb71a25d0e9d4135489d7e6
--- /dev/null
+++ b/Packaging/Files/post_install.sh.in
@@ -0,0 +1,48 @@
+#!/bin/sh
+#
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
+#
+# This file is part of Orfeo Toolbox
+#
+#     https://www.orfeo-toolbox.org/
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# avoid magic number. Version filled by cmake
+OTB_SHORT_VERSION=@OTB_VERSION_MAJOR@.@OTB_VERSION_MINOR@
+
+echo "***** First time launching OTB after installation, doing some post installation steps before use *****"
+# Apply necessary patches for a modular install because cmake generates these file at configure time, not at packaging time
+CMAKE_DIRS="$OTB_INSTALL_DIR/lib/cmake"
+sed -i "s/FATAL_ERROR/WARNING/g" "$CMAKE_DIRS/OTB-$OTB_SHORT_VERSION/OTBTargets.cmake"
+sed -i "s/FATAL_ERROR/WARNING/g" "$CMAKE_DIRS/OTB-$OTB_SHORT_VERSION/OTBModuleAPI.cmake"
+sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$CMAKE_DIRS"/OTB-"$OTB_SHORT_VERSION"/*.cmake
+sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$CMAKE_DIRS"/OTB-"$OTB_SHORT_VERSION"/Modules/*.cmake
+sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$CMAKE_DIRS"/ITK-4.13/*.cmake
+sed -i "s/\/builds\/otb\/xdk/\${OTB_INSTALL_PREFIX}/g" "$CMAKE_DIRS"/ITK-4.13/Modules/*.cmake
+sed -i "s/\/builds\/otb\/xdk/\$OTB_INSTALL_DIR/g" "$OTB_INSTALL_DIR"/bin/gdal-config
+sed -i "s/\/builds\/otb\/xdk/\$OTB_INSTALL_DIR/g" "$OTB_INSTALL_DIR"/bin/curl-config
+sh "$OTB_INSTALL_DIR"/tools/sanitize_rpath.sh
+
+# Check python version, if python 3.10 (ubuntu 22 and debian 12) download and extract the gdal bindings for python 3.10
+pyversion="$(python3 -V 2>&1 | sed 's/.* \([0-9]\).\([0-9]*\).*/\1\2/')"
+if [ "$pyversion" = "312" ]; then
+    echo "*** Python 3.12 detected, downloading gdal bindings compiled for python 3.12 ***"
+    PACKAGE_OTB_VERSION="$OTB_SHORT_VERSION.@OTB_VERSION_PATCH@"
+    curl https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-$PACKAGE_OTB_VERSION-GDAL-bindings-py312.tar.gz -o "$OTB_INSTALL_DIR"/tools/gdal-py312.tar.gz
+    tar -xf "$OTB_INSTALL_DIR"/tools/gdal-py312.tar.gz -C "$OTB_INSTALL_DIR"/lib/python3/dist-packages/osgeo/
+    rm "$OTB_INSTALL_DIR"/tools/gdal-py312.tar.gz
+    echo "*** GDAL bindings for python 3.12 successfully installed ***"
+fi
+echo "OK" > "$OTB_INSTALL_DIR"/tools/install_done.txt
diff --git a/Packaging/Files/recompile_bindings.sh b/Packaging/Files/recompile_bindings.sh
index 312b73b4676c305c0e3e9d0bb0f71cf974655a62..5c85966a4031bf77b3c307ded3b0805e77d56dbe 100644
--- a/Packaging/Files/recompile_bindings.sh
+++ b/Packaging/Files/recompile_bindings.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2023 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Packaging/Files/selftester.bat b/Packaging/Files/selftester.bat
index 799e45139011c4ebbd23437fad2be99dab995cd5..21320440761dd6dc89a2b2d86c0a5f71d93ccbb5 100755
--- a/Packaging/Files/selftester.bat
+++ b/Packaging/Files/selftester.bat
@@ -1,5 +1,5 @@
 ::
-:: Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+:: Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 ::
 :: This file is part of Orfeo Toolbox
 ::
diff --git a/Packaging/Files/selftester.sh b/Packaging/Files/selftester.sh
index 4be4d336e2f0da669d1ed5fb5a77bf66b4208026..077140c930728a3d1aa41ae1d32d213ec7729596 100755
--- a/Packaging/Files/selftester.sh
+++ b/Packaging/Files/selftester.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Packaging/Files/start_devenv.bat b/Packaging/Files/start_devenv.bat
index e9bd9e342c187c6f86f4a9e185a072cc53a4df49..c74848bc0d87146286af953a625f51e33025671e 100755
--- a/Packaging/Files/start_devenv.bat
+++ b/Packaging/Files/start_devenv.bat
@@ -1,5 +1,5 @@
 ::
-:: Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+:: Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 ::
 :: This file is part of Orfeo Toolbox
 ::
diff --git a/Packaging/Files/uninstall_otb.bat b/Packaging/Files/uninstall_otb.bat
index b4346440f9b2b10f0827f847cae734cc75416f9c..edc5d01f0b4f5fa1ec4d16c5d9c7b7357d151bba 100644
--- a/Packaging/Files/uninstall_otb.bat
+++ b/Packaging/Files/uninstall_otb.bat
@@ -1,5 +1,5 @@
 ::
-:: Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+:: Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 ::
 :: This file is part of Orfeo Toolbox
 ::
diff --git a/Packaging/Files/uninstall_otb.sh b/Packaging/Files/uninstall_otb.sh
index d2091fc24ace9857fd91f961f1304c803bb18865..9c0837352d2283497d2b38b575c14574877b06d2 100755
--- a/Packaging/Files/uninstall_otb.sh
+++ b/Packaging/Files/uninstall_otb.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 302ac7071d6263235cde7bba46eccee0d545eb44..f43ddafdede3966965ddcf21fca083ad9d0bed93 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,5 +1,42 @@
+OTB-v 9.1.0 - Changes since version 9.0.0 (September 27th, 2024)
+-------------------------------------------------------------
+
+Features added:
+  * !1044: COMP: add otbenv powershell script by Tristan Laurent
+  * !1015: Add Spot5 SWH support to otb9 by Thibaut ROMAIN
+
+Bugs fixed:
+  * !1043: COMP: fix -Wimplicit-int on OTB6S by Tristan Laurent
+  * !1029: COMP: install libtiff and libjpeg in lib instead of lib64 in RedHat builds by Tristan Laurent
+  * !1024: BUILD: correctly transfer cmake GDAL args to disable spatialite by Tristan Laurent
+  * !1018: BUG: fix otbenv script for non-bash env on RH based OS by Tristan Laurent
+  * !1009: FIX: Fix metadata key to invalid_pixels in otbSARConcatenateBursts by Valentin Genin
+  * !1014: ENH: Drop Boost version check for small_vector by Laurențiu Nicola
+
+Dependencies update:
+  * !1035: COMP: update libjpegturbo from 2.0.0 to 3.0.3 by Tristan Laurent
+  * !1023: UPD: from geotiff 1.7.1 to 1.7.3 by Tristan Laurent
+  * !1021: ENH: update GDAL to 3.9.0 by Thibaut ROMAIN
+
+Documentation:
+  * !1041: DOC: Remove Mosaic from the list of remote modules by Rémi Cresson
+  * !1039: DOC: update OS, compiler and python versions by Tristan Laurent
+  * !1032: BUG: update dead link for BandMath and BandMathX by Thibaut ROMAIN
+  * !1022: DOC: #2050 remove dead link to rst file on top of every cookbook pages by Tristan Laurent
+  * !1017: DOC: add missing parameters doc about QGis plugin by Tristan Laurent
+  * !1013: DOC: document minimum Boost version as 1.73.0 by Laurențiu Nicola
+  * !1011: DOC: adapt QGis page with the new otb plugin by Tristan Laurent
+  * !1008: Support sensor doc update by Tristan Laurent
+
+CI:
+  * !1034: Use only windows jobs and adapt variables to powershell syntax by Tristan Laurent
+  * !1030: CI: rename all centos packages with _RedHat by Tristan Laurent
+  * !1019: BUG: fix filename too long when creating superbuild archive by Thibaut ROMAIN
+  * !1010: Fix ci gdalbindings problem when pushing branch by Thibaut ROMAIN
+
+
 OTB-v 9.0.0 - Changes since version 8.1.2 (February 28th, 2024)
---------------------------------------------------------------
+---------------------------------------------------------------
 
 Features added:
   * !995: CI: Add an Ubuntu 22 job by Thibaut ROMAIN
diff --git a/SuperBuild/CMake/CTestCustom.cmake.in b/SuperBuild/CMake/CTestCustom.cmake.in
index 06897862487f4dbef72443958cc396178aa370c0..16d0b04b57583b751722b8e111d03228d63ae9a4 100644
--- a/SuperBuild/CMake/CTestCustom.cmake.in
+++ b/SuperBuild/CMake/CTestCustom.cmake.in
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_boost.cmake b/SuperBuild/CMake/External_boost.cmake
index 4f0d66cf400798e872c236469af8492d36638564..c2a0dbaa47cafdeb7b41bccef0861730b295eca6 100644
--- a/SuperBuild/CMake/External_boost.cmake
+++ b/SuperBuild/CMake/External_boost.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_curl.cmake b/SuperBuild/CMake/External_curl.cmake
index c2835fea6e6250de5f452252b866cda641ae276b..a33511051d552fb650c52c6289f6d62af9170cb4 100644
--- a/SuperBuild/CMake/External_curl.cmake
+++ b/SuperBuild/CMake/External_curl.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_expat.cmake b/SuperBuild/CMake/External_expat.cmake
index 74047a04684e1923437ecde16bb2aa295b7bc10d..0ebd60126593581dfaa8780a3767229fd181c858 100644
--- a/SuperBuild/CMake/External_expat.cmake
+++ b/SuperBuild/CMake/External_expat.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_fftw.cmake b/SuperBuild/CMake/External_fftw.cmake
index 1dbd610b4a399e30bb573afd06e3a1a6b40f373f..bcc242186ad369dcaccdf7ec0a14ed1b8f86abef 100644
--- a/SuperBuild/CMake/External_fftw.cmake
+++ b/SuperBuild/CMake/External_fftw.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_gdal.cmake b/SuperBuild/CMake/External_gdal.cmake
index de7673cb4613bb732b2bbff52fa6893cb976a75e..65951bfb2652c77efc843f95293752a51acf4fe4 100644
--- a/SuperBuild/CMake/External_gdal.cmake
+++ b/SuperBuild/CMake/External_gdal.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
@@ -24,8 +24,8 @@ SETUP_SUPERBUILD(GDAL)
 
 ADDTO_DEPENDENCIES_IF_NOT_SYSTEM(GDAL CURL OPENJPEG TIFF GEOTIFF PNG JPEG SQLITE GEOS ZLIB EXPAT HDF5 NETCDF HDF4 PROJ)
 
-set(GDAL_URL "https://github.com/OSGeo/gdal/releases/download/v3.9.0/gdal-3.9.0.tar.gz")
-set(GDAL_MD5 d3780907608f381a4f662cb1480c7f97)
+set(GDAL_URL "https://github.com/OSGeo/gdal/releases/download/v3.9.3/gdal-3.9.3.tar.gz")
+set(GDAL_MD5 6a4a96c31987570e67adbc05d321f94d)
 
 # avoid use of system SPATIALITE which can use other libproj which cause conflict
 list(APPEND GDAL_CONFIG_LIBS
diff --git a/SuperBuild/CMake/External_geos.cmake b/SuperBuild/CMake/External_geos.cmake
index 956347a87e233695a52e4b57553e06e752bfc6a5..73a755f513cb4fc5586b933c2d8a6e65ef09ba05 100644
--- a/SuperBuild/CMake/External_geos.cmake
+++ b/SuperBuild/CMake/External_geos.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_geotiff.cmake b/SuperBuild/CMake/External_geotiff.cmake
index f505a22b14fcda46e8537d5659b175c44a159e7f..0ad3e52e249420c4c5cdb411571ce20e7b3e1438 100644
--- a/SuperBuild/CMake/External_geotiff.cmake
+++ b/SuperBuild/CMake/External_geotiff.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_gsl.cmake b/SuperBuild/CMake/External_gsl.cmake
index 823a3cbc3786cb1cdb406ccb68a7ba5c9100fa20..eec1d706aed9e0ea2a5270bf12addcb1dc8d7998 100644
--- a/SuperBuild/CMake/External_gsl.cmake
+++ b/SuperBuild/CMake/External_gsl.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_hdf4.cmake b/SuperBuild/CMake/External_hdf4.cmake
index aeccf4c6ecc8280c955fd0e864ec75337d3a67cb..aaf39b7b2e46b989f54f179dd35937eeff041b10 100644
--- a/SuperBuild/CMake/External_hdf4.cmake
+++ b/SuperBuild/CMake/External_hdf4.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_hdf5.cmake b/SuperBuild/CMake/External_hdf5.cmake
index 52d0779d26764107347c0cd32e7d16a2ac60df30..9fdc483c81b5dd067a47aa746bedd235e4369124 100644
--- a/SuperBuild/CMake/External_hdf5.cmake
+++ b/SuperBuild/CMake/External_hdf5.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_itk.cmake b/SuperBuild/CMake/External_itk.cmake
index 9ba9fb77d18ef29c47944c8fa09ed395ddba9638..8357ad767e70e167bee71f21f8ad6c98856d2d7b 100644
--- a/SuperBuild/CMake/External_itk.cmake
+++ b/SuperBuild/CMake/External_itk.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_jpeg.cmake b/SuperBuild/CMake/External_jpeg.cmake
index 3cf2ec690b873e964510d5e236c577958f7782d8..8a75325094e1f8406443ddfe307904d9ebfc688f 100644
--- a/SuperBuild/CMake/External_jpeg.cmake
+++ b/SuperBuild/CMake/External_jpeg.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_lerc.cmake b/SuperBuild/CMake/External_lerc.cmake
index bbc488aff0bc76be85e28f9eb92000c825daf5d1..9264940c44df50adb568781b5aa4ec0a7d62356d 100644
--- a/SuperBuild/CMake/External_lerc.cmake
+++ b/SuperBuild/CMake/External_lerc.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_libkml.cmake b/SuperBuild/CMake/External_libkml.cmake
index 92c9bd4cad2a86be9f22d86bf9332665c1e80049..a273e6975ef7f463ce3949a22c93e119f52029cf 100644
--- a/SuperBuild/CMake/External_libkml.cmake
+++ b/SuperBuild/CMake/External_libkml.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_libsvm.cmake b/SuperBuild/CMake/External_libsvm.cmake
index 023050e65fbf90e3caa9bf57b27ba8879a1614fb..e8b8382024e309d8f64017a134f080e98c14c3ff 100644
--- a/SuperBuild/CMake/External_libsvm.cmake
+++ b/SuperBuild/CMake/External_libsvm.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_muparser.cmake b/SuperBuild/CMake/External_muparser.cmake
index e9b3555bff7e66611820552bf99d9d76cb9964c7..cf891d282a8b51899ff72bfc06a35ed379b9e5cb 100644
--- a/SuperBuild/CMake/External_muparser.cmake
+++ b/SuperBuild/CMake/External_muparser.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_muparserx.cmake b/SuperBuild/CMake/External_muparserx.cmake
index f86c9d304fa16801d14be314c44fc8715e9eb046..e4b64b532743b4c408c243e08ffaa34ecb469ff2 100644
--- a/SuperBuild/CMake/External_muparserx.cmake
+++ b/SuperBuild/CMake/External_muparserx.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_netcdf.cmake b/SuperBuild/CMake/External_netcdf.cmake
index b8b21360abe1abbc5910ea8581e4b08bc30e0866..f7033dcbc3c38997b316c2159ae9908ea09edc8d 100644
--- a/SuperBuild/CMake/External_netcdf.cmake
+++ b/SuperBuild/CMake/External_netcdf.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_opencv.cmake b/SuperBuild/CMake/External_opencv.cmake
index a480a7c4a0a141677ab8e164a0481fa4a9c0c702..38c859dcb6f3107fbb99bd44114f8fa6beaf7580 100644
--- a/SuperBuild/CMake/External_opencv.cmake
+++ b/SuperBuild/CMake/External_opencv.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_openjpeg.cmake b/SuperBuild/CMake/External_openjpeg.cmake
index 4d31a79085854f8f997900225c9afd0ce4fb2d90..7340a2c98dbf71500742daf1e5a87c938a4ee53f 100644
--- a/SuperBuild/CMake/External_openjpeg.cmake
+++ b/SuperBuild/CMake/External_openjpeg.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_openssl.cmake b/SuperBuild/CMake/External_openssl.cmake
index fe8a899e1dd9ef84856f72b6dffd604c019d5e99..a292aa0e5855cd547b2c4a877df0c6475d1907d6 100644
--- a/SuperBuild/CMake/External_openssl.cmake
+++ b/SuperBuild/CMake/External_openssl.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_otb.cmake b/SuperBuild/CMake/External_otb.cmake
index c598d14d5e0b2714d03dcb976d2904228d657e26..baca05fa9b5bb53c8bfbf1f6f8db49e4475c830e 100644
--- a/SuperBuild/CMake/External_otb.cmake
+++ b/SuperBuild/CMake/External_otb.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_patchelf.cmake b/SuperBuild/CMake/External_patchelf.cmake
index 8af9d6c6e3a84e0b0c7b368d719531fab860ae5a..6696e1155f7f3844606b1279c932a388890d6792 100644
--- a/SuperBuild/CMake/External_patchelf.cmake
+++ b/SuperBuild/CMake/External_patchelf.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_pcre.cmake b/SuperBuild/CMake/External_pcre.cmake
index 494c462378f41482208638233c6cf5620b79e9e6..2b551a032c43df671fea51f8c1daac53de8846e6 100644
--- a/SuperBuild/CMake/External_pcre.cmake
+++ b/SuperBuild/CMake/External_pcre.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_png.cmake b/SuperBuild/CMake/External_png.cmake
index 68d00879cacc843104cfc8565532d5363b62ff42..355bb83d608da0db5780818c6d6c443f07541cd9 100644
--- a/SuperBuild/CMake/External_png.cmake
+++ b/SuperBuild/CMake/External_png.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_proj.cmake b/SuperBuild/CMake/External_proj.cmake
index ed18aad4da216734882c6c813a05a44385556353..779a63665bd42d9a4f8634f908bb06f68654f589 100644
--- a/SuperBuild/CMake/External_proj.cmake
+++ b/SuperBuild/CMake/External_proj.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_shark.cmake b/SuperBuild/CMake/External_shark.cmake
index 924ac2d08014499116d3fa9d4cc260bf372f378c..225654bf606554bca1b8ee65fded51cead3789ff 100644
--- a/SuperBuild/CMake/External_shark.cmake
+++ b/SuperBuild/CMake/External_shark.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_sqlite.cmake b/SuperBuild/CMake/External_sqlite.cmake
index a8a284c3858a4936ac3e7f3ef4f794baf038c7b4..c8e3ff735df476cb935900df85da8099c4deb988 100644
--- a/SuperBuild/CMake/External_sqlite.cmake
+++ b/SuperBuild/CMake/External_sqlite.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_swig.cmake b/SuperBuild/CMake/External_swig.cmake
index 9c85969993ac9ddf5522b38f2915220e6b26b41e..2fd040723d4776b569bc58d1ec7e530498acb5ea 100644
--- a/SuperBuild/CMake/External_swig.cmake
+++ b/SuperBuild/CMake/External_swig.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_tiff.cmake b/SuperBuild/CMake/External_tiff.cmake
index ddd70b50a93c403aad37b205d1d3e108332eb173..0b55589fb318ffbaec3cc8d6c20b046cc5759e0f 100644
--- a/SuperBuild/CMake/External_tiff.cmake
+++ b/SuperBuild/CMake/External_tiff.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/External_tinyxml.cmake b/SuperBuild/CMake/External_tinyxml.cmake
index f94f14df0c26cc89a5559cd6f3e30f57c7924c24..12ca199b7657a617ffaa7570b82a20ed9cf2017e 100644
--- a/SuperBuild/CMake/External_tinyxml.cmake
+++ b/SuperBuild/CMake/External_tinyxml.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/SuperBuild_Macro.cmake b/SuperBuild/CMake/SuperBuild_Macro.cmake
index 9bd49618da5ae42c2693ad630d47525f3f1f8be0..1be608bf54214310f826d988ea319f80fe442b46 100644
--- a/SuperBuild/CMake/SuperBuild_Macro.cmake
+++ b/SuperBuild/CMake/SuperBuild_Macro.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMake/patch.cmake b/SuperBuild/CMake/patch.cmake
index 22dcd2234deeb13bd92936ff6dd86c35b16cabfb..f22bdb408f6845a9036dc56c485a7d94718a7247 100644
--- a/SuperBuild/CMake/patch.cmake
+++ b/SuperBuild/CMake/patch.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt
index fc7d9d74419beb5a993242e632e855bc0ee3f260..f1bcd99adb4be7a09150538b48556bd231230e22 100644
--- a/SuperBuild/CMakeLists.txt
+++ b/SuperBuild/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/CTestConfig.cmake b/SuperBuild/CTestConfig.cmake
index 3c1a2a55372c39d5de1916f6a594d12d3b7618e3..feb3cfab96de6cb67df54aadc58d6535e7a67a95 100644
--- a/SuperBuild/CTestConfig.cmake
+++ b/SuperBuild/CTestConfig.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/patches/LIBKML/CMakeLists.txt b/SuperBuild/patches/LIBKML/CMakeLists.txt
index a42a6258da2d00874e4243c4bcb741a9ab5dd302..1cd1e676d1561742aae25e094f0ca90fbd7ab86a 100644
--- a/SuperBuild/patches/LIBKML/CMakeLists.txt
+++ b/SuperBuild/patches/LIBKML/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/patches/LIBSVM/CMakeLists.txt b/SuperBuild/patches/LIBSVM/CMakeLists.txt
index af7ba77f98f5b0fb13d71ca5603d86437b575037..eacdb5838331fcb5065f58bf3fb087e65988e877 100644
--- a/SuperBuild/patches/LIBSVM/CMakeLists.txt
+++ b/SuperBuild/patches/LIBSVM/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/patches/SQLITE/CMakeLists.txt b/SuperBuild/patches/SQLITE/CMakeLists.txt
index a9cb51c4f8930bc199623bf6307493610274c1d9..16900f9514dcaca2d81de6504b82f493c43cc6e3 100644
--- a/SuperBuild/patches/SQLITE/CMakeLists.txt
+++ b/SuperBuild/patches/SQLITE/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/SuperBuild/patches/TINYXML/CMakeLists.txt b/SuperBuild/patches/TINYXML/CMakeLists.txt
index 41654a2af6bd21b2a0cad809b90895ff4a912e34..e34b24778999a60f13f055f3a59fec35d50de1e9 100644
--- a/SuperBuild/patches/TINYXML/CMakeLists.txt
+++ b/SuperBuild/patches/TINYXML/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Completion/CMakeLists.txt b/Utilities/Completion/CMakeLists.txt
index 037ff94f795eaddc59c5fbb7d82be6767f474151..8f7c1a6f37aaa8855ed22fec26663fa3a320edd4 100644
--- a/Utilities/Completion/CMakeLists.txt
+++ b/Utilities/Completion/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Completion/completionGenerator.cxx b/Utilities/Completion/completionGenerator.cxx
index 797d46467c8032f3e72c40029acebaf4992a4a41..9b53ef37c036e527bac52f0da68b09258e9ac934 100644
--- a/Utilities/Completion/completionGenerator.cxx
+++ b/Utilities/Completion/completionGenerator.cxx
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+ * Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
diff --git a/Utilities/Doxygen/CMakeLists.txt b/Utilities/Doxygen/CMakeLists.txt
index 967e61390969df542bf52900edd6d760477dcd13..da04cbcc691a7590d8153c41c43af188b9ddccfd 100644
--- a/Utilities/Doxygen/CMakeLists.txt
+++ b/Utilities/Doxygen/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Doxygen/GenerateExamplesDox.cmake b/Utilities/Doxygen/GenerateExamplesDox.cmake
index c9b856d4dc08f755f15f32626434bf7c56403a52..7012037c01d395c263769a39816c731c0586be02 100644
--- a/Utilities/Doxygen/GenerateExamplesDox.cmake
+++ b/Utilities/Doxygen/GenerateExamplesDox.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Doxygen/fix_php7.pl b/Utilities/Doxygen/fix_php7.pl
index 601ab2b5bbe17b80fd3f9cc41e6d6e0260fe316d..e903fbdf7b974199cf27900e2452c09cf33a91ba 100755
--- a/Utilities/Doxygen/fix_php7.pl
+++ b/Utilities/Doxygen/fix_php7.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Doxygen/mcdoc.py b/Utilities/Doxygen/mcdoc.py
index 4c0525d4a1752be635b087a51ef4f753d673c41f..e2a894f0e6272af6c43ec917192367bae9bebaf6 100644
--- a/Utilities/Doxygen/mcdoc.py
+++ b/Utilities/Doxygen/mcdoc.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Doxygen/otbgroup.pl b/Utilities/Doxygen/otbgroup.pl
index 7b589e3e0ed5581f0ddbf7898dced28832bc1fec..d9437075574f934dc95d9d4e0573d462d0e2ea56 100644
--- a/Utilities/Doxygen/otbgroup.pl
+++ b/Utilities/Doxygen/otbgroup.pl
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/InstallTest/CMakeLists.txt b/Utilities/InstallTest/CMakeLists.txt
index 960bc3c70dd728e9d53a58375821b4856603119b..da57b09017a3c03d7be434aa78f1794b5daab34d 100644
--- a/Utilities/InstallTest/CMakeLists.txt
+++ b/Utilities/InstallTest/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/InstallTest/InstallTest.cmake b/Utilities/InstallTest/InstallTest.cmake
index 74a3c2ca9483c9a5fd165f4b3a8b3da28ee3aa9b..c121877a3d52468076a166592da41e09ad71eba4 100644
--- a/Utilities/InstallTest/InstallTest.cmake
+++ b/Utilities/InstallTest/InstallTest.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Maintenance/TravisBuild.cmake b/Utilities/Maintenance/TravisBuild.cmake
index 38745439783e7061a239c5cef07cda10055b89a1..930519f7609b9b9a7ba1ead54b71934d4f9b89ae 100644
--- a/Utilities/Maintenance/TravisBuild.cmake
+++ b/Utilities/Maintenance/TravisBuild.cmake
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Maintenance/TravisBuild.sh b/Utilities/Maintenance/TravisBuild.sh
index d5770bb0b5ee123aaf152210a550d905dbb92b1a..3d2dbdc0c4fb94c4217a01a2f6938b23a7d29923 100755
--- a/Utilities/Maintenance/TravisBuild.sh
+++ b/Utilities/Maintenance/TravisBuild.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
+# Copyright (C) 2005-2024 Centre National d'Etudes Spatiales (CNES)
 #
 # This file is part of Orfeo Toolbox
 #
diff --git a/Utilities/Maintenance/fix_typos.sh b/Utilities/Maintenance/fix_typos.sh
index fcffa41f9afa1411184dc00211fa0741436165a8..9248c379a8dafba16bcbd701d63f93bb92caab75 100755
--- a/Utilities/Maintenance/fix_typos.sh
+++ b/Utilities/Maintenance/fix_typos.sh
@@ -65,7 +65,7 @@ WORDS_WHITE_LIST="$WORDS_WHITE_LIST,pary"
 # LaTeX
 WORDS_WHITE_LIST="$WORDS_WHITE_LIST,LaTeX,BibTeX,404"
 # Technical terms
-WORDS_WHITE_LIST="$WORDS_WHITE_LIST,SOM,som,Som,HaA,ND,haa,Hsi,Eyt,VectorDatas,ot,inout,Lod,LOD"
+WORDS_WHITE_LIST="$WORDS_WHITE_LIST,SOM,som,Som,HaA,ND,haa,Hsi,Eyt,VectorDatas,ot,inout,lod,Lod,LOD"
 # CMake
 WORDS_WHITE_LIST="$WORDS_WHITE_LIST,DEPENDEES,Te,Alls"
 # Names