Skip to content

Commit d5fe32d

Browse files
committed
DOC: Update copyright to 2024
1 parent 35b5c4f commit d5fe32d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+64
-63
lines changed

CHANGES.md

+1

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
3+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
44
# This file is part of eoreader project
55
# https://github.com/sertit/eoreader
66
#

eoreader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/__meta__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#
@@ -27,5 +27,5 @@
2727
__author_email__ = "[email protected]"
2828
__url__ = "https://github.com/sertit/eoreader"
2929
__license__ = "Apache 2.0"
30-
__copyright__ = "Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/"
30+
__copyright__ = "Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/"
3131
__documentation__ = "https://eoreader.readthedocs.io"

eoreader/bands/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/bands/bands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/bands/indices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/bands/sar_bands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/bands/spectral_bands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/env_vars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/keywords.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/custom_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/dimap_v1_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/dimap_v2_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/gs2_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/hls_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/landsat_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/maxar_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/optical_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/pla_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/planet_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/pld_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/pneo_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/re_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/s2_e84_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/s2_mpc_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/s2_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/s2_theia_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/s3_olci_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https:#sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https:#sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https:#github.com/sertit/eoreader
55
#

eoreader/products/optical/s3_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/s3_slstr_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/sky_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/spot45_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/spot67_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/sv1_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/vhr_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/optical/vis1_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/capella_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/cosmo_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/csg_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/csk_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/iceye_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/rcm_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/rs2_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/s1_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/s1_rtc_asf_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/s1_rtc_mpc_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/saocom_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/sar_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

eoreader/products/sar/tsx_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#

0 commit comments

Comments
 (0)