diff --git a/CHANGES.md b/CHANGES.md index 5917ab47..99d81054 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ - DEPS: Remove as many mention as possible to `cloudpathlib` - DEPS: Update minimum versions of some libraries - DOC: Add example about the output management (in `base` notebook, [#117](https://github.com/sertit/eoreader/issues/117)) +- DOC: Update copyright to 2024 - GITHUB: Update bug template - CI: Enabling pre-commit.ci and dependabot bots - CI: Update pre-commit hooks diff --git a/docs/conf.py b/docs/conf.py index f2c942ee..32a7009c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/__init__.py b/eoreader/__init__.py index 067d77d1..483c2c16 100644 --- a/eoreader/__init__.py +++ b/eoreader/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/__meta__.py b/eoreader/__meta__.py index c31580ac..2ab5f2e4 100644 --- a/eoreader/__meta__.py +++ b/eoreader/__meta__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # @@ -27,5 +27,5 @@ __author_email__ = "dev-sertit@unistra.fr" __url__ = "https://github.com/sertit/eoreader" __license__ = "Apache 2.0" -__copyright__ = "Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/" +__copyright__ = "Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/" __documentation__ = "https://eoreader.readthedocs.io" diff --git a/eoreader/bands/__init__.py b/eoreader/bands/__init__.py index c6498414..967d6858 100644 --- a/eoreader/bands/__init__.py +++ b/eoreader/bands/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/bands/bands.py b/eoreader/bands/bands.py index 3b2392ca..3a740027 100644 --- a/eoreader/bands/bands.py +++ b/eoreader/bands/bands.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/bands/indices.py b/eoreader/bands/indices.py index 4986b099..85753e00 100644 --- a/eoreader/bands/indices.py +++ b/eoreader/bands/indices.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/bands/sar_bands.py b/eoreader/bands/sar_bands.py index a36f5b06..4e83eb05 100644 --- a/eoreader/bands/sar_bands.py +++ b/eoreader/bands/sar_bands.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/bands/spectral_bands.py b/eoreader/bands/spectral_bands.py index bc4ccd66..0a71e3f1 100644 --- a/eoreader/bands/spectral_bands.py +++ b/eoreader/bands/spectral_bands.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/env_vars.py b/eoreader/env_vars.py index a5f96664..bbccf4c2 100644 --- a/eoreader/env_vars.py +++ b/eoreader/env_vars.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/exceptions.py b/eoreader/exceptions.py index df2efe02..14ba1aaa 100644 --- a/eoreader/exceptions.py +++ b/eoreader/exceptions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/keywords.py b/eoreader/keywords.py index 071b857d..4f7e4e29 100644 --- a/eoreader/keywords.py +++ b/eoreader/keywords.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/__init__.py b/eoreader/products/__init__.py index 26913929..1f9e0d2e 100644 --- a/eoreader/products/__init__.py +++ b/eoreader/products/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/custom_product.py b/eoreader/products/custom_product.py index 91332a91..b554f6e7 100644 --- a/eoreader/products/custom_product.py +++ b/eoreader/products/custom_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/__init__.py b/eoreader/products/optical/__init__.py index e70be574..ec00d654 100644 --- a/eoreader/products/optical/__init__.py +++ b/eoreader/products/optical/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/dimap_v1_product.py b/eoreader/products/optical/dimap_v1_product.py index 452803cc..ede64eba 100644 --- a/eoreader/products/optical/dimap_v1_product.py +++ b/eoreader/products/optical/dimap_v1_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/dimap_v2_product.py b/eoreader/products/optical/dimap_v2_product.py index bcec1e03..8962f25f 100644 --- a/eoreader/products/optical/dimap_v2_product.py +++ b/eoreader/products/optical/dimap_v2_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/gs2_product.py b/eoreader/products/optical/gs2_product.py index 29f4030e..aa0e0bfa 100644 --- a/eoreader/products/optical/gs2_product.py +++ b/eoreader/products/optical/gs2_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/hls_product.py b/eoreader/products/optical/hls_product.py index dc1dbc69..9dabab6f 100644 --- a/eoreader/products/optical/hls_product.py +++ b/eoreader/products/optical/hls_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/landsat_product.py b/eoreader/products/optical/landsat_product.py index dd920cf0..18700510 100644 --- a/eoreader/products/optical/landsat_product.py +++ b/eoreader/products/optical/landsat_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/maxar_product.py b/eoreader/products/optical/maxar_product.py index b3ad6280..9aceb60d 100644 --- a/eoreader/products/optical/maxar_product.py +++ b/eoreader/products/optical/maxar_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/optical_product.py b/eoreader/products/optical/optical_product.py index 4fddbf88..19c66274 100644 --- a/eoreader/products/optical/optical_product.py +++ b/eoreader/products/optical/optical_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/pla_product.py b/eoreader/products/optical/pla_product.py index 583235af..5d5927d4 100644 --- a/eoreader/products/optical/pla_product.py +++ b/eoreader/products/optical/pla_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/planet_product.py b/eoreader/products/optical/planet_product.py index 8f6cd008..caacf047 100644 --- a/eoreader/products/optical/planet_product.py +++ b/eoreader/products/optical/planet_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/pld_product.py b/eoreader/products/optical/pld_product.py index 48313e55..d21605b1 100644 --- a/eoreader/products/optical/pld_product.py +++ b/eoreader/products/optical/pld_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/pneo_product.py b/eoreader/products/optical/pneo_product.py index 1f0a9cfb..cff12d16 100644 --- a/eoreader/products/optical/pneo_product.py +++ b/eoreader/products/optical/pneo_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/re_product.py b/eoreader/products/optical/re_product.py index 6cd5a0e3..062e7fdd 100644 --- a/eoreader/products/optical/re_product.py +++ b/eoreader/products/optical/re_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s2_e84_product.py b/eoreader/products/optical/s2_e84_product.py index f2233279..573582db 100644 --- a/eoreader/products/optical/s2_e84_product.py +++ b/eoreader/products/optical/s2_e84_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s2_mpc_product.py b/eoreader/products/optical/s2_mpc_product.py index 36bc1efc..65a7d742 100644 --- a/eoreader/products/optical/s2_mpc_product.py +++ b/eoreader/products/optical/s2_mpc_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s2_product.py b/eoreader/products/optical/s2_product.py index 2547dd1f..640d7a63 100644 --- a/eoreader/products/optical/s2_product.py +++ b/eoreader/products/optical/s2_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s2_theia_product.py b/eoreader/products/optical/s2_theia_product.py index b2be9400..53a4bbe3 100644 --- a/eoreader/products/optical/s2_theia_product.py +++ b/eoreader/products/optical/s2_theia_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s3_olci_product.py b/eoreader/products/optical/s3_olci_product.py index 6d1df2ee..0d9526bf 100644 --- a/eoreader/products/optical/s3_olci_product.py +++ b/eoreader/products/optical/s3_olci_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https:#sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https:#sertit.unistra.fr/ # This file is part of eoreader project # https:#github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s3_product.py b/eoreader/products/optical/s3_product.py index d6837876..43bc7c46 100644 --- a/eoreader/products/optical/s3_product.py +++ b/eoreader/products/optical/s3_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/s3_slstr_product.py b/eoreader/products/optical/s3_slstr_product.py index 80ae5759..d9ab7f06 100644 --- a/eoreader/products/optical/s3_slstr_product.py +++ b/eoreader/products/optical/s3_slstr_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/sky_product.py b/eoreader/products/optical/sky_product.py index 690f143a..6a64ba46 100644 --- a/eoreader/products/optical/sky_product.py +++ b/eoreader/products/optical/sky_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/spot45_product.py b/eoreader/products/optical/spot45_product.py index 938262a6..2939fcb7 100644 --- a/eoreader/products/optical/spot45_product.py +++ b/eoreader/products/optical/spot45_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/spot67_product.py b/eoreader/products/optical/spot67_product.py index e0b3850a..4a085dff 100644 --- a/eoreader/products/optical/spot67_product.py +++ b/eoreader/products/optical/spot67_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/sv1_product.py b/eoreader/products/optical/sv1_product.py index 8457e76b..1e8ea7a4 100644 --- a/eoreader/products/optical/sv1_product.py +++ b/eoreader/products/optical/sv1_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/vhr_product.py b/eoreader/products/optical/vhr_product.py index c6dfe7a8..4c678833 100644 --- a/eoreader/products/optical/vhr_product.py +++ b/eoreader/products/optical/vhr_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/optical/vis1_product.py b/eoreader/products/optical/vis1_product.py index ac1efce5..ba3f0fa7 100644 --- a/eoreader/products/optical/vis1_product.py +++ b/eoreader/products/optical/vis1_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/product.py b/eoreader/products/product.py index bdc5a5b5..60fa402e 100644 --- a/eoreader/products/product.py +++ b/eoreader/products/product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/__init__.py b/eoreader/products/sar/__init__.py index 02327cb8..685d37a0 100644 --- a/eoreader/products/sar/__init__.py +++ b/eoreader/products/sar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/capella_product.py b/eoreader/products/sar/capella_product.py index 1e37ecf1..19f2121b 100644 --- a/eoreader/products/sar/capella_product.py +++ b/eoreader/products/sar/capella_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/cosmo_product.py b/eoreader/products/sar/cosmo_product.py index b6f51820..1fa6b368 100644 --- a/eoreader/products/sar/cosmo_product.py +++ b/eoreader/products/sar/cosmo_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/csg_product.py b/eoreader/products/sar/csg_product.py index 68d3763c..789aeb4d 100644 --- a/eoreader/products/sar/csg_product.py +++ b/eoreader/products/sar/csg_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/csk_product.py b/eoreader/products/sar/csk_product.py index b60adc0b..8f54af01 100644 --- a/eoreader/products/sar/csk_product.py +++ b/eoreader/products/sar/csk_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/iceye_product.py b/eoreader/products/sar/iceye_product.py index a481db95..257d6001 100644 --- a/eoreader/products/sar/iceye_product.py +++ b/eoreader/products/sar/iceye_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/rcm_product.py b/eoreader/products/sar/rcm_product.py index d2cf217a..bc4f4567 100644 --- a/eoreader/products/sar/rcm_product.py +++ b/eoreader/products/sar/rcm_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/rs2_product.py b/eoreader/products/sar/rs2_product.py index c11db4ab..32f9fd30 100644 --- a/eoreader/products/sar/rs2_product.py +++ b/eoreader/products/sar/rs2_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/s1_product.py b/eoreader/products/sar/s1_product.py index c3d0eb0b..3b818b99 100644 --- a/eoreader/products/sar/s1_product.py +++ b/eoreader/products/sar/s1_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/s1_rtc_asf_product.py b/eoreader/products/sar/s1_rtc_asf_product.py index a553b94c..ac39732b 100644 --- a/eoreader/products/sar/s1_rtc_asf_product.py +++ b/eoreader/products/sar/s1_rtc_asf_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/s1_rtc_mpc_product.py b/eoreader/products/sar/s1_rtc_mpc_product.py index b20e73b6..5857fee6 100644 --- a/eoreader/products/sar/s1_rtc_mpc_product.py +++ b/eoreader/products/sar/s1_rtc_mpc_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/saocom_product.py b/eoreader/products/sar/saocom_product.py index a925cb93..593931f4 100644 --- a/eoreader/products/sar/saocom_product.py +++ b/eoreader/products/sar/saocom_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/sar_product.py b/eoreader/products/sar/sar_product.py index 3af0631f..73da2f7f 100644 --- a/eoreader/products/sar/sar_product.py +++ b/eoreader/products/sar/sar_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/sar/tsx_product.py b/eoreader/products/sar/tsx_product.py index 7157b900..2581dd77 100644 --- a/eoreader/products/sar/tsx_product.py +++ b/eoreader/products/sar/tsx_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/products/stac_product.py b/eoreader/products/stac_product.py index a2e7a199..e86615b7 100644 --- a/eoreader/products/stac_product.py +++ b/eoreader/products/stac_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/reader.py b/eoreader/reader.py index 7c2b773b..95712077 100644 --- a/eoreader/reader.py +++ b/eoreader/reader.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/stac/__init__.py b/eoreader/stac/__init__.py index fd74a60c..dd13347a 100644 --- a/eoreader/stac/__init__.py +++ b/eoreader/stac/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/stac/_stac_keywords.py b/eoreader/stac/_stac_keywords.py index ea982afb..b63cd2cd 100644 --- a/eoreader/stac/_stac_keywords.py +++ b/eoreader/stac/_stac_keywords.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/stac/stac_extensions.py b/eoreader/stac/stac_extensions.py index 39cf3ebb..0cd44774 100644 --- a/eoreader/stac/stac_extensions.py +++ b/eoreader/stac/stac_extensions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/stac/stac_item.py b/eoreader/stac/stac_item.py index 209cf4d3..3557fd50 100644 --- a/eoreader/stac/stac_item.py +++ b/eoreader/stac/stac_item.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/stac/stac_utils.py b/eoreader/stac/stac_utils.py index 38df4517..6fd52e68 100644 --- a/eoreader/stac/stac_utils.py +++ b/eoreader/stac/stac_utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader # diff --git a/eoreader/utils.py b/eoreader/utils.py index 14ae769f..a9debab7 100644 --- a/eoreader/utils.py +++ b/eoreader/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2023, SERTIT-ICube - France, https://sertit.unistra.fr/ +# Copyright 2024, SERTIT-ICube - France, https://sertit.unistra.fr/ # This file is part of eoreader project # https://github.com/sertit/eoreader #