diff --git a/docker/install-xcube-plugin.sh b/docker/install-xcube-plugin.sh index cedce180b..1db0eed43 100644 --- a/docker/install-xcube-plugin.sh +++ b/docker/install-xcube-plugin.sh @@ -1,7 +1,7 @@ #!/bin/env bash # -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. # diff --git a/docs/source/conf.py b/docs/source/conf.py index 1cd737992..7c52cd88e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. # Configuration file for the Sphinx documentation builder. # diff --git a/examples/notebooks/sns_chl_analysis/WRRL_Klassen_Nordsee/WRRL_Klassen_Nordsee_latlon3.shp.xml b/examples/notebooks/sns_chl_analysis/WRRL_Klassen_Nordsee/WRRL_Klassen_Nordsee_latlon3.shp.xml index 30e7fb8ef..f8ddf2fc7 100644 --- a/examples/notebooks/sns_chl_analysis/WRRL_Klassen_Nordsee/WRRL_Klassen_Nordsee_latlon3.shp.xml +++ b/examples/notebooks/sns_chl_analysis/WRRL_Klassen_Nordsee/WRRL_Klassen_Nordsee_latlon3.shp.xml @@ -1,6 +1,6 @@ diff --git a/examples/serve/demo/compute_extra_vars.py b/examples/serve/demo/compute_extra_vars.py index 5c267a129..e074cf198 100644 --- a/examples/serve/demo/compute_extra_vars.py +++ b/examples/serve/demo/compute_extra_vars.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. import numpy as np import xarray as xr diff --git a/examples/serve/demo/resample_in_time.py b/examples/serve/demo/resample_in_time.py index c0b18ba87..662362d16 100644 --- a/examples/serve/demo/resample_in_time.py +++ b/examples/serve/demo/resample_in_time.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. import xarray as xr diff --git a/examples/serve/panels-demo/compute_indexes.py b/examples/serve/panels-demo/compute_indexes.py index 0dd07e05c..e539ba7cb 100644 --- a/examples/serve/panels-demo/compute_indexes.py +++ b/examples/serve/panels-demo/compute_indexes.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. import xarray as xr diff --git a/examples/serve/panels-demo/demo_panels/__init__.py b/examples/serve/panels-demo/demo_panels/__init__.py index 0bc4e24b5..cc66ea1c3 100644 --- a/examples/serve/panels-demo/demo_panels/__init__.py +++ b/examples/serve/panels-demo/demo_panels/__init__.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. from chartlets import Extension diff --git a/examples/serve/panels-demo/demo_panels/panel_demo.py b/examples/serve/panels-demo/demo_panels/panel_demo.py index 4f69bd56b..2d086ab9a 100644 --- a/examples/serve/panels-demo/demo_panels/panel_demo.py +++ b/examples/serve/panels-demo/demo_panels/panel_demo.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. from chartlets import Component, Input, Output, State from chartlets.components import Box, Checkbox, Select, Typography diff --git a/examples/serve/panels-demo/demo_panels/panel_histo2d.py b/examples/serve/panels-demo/demo_panels/panel_histo2d.py index 625ecad78..c7660c92f 100644 --- a/examples/serve/panels-demo/demo_panels/panel_histo2d.py +++ b/examples/serve/panels-demo/demo_panels/panel_histo2d.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. from typing import Any import altair as alt diff --git a/examples/serve/panels-demo/demo_panels/panel_spectrum.py b/examples/serve/panels-demo/demo_panels/panel_spectrum.py index c7f8dcd14..1bc8dcf15 100644 --- a/examples/serve/panels-demo/demo_panels/panel_spectrum.py +++ b/examples/serve/panels-demo/demo_panels/panel_spectrum.py @@ -1,3 +1,7 @@ +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. + import math from typing import Any diff --git a/scripts/update-copyright.py b/scripts/update-copyright.py index c6bc7ff46..f91e3ff3b 100644 --- a/scripts/update-copyright.py +++ b/scripts/update-copyright.py @@ -1,10 +1,10 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import os -default_header = """Copyright (c) 2018-2025 by xcube team and contributors +default_header = """Copyright (c) 2018-2026 by xcube team and contributors Permissions are hereby granted under the terms of the MIT License: https://opensource.org/licenses/MIT.""" diff --git a/test/__init__.py b/test/__init__.py index 0b933de30..58c881361 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/__init__.py b/test/cli/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/cli/__init__.py +++ b/test/cli/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/compute-scripts/with-init-and-finalize.py b/test/cli/compute-scripts/with-init-and-finalize.py index e98afa580..15ef6b301 100644 --- a/test/cli/compute-scripts/with-init-and-finalize.py +++ b/test/cli/compute-scripts/with-init-and-finalize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/compute-scripts/without-init.py b/test/cli/compute-scripts/without-init.py index a422c88b9..5e336017e 100644 --- a/test/cli/compute-scripts/without-init.py +++ b/test/cli/compute-scripts/without-init.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/helpers.py b/test/cli/helpers.py index 537bee97f..41b2c5842 100644 --- a/test/cli/helpers.py +++ b/test/cli/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_benchmark.py b/test/cli/test_benchmark.py index c003f3d6a..5f0d2aaeb 100644 --- a/test/cli/test_benchmark.py +++ b/test/cli/test_benchmark.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_chunk.py b/test/cli/test_chunk.py index 4a2dd2fd4..775779901 100644 --- a/test/cli/test_chunk.py +++ b/test/cli/test_chunk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_common.py b/test/cli/test_common.py index 83cd93bb6..df98f61b7 100644 --- a/test/cli/test_common.py +++ b/test/cli/test_common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_compute.py b/test/cli/test_compute.py index f0044e139..6064b4ddc 100644 --- a/test/cli/test_compute.py +++ b/test/cli/test_compute.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_dump.py b/test/cli/test_dump.py index 503e1d3c0..7e97ea209 100644 --- a/test/cli/test_dump.py +++ b/test/cli/test_dump.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_extract.py b/test/cli/test_extract.py index 7b774ea0b..eaa4f93f0 100644 --- a/test/cli/test_extract.py +++ b/test/cli/test_extract.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_gen.py b/test/cli/test_gen.py index 39ffaac1c..6811615f2 100644 --- a/test/cli/test_gen.py +++ b/test/cli/test_gen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_gen2.py b/test/cli/test_gen2.py index 82858382d..4d9f628b6 100644 --- a/test/cli/test_gen2.py +++ b/test/cli/test_gen2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_genpts.py b/test/cli/test_genpts.py index 921d9c35c..5f6586340 100644 --- a/test/cli/test_genpts.py +++ b/test/cli/test_genpts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_grid.py b/test/cli/test_grid.py index a1e357556..6aaa6f052 100644 --- a/test/cli/test_grid.py +++ b/test/cli/test_grid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_io.py b/test/cli/test_io.py index 99c02ccdd..706f6c9cc 100644 --- a/test/cli/test_io.py +++ b/test/cli/test_io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_level.py b/test/cli/test_level.py index 85fc5446f..0cc0425ff 100644 --- a/test/cli/test_level.py +++ b/test/cli/test_level.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_main.py b/test/cli/test_main.py index 4043a97f5..f41aa47c7 100644 --- a/test/cli/test_main.py +++ b/test/cli/test_main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_optimize.py b/test/cli/test_optimize.py index 8b571d0b3..1fa209c8e 100644 --- a/test/cli/test_optimize.py +++ b/test/cli/test_optimize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_patch.py b/test/cli/test_patch.py index 8d21faf67..7807bb332 100644 --- a/test/cli/test_patch.py +++ b/test/cli/test_patch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_prune.py b/test/cli/test_prune.py index 2b9fcfa32..1c997c5ed 100644 --- a/test/cli/test_prune.py +++ b/test/cli/test_prune.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_rectify.py b/test/cli/test_rectify.py index 3b89cf36a..e151b04e0 100644 --- a/test/cli/test_rectify.py +++ b/test/cli/test_rectify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_resample.py b/test/cli/test_resample.py index 535335307..d149f81b5 100644 --- a/test/cli/test_resample.py +++ b/test/cli/test_resample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_serve.py b/test/cli/test_serve.py index 06c46313c..db461d9e1 100644 --- a/test/cli/test_serve.py +++ b/test/cli/test_serve.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_vars2dim.py b/test/cli/test_vars2dim.py index 33d8fc885..52766b758 100644 --- a/test/cli/test_vars2dim.py +++ b/test/cli/test_vars2dim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_verify.py b/test/cli/test_verify.py index 5b4c7add0..a43ee331c 100644 --- a/test/cli/test_verify.py +++ b/test/cli/test_verify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/cli/test_versions.py b/test/cli/test_versions.py index 14415d9d1..ece6a406f 100644 --- a/test/cli/test_versions.py +++ b/test/cli/test_versions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/__init__.py b/test/core/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/__init__.py +++ b/test/core/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/byoa/__init__.py b/test/core/byoa/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/byoa/__init__.py +++ b/test/core/byoa/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/byoa/test_config.py b/test/core/byoa/test_config.py index a3e474639..277e06069 100644 --- a/test/core/byoa/test_config.py +++ b/test/core/byoa/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/byoa/test_data/user_code/impl/__init__.py b/test/core/byoa/test_data/user_code/impl/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/byoa/test_data/user_code/impl/__init__.py +++ b/test/core/byoa/test_data/user_code/impl/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/byoa/test_data/user_code/impl/algorithm.py b/test/core/byoa/test_data/user_code/impl/algorithm.py index 57b739a33..e6da15f5c 100644 --- a/test/core/byoa/test_data/user_code/impl/algorithm.py +++ b/test/core/byoa/test_data/user_code/impl/algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/byoa/test_data/user_code/processor.py b/test/core/byoa/test_data/user_code/processor.py index 7b694b786..3c985ab96 100644 --- a/test/core/byoa/test_data/user_code/processor.py +++ b/test/core/byoa/test_data/user_code/processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/byoa/test_fileset.py b/test/core/byoa/test_fileset.py index eba392c0d..5fe52c10b 100644 --- a/test/core/byoa/test_fileset.py +++ b/test/core/byoa/test_fileset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/diagnosticstore.py b/test/core/diagnosticstore.py index 8f2862ed5..bf711202c 100644 --- a/test/core/diagnosticstore.py +++ b/test/core/diagnosticstore.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen/__init__.py b/test/core/gen/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/gen/__init__.py +++ b/test/core/gen/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen/helpers.py b/test/core/gen/helpers.py index 3dd2486c1..f30c538f3 100644 --- a/test/core/gen/helpers.py +++ b/test/core/gen/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen/test_config.py b/test/core/gen/test_config.py index b3a505b28..a47d664f8 100644 --- a/test/core/gen/test_config.py +++ b/test/core/gen/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen/test_gen.py b/test/core/gen/test_gen.py index 64989d39c..330667b04 100644 --- a/test/core/gen/test_gen.py +++ b/test/core/gen/test_gen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen/test_iproc.py b/test/core/gen/test_iproc.py index 583d9f5eb..ec1096882 100644 --- a/test/core/gen/test_iproc.py +++ b/test/core/gen/test_iproc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/__init__.py b/test/core/gen2/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/gen2/__init__.py +++ b/test/core/gen2/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/__init__.py b/test/core/gen2/local/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/gen2/local/__init__.py +++ b/test/core/gen2/local/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/test_generator.py b/test/core/gen2/local/test_generator.py index 71639d3ce..6e1842442 100644 --- a/test/core/gen2/local/test_generator.py +++ b/test/core/gen2/local/test_generator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/test_helpers.py b/test/core/gen2/local/test_helpers.py index 698214b52..929aa7490 100644 --- a/test/core/gen2/local/test_helpers.py +++ b/test/core/gen2/local/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/test_mdadjuster.py b/test/core/gen2/local/test_mdadjuster.py index e75b24d49..a09de637e 100644 --- a/test/core/gen2/local/test_mdadjuster.py +++ b/test/core/gen2/local/test_mdadjuster.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/test_rechunker.py b/test/core/gen2/local/test_rechunker.py index c1f53246b..af19bfee3 100644 --- a/test/core/gen2/local/test_rechunker.py +++ b/test/core/gen2/local/test_rechunker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/test_transformer.py b/test/core/gen2/local/test_transformer.py index ace41a4f5..1213cbff6 100644 --- a/test/core/gen2/local/test_transformer.py +++ b/test/core/gen2/local/test_transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/local/test_usercode.py b/test/core/gen2/local/test_usercode.py index 774c06060..317d68ddd 100644 --- a/test/core/gen2/local/test_usercode.py +++ b/test/core/gen2/local/test_usercode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/remote/__init__.py b/test/core/gen2/remote/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/gen2/remote/__init__.py +++ b/test/core/gen2/remote/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/remote/server.py b/test/core/gen2/remote/server.py index 294c861fe..8047d6111 100644 --- a/test/core/gen2/remote/server.py +++ b/test/core/gen2/remote/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/remote/test_config.py b/test/core/gen2/remote/test_config.py index da8244c06..e2f4359fd 100644 --- a/test/core/gen2/remote/test_config.py +++ b/test/core/gen2/remote/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/remote/test_generator.py b/test/core/gen2/remote/test_generator.py index 5b915a950..9542a1a60 100644 --- a/test/core/gen2/remote/test_generator.py +++ b/test/core/gen2/remote/test_generator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/remote/test_response.py b/test/core/gen2/remote/test_response.py index 9a4baadb1..e418694ca 100644 --- a/test/core/gen2/remote/test_response.py +++ b/test/core/gen2/remote/test_response.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/remote/test_service.py b/test/core/gen2/remote/test_service.py index 66239e98e..9666f1786 100644 --- a/test/core/gen2/remote/test_service.py +++ b/test/core/gen2/remote/test_service.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/test_config.py b/test/core/gen2/test_config.py index f13ad9c49..ae161d3fb 100644 --- a/test/core/gen2/test_config.py +++ b/test/core/gen2/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/test_progress.py b/test/core/gen2/test_progress.py index 0aa789ec4..d5586b630 100644 --- a/test/core/gen2/test_progress.py +++ b/test/core/gen2/test_progress.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/test_request.py b/test/core/gen2/test_request.py index 0e5d4a578..aa5a0e7c9 100644 --- a/test/core/gen2/test_request.py +++ b/test/core/gen2/test_request.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gen2/test_response.py b/test/core/gen2/test_response.py index 502e01e18..6b0d15d21 100644 --- a/test/core/gen2/test_response.py +++ b/test/core/gen2/test_response.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/__init__.py b/test/core/gridmapping/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/gridmapping/__init__.py +++ b/test/core/gridmapping/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_base.py b/test/core/gridmapping/test_base.py index 954a229aa..6d64d6374 100644 --- a/test/core/gridmapping/test_base.py +++ b/test/core/gridmapping/test_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_bboxes.py b/test/core/gridmapping/test_bboxes.py index c1f8cb3d7..2024f12bc 100644 --- a/test/core/gridmapping/test_bboxes.py +++ b/test/core/gridmapping/test_bboxes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_cfconv.py b/test/core/gridmapping/test_cfconv.py index 77d42e3ec..e8ad9abbf 100644 --- a/test/core/gridmapping/test_cfconv.py +++ b/test/core/gridmapping/test_cfconv.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_coords.py b/test/core/gridmapping/test_coords.py index cde71e353..abd5b245d 100644 --- a/test/core/gridmapping/test_coords.py +++ b/test/core/gridmapping/test_coords.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_dataset.py b/test/core/gridmapping/test_dataset.py index 0c6e4a075..f7678fa56 100644 --- a/test/core/gridmapping/test_dataset.py +++ b/test/core/gridmapping/test_dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_helpers.py b/test/core/gridmapping/test_helpers.py index 5aa4a15af..b7ec804c8 100644 --- a/test/core/gridmapping/test_helpers.py +++ b/test/core/gridmapping/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_regular.py b/test/core/gridmapping/test_regular.py index 6d52424fa..d5654c142 100644 --- a/test/core/gridmapping/test_regular.py +++ b/test/core/gridmapping/test_regular.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/gridmapping/test_transform.py b/test/core/gridmapping/test_transform.py index bbb996f05..2843c5a8b 100644 --- a/test/core/gridmapping/test_transform.py +++ b/test/core/gridmapping/test_transform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/__init__.py b/test/core/mldataset/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/mldataset/__init__.py +++ b/test/core/mldataset/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/helpers.py b/test/core/mldataset/helpers.py index ed8d4c5d6..87d61e167 100644 --- a/test/core/mldataset/helpers.py +++ b/test/core/mldataset/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/test_base.py b/test/core/mldataset/test_base.py index d54542fab..7504f3c5a 100644 --- a/test/core/mldataset/test_base.py +++ b/test/core/mldataset/test_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/test_combined.py b/test/core/mldataset/test_combined.py index 6626febea..b4630cb82 100644 --- a/test/core/mldataset/test_combined.py +++ b/test/core/mldataset/test_combined.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/test_computed.py b/test/core/mldataset/test_computed.py index e257e76c5..45f345eed 100644 --- a/test/core/mldataset/test_computed.py +++ b/test/core/mldataset/test_computed.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/test_fs.py b/test/core/mldataset/test_fs.py index 05d8a00bb..e56c5525a 100644 --- a/test/core/mldataset/test_fs.py +++ b/test/core/mldataset/test_fs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/test_identity.py b/test/core/mldataset/test_identity.py index 5f51aef3a..d033daa3c 100644 --- a/test/core/mldataset/test_identity.py +++ b/test/core/mldataset/test_identity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/mldataset/test_mapped.py b/test/core/mldataset/test_mapped.py index b17082c4a..c70053e7e 100644 --- a/test/core/mldataset/test_mapped.py +++ b/test/core/mldataset/test_mapped.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/__init__.py b/test/core/resampling/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/resampling/__init__.py +++ b/test/core/resampling/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/test_affine.py b/test/core/resampling/test_affine.py index fcd7b9bcb..72f329721 100644 --- a/test/core/resampling/test_affine.py +++ b/test/core/resampling/test_affine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/test_cf.py b/test/core/resampling/test_cf.py index 2b63208bd..5eaf268bf 100644 --- a/test/core/resampling/test_cf.py +++ b/test/core/resampling/test_cf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/test_rectify.py b/test/core/resampling/test_rectify.py index 00ec31be6..d4fe55430 100644 --- a/test/core/resampling/test_rectify.py +++ b/test/core/resampling/test_rectify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/test_reproject.py b/test/core/resampling/test_reproject.py index 5c6d96c94..e98e60cf5 100644 --- a/test/core/resampling/test_reproject.py +++ b/test/core/resampling/test_reproject.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/test_spatial.py b/test/core/resampling/test_spatial.py index a673b8fc5..c3bb291f0 100644 --- a/test/core/resampling/test_spatial.py +++ b/test/core/resampling/test_spatial.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/resampling/test_temporal.py b/test/core/resampling/test_temporal.py index 009b6fa74..2d5cdf48b 100644 --- a/test/core/resampling/test_temporal.py +++ b/test/core/resampling/test_temporal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/__init__.py b/test/core/store/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/store/__init__.py +++ b/test/core/store/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/__init__.py b/test/core/store/fs/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/store/fs/__init__.py +++ b/test/core/store/fs/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/impl/__init__.py b/test/core/store/fs/impl/__init__.py index 09b48f866..ad8d75ea7 100644 --- a/test/core/store/fs/impl/__init__.py +++ b/test/core/store/fs/impl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/impl/test_https_netcdf.py b/test/core/store/fs/impl/test_https_netcdf.py index b65f996f9..7fb0803da 100644 --- a/test/core/store/fs/impl/test_https_netcdf.py +++ b/test/core/store/fs/impl/test_https_netcdf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/impl/test_rasterio.py b/test/core/store/fs/impl/test_rasterio.py index 3c94997ac..ca13dfa81 100644 --- a/test/core/store/fs/impl/test_rasterio.py +++ b/test/core/store/fs/impl/test_rasterio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/test_plugin.py b/test/core/store/fs/test_plugin.py index 06accfe09..a397ded96 100644 --- a/test/core/store/fs/test_plugin.py +++ b/test/core/store/fs/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/test_registry.py b/test/core/store/fs/test_registry.py index 31f608946..5c4602049 100644 --- a/test/core/store/fs/test_registry.py +++ b/test/core/store/fs/test_registry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/fs/test_subset.py b/test/core/store/fs/test_subset.py index 4afcb2b8d..178649bcb 100644 --- a/test/core/store/fs/test_subset.py +++ b/test/core/store/fs/test_subset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/ref/__init__.py b/test/core/store/ref/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/store/ref/__init__.py +++ b/test/core/store/ref/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/ref/test_schema.py b/test/core/store/ref/test_schema.py index fb475ffce..0e5392960 100644 --- a/test/core/store/ref/test_schema.py +++ b/test/core/store/ref/test_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/ref/test_store.py b/test/core/store/ref/test_store.py index 0a88c2a72..d11e00caf 100644 --- a/test/core/store/ref/test_store.py +++ b/test/core/store/ref/test_store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/test_datatype.py b/test/core/store/test_datatype.py index 99706546c..a935d64d1 100644 --- a/test/core/store/test_datatype.py +++ b/test/core/store/test_datatype.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/test_descriptor.py b/test/core/store/test_descriptor.py index e7a8e9504..a640877c9 100644 --- a/test/core/store/test_descriptor.py +++ b/test/core/store/test_descriptor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/test_preload.py b/test/core/store/test_preload.py index a1d7d6c80..ed52f8746 100644 --- a/test/core/store/test_preload.py +++ b/test/core/store/test_preload.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/store/test_store.py b/test/core/store/test_store.py index d5ee70e86..4d67d152d 100644 --- a/test/core/store/test_store.py +++ b/test/core/store/test_store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import unittest diff --git a/test/core/store/test_storepool.py b/test/core/store/test_storepool.py index adfe5c32c..3ea78aed6 100644 --- a/test/core/store/test_storepool.py +++ b/test/core/store/test_storepool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_ancvar.py b/test/core/test_ancvar.py index 30e48da03..0bf3faacf 100644 --- a/test/core/test_ancvar.py +++ b/test/core/test_ancvar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_chunk.py b/test/core/test_chunk.py index 76b031c2b..dc81b11c2 100644 --- a/test/core/test_chunk.py +++ b/test/core/test_chunk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_chunkstore.py b/test/core/test_chunkstore.py index 44d0f61ce..50e8365c8 100644 --- a/test/core/test_chunkstore.py +++ b/test/core/test_chunkstore.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_compute.py b/test/core/test_compute.py index 0fdcbaaef..06d7dbf52 100644 --- a/test/core/test_compute.py +++ b/test/core/test_compute.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_dsio.py b/test/core/test_dsio.py index 60b500a18..deb95d25d 100644 --- a/test/core/test_dsio.py +++ b/test/core/test_dsio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_dump.py b/test/core/test_dump.py index 0fdabcbe0..aea5ff874 100644 --- a/test/core/test_dump.py +++ b/test/core/test_dump.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_evaluate.py b/test/core/test_evaluate.py index 5a2060e68..ebf89307c 100644 --- a/test/core/test_evaluate.py +++ b/test/core/test_evaluate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_extract.py b/test/core/test_extract.py index e5b6f1d9a..755033177 100644 --- a/test/core/test_extract.py +++ b/test/core/test_extract.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_geom.py b/test/core/test_geom.py index 471b86868..ec71e9b74 100644 --- a/test/core/test_geom.py +++ b/test/core/test_geom.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_level.py b/test/core/test_level.py index 7f32f5c34..82ab06a40 100644 --- a/test/core/test_level.py +++ b/test/core/test_level.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_maskset.py b/test/core/test_maskset.py index 1f7eb7ab4..ce0e89ce2 100644 --- a/test/core/test_maskset.py +++ b/test/core/test_maskset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_new.py b/test/core/test_new.py index 23cfa8f41..2e2409a78 100644 --- a/test/core/test_new.py +++ b/test/core/test_new.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_normalize.py b/test/core/test_normalize.py index 47e1cdb5c..22b67999d 100644 --- a/test/core/test_normalize.py +++ b/test/core/test_normalize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_optimize.py b/test/core/test_optimize.py index dbef5ddfb..c6c8687d8 100644 --- a/test/core/test_optimize.py +++ b/test/core/test_optimize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_reproject.py b/test/core/test_reproject.py index 4662b6902..53fbce517 100644 --- a/test/core/test_reproject.py +++ b/test/core/test_reproject.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_schema.py b/test/core/test_schema.py index f38bb3cb1..c10283fd3 100644 --- a/test/core/test_schema.py +++ b/test/core/test_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_select.py b/test/core/test_select.py index 86b4bebc1..88a3384f2 100644 --- a/test/core/test_select.py +++ b/test/core/test_select.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_subsampling.py b/test/core/test_subsampling.py index 06221bedc..9f122ed01 100644 --- a/test/core/test_subsampling.py +++ b/test/core/test_subsampling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_tile.py b/test/core/test_tile.py index 569fde8b5..672059d33 100644 --- a/test/core/test_tile.py +++ b/test/core/test_tile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_tilingscheme.py b/test/core/test_tilingscheme.py index 171732971..05efb63a1 100644 --- a/test/core/test_tilingscheme.py +++ b/test/core/test_tilingscheme.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_timecoord.py b/test/core/test_timecoord.py index a0f27899f..3888a2399 100644 --- a/test/core/test_timecoord.py +++ b/test/core/test_timecoord.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_timeseries.py b/test/core/test_timeseries.py index 3435e9086..74af89840 100644 --- a/test/core/test_timeseries.py +++ b/test/core/test_timeseries.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_timeslice.py b/test/core/test_timeslice.py index 09998d5d8..3ce7d8eb2 100644 --- a/test/core/test_timeslice.py +++ b/test/core/test_timeslice.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_unchunk.py b/test/core/test_unchunk.py index 44bf85fd3..4424bf688 100644 --- a/test/core/test_unchunk.py +++ b/test/core/test_unchunk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_update.py b/test/core/test_update.py index 04e2b9d56..c771c8318 100644 --- a/test/core/test_update.py +++ b/test/core/test_update.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_vars2dim.py b/test/core/test_vars2dim.py index 126a5211d..c174740d4 100644 --- a/test/core/test_vars2dim.py +++ b/test/core/test_vars2dim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_verify.py b/test/core/test_verify.py index 244b64365..120b31420 100644 --- a/test/core/test_verify.py +++ b/test/core/test_verify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/test_xarray.py b/test/core/test_xarray.py index 57771b905..6f6e45779 100644 --- a/test/core/test_xarray.py +++ b/test/core/test_xarray.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/varexpr/__init__.py b/test/core/varexpr/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/varexpr/__init__.py +++ b/test/core/varexpr/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/varexpr/test_context.py b/test/core/varexpr/test_context.py index f34ffdbf7..8662e5848 100644 --- a/test/core/varexpr/test_context.py +++ b/test/core/varexpr/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/varexpr/test_exprvar.py b/test/core/varexpr/test_exprvar.py index d52f11d6c..c03645a58 100644 --- a/test/core/varexpr/test_exprvar.py +++ b/test/core/varexpr/test_exprvar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/varexpr/test_helpers.py b/test/core/varexpr/test_helpers.py index 44065cc58..064556593 100644 --- a/test/core/varexpr/test_helpers.py +++ b/test/core/varexpr/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/varexpr/test_varexpr.py b/test/core/varexpr/test_varexpr.py index a6ffa42df..0ea99cf89 100644 --- a/test/core/varexpr/test_varexpr.py +++ b/test/core/varexpr/test_varexpr.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/zarrstore/__init__.py b/test/core/zarrstore/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/core/zarrstore/__init__.py +++ b/test/core/zarrstore/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/zarrstore/test_cached.py b/test/core/zarrstore/test_cached.py index 0a86e9d71..70ed6c872 100644 --- a/test/core/zarrstore/test_cached.py +++ b/test/core/zarrstore/test_cached.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/zarrstore/test_generic.py b/test/core/zarrstore/test_generic.py index 2e78ccdea..813314c7d 100644 --- a/test/core/zarrstore/test_generic.py +++ b/test/core/zarrstore/test_generic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/zarrstore/test_holder.py b/test/core/zarrstore/test_holder.py index 2e502e638..fed658ca3 100644 --- a/test/core/zarrstore/test_holder.py +++ b/test/core/zarrstore/test_holder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/core/zarrstore/test_logging.py b/test/core/zarrstore/test_logging.py index 2f917f675..075f30260 100644 --- a/test/core/zarrstore/test_logging.py +++ b/test/core/zarrstore/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/mixins.py b/test/mixins.py index e99b7a2b7..a7643cf28 100644 --- a/test/mixins.py +++ b/test/mixins.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/plugin.py b/test/plugin.py index c3450a21f..41b0db0f9 100644 --- a/test/plugin.py +++ b/test/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/s3test.py b/test/s3test.py index 9d6dc272f..0b12adf91 100644 --- a/test/s3test.py +++ b/test/s3test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/sampledata.py b/test/sampledata.py index 7c2c0374b..338e8ddf9 100644 --- a/test/sampledata.py +++ b/test/sampledata.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/__init__.py b/test/server/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/server/__init__.py +++ b/test/server/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/mocks.py b/test/server/mocks.py index 6fe3097d7..eafb4a328 100644 --- a/test/server/mocks.py +++ b/test/server/mocks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/test_api.py b/test/server/test_api.py index 479154966..7cf90156e 100644 --- a/test/server/test_api.py +++ b/test/server/test_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/test_config.py b/test/server/test_config.py index c4aef8c75..170e932f7 100644 --- a/test/server/test_config.py +++ b/test/server/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/test_framework.py b/test/server/test_framework.py index db047e2c2..eba6b40e5 100644 --- a/test/server/test_framework.py +++ b/test/server/test_framework.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/test_helpers.py b/test/server/test_helpers.py index 5a4b2b808..7d3ccdd33 100644 --- a/test/server/test_helpers.py +++ b/test/server/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/test_server.py b/test/server/test_server.py index 58332fe04..1736007ab 100644 --- a/test/server/test_server.py +++ b/test/server/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/test_testing.py b/test/server/test_testing.py index 022f7bb22..0ead0b266 100644 --- a/test/server/test_testing.py +++ b/test/server/test_testing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/webservers/__init__.py b/test/server/webservers/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/server/webservers/__init__.py +++ b/test/server/webservers/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/webservers/test_flask.py b/test/server/webservers/test_flask.py index 58ca0761f..f23a9e2bc 100644 --- a/test/server/webservers/test_flask.py +++ b/test/server/webservers/test_flask.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/server/webservers/test_tornado.py b/test/server/webservers/test_tornado.py index 3d371ffbf..f37f71c30 100644 --- a/test/server/webservers/test_tornado.py +++ b/test/server/webservers/test_tornado.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/test_mixins.py b/test/test_mixins.py index 454c73754..49dd51a31 100644 --- a/test/test_mixins.py +++ b/test/test_mixins.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/test_plugin.py b/test/test_plugin.py index eecd50f82..165d6363e 100644 --- a/test/test_plugin.py +++ b/test/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/__init__.py b/test/util/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/util/__init__.py +++ b/test/util/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_assert.py b/test/util/test_assert.py index 64b3d53a9..19fda580b 100644 --- a/test/util/test_assert.py +++ b/test/util/test_assert.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_cache.py b/test/util/test_cache.py index cf0125ae0..0a4140df1 100644 --- a/test/util/test_cache.py +++ b/test/util/test_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_caseless.py b/test/util/test_caseless.py index 9cfe88ee5..d8e5feb23 100644 --- a/test/util/test_caseless.py +++ b/test/util/test_caseless.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_cmaps.py b/test/util/test_cmaps.py index c8f6ea932..cee85e4cd 100644 --- a/test/util/test_cmaps.py +++ b/test/util/test_cmaps.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_config.py b/test/util/test_config.py index 6e40c1ba7..d14adee20 100644 --- a/test/util/test_config.py +++ b/test/util/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_dask.py b/test/util/test_dask.py index b8ddd8a1d..c6c58c8b4 100644 --- a/test/util/test_dask.py +++ b/test/util/test_dask.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_expression.py b/test/util/test_expression.py index 0be1d6cd9..2ec887c11 100644 --- a/test/util/test_expression.py +++ b/test/util/test_expression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_extend.py b/test/util/test_extend.py index a73b3dee6..34f2273da 100644 --- a/test/util/test_extend.py +++ b/test/util/test_extend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_extension.py b/test/util/test_extension.py index 2e340e297..304b22792 100644 --- a/test/util/test_extension.py +++ b/test/util/test_extension.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_frozen.py b/test/util/test_frozen.py index 58a65da6d..4c92bc1be 100644 --- a/test/util/test_frozen.py +++ b/test/util/test_frozen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_fspath.py b/test/util/test_fspath.py index 67635769f..81613d7ca 100644 --- a/test/util/test_fspath.py +++ b/test/util/test_fspath.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_geojson.py b/test/util/test_geojson.py index a1c950970..f19f40984 100644 --- a/test/util/test_geojson.py +++ b/test/util/test_geojson.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_ipython.py b/test/util/test_ipython.py index b986c439e..270322629 100644 --- a/test/util/test_ipython.py +++ b/test/util/test_ipython.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_jsonencoder.py b/test/util/test_jsonencoder.py index 194e2efec..8b4385779 100644 --- a/test/util/test_jsonencoder.py +++ b/test/util/test_jsonencoder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_jsonschema.py b/test/util/test_jsonschema.py index 61ba243bc..146765cdc 100644 --- a/test/util/test_jsonschema.py +++ b/test/util/test_jsonschema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_ndarray_to_cmap_image.py b/test/util/test_ndarray_to_cmap_image.py index 55516d753..dbf2d276b 100644 --- a/test/util/test_ndarray_to_cmap_image.py +++ b/test/util/test_ndarray_to_cmap_image.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_perf.py b/test/util/test_perf.py index e1a792ee4..8a6e00131 100644 --- a/test/util/test_perf.py +++ b/test/util/test_perf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_plugin.py b/test/util/test_plugin.py index 3437cc390..e4d9017a7 100644 --- a/test/util/test_plugin.py +++ b/test/util/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_progress.py b/test/util/test_progress.py index 8e38decb5..d14e029dd 100644 --- a/test/util/test_progress.py +++ b/test/util/test_progress.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_temp.py b/test/util/test_temp.py index 00b911c44..78381b116 100644 --- a/test/util/test_temp.py +++ b/test/util/test_temp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_timeindex.py b/test/util/test_timeindex.py index 1eb68e7fb..b51bd7843 100644 --- a/test/util/test_timeindex.py +++ b/test/util/test_timeindex.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_types.py b/test/util/test_types.py index 644bdde36..0e7b7ddbc 100644 --- a/test/util/test_types.py +++ b/test/util/test_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_undefined.py b/test/util/test_undefined.py index 26758db60..51b7d2ac9 100644 --- a/test/util/test_undefined.py +++ b/test/util/test_undefined.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/util/test_versions.py b/test/util/test_versions.py index 49bcf2a04..83141ded0 100644 --- a/test/util/test_versions.py +++ b/test/util/test_versions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/__init__.py b/test/webapi/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/__init__.py +++ b/test/webapi/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/auth/__init__.py b/test/webapi/auth/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/auth/__init__.py +++ b/test/webapi/auth/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/auth/test_config.py b/test/webapi/auth/test_config.py index 31f437d95..50e5b8328 100644 --- a/test/webapi/auth/test_config.py +++ b/test/webapi/auth/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/auth/test_context.py b/test/webapi/auth/test_context.py index 7053d03c4..cc8881f55 100644 --- a/test/webapi/auth/test_context.py +++ b/test/webapi/auth/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/common/__init__.py b/test/webapi/common/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/common/__init__.py +++ b/test/webapi/common/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/common/test_xml.py b/test/webapi/common/test_xml.py index ea3a97396..154182493 100644 --- a/test/webapi/common/test_xml.py +++ b/test/webapi/common/test_xml.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/compute/__init__.py b/test/webapi/compute/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/compute/__init__.py +++ b/test/webapi/compute/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/compute/test_config.py b/test/webapi/compute/test_config.py index 0f5cdadf4..bbb98c32c 100644 --- a/test/webapi/compute/test_config.py +++ b/test/webapi/compute/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/compute/test_context.py b/test/webapi/compute/test_context.py index 1723d27d8..544830915 100644 --- a/test/webapi/compute/test_context.py +++ b/test/webapi/compute/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/compute/test_controllers.py b/test/webapi/compute/test_controllers.py index bf53c4e82..6aa1ace09 100644 --- a/test/webapi/compute/test_controllers.py +++ b/test/webapi/compute/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/compute/test_operations.py b/test/webapi/compute/test_operations.py index a72226441..b92d4cf23 100644 --- a/test/webapi/compute/test_operations.py +++ b/test/webapi/compute/test_operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/compute/test_routes.py b/test/webapi/compute/test_routes.py index 9fa7729af..5dee88c6e 100644 --- a/test/webapi/compute/test_routes.py +++ b/test/webapi/compute/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/datasets/__init__.py b/test/webapi/datasets/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/datasets/__init__.py +++ b/test/webapi/datasets/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/datasets/test_authutil.py b/test/webapi/datasets/test_authutil.py index d588800d2..b4d660948 100644 --- a/test/webapi/datasets/test_authutil.py +++ b/test/webapi/datasets/test_authutil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/datasets/test_context.py b/test/webapi/datasets/test_context.py index e150b5864..f1efa0ee4 100644 --- a/test/webapi/datasets/test_context.py +++ b/test/webapi/datasets/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/datasets/test_controllers.py b/test/webapi/datasets/test_controllers.py index 82375830d..3cfb8a22f 100644 --- a/test/webapi/datasets/test_controllers.py +++ b/test/webapi/datasets/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/datasets/test_routes.py b/test/webapi/datasets/test_routes.py index b265b6f0a..5eb2e1c9c 100644 --- a/test/webapi/datasets/test_routes.py +++ b/test/webapi/datasets/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/expressions/__init__.py b/test/webapi/expressions/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/expressions/__init__.py +++ b/test/webapi/expressions/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/expressions/test_context.py b/test/webapi/expressions/test_context.py index b6df8443c..1fec27993 100644 --- a/test/webapi/expressions/test_context.py +++ b/test/webapi/expressions/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/expressions/test_controllers.py b/test/webapi/expressions/test_controllers.py index 5df6ff7d1..f7692d278 100644 --- a/test/webapi/expressions/test_controllers.py +++ b/test/webapi/expressions/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/expressions/test_routes.py b/test/webapi/expressions/test_routes.py index ca6476211..bf9f0e1d9 100644 --- a/test/webapi/expressions/test_routes.py +++ b/test/webapi/expressions/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/helpers.py b/test/webapi/helpers.py index 77acce9b2..196f24836 100644 --- a/test/webapi/helpers.py +++ b/test/webapi/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/meta/__init__.py b/test/webapi/meta/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/meta/__init__.py +++ b/test/webapi/meta/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/meta/test_context.py b/test/webapi/meta/test_context.py index bff1ed95d..bfe38a38b 100644 --- a/test/webapi/meta/test_context.py +++ b/test/webapi/meta/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/meta/test_controllers.py b/test/webapi/meta/test_controllers.py index 834a84fbc..600e158d6 100644 --- a/test/webapi/meta/test_controllers.py +++ b/test/webapi/meta/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/meta/test_routes.py b/test/webapi/meta/test_routes.py index 42d773a84..8764f62ed 100644 --- a/test/webapi/meta/test_routes.py +++ b/test/webapi/meta/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/__init__.py b/test/webapi/ows/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/ows/__init__.py +++ b/test/webapi/ows/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/coverages/__init__.py b/test/webapi/ows/coverages/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/ows/coverages/__init__.py +++ b/test/webapi/ows/coverages/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/coverages/test_context.py b/test/webapi/ows/coverages/test_context.py index ec21a4bbd..f009cd705 100644 --- a/test/webapi/ows/coverages/test_context.py +++ b/test/webapi/ows/coverages/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/coverages/test_controllers.py b/test/webapi/ows/coverages/test_controllers.py index 8fee3f404..9ef741f49 100644 --- a/test/webapi/ows/coverages/test_controllers.py +++ b/test/webapi/ows/coverages/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import json diff --git a/test/webapi/ows/coverages/test_request.py b/test/webapi/ows/coverages/test_request.py index 59a792832..4093288b1 100644 --- a/test/webapi/ows/coverages/test_request.py +++ b/test/webapi/ows/coverages/test_request.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/coverages/test_routes.py b/test/webapi/ows/coverages/test_routes.py index 44bc1e7af..9860f181f 100644 --- a/test/webapi/ows/coverages/test_routes.py +++ b/test/webapi/ows/coverages/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/coverages/test_scaling.py b/test/webapi/ows/coverages/test_scaling.py index dc5904db8..738663f21 100644 --- a/test/webapi/ows/coverages/test_scaling.py +++ b/test/webapi/ows/coverages/test_scaling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/coverages/test_util.py b/test/webapi/ows/coverages/test_util.py index e5403b1f2..ce5d74146 100644 --- a/test/webapi/ows/coverages/test_util.py +++ b/test/webapi/ows/coverages/test_util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/stac/__init__.py b/test/webapi/ows/stac/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/ows/stac/__init__.py +++ b/test/webapi/ows/stac/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/stac/test_config.py b/test/webapi/ows/stac/test_config.py index 3d5c0457f..bbebc45a3 100644 --- a/test/webapi/ows/stac/test_config.py +++ b/test/webapi/ows/stac/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/stac/test_context.py b/test/webapi/ows/stac/test_context.py index a22c45e62..ffcdf29d9 100644 --- a/test/webapi/ows/stac/test_context.py +++ b/test/webapi/ows/stac/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/stac/test_controllers.py b/test/webapi/ows/stac/test_controllers.py index d5062d382..81dad4b53 100644 --- a/test/webapi/ows/stac/test_controllers.py +++ b/test/webapi/ows/stac/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import datetime diff --git a/test/webapi/ows/stac/test_routes.py b/test/webapi/ows/stac/test_routes.py index c55d9bea8..c2f0a1d3c 100644 --- a/test/webapi/ows/stac/test_routes.py +++ b/test/webapi/ows/stac/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/wmts/__init__.py b/test/webapi/ows/wmts/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/ows/wmts/__init__.py +++ b/test/webapi/ows/wmts/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/wmts/test_controller.py b/test/webapi/ows/wmts/test_controller.py index 334d54b37..12c0d8ec2 100644 --- a/test/webapi/ows/wmts/test_controller.py +++ b/test/webapi/ows/wmts/test_controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/ows/wmts/test_routes.py b/test/webapi/ows/wmts/test_routes.py index 5f4e15205..c21fe7537 100644 --- a/test/webapi/ows/wmts/test_routes.py +++ b/test/webapi/ows/wmts/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/places/__init__.py b/test/webapi/places/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/places/__init__.py +++ b/test/webapi/places/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/places/test_context.py b/test/webapi/places/test_context.py index ef0beb865..f32864a02 100644 --- a/test/webapi/places/test_context.py +++ b/test/webapi/places/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/places/test_controllers.py b/test/webapi/places/test_controllers.py index d12da84ad..e70a5aeed 100644 --- a/test/webapi/places/test_controllers.py +++ b/test/webapi/places/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/places/test_routes.py b/test/webapi/places/test_routes.py index dcef99056..476483873 100644 --- a/test/webapi/places/test_routes.py +++ b/test/webapi/places/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/res/script.py b/test/webapi/res/script.py index 6a68b3102..18eb1903d 100644 --- a/test/webapi/res/script.py +++ b/test/webapi/res/script.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/res/viewer/extensions/my_ext/__init__.py b/test/webapi/res/viewer/extensions/my_ext/__init__.py index b10e50fd5..02a746007 100644 --- a/test/webapi/res/viewer/extensions/my_ext/__init__.py +++ b/test/webapi/res/viewer/extensions/my_ext/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/res/viewer/extensions/my_ext/my_panel_a.py b/test/webapi/res/viewer/extensions/my_ext/my_panel_a.py index 0f52d46fa..ec46c5249 100644 --- a/test/webapi/res/viewer/extensions/my_ext/my_panel_a.py +++ b/test/webapi/res/viewer/extensions/my_ext/my_panel_a.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/res/viewer/extensions/my_ext/my_panel_b.py b/test/webapi/res/viewer/extensions/my_ext/my_panel_b.py index fc1cf6ea4..4802b7f98 100644 --- a/test/webapi/res/viewer/extensions/my_ext/my_panel_b.py +++ b/test/webapi/res/viewer/extensions/my_ext/my_panel_b.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/__init__.py b/test/webapi/s3/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/s3/__init__.py +++ b/test/webapi/s3/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/res/list-bucket-v1-result.xml b/test/webapi/s3/res/list-bucket-v1-result.xml index a234b238b..bf7c282eb 100644 --- a/test/webapi/s3/res/list-bucket-v1-result.xml +++ b/test/webapi/s3/res/list-bucket-v1-result.xml @@ -1,6 +1,6 @@ diff --git a/test/webapi/s3/res/list-bucket-v2-result.xml b/test/webapi/s3/res/list-bucket-v2-result.xml index 9c5c74ab6..b2f26c2c6 100644 --- a/test/webapi/s3/res/list-bucket-v2-result.xml +++ b/test/webapi/s3/res/list-bucket-v2-result.xml @@ -1,6 +1,6 @@ diff --git a/test/webapi/s3/test_compatibility.py b/test/webapi/s3/test_compatibility.py index cb747bab1..049c76543 100644 --- a/test/webapi/s3/test_compatibility.py +++ b/test/webapi/s3/test_compatibility.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/test_context.py b/test/webapi/s3/test_context.py index 3ed1aafca..a817ad32e 100644 --- a/test/webapi/s3/test_context.py +++ b/test/webapi/s3/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/test_dsmapping.py b/test/webapi/s3/test_dsmapping.py index ee009c3d1..1512b4997 100644 --- a/test/webapi/s3/test_dsmapping.py +++ b/test/webapi/s3/test_dsmapping.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/test_listbucket.py b/test/webapi/s3/test_listbucket.py index e3d04f7d1..e2a68e97f 100644 --- a/test/webapi/s3/test_listbucket.py +++ b/test/webapi/s3/test_listbucket.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/test_objectstorage.py b/test/webapi/s3/test_objectstorage.py index 5b13d8fa2..c167d4d4d 100644 --- a/test/webapi/s3/test_objectstorage.py +++ b/test/webapi/s3/test_objectstorage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/s3/test_routes.py b/test/webapi/s3/test_routes.py index 180fe9928..af126f1d6 100644 --- a/test/webapi/s3/test_routes.py +++ b/test/webapi/s3/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/statistics/__init__.py b/test/webapi/statistics/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/statistics/__init__.py +++ b/test/webapi/statistics/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/statistics/test_context.py b/test/webapi/statistics/test_context.py index 0958f683e..9634455dc 100644 --- a/test/webapi/statistics/test_context.py +++ b/test/webapi/statistics/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/statistics/test_controllers.py b/test/webapi/statistics/test_controllers.py index 68ec7f96b..4fa68071f 100644 --- a/test/webapi/statistics/test_controllers.py +++ b/test/webapi/statistics/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/statistics/test_routes.py b/test/webapi/statistics/test_routes.py index 9ebe05dbd..f2ffd90f7 100644 --- a/test/webapi/statistics/test_routes.py +++ b/test/webapi/statistics/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/tiles/__init__.py b/test/webapi/tiles/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/tiles/__init__.py +++ b/test/webapi/tiles/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/tiles/test_context.py b/test/webapi/tiles/test_context.py index e6de9c882..58d35c1cf 100644 --- a/test/webapi/tiles/test_context.py +++ b/test/webapi/tiles/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/tiles/test_controllers.py b/test/webapi/tiles/test_controllers.py index 137d6ca9f..a1423cde5 100644 --- a/test/webapi/tiles/test_controllers.py +++ b/test/webapi/tiles/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/tiles/test_routes.py b/test/webapi/tiles/test_routes.py index 340570da8..35d2d1784 100644 --- a/test/webapi/tiles/test_routes.py +++ b/test/webapi/tiles/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/timeseries/__init__.py b/test/webapi/timeseries/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/timeseries/__init__.py +++ b/test/webapi/timeseries/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/timeseries/test_context.py b/test/webapi/timeseries/test_context.py index 7955ddcfe..c0374e959 100644 --- a/test/webapi/timeseries/test_context.py +++ b/test/webapi/timeseries/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/timeseries/test_controllers.py b/test/webapi/timeseries/test_controllers.py index ce9a8be53..b78024843 100644 --- a/test/webapi/timeseries/test_controllers.py +++ b/test/webapi/timeseries/test_controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/timeseries/test_routes.py b/test/webapi/timeseries/test_routes.py index ada0fd61a..d92e18df3 100644 --- a/test/webapi/timeseries/test_routes.py +++ b/test/webapi/timeseries/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/viewer/__init__.py b/test/webapi/viewer/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/viewer/__init__.py +++ b/test/webapi/viewer/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/viewer/test_components.py b/test/webapi/viewer/test_components.py index f280ffd24..15978f5a3 100644 --- a/test/webapi/viewer/test_components.py +++ b/test/webapi/viewer/test_components.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/viewer/test_config.py b/test/webapi/viewer/test_config.py index 335c12c06..862019bc3 100644 --- a/test/webapi/viewer/test_config.py +++ b/test/webapi/viewer/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/viewer/test_context.py b/test/webapi/viewer/test_context.py index 10689ec82..a96bc978f 100644 --- a/test/webapi/viewer/test_context.py +++ b/test/webapi/viewer/test_context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/viewer/test_routes.py b/test/webapi/viewer/test_routes.py index 8d40fafa4..298f8e1ca 100644 --- a/test/webapi/viewer/test_routes.py +++ b/test/webapi/viewer/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/viewer/test_viewer.py b/test/webapi/viewer/test_viewer.py index ea8defd76..5152945fd 100644 --- a/test/webapi/viewer/test_viewer.py +++ b/test/webapi/viewer/test_viewer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/volumes/__init__.py b/test/webapi/volumes/__init__.py index 8f986d76d..a339910ae 100644 --- a/test/webapi/volumes/__init__.py +++ b/test/webapi/volumes/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/volumes/test_config.py b/test/webapi/volumes/test_config.py index 6d42725e6..ae0611020 100644 --- a/test/webapi/volumes/test_config.py +++ b/test/webapi/volumes/test_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/test/webapi/volumes/test_routes.py b/test/webapi/volumes/test_routes.py index 7a677fd14..63c71f2a4 100644 --- a/test/webapi/volumes/test_routes.py +++ b/test/webapi/volumes/test_routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/__init__.py b/xcube/__init__.py index 24b5964ac..9dec1449e 100644 --- a/xcube/__init__.py +++ b/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/__init__.py b/xcube/cli/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/cli/__init__.py +++ b/xcube/cli/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/benchmark.py b/xcube/cli/benchmark.py index e80c24fdc..7d6838b29 100644 --- a/xcube/cli/benchmark.py +++ b/xcube/cli/benchmark.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/chunk.py b/xcube/cli/chunk.py index cd4af576d..4277da6d3 100644 --- a/xcube/cli/chunk.py +++ b/xcube/cli/chunk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/common.py b/xcube/cli/common.py index 6e76ce360..c675c5543 100644 --- a/xcube/cli/common.py +++ b/xcube/cli/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/compute.py b/xcube/cli/compute.py index 2834907d4..e05d19256 100644 --- a/xcube/cli/compute.py +++ b/xcube/cli/compute.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/dump.py b/xcube/cli/dump.py index 2437eb9f9..3a1c365fd 100644 --- a/xcube/cli/dump.py +++ b/xcube/cli/dump.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/extract.py b/xcube/cli/extract.py index f9edcf977..4445ca705 100644 --- a/xcube/cli/extract.py +++ b/xcube/cli/extract.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/gen.py b/xcube/cli/gen.py index f1c174524..8b281c523 100644 --- a/xcube/cli/gen.py +++ b/xcube/cli/gen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/gen2.py b/xcube/cli/gen2.py index cd1c1a403..f448e7094 100644 --- a/xcube/cli/gen2.py +++ b/xcube/cli/gen2.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/genpts.py b/xcube/cli/genpts.py index 9d9a13ad9..136b81544 100644 --- a/xcube/cli/genpts.py +++ b/xcube/cli/genpts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/grid.py b/xcube/cli/grid.py index 5d9186c33..1c616ff4e 100644 --- a/xcube/cli/grid.py +++ b/xcube/cli/grid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/io.py b/xcube/cli/io.py index 6fbe6b9c8..7b6f5a49c 100644 --- a/xcube/cli/io.py +++ b/xcube/cli/io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/level.py b/xcube/cli/level.py index fd726302d..3aaf50773 100644 --- a/xcube/cli/level.py +++ b/xcube/cli/level.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/main.py b/xcube/cli/main.py index f6193d8ad..77567d78b 100644 --- a/xcube/cli/main.py +++ b/xcube/cli/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/optimize.py b/xcube/cli/optimize.py index b0afcc5dc..f320a2920 100644 --- a/xcube/cli/optimize.py +++ b/xcube/cli/optimize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/patch.py b/xcube/cli/patch.py index 77607e03d..efddf3ca8 100644 --- a/xcube/cli/patch.py +++ b/xcube/cli/patch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/prune.py b/xcube/cli/prune.py index f88cc5414..ad74a1ebc 100644 --- a/xcube/cli/prune.py +++ b/xcube/cli/prune.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/rectify.py b/xcube/cli/rectify.py index 5d5d03081..26eefdfb7 100644 --- a/xcube/cli/rectify.py +++ b/xcube/cli/rectify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/resample.py b/xcube/cli/resample.py index c810d0c55..7030bea4a 100644 --- a/xcube/cli/resample.py +++ b/xcube/cli/resample.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/serve.py b/xcube/cli/serve.py index b543710e1..d20f5cfc9 100644 --- a/xcube/cli/serve.py +++ b/xcube/cli/serve.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/vars2dim.py b/xcube/cli/vars2dim.py index a242ed085..99aa70061 100644 --- a/xcube/cli/vars2dim.py +++ b/xcube/cli/vars2dim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/verify.py b/xcube/cli/verify.py index 78dcf9722..ca478591f 100644 --- a/xcube/cli/verify.py +++ b/xcube/cli/verify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/cli/versions.py b/xcube/cli/versions.py index 821a53939..2e07fd84a 100644 --- a/xcube/cli/versions.py +++ b/xcube/cli/versions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/constants.py b/xcube/constants.py index 364cdecdf..f33412b14 100644 --- a/xcube/constants.py +++ b/xcube/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/__init__.py b/xcube/core/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/__init__.py +++ b/xcube/core/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/ancvar.py b/xcube/core/ancvar.py index 0126aef31..f4df80752 100644 --- a/xcube/core/ancvar.py +++ b/xcube/core/ancvar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/byoa/__init__.py b/xcube/core/byoa/__init__.py index 2f3191cf3..0d2823d51 100644 --- a/xcube/core/byoa/__init__.py +++ b/xcube/core/byoa/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/byoa/config.py b/xcube/core/byoa/config.py index a8d53c2e8..ae8947748 100644 --- a/xcube/core/byoa/config.py +++ b/xcube/core/byoa/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/byoa/constants.py b/xcube/core/byoa/constants.py index 310e4bffd..df173c0e9 100644 --- a/xcube/core/byoa/constants.py +++ b/xcube/core/byoa/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/byoa/fileset.py b/xcube/core/byoa/fileset.py index d9d42f38b..59c523e69 100644 --- a/xcube/core/byoa/fileset.py +++ b/xcube/core/byoa/fileset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/chunk.py b/xcube/core/chunk.py index 6dbb46da0..55aaf6d39 100644 --- a/xcube/core/chunk.py +++ b/xcube/core/chunk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/chunkstore.py b/xcube/core/chunkstore.py index c8695bac3..f18607b48 100644 --- a/xcube/core/chunkstore.py +++ b/xcube/core/chunkstore.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/compute.py b/xcube/core/compute.py index 26250d479..e194aa963 100644 --- a/xcube/core/compute.py +++ b/xcube/core/compute.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/dsio.py b/xcube/core/dsio.py index fe1bbc0ed..92c3a4efd 100644 --- a/xcube/core/dsio.py +++ b/xcube/core/dsio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/dump.py b/xcube/core/dump.py index d1d65340a..195e746db 100644 --- a/xcube/core/dump.py +++ b/xcube/core/dump.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/evaluate.py b/xcube/core/evaluate.py index ae438f7d3..ee5e5850c 100644 --- a/xcube/core/evaluate.py +++ b/xcube/core/evaluate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/extract.py b/xcube/core/extract.py index b1abc5514..703bde90d 100644 --- a/xcube/core/extract.py +++ b/xcube/core/extract.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen/__init__.py b/xcube/core/gen/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/gen/__init__.py +++ b/xcube/core/gen/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen/config.py b/xcube/core/gen/config.py index 5bacf74b3..d5071eef7 100644 --- a/xcube/core/gen/config.py +++ b/xcube/core/gen/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. from collections.abc import Sequence diff --git a/xcube/core/gen/defaults.py b/xcube/core/gen/defaults.py index 646a654b1..35c522640 100644 --- a/xcube/core/gen/defaults.py +++ b/xcube/core/gen/defaults.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen/gen.py b/xcube/core/gen/gen.py index d2a710ec2..00fb7a115 100644 --- a/xcube/core/gen/gen.py +++ b/xcube/core/gen/gen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen/iproc.py b/xcube/core/gen/iproc.py index d8097f7b6..ddb8ddd1e 100644 --- a/xcube/core/gen/iproc.py +++ b/xcube/core/gen/iproc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/__init__.py b/xcube/core/gen2/__init__.py index ae3d6fc75..710b00ef3 100644 --- a/xcube/core/gen2/__init__.py +++ b/xcube/core/gen2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/config.py b/xcube/core/gen2/config.py index becbe5552..742995741 100644 --- a/xcube/core/gen2/config.py +++ b/xcube/core/gen2/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/error.py b/xcube/core/gen2/error.py index 604277095..53a1b3971 100644 --- a/xcube/core/gen2/error.py +++ b/xcube/core/gen2/error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/generator.py b/xcube/core/gen2/generator.py index c3b38c719..d2a0b4962 100644 --- a/xcube/core/gen2/generator.py +++ b/xcube/core/gen2/generator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/__init__.py b/xcube/core/gen2/local/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/gen2/local/__init__.py +++ b/xcube/core/gen2/local/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/combiner.py b/xcube/core/gen2/local/combiner.py index 1d79bd475..903168dcf 100644 --- a/xcube/core/gen2/local/combiner.py +++ b/xcube/core/gen2/local/combiner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/describer.py b/xcube/core/gen2/local/describer.py index ebaa278b2..ea364d86f 100644 --- a/xcube/core/gen2/local/describer.py +++ b/xcube/core/gen2/local/describer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/generator.py b/xcube/core/gen2/local/generator.py index db3d90998..66fb08d12 100644 --- a/xcube/core/gen2/local/generator.py +++ b/xcube/core/gen2/local/generator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/helpers.py b/xcube/core/gen2/local/helpers.py index 493bd9865..b5fbe07f7 100644 --- a/xcube/core/gen2/local/helpers.py +++ b/xcube/core/gen2/local/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/informant.py b/xcube/core/gen2/local/informant.py index e1c26ef19..16629dda3 100644 --- a/xcube/core/gen2/local/informant.py +++ b/xcube/core/gen2/local/informant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/mdadjuster.py b/xcube/core/gen2/local/mdadjuster.py index de0ad56f4..5a2e5f08e 100644 --- a/xcube/core/gen2/local/mdadjuster.py +++ b/xcube/core/gen2/local/mdadjuster.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/opener.py b/xcube/core/gen2/local/opener.py index 8012798dc..eab435619 100644 --- a/xcube/core/gen2/local/opener.py +++ b/xcube/core/gen2/local/opener.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/rechunker.py b/xcube/core/gen2/local/rechunker.py index 3d3af359f..f0b6ad824 100644 --- a/xcube/core/gen2/local/rechunker.py +++ b/xcube/core/gen2/local/rechunker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/resamplert.py b/xcube/core/gen2/local/resamplert.py index 769ba34fb..54f45337a 100644 --- a/xcube/core/gen2/local/resamplert.py +++ b/xcube/core/gen2/local/resamplert.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/resamplerxy.py b/xcube/core/gen2/local/resamplerxy.py index 278eeb7aa..a4fea95fa 100644 --- a/xcube/core/gen2/local/resamplerxy.py +++ b/xcube/core/gen2/local/resamplerxy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/subsetter.py b/xcube/core/gen2/local/subsetter.py index ecf219c40..234b7003f 100644 --- a/xcube/core/gen2/local/subsetter.py +++ b/xcube/core/gen2/local/subsetter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import math diff --git a/xcube/core/gen2/local/transformer.py b/xcube/core/gen2/local/transformer.py index 1380ccadc..63da5bade 100644 --- a/xcube/core/gen2/local/transformer.py +++ b/xcube/core/gen2/local/transformer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/usercode.py b/xcube/core/gen2/local/usercode.py index c334c7b66..268f5949f 100644 --- a/xcube/core/gen2/local/usercode.py +++ b/xcube/core/gen2/local/usercode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/local/writer.py b/xcube/core/gen2/local/writer.py index 33b667db1..842c47074 100644 --- a/xcube/core/gen2/local/writer.py +++ b/xcube/core/gen2/local/writer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. from typing import Tuple diff --git a/xcube/core/gen2/processor.py b/xcube/core/gen2/processor.py index a654a64b7..db01e7ef9 100644 --- a/xcube/core/gen2/processor.py +++ b/xcube/core/gen2/processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/progress.py b/xcube/core/gen2/progress.py index 8baacc872..b6582018e 100644 --- a/xcube/core/gen2/progress.py +++ b/xcube/core/gen2/progress.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/remote/__init__.py b/xcube/core/gen2/remote/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/gen2/remote/__init__.py +++ b/xcube/core/gen2/remote/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/remote/config.py b/xcube/core/gen2/remote/config.py index bdebee278..95e96636b 100644 --- a/xcube/core/gen2/remote/config.py +++ b/xcube/core/gen2/remote/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/remote/generator.py b/xcube/core/gen2/remote/generator.py index 705b980f9..7381bd72d 100644 --- a/xcube/core/gen2/remote/generator.py +++ b/xcube/core/gen2/remote/generator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/remote/response.py b/xcube/core/gen2/remote/response.py index 2dd2dee87..a5a799c8f 100644 --- a/xcube/core/gen2/remote/response.py +++ b/xcube/core/gen2/remote/response.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/request.py b/xcube/core/gen2/request.py index 4835b09d9..6154c7119 100644 --- a/xcube/core/gen2/request.py +++ b/xcube/core/gen2/request.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gen2/response.py b/xcube/core/gen2/response.py index 1bdf13571..a3fc92a89 100644 --- a/xcube/core/gen2/response.py +++ b/xcube/core/gen2/response.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/geom.py b/xcube/core/geom.py index 08913f1cd..73bb0d4e6 100644 --- a/xcube/core/geom.py +++ b/xcube/core/geom.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/__init__.py b/xcube/core/gridmapping/__init__.py index 9b6f71d73..c049eedff 100644 --- a/xcube/core/gridmapping/__init__.py +++ b/xcube/core/gridmapping/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/base.py b/xcube/core/gridmapping/base.py index cafa2aa08..5885c2ac8 100644 --- a/xcube/core/gridmapping/base.py +++ b/xcube/core/gridmapping/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/bboxes.py b/xcube/core/gridmapping/bboxes.py index 7a2646ad8..433516709 100644 --- a/xcube/core/gridmapping/bboxes.py +++ b/xcube/core/gridmapping/bboxes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. from typing import Tuple, Union diff --git a/xcube/core/gridmapping/cfconv.py b/xcube/core/gridmapping/cfconv.py index d0d0935a3..7d95b9187 100644 --- a/xcube/core/gridmapping/cfconv.py +++ b/xcube/core/gridmapping/cfconv.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/coords.py b/xcube/core/gridmapping/coords.py index c5fc94ee2..5d9d63c6b 100644 --- a/xcube/core/gridmapping/coords.py +++ b/xcube/core/gridmapping/coords.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/dataset.py b/xcube/core/gridmapping/dataset.py index b7710ffb6..3fa8f24b5 100644 --- a/xcube/core/gridmapping/dataset.py +++ b/xcube/core/gridmapping/dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/helpers.py b/xcube/core/gridmapping/helpers.py index ce4eed4b6..6f0625944 100644 --- a/xcube/core/gridmapping/helpers.py +++ b/xcube/core/gridmapping/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/regular.py b/xcube/core/gridmapping/regular.py index 20d775870..d9944d2ca 100644 --- a/xcube/core/gridmapping/regular.py +++ b/xcube/core/gridmapping/regular.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/gridmapping/transform.py b/xcube/core/gridmapping/transform.py index d29a9788f..762468443 100644 --- a/xcube/core/gridmapping/transform.py +++ b/xcube/core/gridmapping/transform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/level.py b/xcube/core/level.py index 99ea075a4..ef1a775cc 100644 --- a/xcube/core/level.py +++ b/xcube/core/level.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/maskset.py b/xcube/core/maskset.py index a32de0edb..f130f3f69 100644 --- a/xcube/core/maskset.py +++ b/xcube/core/maskset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/__init__.py b/xcube/core/mldataset/__init__.py index 30829eba2..a455fa034 100644 --- a/xcube/core/mldataset/__init__.py +++ b/xcube/core/mldataset/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/abc.py b/xcube/core/mldataset/abc.py index 58a8c97f8..719bcc65b 100644 --- a/xcube/core/mldataset/abc.py +++ b/xcube/core/mldataset/abc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/base.py b/xcube/core/mldataset/base.py index 7be298dc3..296645b33 100644 --- a/xcube/core/mldataset/base.py +++ b/xcube/core/mldataset/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/combined.py b/xcube/core/mldataset/combined.py index e5d4a62b1..5e3df387e 100644 --- a/xcube/core/mldataset/combined.py +++ b/xcube/core/mldataset/combined.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/computed.py b/xcube/core/mldataset/computed.py index 730a9fcd2..2da981b66 100644 --- a/xcube/core/mldataset/computed.py +++ b/xcube/core/mldataset/computed.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/fs.py b/xcube/core/mldataset/fs.py index c98d540c4..f0082e21a 100644 --- a/xcube/core/mldataset/fs.py +++ b/xcube/core/mldataset/fs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/identity.py b/xcube/core/mldataset/identity.py index c6ae7f100..41e48e7c5 100644 --- a/xcube/core/mldataset/identity.py +++ b/xcube/core/mldataset/identity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/lazy.py b/xcube/core/mldataset/lazy.py index 6aeb205d2..40b5daf02 100644 --- a/xcube/core/mldataset/lazy.py +++ b/xcube/core/mldataset/lazy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/mldataset/mapped.py b/xcube/core/mldataset/mapped.py index 3a21e1b39..17344fd86 100644 --- a/xcube/core/mldataset/mapped.py +++ b/xcube/core/mldataset/mapped.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/new.py b/xcube/core/new.py index 355102a50..663ca0dd3 100644 --- a/xcube/core/new.py +++ b/xcube/core/new.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/normalize.py b/xcube/core/normalize.py index 87d1871e1..5db17844b 100644 --- a/xcube/core/normalize.py +++ b/xcube/core/normalize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/optimize.py b/xcube/core/optimize.py index 960a511ee..0fa9ae46d 100644 --- a/xcube/core/optimize.py +++ b/xcube/core/optimize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/reproject.py b/xcube/core/reproject.py index 0e9ea7145..0617c2753 100644 --- a/xcube/core/reproject.py +++ b/xcube/core/reproject.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/resampling/__init__.py b/xcube/core/resampling/__init__.py index 615af4e11..9813f42d0 100644 --- a/xcube/core/resampling/__init__.py +++ b/xcube/core/resampling/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/resampling/affine.py b/xcube/core/resampling/affine.py index cd2a9115b..c1a471e0c 100644 --- a/xcube/core/resampling/affine.py +++ b/xcube/core/resampling/affine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/resampling/cf.py b/xcube/core/resampling/cf.py index de5dfa6c8..75b0f3970 100644 --- a/xcube/core/resampling/cf.py +++ b/xcube/core/resampling/cf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. from collections.abc import Hashable, Mapping diff --git a/xcube/core/resampling/rectify.py b/xcube/core/resampling/rectify.py index 987e80b5d..145ae7dc5 100644 --- a/xcube/core/resampling/rectify.py +++ b/xcube/core/resampling/rectify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/resampling/reproject.py b/xcube/core/resampling/reproject.py index 42d91a2e9..279383726 100644 --- a/xcube/core/resampling/reproject.py +++ b/xcube/core/resampling/reproject.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/resampling/spatial.py b/xcube/core/resampling/spatial.py index a7177f931..b58961502 100644 --- a/xcube/core/resampling/spatial.py +++ b/xcube/core/resampling/spatial.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/resampling/temporal.py b/xcube/core/resampling/temporal.py index 280f85778..4ee9960d6 100644 --- a/xcube/core/resampling/temporal.py +++ b/xcube/core/resampling/temporal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/schema.py b/xcube/core/schema.py index e08a2c932..b3511b559 100644 --- a/xcube/core/schema.py +++ b/xcube/core/schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/select.py b/xcube/core/select.py index 7df5fef96..1de0a6f37 100644 --- a/xcube/core/select.py +++ b/xcube/core/select.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/sentinel3.py b/xcube/core/sentinel3.py index 9052828fa..f1aae1318 100644 --- a/xcube/core/sentinel3.py +++ b/xcube/core/sentinel3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/__init__.py b/xcube/core/store/__init__.py index 8c7aa1f4b..982db09e7 100644 --- a/xcube/core/store/__init__.py +++ b/xcube/core/store/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/accessor.py b/xcube/core/store/accessor.py index 422e481ae..fa3f1acaf 100644 --- a/xcube/core/store/accessor.py +++ b/xcube/core/store/accessor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/assertions.py b/xcube/core/store/assertions.py index 23ffa2922..c0030094c 100644 --- a/xcube/core/store/assertions.py +++ b/xcube/core/store/assertions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/datatype.py b/xcube/core/store/datatype.py index ea8332b38..a978bebd8 100644 --- a/xcube/core/store/datatype.py +++ b/xcube/core/store/datatype.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/descriptor.py b/xcube/core/store/descriptor.py index b72c9682f..d25801552 100644 --- a/xcube/core/store/descriptor.py +++ b/xcube/core/store/descriptor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/error.py b/xcube/core/store/error.py index d6c26a661..0977ee89a 100644 --- a/xcube/core/store/error.py +++ b/xcube/core/store/error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/__init__.py b/xcube/core/store/fs/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/store/fs/__init__.py +++ b/xcube/core/store/fs/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/accessor.py b/xcube/core/store/fs/accessor.py index 12f7ca8ab..f257bd4b0 100644 --- a/xcube/core/store/fs/accessor.py +++ b/xcube/core/store/fs/accessor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/impl/__init__.py b/xcube/core/store/fs/impl/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/store/fs/impl/__init__.py +++ b/xcube/core/store/fs/impl/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/impl/dataset.py b/xcube/core/store/fs/impl/dataset.py index 8d9b08a07..8344bae52 100644 --- a/xcube/core/store/fs/impl/dataset.py +++ b/xcube/core/store/fs/impl/dataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/impl/fs.py b/xcube/core/store/fs/impl/fs.py index b53bb44cc..7119e0739 100644 --- a/xcube/core/store/fs/impl/fs.py +++ b/xcube/core/store/fs/impl/fs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/impl/geodataframe.py b/xcube/core/store/fs/impl/geodataframe.py index 7066a127a..7a0435524 100644 --- a/xcube/core/store/fs/impl/geodataframe.py +++ b/xcube/core/store/fs/impl/geodataframe.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/impl/mldataset.py b/xcube/core/store/fs/impl/mldataset.py index 5502fe6fd..b256f0645 100644 --- a/xcube/core/store/fs/impl/mldataset.py +++ b/xcube/core/store/fs/impl/mldataset.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/impl/rasterio.py b/xcube/core/store/fs/impl/rasterio.py index 6203aa72d..9115d69f0 100644 --- a/xcube/core/store/fs/impl/rasterio.py +++ b/xcube/core/store/fs/impl/rasterio.py @@ -1,23 +1,6 @@ -# The MIT License (MIT) -# Copyright (c) 2025 by the xcube development team and contributors -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. from abc import ABC from typing import Any, Optional diff --git a/xcube/core/store/fs/registry.py b/xcube/core/store/fs/registry.py index 62518c9b6..656cebf63 100644 --- a/xcube/core/store/fs/registry.py +++ b/xcube/core/store/fs/registry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/fs/store.py b/xcube/core/store/fs/store.py index ecbcb676f..30ef5bedd 100644 --- a/xcube/core/store/fs/store.py +++ b/xcube/core/store/fs/store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/preload.py b/xcube/core/store/preload.py index e87a0273c..558c0f886 100644 --- a/xcube/core/store/preload.py +++ b/xcube/core/store/preload.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/ref/__init__.py b/xcube/core/store/ref/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/store/ref/__init__.py +++ b/xcube/core/store/ref/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/ref/schema.py b/xcube/core/store/ref/schema.py index 000f230ba..2806fb3cf 100644 --- a/xcube/core/store/ref/schema.py +++ b/xcube/core/store/ref/schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/ref/store.py b/xcube/core/store/ref/store.py index d0fbcc06d..9db92639d 100644 --- a/xcube/core/store/ref/store.py +++ b/xcube/core/store/ref/store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/search.py b/xcube/core/store/search.py index b684e0a20..64a099a30 100644 --- a/xcube/core/store/search.py +++ b/xcube/core/store/search.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/store.py b/xcube/core/store/store.py index 94fa3aaf9..625030546 100644 --- a/xcube/core/store/store.py +++ b/xcube/core/store/store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/storepool.py b/xcube/core/store/storepool.py index 792026edb..80f70f028 100644 --- a/xcube/core/store/storepool.py +++ b/xcube/core/store/storepool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/store/zarrstore.py b/xcube/core/store/zarrstore.py index 8f986d76d..a339910ae 100644 --- a/xcube/core/store/zarrstore.py +++ b/xcube/core/store/zarrstore.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/subsampling.py b/xcube/core/subsampling.py index 252ac98d3..d57207592 100644 --- a/xcube/core/subsampling.py +++ b/xcube/core/subsampling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/tile.py b/xcube/core/tile.py index 7515912f2..3db4a4263 100644 --- a/xcube/core/tile.py +++ b/xcube/core/tile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/tilingscheme.py b/xcube/core/tilingscheme.py index a39a87b22..2c956a72b 100644 --- a/xcube/core/tilingscheme.py +++ b/xcube/core/tilingscheme.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/timecoord.py b/xcube/core/timecoord.py index 5ba18fe88..920dbe31c 100644 --- a/xcube/core/timecoord.py +++ b/xcube/core/timecoord.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/timeseries.py b/xcube/core/timeseries.py index 615153c45..b37966804 100644 --- a/xcube/core/timeseries.py +++ b/xcube/core/timeseries.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/timeslice.py b/xcube/core/timeslice.py index 5c179ea7f..9f847046a 100644 --- a/xcube/core/timeslice.py +++ b/xcube/core/timeslice.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/unchunk.py b/xcube/core/unchunk.py index deeae6220..6d6124209 100644 --- a/xcube/core/unchunk.py +++ b/xcube/core/unchunk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/update.py b/xcube/core/update.py index b897bd337..bfc57cd68 100644 --- a/xcube/core/update.py +++ b/xcube/core/update.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/__init__.py b/xcube/core/varexpr/__init__.py index 12bc99316..b429c3a69 100644 --- a/xcube/core/varexpr/__init__.py +++ b/xcube/core/varexpr/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/context.py b/xcube/core/varexpr/context.py index 7a702e094..55a043975 100644 --- a/xcube/core/varexpr/context.py +++ b/xcube/core/varexpr/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/error.py b/xcube/core/varexpr/error.py index b536a9285..c259d25bf 100644 --- a/xcube/core/varexpr/error.py +++ b/xcube/core/varexpr/error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/exprvar.py b/xcube/core/varexpr/exprvar.py index 5dc08555a..7dfe2c082 100644 --- a/xcube/core/varexpr/exprvar.py +++ b/xcube/core/varexpr/exprvar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/helpers.py b/xcube/core/varexpr/helpers.py index 4abbdf4fe..ee4a78884 100644 --- a/xcube/core/varexpr/helpers.py +++ b/xcube/core/varexpr/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/names.py b/xcube/core/varexpr/names.py index b4c5d162e..af853db5a 100644 --- a/xcube/core/varexpr/names.py +++ b/xcube/core/varexpr/names.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/varexpr/varexpr.py b/xcube/core/varexpr/varexpr.py index 983bf9721..2dea0be15 100644 --- a/xcube/core/varexpr/varexpr.py +++ b/xcube/core/varexpr/varexpr.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/vars2dim.py b/xcube/core/vars2dim.py index 440f2a1d8..1aba4c40d 100644 --- a/xcube/core/vars2dim.py +++ b/xcube/core/vars2dim.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/verify.py b/xcube/core/verify.py index a02524ac5..2e1f06b9d 100644 --- a/xcube/core/verify.py +++ b/xcube/core/verify.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/xarray.py b/xcube/core/xarray.py index 00b2abe39..9ba2a6687 100644 --- a/xcube/core/xarray.py +++ b/xcube/core/xarray.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/zarrstore/__init__.py b/xcube/core/zarrstore/__init__.py index 6070573a9..88aca7ea4 100644 --- a/xcube/core/zarrstore/__init__.py +++ b/xcube/core/zarrstore/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/zarrstore/cached.py b/xcube/core/zarrstore/cached.py index bec50c8f9..ab6f8389c 100644 --- a/xcube/core/zarrstore/cached.py +++ b/xcube/core/zarrstore/cached.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/zarrstore/diagnostic.py b/xcube/core/zarrstore/diagnostic.py index 9dbcf9232..ac31aea23 100644 --- a/xcube/core/zarrstore/diagnostic.py +++ b/xcube/core/zarrstore/diagnostic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/zarrstore/generic.py b/xcube/core/zarrstore/generic.py index 17db219b9..9abf1ad95 100644 --- a/xcube/core/zarrstore/generic.py +++ b/xcube/core/zarrstore/generic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/zarrstore/holder.py b/xcube/core/zarrstore/holder.py index cee5c41e8..555c2b739 100644 --- a/xcube/core/zarrstore/holder.py +++ b/xcube/core/zarrstore/holder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/core/zarrstore/logging.py b/xcube/core/zarrstore/logging.py index e88585207..af9ebfbad 100644 --- a/xcube/core/zarrstore/logging.py +++ b/xcube/core/zarrstore/logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/plugin.py b/xcube/plugin.py index 35deb1834..4993e7f44 100644 --- a/xcube/plugin.py +++ b/xcube/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/__init__.py b/xcube/server/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/server/__init__.py +++ b/xcube/server/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/api.py b/xcube/server/api.py index f5b234129..de8be22d4 100644 --- a/xcube/server/api.py +++ b/xcube/server/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/asyncexec.py b/xcube/server/asyncexec.py index 93c64bb00..3363efcdb 100644 --- a/xcube/server/asyncexec.py +++ b/xcube/server/asyncexec.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/config.py b/xcube/server/config.py index b84fc2679..f9c47dbee 100644 --- a/xcube/server/config.py +++ b/xcube/server/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/framework.py b/xcube/server/framework.py index 7ceb387a6..320143c6f 100644 --- a/xcube/server/framework.py +++ b/xcube/server/framework.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/helpers.py b/xcube/server/helpers.py index f111373a9..0c8a0a8f9 100644 --- a/xcube/server/helpers.py +++ b/xcube/server/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/server.py b/xcube/server/server.py index 484ed0e66..c09b36ffc 100644 --- a/xcube/server/server.py +++ b/xcube/server/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/testing.py b/xcube/server/testing.py index 9b85a37e8..2d734b294 100644 --- a/xcube/server/testing.py +++ b/xcube/server/testing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/webservers/__init__.py b/xcube/server/webservers/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/server/webservers/__init__.py +++ b/xcube/server/webservers/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/webservers/flask.py b/xcube/server/webservers/flask.py index 94b603c26..4b00bdfe5 100644 --- a/xcube/server/webservers/flask.py +++ b/xcube/server/webservers/flask.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/server/webservers/tornado.py b/xcube/server/webservers/tornado.py index 89f2ed3a8..2b0f91fe9 100644 --- a/xcube/server/webservers/tornado.py +++ b/xcube/server/webservers/tornado.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/__init__.py b/xcube/util/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/util/__init__.py +++ b/xcube/util/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/assertions.py b/xcube/util/assertions.py index a63e5817a..1cf273d2c 100644 --- a/xcube/util/assertions.py +++ b/xcube/util/assertions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/cache.py b/xcube/util/cache.py index b469eb526..2277a5b35 100644 --- a/xcube/util/cache.py +++ b/xcube/util/cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/caseless.py b/xcube/util/caseless.py index 5212dc7e2..c26209b45 100644 --- a/xcube/util/caseless.py +++ b/xcube/util/caseless.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/cmaps.py b/xcube/util/cmaps.py index ba2257a1b..85bc20953 100644 --- a/xcube/util/cmaps.py +++ b/xcube/util/cmaps.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/config.py b/xcube/util/config.py index 6ef5a698c..2f5e9950d 100644 --- a/xcube/util/config.py +++ b/xcube/util/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/dask.py b/xcube/util/dask.py index ee0ff9787..8191e1186 100644 --- a/xcube/util/dask.py +++ b/xcube/util/dask.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/expression.py b/xcube/util/expression.py index 8a59df2e6..48b768435 100644 --- a/xcube/util/expression.py +++ b/xcube/util/expression.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/extend.py b/xcube/util/extend.py index df211f40b..ee5fedf52 100644 --- a/xcube/util/extend.py +++ b/xcube/util/extend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/extension.py b/xcube/util/extension.py index 0d0eb5fe1..5411808f0 100644 --- a/xcube/util/extension.py +++ b/xcube/util/extension.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/frozen.py b/xcube/util/frozen.py index 09f0754d6..1ee849364 100644 --- a/xcube/util/frozen.py +++ b/xcube/util/frozen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/fspath.py b/xcube/util/fspath.py index 7b3dabcda..a6f3c29be 100644 --- a/xcube/util/fspath.py +++ b/xcube/util/fspath.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/geojson.py b/xcube/util/geojson.py index 61334cfbf..42796cd05 100644 --- a/xcube/util/geojson.py +++ b/xcube/util/geojson.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/ipython.py b/xcube/util/ipython.py index 591c97367..626d75398 100644 --- a/xcube/util/ipython.py +++ b/xcube/util/ipython.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/jsonencoder.py b/xcube/util/jsonencoder.py index 02ae4427b..212e53bad 100644 --- a/xcube/util/jsonencoder.py +++ b/xcube/util/jsonencoder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/jsonschema.py b/xcube/util/jsonschema.py index 7a5a1c43e..65a0ab70b 100644 --- a/xcube/util/jsonschema.py +++ b/xcube/util/jsonschema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/perf.py b/xcube/util/perf.py index 17ae660ef..67b02c0cf 100644 --- a/xcube/util/perf.py +++ b/xcube/util/perf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/plugin.py b/xcube/util/plugin.py index adc5e376f..18f61f9fa 100644 --- a/xcube/util/plugin.py +++ b/xcube/util/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/progress.py b/xcube/util/progress.py index bd0a68092..1d2cc1c92 100644 --- a/xcube/util/progress.py +++ b/xcube/util/progress.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/projcache.py b/xcube/util/projcache.py index 351d61d75..ac7080bce 100644 --- a/xcube/util/projcache.py +++ b/xcube/util/projcache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/temp.py b/xcube/util/temp.py index 3b6fa68b5..4bb3589cf 100644 --- a/xcube/util/temp.py +++ b/xcube/util/temp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/timeindex.py b/xcube/util/timeindex.py index da6c52d17..07cf48225 100644 --- a/xcube/util/timeindex.py +++ b/xcube/util/timeindex.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/types.py b/xcube/util/types.py index d84e02258..cb9dcf150 100644 --- a/xcube/util/types.py +++ b/xcube/util/types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/undefined.py b/xcube/util/undefined.py index c8e41f4e7..7492371c6 100644 --- a/xcube/util/undefined.py +++ b/xcube/util/undefined.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/util/versions.py b/xcube/util/versions.py index 2c53c0018..7b769d201 100644 --- a/xcube/util/versions.py +++ b/xcube/util/versions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/version.py b/xcube/version.py index 02468ccb9..0d0108724 100644 --- a/xcube/version.py +++ b/xcube/version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/__init__.py b/xcube/webapi/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/webapi/__init__.py +++ b/xcube/webapi/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/auth/__init__.py b/xcube/webapi/auth/__init__.py index 97eb93b07..77b23d8b4 100644 --- a/xcube/webapi/auth/__init__.py +++ b/xcube/webapi/auth/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/auth/api.py b/xcube/webapi/auth/api.py index 3ad195910..a3b236e94 100644 --- a/xcube/webapi/auth/api.py +++ b/xcube/webapi/auth/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/auth/config.py b/xcube/webapi/auth/config.py index 3606130c8..83074c46b 100644 --- a/xcube/webapi/auth/config.py +++ b/xcube/webapi/auth/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/auth/context.py b/xcube/webapi/auth/context.py index 95c7826e6..8f038f934 100644 --- a/xcube/webapi/auth/context.py +++ b/xcube/webapi/auth/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/common/__init__.py b/xcube/webapi/common/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/webapi/common/__init__.py +++ b/xcube/webapi/common/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/common/context.py b/xcube/webapi/common/context.py index 2e7130ac9..9324ed9cd 100644 --- a/xcube/webapi/common/context.py +++ b/xcube/webapi/common/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/common/schemas.py b/xcube/webapi/common/schemas.py index a4b08d4a4..b06c641dd 100644 --- a/xcube/webapi/common/schemas.py +++ b/xcube/webapi/common/schemas.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/common/xml.py b/xcube/webapi/common/xml.py index 810ed0163..e727c026a 100644 --- a/xcube/webapi/common/xml.py +++ b/xcube/webapi/common/xml.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/__init__.py b/xcube/webapi/compute/__init__.py index 08409fe4a..89b3363e7 100644 --- a/xcube/webapi/compute/__init__.py +++ b/xcube/webapi/compute/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/api.py b/xcube/webapi/compute/api.py index b80d548ef..0498f7608 100644 --- a/xcube/webapi/compute/api.py +++ b/xcube/webapi/compute/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/config.py b/xcube/webapi/compute/config.py index 20cd981c9..bee19a416 100644 --- a/xcube/webapi/compute/config.py +++ b/xcube/webapi/compute/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/context.py b/xcube/webapi/compute/context.py index 80dfac341..b6801cb5f 100644 --- a/xcube/webapi/compute/context.py +++ b/xcube/webapi/compute/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/controllers.py b/xcube/webapi/compute/controllers.py index 272400f07..c2aabdea6 100644 --- a/xcube/webapi/compute/controllers.py +++ b/xcube/webapi/compute/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/op/__init__.py b/xcube/webapi/compute/op/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/webapi/compute/op/__init__.py +++ b/xcube/webapi/compute/op/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/op/decorator.py b/xcube/webapi/compute/op/decorator.py index 2bcff74c0..b9562c17c 100644 --- a/xcube/webapi/compute/op/decorator.py +++ b/xcube/webapi/compute/op/decorator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/op/info.py b/xcube/webapi/compute/op/info.py index d5694a015..75c618da4 100644 --- a/xcube/webapi/compute/op/info.py +++ b/xcube/webapi/compute/op/info.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/op/registry.py b/xcube/webapi/compute/op/registry.py index ece604cf0..38ed7dec0 100644 --- a/xcube/webapi/compute/op/registry.py +++ b/xcube/webapi/compute/op/registry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/operations.py b/xcube/webapi/compute/operations.py index 7b8da6b39..24ef2df92 100644 --- a/xcube/webapi/compute/operations.py +++ b/xcube/webapi/compute/operations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/compute/routes.py b/xcube/webapi/compute/routes.py index e3f195296..f8df541dd 100644 --- a/xcube/webapi/compute/routes.py +++ b/xcube/webapi/compute/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/__init__.py b/xcube/webapi/datasets/__init__.py index c47d22c1e..327e875db 100644 --- a/xcube/webapi/datasets/__init__.py +++ b/xcube/webapi/datasets/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/api.py b/xcube/webapi/datasets/api.py index fb5ee8867..91fce3434 100644 --- a/xcube/webapi/datasets/api.py +++ b/xcube/webapi/datasets/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/authutil.py b/xcube/webapi/datasets/authutil.py index c1c3d445e..7a4aef2d3 100644 --- a/xcube/webapi/datasets/authutil.py +++ b/xcube/webapi/datasets/authutil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/config.py b/xcube/webapi/datasets/config.py index ceda158b4..fe03315fa 100644 --- a/xcube/webapi/datasets/config.py +++ b/xcube/webapi/datasets/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/context.py b/xcube/webapi/datasets/context.py index 2c019e344..cc609f7e5 100644 --- a/xcube/webapi/datasets/context.py +++ b/xcube/webapi/datasets/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/controllers.py b/xcube/webapi/datasets/controllers.py index 52dc4335e..3042569b7 100644 --- a/xcube/webapi/datasets/controllers.py +++ b/xcube/webapi/datasets/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/datasets/routes.py b/xcube/webapi/datasets/routes.py index a75833873..237fa6915 100644 --- a/xcube/webapi/datasets/routes.py +++ b/xcube/webapi/datasets/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/expressions/__init__.py b/xcube/webapi/expressions/__init__.py index 9d7687e65..ebe1316cc 100644 --- a/xcube/webapi/expressions/__init__.py +++ b/xcube/webapi/expressions/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/expressions/api.py b/xcube/webapi/expressions/api.py index 3a5eb946a..ff4c95307 100644 --- a/xcube/webapi/expressions/api.py +++ b/xcube/webapi/expressions/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/expressions/config.py b/xcube/webapi/expressions/config.py index f5c011c9e..1f7b57f0d 100644 --- a/xcube/webapi/expressions/config.py +++ b/xcube/webapi/expressions/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/expressions/context.py b/xcube/webapi/expressions/context.py index 3fb4718ab..e6fe1abde 100644 --- a/xcube/webapi/expressions/context.py +++ b/xcube/webapi/expressions/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/expressions/controllers.py b/xcube/webapi/expressions/controllers.py index dd6478324..b31066bb2 100644 --- a/xcube/webapi/expressions/controllers.py +++ b/xcube/webapi/expressions/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/expressions/routes.py b/xcube/webapi/expressions/routes.py index 070b28f3b..8a467db90 100644 --- a/xcube/webapi/expressions/routes.py +++ b/xcube/webapi/expressions/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/meta/__init__.py b/xcube/webapi/meta/__init__.py index 9d7687e65..ebe1316cc 100644 --- a/xcube/webapi/meta/__init__.py +++ b/xcube/webapi/meta/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/meta/api.py b/xcube/webapi/meta/api.py index 315399dcf..d85ffbc8a 100644 --- a/xcube/webapi/meta/api.py +++ b/xcube/webapi/meta/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/meta/config.py b/xcube/webapi/meta/config.py index 56160f17f..078e59fb2 100644 --- a/xcube/webapi/meta/config.py +++ b/xcube/webapi/meta/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/meta/context.py b/xcube/webapi/meta/context.py index c0c863759..bda331c52 100644 --- a/xcube/webapi/meta/context.py +++ b/xcube/webapi/meta/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/meta/controllers.py b/xcube/webapi/meta/controllers.py index 558469c69..facddcbef 100644 --- a/xcube/webapi/meta/controllers.py +++ b/xcube/webapi/meta/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/meta/data/openapi.html b/xcube/webapi/meta/data/openapi.html index 27a1aaf3d..3048e56fa 100644 --- a/xcube/webapi/meta/data/openapi.html +++ b/xcube/webapi/meta/data/openapi.html @@ -1,5 +1,5 @@ diff --git a/xcube/webapi/meta/routes.py b/xcube/webapi/meta/routes.py index 15c52e8c0..ee69bab46 100644 --- a/xcube/webapi/meta/routes.py +++ b/xcube/webapi/meta/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/__init__.py b/xcube/webapi/ows/__init__.py index 8f986d76d..a339910ae 100644 --- a/xcube/webapi/ows/__init__.py +++ b/xcube/webapi/ows/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/coverages/__init__.py b/xcube/webapi/ows/coverages/__init__.py index 08409fe4a..89b3363e7 100644 --- a/xcube/webapi/ows/coverages/__init__.py +++ b/xcube/webapi/ows/coverages/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/coverages/api.py b/xcube/webapi/ows/coverages/api.py index e5837dfe0..34833b411 100644 --- a/xcube/webapi/ows/coverages/api.py +++ b/xcube/webapi/ows/coverages/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/coverages/context.py b/xcube/webapi/ows/coverages/context.py index a05f69c08..c51155516 100644 --- a/xcube/webapi/ows/coverages/context.py +++ b/xcube/webapi/ows/coverages/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/coverages/controllers.py b/xcube/webapi/ows/coverages/controllers.py index f8d0800f6..b377ef2aa 100644 --- a/xcube/webapi/ows/coverages/controllers.py +++ b/xcube/webapi/ows/coverages/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import os diff --git a/xcube/webapi/ows/coverages/request.py b/xcube/webapi/ows/coverages/request.py index ace759661..10add2a31 100644 --- a/xcube/webapi/ows/coverages/request.py +++ b/xcube/webapi/ows/coverages/request.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import re diff --git a/xcube/webapi/ows/coverages/routes.py b/xcube/webapi/ows/coverages/routes.py index 04f4f6af0..d8e06a68f 100644 --- a/xcube/webapi/ows/coverages/routes.py +++ b/xcube/webapi/ows/coverages/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. import fnmatch diff --git a/xcube/webapi/ows/coverages/scaling.py b/xcube/webapi/ows/coverages/scaling.py index a5d077b70..ad03482a2 100644 --- a/xcube/webapi/ows/coverages/scaling.py +++ b/xcube/webapi/ows/coverages/scaling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. from typing import Optional diff --git a/xcube/webapi/ows/coverages/util.py b/xcube/webapi/ows/coverages/util.py index 42247774d..2d29fd826 100644 --- a/xcube/webapi/ows/coverages/util.py +++ b/xcube/webapi/ows/coverages/util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/stac/__init__.py b/xcube/webapi/ows/stac/__init__.py index 08409fe4a..89b3363e7 100644 --- a/xcube/webapi/ows/stac/__init__.py +++ b/xcube/webapi/ows/stac/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/stac/api.py b/xcube/webapi/ows/stac/api.py index f86e0c7d3..5dcb0692d 100644 --- a/xcube/webapi/ows/stac/api.py +++ b/xcube/webapi/ows/stac/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/stac/config.py b/xcube/webapi/ows/stac/config.py index 85ce2a401..0987523fc 100644 --- a/xcube/webapi/ows/stac/config.py +++ b/xcube/webapi/ows/stac/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/stac/context.py b/xcube/webapi/ows/stac/context.py index 9a1def4ff..4c9516c62 100644 --- a/xcube/webapi/ows/stac/context.py +++ b/xcube/webapi/ows/stac/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/stac/controllers.py b/xcube/webapi/ows/stac/controllers.py index a8c5b6c04..1c65e5543 100644 --- a/xcube/webapi/ows/stac/controllers.py +++ b/xcube/webapi/ows/stac/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/stac/routes.py b/xcube/webapi/ows/stac/routes.py index 8a19636c4..f6870c9ed 100644 --- a/xcube/webapi/ows/stac/routes.py +++ b/xcube/webapi/ows/stac/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/wmts/__init__.py b/xcube/webapi/ows/wmts/__init__.py index 08409fe4a..89b3363e7 100644 --- a/xcube/webapi/ows/wmts/__init__.py +++ b/xcube/webapi/ows/wmts/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/wmts/api.py b/xcube/webapi/ows/wmts/api.py index bc24e3473..a25cb94be 100644 --- a/xcube/webapi/ows/wmts/api.py +++ b/xcube/webapi/ows/wmts/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/wmts/context.py b/xcube/webapi/ows/wmts/context.py index 73befa5d5..886cc6468 100644 --- a/xcube/webapi/ows/wmts/context.py +++ b/xcube/webapi/ows/wmts/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/wmts/controllers.py b/xcube/webapi/ows/wmts/controllers.py index b56e20f4f..f24d5f74b 100644 --- a/xcube/webapi/ows/wmts/controllers.py +++ b/xcube/webapi/ows/wmts/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/ows/wmts/routes.py b/xcube/webapi/ows/wmts/routes.py index 76e3889d6..be8a3555f 100644 --- a/xcube/webapi/ows/wmts/routes.py +++ b/xcube/webapi/ows/wmts/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/places/__init__.py b/xcube/webapi/places/__init__.py index 0b96e12ab..2dcf1ae47 100644 --- a/xcube/webapi/places/__init__.py +++ b/xcube/webapi/places/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/places/api.py b/xcube/webapi/places/api.py index 11633445d..713654ca1 100644 --- a/xcube/webapi/places/api.py +++ b/xcube/webapi/places/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/places/config.py b/xcube/webapi/places/config.py index 4fabb16a7..28d60ae99 100644 --- a/xcube/webapi/places/config.py +++ b/xcube/webapi/places/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/places/context.py b/xcube/webapi/places/context.py index 41e9c61d5..e9d905024 100644 --- a/xcube/webapi/places/context.py +++ b/xcube/webapi/places/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/places/controllers.py b/xcube/webapi/places/controllers.py index a34b7bbfa..74c6c7937 100644 --- a/xcube/webapi/places/controllers.py +++ b/xcube/webapi/places/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/places/routes.py b/xcube/webapi/places/routes.py index b0b405952..084d6a2bf 100644 --- a/xcube/webapi/places/routes.py +++ b/xcube/webapi/places/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/__init__.py b/xcube/webapi/s3/__init__.py index 9d7687e65..ebe1316cc 100644 --- a/xcube/webapi/s3/__init__.py +++ b/xcube/webapi/s3/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/api.py b/xcube/webapi/s3/api.py index 90c2ca9a0..f8f60b7f8 100644 --- a/xcube/webapi/s3/api.py +++ b/xcube/webapi/s3/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/context.py b/xcube/webapi/s3/context.py index b5f5112fa..9b1dc4d39 100644 --- a/xcube/webapi/s3/context.py +++ b/xcube/webapi/s3/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/dsmapping.py b/xcube/webapi/s3/dsmapping.py index d042e3cb1..f420b6088 100644 --- a/xcube/webapi/s3/dsmapping.py +++ b/xcube/webapi/s3/dsmapping.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/listbucket.py b/xcube/webapi/s3/listbucket.py index d4f30105e..ad5db3518 100644 --- a/xcube/webapi/s3/listbucket.py +++ b/xcube/webapi/s3/listbucket.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/objectstorage.py b/xcube/webapi/s3/objectstorage.py index 1895a33b1..306d11a1a 100644 --- a/xcube/webapi/s3/objectstorage.py +++ b/xcube/webapi/s3/objectstorage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/s3/routes.py b/xcube/webapi/s3/routes.py index 67c120974..b69ce4c19 100644 --- a/xcube/webapi/s3/routes.py +++ b/xcube/webapi/s3/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/statistics/__init__.py b/xcube/webapi/statistics/__init__.py index 08409fe4a..89b3363e7 100644 --- a/xcube/webapi/statistics/__init__.py +++ b/xcube/webapi/statistics/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/statistics/api.py b/xcube/webapi/statistics/api.py index 6ad171321..b1d16cdfa 100644 --- a/xcube/webapi/statistics/api.py +++ b/xcube/webapi/statistics/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/statistics/context.py b/xcube/webapi/statistics/context.py index 90ba2af24..cd3855ca3 100644 --- a/xcube/webapi/statistics/context.py +++ b/xcube/webapi/statistics/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/statistics/controllers.py b/xcube/webapi/statistics/controllers.py index 1872dbad7..811fc1e1a 100644 --- a/xcube/webapi/statistics/controllers.py +++ b/xcube/webapi/statistics/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/statistics/routes.py b/xcube/webapi/statistics/routes.py index ec242d337..9208197d5 100644 --- a/xcube/webapi/statistics/routes.py +++ b/xcube/webapi/statistics/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/styles/__init__.py b/xcube/webapi/styles/__init__.py index 67442c46a..b8e32f794 100644 --- a/xcube/webapi/styles/__init__.py +++ b/xcube/webapi/styles/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/styles/api.py b/xcube/webapi/styles/api.py index 0ad514780..0466f0f63 100644 --- a/xcube/webapi/styles/api.py +++ b/xcube/webapi/styles/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/tiles/__init__.py b/xcube/webapi/tiles/__init__.py index a61925333..3e370d3e9 100644 --- a/xcube/webapi/tiles/__init__.py +++ b/xcube/webapi/tiles/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/tiles/api.py b/xcube/webapi/tiles/api.py index 8df79dd22..84fe3b26d 100644 --- a/xcube/webapi/tiles/api.py +++ b/xcube/webapi/tiles/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/tiles/context.py b/xcube/webapi/tiles/context.py index 14c5f6fcc..d82aea1a8 100644 --- a/xcube/webapi/tiles/context.py +++ b/xcube/webapi/tiles/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/tiles/controllers.py b/xcube/webapi/tiles/controllers.py index 0cdbbeeee..2a78b70a8 100644 --- a/xcube/webapi/tiles/controllers.py +++ b/xcube/webapi/tiles/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/tiles/routes.py b/xcube/webapi/tiles/routes.py index 245929168..833b4ca5b 100644 --- a/xcube/webapi/tiles/routes.py +++ b/xcube/webapi/tiles/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/timeseries/__init__.py b/xcube/webapi/timeseries/__init__.py index 9d7687e65..ebe1316cc 100644 --- a/xcube/webapi/timeseries/__init__.py +++ b/xcube/webapi/timeseries/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/timeseries/api.py b/xcube/webapi/timeseries/api.py index b2d302653..45eaa1ea2 100644 --- a/xcube/webapi/timeseries/api.py +++ b/xcube/webapi/timeseries/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/timeseries/context.py b/xcube/webapi/timeseries/context.py index ec74f65e8..bf111a619 100644 --- a/xcube/webapi/timeseries/context.py +++ b/xcube/webapi/timeseries/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/timeseries/controllers.py b/xcube/webapi/timeseries/controllers.py index dfaf3cdbb..ef70e5f6c 100644 --- a/xcube/webapi/timeseries/controllers.py +++ b/xcube/webapi/timeseries/controllers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/timeseries/routes.py b/xcube/webapi/timeseries/routes.py index be4671e76..1ea6db983 100644 --- a/xcube/webapi/timeseries/routes.py +++ b/xcube/webapi/timeseries/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/__init__.py b/xcube/webapi/viewer/__init__.py index eb2d7dc7b..1fc0ac8e4 100644 --- a/xcube/webapi/viewer/__init__.py +++ b/xcube/webapi/viewer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/api.py b/xcube/webapi/viewer/api.py index efe9721e0..784752ee7 100644 --- a/xcube/webapi/viewer/api.py +++ b/xcube/webapi/viewer/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/components/__init__.py b/xcube/webapi/viewer/components/__init__.py index 054f77b6d..8910b1486 100644 --- a/xcube/webapi/viewer/components/__init__.py +++ b/xcube/webapi/viewer/components/__init__.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. from .markdown import Markdown diff --git a/xcube/webapi/viewer/components/markdown.py b/xcube/webapi/viewer/components/markdown.py index 5478fb993..6405b2aab 100644 --- a/xcube/webapi/viewer/components/markdown.py +++ b/xcube/webapi/viewer/components/markdown.py @@ -1,6 +1,6 @@ -# Copyright (c) 2018-2025 by xcube team and contributors -# Permissions are hereby granted under the terms of the MIT License: -# https://opensource.org/licenses/MIT. +# Copyright (c) 2018-2026 by xcube team and contributors +# Permissions are hereby granted under the terms of the MIT License: +# https://opensource.org/licenses/MIT. from dataclasses import dataclass diff --git a/xcube/webapi/viewer/config.py b/xcube/webapi/viewer/config.py index 856d8a463..1bfe50991 100644 --- a/xcube/webapi/viewer/config.py +++ b/xcube/webapi/viewer/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/context.py b/xcube/webapi/viewer/context.py index 24488051d..f8b176e77 100644 --- a/xcube/webapi/viewer/context.py +++ b/xcube/webapi/viewer/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/contrib/__init__.py b/xcube/webapi/viewer/contrib/__init__.py index 504be4f0a..9ca7c36bd 100644 --- a/xcube/webapi/viewer/contrib/__init__.py +++ b/xcube/webapi/viewer/contrib/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/contrib/helpers.py b/xcube/webapi/viewer/contrib/helpers.py index 025a17695..0312f056b 100644 --- a/xcube/webapi/viewer/contrib/helpers.py +++ b/xcube/webapi/viewer/contrib/helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. from typing import Any diff --git a/xcube/webapi/viewer/contrib/panel.py b/xcube/webapi/viewer/contrib/panel.py index f9ed6e928..72b11a80d 100644 --- a/xcube/webapi/viewer/contrib/panel.py +++ b/xcube/webapi/viewer/contrib/panel.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/routes.py b/xcube/webapi/viewer/routes.py index eb24e4463..40287be74 100644 --- a/xcube/webapi/viewer/routes.py +++ b/xcube/webapi/viewer/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/viewer/viewer.py b/xcube/webapi/viewer/viewer.py index cf4fe848b..de473779e 100644 --- a/xcube/webapi/viewer/viewer.py +++ b/xcube/webapi/viewer/viewer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/volumes/__init__.py b/xcube/webapi/volumes/__init__.py index 9d7687e65..ebe1316cc 100644 --- a/xcube/webapi/volumes/__init__.py +++ b/xcube/webapi/volumes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/volumes/api.py b/xcube/webapi/volumes/api.py index f9b1b6dde..d838a42db 100644 --- a/xcube/webapi/volumes/api.py +++ b/xcube/webapi/volumes/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/volumes/config.py b/xcube/webapi/volumes/config.py index 6a4328e53..8f3ca323e 100644 --- a/xcube/webapi/volumes/config.py +++ b/xcube/webapi/volumes/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/volumes/context.py b/xcube/webapi/volumes/context.py index 61341caf7..19ccf5d1f 100644 --- a/xcube/webapi/volumes/context.py +++ b/xcube/webapi/volumes/context.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT. diff --git a/xcube/webapi/volumes/routes.py b/xcube/webapi/volumes/routes.py index 763d07945..ba29747e7 100644 --- a/xcube/webapi/volumes/routes.py +++ b/xcube/webapi/volumes/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 by xcube team and contributors +# Copyright (c) 2018-2026 by xcube team and contributors # Permissions are hereby granted under the terms of the MIT License: # https://opensource.org/licenses/MIT.