From 3d6851369b17b5bc64c22778466074e938c56184 Mon Sep 17 00:00:00 2001 From: konstntokas Date: Fri, 17 Jul 2026 11:26:34 +0200 Subject: [PATCH 1/2] update copy right --- CHANGES.md | 3 +++ integration/__init__.py | 2 +- integration/test_sen2.py | 2 +- integration/test_sen3.py | 2 +- pyproject.toml | 5 +---- tests/__init__.py | 2 +- tests/helpers/__init__.py | 2 +- tests/helpers/sentinel2.py | 2 +- tests/helpers/sentinel3.py | 2 +- tests/prodhandlers/__init__.py | 2 +- tests/prodhandlers/test_sentinel_2.py | 2 +- tests/prodhandlers/test_sentinel_3.py | 2 +- tests/test_plugin.py | 2 +- tests/test_prodhandler.py | 2 +- tests/test_store.py | 2 +- tests/test_utils.py | 2 +- xcube_eopf/__init__.py | 2 +- xcube_eopf/constants.py | 2 +- xcube_eopf/plugin.py | 2 +- xcube_eopf/prodhandler.py | 2 +- xcube_eopf/prodhandlers/__init__.py | 2 +- xcube_eopf/prodhandlers/sentinel1.py | 2 +- xcube_eopf/prodhandlers/sentinel2.py | 2 +- xcube_eopf/prodhandlers/sentinel3.py | 2 +- xcube_eopf/store.py | 2 +- xcube_eopf/utils.py | 2 +- xcube_eopf/version.py | 4 ++-- 27 files changed, 30 insertions(+), 30 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bc04796..05afebd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## Changes in 0.3.4 (under development) + + ## Changes in 0.3.3 - Updated dependencies in `pyproject.toml`, impacting PyPI distribution diff --git a/integration/__init__.py b/integration/__init__.py index f43dc93..850033c 100644 --- a/integration/__init__.py +++ b/integration/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/integration/test_sen2.py b/integration/test_sen2.py index 6607999..a489c13 100644 --- a/integration/test_sen2.py +++ b/integration/test_sen2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/integration/test_sen3.py b/integration/test_sen3.py index fe5b018..db55ed7 100644 --- a/integration/test_sen3.py +++ b/integration/test_sen3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/pyproject.toml b/pyproject.toml index 4bdd094..5027889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,10 +87,7 @@ version = {attr = "xcube_eopf.__version__"} readme = {file = "README.md", content-type = "text/markdown"} [tool.setuptools.packages.find] -exclude = [ - "tests", - "docs" -] +include = ["xcube_eopf*"] [tool.flake8] max-line-length = 88 diff --git a/tests/__init__.py b/tests/__init__.py index f43dc93..850033c 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/helpers/__init__.py b/tests/helpers/__init__.py index 958cde1..4a7ee11 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/helpers/sentinel2.py b/tests/helpers/sentinel2.py index 93f7a49..2d2fa78 100644 --- a/tests/helpers/sentinel2.py +++ b/tests/helpers/sentinel2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/helpers/sentinel3.py b/tests/helpers/sentinel3.py index 4dbe62d..2c00e9d 100644 --- a/tests/helpers/sentinel3.py +++ b/tests/helpers/sentinel3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/prodhandlers/__init__.py b/tests/prodhandlers/__init__.py index f43dc93..850033c 100644 --- a/tests/prodhandlers/__init__.py +++ b/tests/prodhandlers/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/prodhandlers/test_sentinel_2.py b/tests/prodhandlers/test_sentinel_2.py index 59f5ab2..e20d7e0 100644 --- a/tests/prodhandlers/test_sentinel_2.py +++ b/tests/prodhandlers/test_sentinel_2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/prodhandlers/test_sentinel_3.py b/tests/prodhandlers/test_sentinel_3.py index 4adaeef..f0def25 100644 --- a/tests/prodhandlers/test_sentinel_3.py +++ b/tests/prodhandlers/test_sentinel_3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 9187bc4..96e58a3 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/test_prodhandler.py b/tests/test_prodhandler.py index 5e3e9d7..78e33e2 100644 --- a/tests/test_prodhandler.py +++ b/tests/test_prodhandler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/test_store.py b/tests/test_store.py index 5ceb4df..0d2e873 100644 --- a/tests/test_store.py +++ b/tests/test_store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/tests/test_utils.py b/tests/test_utils.py index d40c1ea..44c8578 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/__init__.py b/xcube_eopf/__init__.py index 24620be..923bf5b 100644 --- a/xcube_eopf/__init__.py +++ b/xcube_eopf/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/constants.py b/xcube_eopf/constants.py index 8ed65c0..eb7dd60 100644 --- a/xcube_eopf/constants.py +++ b/xcube_eopf/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/plugin.py b/xcube_eopf/plugin.py index 84d8611..361e33c 100644 --- a/xcube_eopf/plugin.py +++ b/xcube_eopf/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/prodhandler.py b/xcube_eopf/prodhandler.py index 7ed29ef..b0851cf 100644 --- a/xcube_eopf/prodhandler.py +++ b/xcube_eopf/prodhandler.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/prodhandlers/__init__.py b/xcube_eopf/prodhandlers/__init__.py index e51acaf..8b56b3c 100644 --- a/xcube_eopf/prodhandlers/__init__.py +++ b/xcube_eopf/prodhandlers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/prodhandlers/sentinel1.py b/xcube_eopf/prodhandlers/sentinel1.py index 2b3d517..e728c5d 100644 --- a/xcube_eopf/prodhandlers/sentinel1.py +++ b/xcube_eopf/prodhandlers/sentinel1.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/prodhandlers/sentinel2.py b/xcube_eopf/prodhandlers/sentinel2.py index 404a03b..685cc33 100644 --- a/xcube_eopf/prodhandlers/sentinel2.py +++ b/xcube_eopf/prodhandlers/sentinel2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/prodhandlers/sentinel3.py b/xcube_eopf/prodhandlers/sentinel3.py index 43e896e..345887b 100644 --- a/xcube_eopf/prodhandlers/sentinel3.py +++ b/xcube_eopf/prodhandlers/sentinel3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/store.py b/xcube_eopf/store.py index 497b050..f07a5cd 100644 --- a/xcube_eopf/store.py +++ b/xcube_eopf/store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/utils.py b/xcube_eopf/utils.py index 21fdf6e..37612cd 100644 --- a/xcube_eopf/utils.py +++ b/xcube_eopf/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. diff --git a/xcube_eopf/version.py b/xcube_eopf/version.py index 8a0c66b..9af78f3 100644 --- a/xcube_eopf/version.py +++ b/xcube_eopf/version.py @@ -1,5 +1,5 @@ -# Copyright (c) 2025 by EOPF Sample Service team and contributors +# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors # Permissions are hereby granted under the terms of the Apache 2.0 License: # https://opensource.org/license/apache-2-0. -version = "0.3.3" +version = "0.3.4.dev0" From 9c4ced8020a625434dde06ac964e7f726b94ffc0 Mon Sep 17 00:00:00 2001 From: konstntokas Date: Fri, 17 Jul 2026 11:30:35 +0200 Subject: [PATCH 2/2] update copyright in docs --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index aa76321..9f0b665 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: EOPF xcube data store repo_url: https://github.com/EOPF-Sample-Service/xcube-eopf repo_name: EOPF-Sample-Service/xcube-eopf -copyright: Copyright © 2025 EOPF Sample Service Team +copyright: Copyright © 2026 EOPF Sample Service Team nav: - Overview: index.md