From 2fcc8e75816a1ee37e35cf1b72514e39123fdb9c Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 7 Jan 2025 11:31:07 +0100 Subject: [PATCH] Copyright 2025 --- NOTICE | 2 +- ci/script_utils.py | 2 +- ci/test_arcpy.py | 2 +- ci/test_ci.py | 2 +- ci/test_display.py | 2 +- ci/test_files.py | 2 +- ci/test_geometry.py | 2 +- ci/test_logs.py | 2 +- ci/test_misc.py | 2 +- ci/test_network.py | 2 +- ci/test_path.py | 2 +- ci/test_rasters.py | 2 +- ci/test_rasters_rio.py | 2 +- ci/test_s3.py | 2 +- ci/test_snap.py | 2 +- ci/test_strings.py | 2 +- ci/test_unistra.py | 2 +- ci/test_vectors.py | 2 +- ci/test_xml.py | 2 +- docs/conf.py | 4 ++-- sertit/__init__.py | 2 +- sertit/__meta__.py | 2 +- sertit/ci.py | 2 +- sertit/display.py | 2 +- sertit/files.py | 2 +- sertit/geometry.py | 2 +- sertit/logs.py | 2 +- sertit/misc.py | 2 +- sertit/network.py | 2 +- sertit/path.py | 2 +- sertit/rasters.py | 2 +- sertit/rasters_rio.py | 2 +- sertit/s3.py | 2 +- sertit/snap.py | 2 +- sertit/strings.py | 2 +- sertit/unistra.py | 2 +- sertit/vectors.py | 2 +- sertit/xml.py | 2 +- 38 files changed, 39 insertions(+), 39 deletions(-) diff --git a/NOTICE b/NOTICE index ea80321..f9a7fa3 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Sertit-Utils Copyright 2021 ICube-Sertit - France +Sertit-Utils Copyright 2025 ICube-Sertit - France This software is distributed under the Apache Software License (ASL) v2.0, see LICENSE file or http://www.apache.org/licenses/LICENSE-2.0 for details. diff --git a/ci/script_utils.py b/ci/script_utils.py index 4f96cde..6262da8 100644 --- a/ci/script_utils.py +++ b/ci/script_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_arcpy.py b/ci/test_arcpy.py index 6017df2..7459cd6 100644 --- a/ci/test_arcpy.py +++ b/ci/test_arcpy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_ci.py b/ci/test_ci.py index 08e9acb..80cc944 100644 --- a/ci/test_ci.py +++ b/ci/test_ci.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_display.py b/ci/test_display.py index 8a683ba..28da852 100644 --- a/ci/test_display.py +++ b/ci/test_display.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_files.py b/ci/test_files.py index 0a06572..f210942 100644 --- a/ci/test_files.py +++ b/ci/test_files.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_geometry.py b/ci/test_geometry.py index 522eb1f..21985d1 100644 --- a/ci/test_geometry.py +++ b/ci/test_geometry.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_logs.py b/ci/test_logs.py index 6c5ebf6..ddc4fc1 100644 --- a/ci/test_logs.py +++ b/ci/test_logs.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_misc.py b/ci/test_misc.py index 0893833..23177c1 100644 --- a/ci/test_misc.py +++ b/ci/test_misc.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_network.py b/ci/test_network.py index aa53fd4..88a0a8e 100644 --- a/ci/test_network.py +++ b/ci/test_network.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_path.py b/ci/test_path.py index 66ad609..2f76eab 100644 --- a/ci/test_path.py +++ b/ci/test_path.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_rasters.py b/ci/test_rasters.py index 4885d1b..eb2b855 100644 --- a/ci/test_rasters.py +++ b/ci/test_rasters.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_rasters_rio.py b/ci/test_rasters_rio.py index 54a7d92..80db7e6 100644 --- a/ci/test_rasters_rio.py +++ b/ci/test_rasters_rio.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_s3.py b/ci/test_s3.py index 81069d2..915bf2b 100644 --- a/ci/test_s3.py +++ b/ci/test_s3.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_snap.py b/ci/test_snap.py index 0f15040..226a08c 100644 --- a/ci/test_snap.py +++ b/ci/test_snap.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_strings.py b/ci/test_strings.py index 650f5d5..69390a7 100644 --- a/ci/test_strings.py +++ b/ci/test_strings.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_unistra.py b/ci/test_unistra.py index c754b90..3422143 100644 --- a/ci/test_unistra.py +++ b/ci/test_unistra.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_vectors.py b/ci/test_vectors.py index 390103a..11f2469 100644 --- a/ci/test_vectors.py +++ b/ci/test_vectors.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/ci/test_xml.py b/ci/test_xml.py index 2236d23..1dea820 100644 --- a/ci/test_xml.py +++ b/ci/test_xml.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/docs/conf.py b/docs/conf.py index de67ffc..c6a1390 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # @@ -80,7 +80,7 @@ # General information about the project. project = "sertit" -copyright = "Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/" +copyright = "Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/" author = "ICube-SERTIT" # The version info for the project you're documenting, acts as replacement for diff --git a/sertit/__init__.py b/sertit/__init__.py index 4f4a348..06697f8 100644 --- a/sertit/__init__.py +++ b/sertit/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/__meta__.py b/sertit/__meta__.py index 0ed4f6b..ad79866 100644 --- a/sertit/__meta__.py +++ b/sertit/__meta__.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/ci.py b/sertit/ci.py index 47d778b..381c92e 100644 --- a/sertit/ci.py +++ b/sertit/ci.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/display.py b/sertit/display.py index 62f9923..843b27f 100644 --- a/sertit/display.py +++ b/sertit/display.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/files.py b/sertit/files.py index 4bdb6c2..01ec650 100644 --- a/sertit/files.py +++ b/sertit/files.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/geometry.py b/sertit/geometry.py index d10d624..b0cf6df 100644 --- a/sertit/geometry.py +++ b/sertit/geometry.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/logs.py b/sertit/logs.py index acec281..c40bae7 100644 --- a/sertit/logs.py +++ b/sertit/logs.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/misc.py b/sertit/misc.py index 0c2baec..5fefeda 100644 --- a/sertit/misc.py +++ b/sertit/misc.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/network.py b/sertit/network.py index 147a69a..2927ad6 100644 --- a/sertit/network.py +++ b/sertit/network.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/path.py b/sertit/path.py index aeb1f12..d60de5d 100644 --- a/sertit/path.py +++ b/sertit/path.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/rasters.py b/sertit/rasters.py index 5cd76ab..18053ca 100644 --- a/sertit/rasters.py +++ b/sertit/rasters.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/rasters_rio.py b/sertit/rasters_rio.py index 4d1c0f7..0b19c98 100644 --- a/sertit/rasters_rio.py +++ b/sertit/rasters_rio.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/s3.py b/sertit/s3.py index 37588e9..7fe6b5b 100644 --- a/sertit/s3.py +++ b/sertit/s3.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/snap.py b/sertit/snap.py index ceec0b9..da0e936 100644 --- a/sertit/snap.py +++ b/sertit/snap.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/strings.py b/sertit/strings.py index daef696..a11977c 100644 --- a/sertit/strings.py +++ b/sertit/strings.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/unistra.py b/sertit/unistra.py index 7f7bd0c..067da7c 100644 --- a/sertit/unistra.py +++ b/sertit/unistra.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/vectors.py b/sertit/vectors.py index ef6ec54..4af4d44 100644 --- a/sertit/vectors.py +++ b/sertit/vectors.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils # diff --git a/sertit/xml.py b/sertit/xml.py index 9ddc44a..cd69289 100644 --- a/sertit/xml.py +++ b/sertit/xml.py @@ -1,4 +1,4 @@ -# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of sertit-utils project # https://github.com/sertit/sertit-utils #