From 7db4b5ee3b41f9e0d7fc9351060ac3d08418b06b Mon Sep 17 00:00:00 2001 From: clarasb Date: Mon, 31 Aug 2026 14:30:59 +0200 Subject: [PATCH 1/3] update copyright --- docs/mkruleref.py | 2 +- examples/__init__.py | 2 +- examples/check_s3_bucket.py | 2 +- examples/plugin_config.py | 2 +- examples/rule_testing.py | 2 +- examples/virtual_plugin_config.py | 2 +- mkdocs.yml | 2 +- notebooks/mkdataset.py | 2 +- tests/__init__.py | 2 +- tests/_linter/__init__.py | 2 +- tests/_linter/test_rulectx.py | 2 +- tests/cli/__init__.py | 2 +- tests/cli/configs/recommended.py | 2 +- tests/cli/helpers.py | 2 +- tests/cli/test_config.py | 2 +- tests/cli/test_main.py | 2 +- tests/formatters/__init__.py | 2 +- tests/formatters/helpers.py | 2 +- tests/formatters/test_html.py | 2 +- tests/formatters/test_json.py | 2 +- tests/formatters/test_simple.py | 2 +- tests/plugins/__init__.py | 2 +- tests/plugins/acdd/rules/test_attributes.py | 4 ++++ tests/plugins/acdd/rules/test_conventions.py | 4 ++++ tests/plugins/acdd/rules/test_id_blanks.py | 4 ++++ tests/plugins/acdd/rules/test_iso_dates.py | 4 ++++ tests/plugins/acdd/rules/test_metadata_link.py | 4 ++++ tests/plugins/acdd/test_plugin.py | 4 ++++ tests/plugins/core/__init__.py | 2 +- tests/plugins/core/rules/__init__.py | 2 +- tests/plugins/core/rules/test_access_latency.py | 2 +- tests/plugins/core/rules/test_content_desc.py | 2 +- tests/plugins/core/rules/test_conventions.py | 2 +- tests/plugins/core/rules/test_coords_for_dims.py | 2 +- tests/plugins/core/rules/test_grid_mappings.py | 2 +- tests/plugins/core/rules/test_lat_lon_coordinate.py | 2 +- tests/plugins/core/rules/test_no_empty_attrs.py | 2 +- tests/plugins/core/rules/test_no_empty_chunks.py | 2 +- tests/plugins/core/rules/test_time_coordinate.py | 2 +- tests/plugins/core/rules/test_var_desc.py | 2 +- tests/plugins/core/rules/test_var_flags.py | 2 +- tests/plugins/core/rules/test_var_missing_data.py | 2 +- tests/plugins/core/rules/test_var_units.py | 2 +- tests/plugins/core/test_plugin.py | 2 +- tests/plugins/xcube/__init__.py | 2 +- tests/plugins/xcube/helpers.py | 2 +- tests/plugins/xcube/processors/__init__.py | 2 +- tests/plugins/xcube/processors/test_mldataset.py | 2 +- tests/plugins/xcube/rules/__init__.py | 2 +- tests/plugins/xcube/rules/test_any_spatial_data_var.py | 2 +- tests/plugins/xcube/rules/test_cube_dims_order.py | 2 +- tests/plugins/xcube/rules/test_data_var_colors.py | 2 +- tests/plugins/xcube/rules/test_dataset_title.py | 2 +- tests/plugins/xcube/rules/test_grid_mapping_naming.py | 2 +- tests/plugins/xcube/rules/test_increasing_time.py | 2 +- tests/plugins/xcube/rules/test_lat_lon_naming.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_meta.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_time.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_xy.py | 2 +- tests/plugins/xcube/rules/test_no_chunked_coords.py | 2 +- tests/plugins/xcube/rules/test_single_grid_mapping.py | 2 +- tests/plugins/xcube/rules/test_time_naming.py | 2 +- tests/plugins/xcube/test_plugin.py | 2 +- tests/plugins/xcube/test_util.py | 2 +- tests/test_all.py | 2 +- tests/test_config.py | 2 +- tests/test_constants.py | 2 +- tests/test_examples.py | 2 +- tests/test_formatter.py | 2 +- tests/test_formatters.py | 2 +- tests/test_linter.py | 2 +- tests/test_node.py | 2 +- tests/test_operation.py | 2 +- tests/test_plugin.py | 2 +- tests/test_processor.py | 2 +- tests/test_result.py | 2 +- tests/test_rule.py | 2 +- tests/test_testing.py | 2 +- tests/util/__init__.py | 2 +- tests/util/test_attrs.py | 2 +- tests/util/test_constructible.py | 2 +- tests/util/test_filefilter.py | 2 +- tests/util/test_filepattern.py | 2 +- tests/util/test_formatting.py | 2 +- tests/util/test_importutil.py | 2 +- tests/util/test_importutil_pkg/__init__.py | 2 +- tests/util/test_importutil_pkg/module1.py | 2 +- tests/util/test_importutil_pkg/module2/__init__.py | 2 +- tests/util/test_merge.py | 2 +- tests/util/test_naming.py | 2 +- tests/util/test_schema.py | 2 +- tests/util/test_serializable.py | 2 +- xrlint/__init__.py | 2 +- xrlint/_linter/__init__.py | 2 +- xrlint/_linter/apply.py | 2 +- xrlint/_linter/rulectx.py | 2 +- xrlint/_linter/validate.py | 2 +- xrlint/all.py | 2 +- xrlint/cli/__init__.py | 2 +- xrlint/cli/config.py | 2 +- xrlint/cli/constants.py | 2 +- xrlint/cli/engine.py | 2 +- xrlint/cli/main.py | 2 +- xrlint/config.py | 2 +- xrlint/constants.py | 2 +- xrlint/formatter.py | 2 +- xrlint/formatters/__init__.py | 2 +- xrlint/formatters/html.py | 2 +- xrlint/formatters/json.py | 2 +- xrlint/formatters/simple.py | 2 +- xrlint/linter.py | 2 +- xrlint/node.py | 2 +- xrlint/operation.py | 2 +- xrlint/plugin.py | 2 +- xrlint/plugins/__init__.py | 2 +- xrlint/plugins/acdd/__init__.py | 4 ++++ xrlint/plugins/acdd/plugin.py | 4 ++++ xrlint/plugins/acdd/rules/attributes.py | 4 ++++ xrlint/plugins/acdd/rules/conventions.py | 4 ++++ xrlint/plugins/acdd/rules/iso_dates.py | 4 ++++ xrlint/plugins/acdd/rules/metadata_link.py | 4 ++++ xrlint/plugins/acdd/rules/no_id_blanks.py | 4 ++++ xrlint/plugins/core/__init__.py | 2 +- xrlint/plugins/core/plugin.py | 2 +- xrlint/plugins/core/rules/__init__.py | 2 +- xrlint/plugins/core/rules/access_latency.py | 2 +- xrlint/plugins/core/rules/content_desc.py | 2 +- xrlint/plugins/core/rules/conventions.py | 2 +- xrlint/plugins/core/rules/coords_for_dims.py | 2 +- xrlint/plugins/core/rules/grid_mappings.py | 2 +- xrlint/plugins/core/rules/lat_lon_coordinate.py | 2 +- xrlint/plugins/core/rules/no_empty_attrs.py | 2 +- xrlint/plugins/core/rules/no_empty_chunks.py | 2 +- xrlint/plugins/core/rules/time_coordinate.py | 2 +- xrlint/plugins/core/rules/var_desc.py | 2 +- xrlint/plugins/core/rules/var_flags.py | 2 +- xrlint/plugins/core/rules/var_missing_data.py | 2 +- xrlint/plugins/core/rules/var_units.py | 2 +- xrlint/plugins/xcube/__init__.py | 2 +- xrlint/plugins/xcube/constants.py | 2 +- xrlint/plugins/xcube/plugin.py | 2 +- xrlint/plugins/xcube/processors/__init__.py | 2 +- xrlint/plugins/xcube/processors/mldataset.py | 2 +- xrlint/plugins/xcube/rules/__init__.py | 2 +- xrlint/plugins/xcube/rules/any_spatial_data_var.py | 2 +- xrlint/plugins/xcube/rules/cube_dims_order.py | 2 +- xrlint/plugins/xcube/rules/data_var_colors.py | 2 +- xrlint/plugins/xcube/rules/dataset_title.py | 2 +- xrlint/plugins/xcube/rules/grid_mapping_naming.py | 2 +- xrlint/plugins/xcube/rules/increasing_time.py | 2 +- xrlint/plugins/xcube/rules/lat_lon_naming.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_meta.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_time.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_xy.py | 2 +- xrlint/plugins/xcube/rules/no_chunked_coords.py | 2 +- xrlint/plugins/xcube/rules/single_grid_mapping.py | 2 +- xrlint/plugins/xcube/rules/time_naming.py | 2 +- xrlint/plugins/xcube/util.py | 2 +- xrlint/processor.py | 2 +- xrlint/result.py | 2 +- xrlint/rule.py | 2 +- xrlint/testing.py | 2 +- xrlint/util/__init__.py | 2 +- xrlint/util/attrs.py | 2 +- xrlint/util/constructible.py | 2 +- xrlint/util/filefilter.py | 2 +- xrlint/util/filepattern.py | 2 +- xrlint/util/formatting.py | 2 +- xrlint/util/importutil.py | 2 +- xrlint/util/merge.py | 2 +- xrlint/util/naming.py | 2 +- xrlint/util/schema.py | 2 +- xrlint/util/serializable.py | 2 +- xrlint/version.py | 2 +- 174 files changed, 213 insertions(+), 161 deletions(-) diff --git a/docs/mkruleref.py b/docs/mkruleref.py index 40bc3db..b91558e 100644 --- a/docs/mkruleref.py +++ b/docs/mkruleref.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/__init__.py b/examples/__init__.py index f0b6197..a1f53af 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/check_s3_bucket.py b/examples/check_s3_bucket.py index afe777d..517158f 100644 --- a/examples/check_s3_bucket.py +++ b/examples/check_s3_bucket.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/plugin_config.py b/examples/plugin_config.py index dec744b..b81137e 100644 --- a/examples/plugin_config.py +++ b/examples/plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/rule_testing.py b/examples/rule_testing.py index e59bbb2..ae53650 100644 --- a/examples/rule_testing.py +++ b/examples/rule_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/virtual_plugin_config.py b/examples/virtual_plugin_config.py index d6008c9..be05664 100644 --- a/examples/virtual_plugin_config.py +++ b/examples/virtual_plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/mkdocs.yml b/mkdocs.yml index ec13320..e031126 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: XRLint repo_url: https://github.com/bcdev/xrlint repo_name: bcdev/xrlint -copyright: Copyright © 2025 Brockmann Consult +copyright: Copyright © 2026 Brockmann Consult nav: - Overview: index.md diff --git a/notebooks/mkdataset.py b/notebooks/mkdataset.py index 63e8b51..b3d3002 100644 --- a/notebooks/mkdataset.py +++ b/notebooks/mkdataset.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/__init__.py b/tests/__init__.py index f0b6197..a1f53af 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/_linter/__init__.py b/tests/_linter/__init__.py index f0b6197..a1f53af 100644 --- a/tests/_linter/__init__.py +++ b/tests/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/_linter/test_rulectx.py b/tests/_linter/test_rulectx.py index 62f4a68..4c3fc4f 100644 --- a/tests/_linter/test_rulectx.py +++ b/tests/_linter/test_rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/__init__.py b/tests/cli/__init__.py index f0b6197..a1f53af 100644 --- a/tests/cli/__init__.py +++ b/tests/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/configs/recommended.py b/tests/cli/configs/recommended.py index 45439fe..39a85c3 100644 --- a/tests/cli/configs/recommended.py +++ b/tests/cli/configs/recommended.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/helpers.py b/tests/cli/helpers.py index 78a7b8a..1d8bbd8 100644 --- a/tests/cli/helpers.py +++ b/tests/cli/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/test_config.py b/tests/cli/test_config.py index c40dab1..a07a2d3 100644 --- a/tests/cli/test_config.py +++ b/tests/cli/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/test_main.py b/tests/cli/test_main.py index 814de68..e2c424f 100644 --- a/tests/cli/test_main.py +++ b/tests/cli/test_main.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/__init__.py b/tests/formatters/__init__.py index f0b6197..a1f53af 100644 --- a/tests/formatters/__init__.py +++ b/tests/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/helpers.py b/tests/formatters/helpers.py index 02b6286..8d6f156 100644 --- a/tests/formatters/helpers.py +++ b/tests/formatters/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_html.py b/tests/formatters/test_html.py index 3ea21e0..bbdc47b 100644 --- a/tests/formatters/test_html.py +++ b/tests/formatters/test_html.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_json.py b/tests/formatters/test_json.py index 2f1a2bc..ab8a242 100644 --- a/tests/formatters/test_json.py +++ b/tests/formatters/test_json.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_simple.py b/tests/formatters/test_simple.py index 1bf6d15..d1a61e3 100644 --- a/tests/formatters/test_simple.py +++ b/tests/formatters/test_simple.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/__init__.py b/tests/plugins/__init__.py index f0b6197..a1f53af 100644 --- a/tests/plugins/__init__.py +++ b/tests/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_attributes.py b/tests/plugins/acdd/rules/test_attributes.py index 4373f37..198c731 100644 --- a/tests/plugins/acdd/rules/test_attributes.py +++ b/tests/plugins/acdd/rules/test_attributes.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + import xarray as xr from xrlint.testing import RuleTest, RuleTester diff --git a/tests/plugins/acdd/rules/test_conventions.py b/tests/plugins/acdd/rules/test_conventions.py index 7856bc0..1af6d05 100644 --- a/tests/plugins/acdd/rules/test_conventions.py +++ b/tests/plugins/acdd/rules/test_conventions.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + import xarray as xr from xrlint.testing import RuleTest, RuleTester diff --git a/tests/plugins/acdd/rules/test_id_blanks.py b/tests/plugins/acdd/rules/test_id_blanks.py index b733a1c..5aa3c04 100644 --- a/tests/plugins/acdd/rules/test_id_blanks.py +++ b/tests/plugins/acdd/rules/test_id_blanks.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + import xarray as xr from xrlint.testing import RuleTest, RuleTester diff --git a/tests/plugins/acdd/rules/test_iso_dates.py b/tests/plugins/acdd/rules/test_iso_dates.py index 577e417..ac41497 100644 --- a/tests/plugins/acdd/rules/test_iso_dates.py +++ b/tests/plugins/acdd/rules/test_iso_dates.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + import xarray as xr from xrlint.testing import RuleTest, RuleTester diff --git a/tests/plugins/acdd/rules/test_metadata_link.py b/tests/plugins/acdd/rules/test_metadata_link.py index 16c73ae..e5daa86 100644 --- a/tests/plugins/acdd/rules/test_metadata_link.py +++ b/tests/plugins/acdd/rules/test_metadata_link.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + import xarray as xr from xrlint.testing import RuleTest, RuleTester diff --git a/tests/plugins/acdd/test_plugin.py b/tests/plugins/acdd/test_plugin.py index abac793..d47f05c 100644 --- a/tests/plugins/acdd/test_plugin.py +++ b/tests/plugins/acdd/test_plugin.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from unittest import TestCase from xrlint.plugins.acdd import export_plugin diff --git a/tests/plugins/core/__init__.py b/tests/plugins/core/__init__.py index f0b6197..a1f53af 100644 --- a/tests/plugins/core/__init__.py +++ b/tests/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/__init__.py b/tests/plugins/core/rules/__init__.py index f0b6197..a1f53af 100644 --- a/tests/plugins/core/rules/__init__.py +++ b/tests/plugins/core/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_access_latency.py b/tests/plugins/core/rules/test_access_latency.py index 12e2881..65a063b 100644 --- a/tests/plugins/core/rules/test_access_latency.py +++ b/tests/plugins/core/rules/test_access_latency.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_content_desc.py b/tests/plugins/core/rules/test_content_desc.py index f0d2119..4f4490a 100644 --- a/tests/plugins/core/rules/test_content_desc.py +++ b/tests/plugins/core/rules/test_content_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_conventions.py b/tests/plugins/core/rules/test_conventions.py index 8472eef..1e46890 100644 --- a/tests/plugins/core/rules/test_conventions.py +++ b/tests/plugins/core/rules/test_conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_coords_for_dims.py b/tests/plugins/core/rules/test_coords_for_dims.py index 306efba..b1b8512 100644 --- a/tests/plugins/core/rules/test_coords_for_dims.py +++ b/tests/plugins/core/rules/test_coords_for_dims.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_grid_mappings.py b/tests/plugins/core/rules/test_grid_mappings.py index 13252ab..ff043eb 100644 --- a/tests/plugins/core/rules/test_grid_mappings.py +++ b/tests/plugins/core/rules/test_grid_mappings.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_lat_lon_coordinate.py b/tests/plugins/core/rules/test_lat_lon_coordinate.py index 18a2286..65604e1 100644 --- a/tests/plugins/core/rules/test_lat_lon_coordinate.py +++ b/tests/plugins/core/rules/test_lat_lon_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_no_empty_attrs.py b/tests/plugins/core/rules/test_no_empty_attrs.py index 6ea92b0..5247967 100644 --- a/tests/plugins/core/rules/test_no_empty_attrs.py +++ b/tests/plugins/core/rules/test_no_empty_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_no_empty_chunks.py b/tests/plugins/core/rules/test_no_empty_chunks.py index 49a98e9..894f509 100644 --- a/tests/plugins/core/rules/test_no_empty_chunks.py +++ b/tests/plugins/core/rules/test_no_empty_chunks.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_time_coordinate.py b/tests/plugins/core/rules/test_time_coordinate.py index 94b233f..bf855c1 100644 --- a/tests/plugins/core/rules/test_time_coordinate.py +++ b/tests/plugins/core/rules/test_time_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_desc.py b/tests/plugins/core/rules/test_var_desc.py index 69234de..b50a442 100644 --- a/tests/plugins/core/rules/test_var_desc.py +++ b/tests/plugins/core/rules/test_var_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_flags.py b/tests/plugins/core/rules/test_var_flags.py index a3b12cc..ea408d8 100644 --- a/tests/plugins/core/rules/test_var_flags.py +++ b/tests/plugins/core/rules/test_var_flags.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_missing_data.py b/tests/plugins/core/rules/test_var_missing_data.py index 0099efc..b291216 100644 --- a/tests/plugins/core/rules/test_var_missing_data.py +++ b/tests/plugins/core/rules/test_var_missing_data.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). import numpy as np diff --git a/tests/plugins/core/rules/test_var_units.py b/tests/plugins/core/rules/test_var_units.py index bf00bdb..bc9af6b 100644 --- a/tests/plugins/core/rules/test_var_units.py +++ b/tests/plugins/core/rules/test_var_units.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/test_plugin.py b/tests/plugins/core/test_plugin.py index f82546d..1f690ed 100644 --- a/tests/plugins/core/test_plugin.py +++ b/tests/plugins/core/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/__init__.py b/tests/plugins/xcube/__init__.py index f0b6197..a1f53af 100644 --- a/tests/plugins/xcube/__init__.py +++ b/tests/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/helpers.py b/tests/plugins/xcube/helpers.py index a817058..1d7eaca 100644 --- a/tests/plugins/xcube/helpers.py +++ b/tests/plugins/xcube/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/processors/__init__.py b/tests/plugins/xcube/processors/__init__.py index f0b6197..a1f53af 100644 --- a/tests/plugins/xcube/processors/__init__.py +++ b/tests/plugins/xcube/processors/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/processors/test_mldataset.py b/tests/plugins/xcube/processors/test_mldataset.py index 825bef4..5e80cbd 100644 --- a/tests/plugins/xcube/processors/test_mldataset.py +++ b/tests/plugins/xcube/processors/test_mldataset.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/__init__.py b/tests/plugins/xcube/rules/__init__.py index f0b6197..a1f53af 100644 --- a/tests/plugins/xcube/rules/__init__.py +++ b/tests/plugins/xcube/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_any_spatial_data_var.py b/tests/plugins/xcube/rules/test_any_spatial_data_var.py index 9b79b82..15a092e 100644 --- a/tests/plugins/xcube/rules/test_any_spatial_data_var.py +++ b/tests/plugins/xcube/rules/test_any_spatial_data_var.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_cube_dims_order.py b/tests/plugins/xcube/rules/test_cube_dims_order.py index c3b466a..224a25c 100644 --- a/tests/plugins/xcube/rules/test_cube_dims_order.py +++ b/tests/plugins/xcube/rules/test_cube_dims_order.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_data_var_colors.py b/tests/plugins/xcube/rules/test_data_var_colors.py index 8c84551..a1ca6a3 100644 --- a/tests/plugins/xcube/rules/test_data_var_colors.py +++ b/tests/plugins/xcube/rules/test_data_var_colors.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_dataset_title.py b/tests/plugins/xcube/rules/test_dataset_title.py index 3f2f68d..6946dd3 100644 --- a/tests/plugins/xcube/rules/test_dataset_title.py +++ b/tests/plugins/xcube/rules/test_dataset_title.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_grid_mapping_naming.py b/tests/plugins/xcube/rules/test_grid_mapping_naming.py index 39ca479..4321bd9 100644 --- a/tests/plugins/xcube/rules/test_grid_mapping_naming.py +++ b/tests/plugins/xcube/rules/test_grid_mapping_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_increasing_time.py b/tests/plugins/xcube/rules/test_increasing_time.py index 4965af7..fba2b2a 100644 --- a/tests/plugins/xcube/rules/test_increasing_time.py +++ b/tests/plugins/xcube/rules/test_increasing_time.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_lat_lon_naming.py b/tests/plugins/xcube/rules/test_lat_lon_naming.py index e37b6c2..1f6ada6 100644 --- a/tests/plugins/xcube/rules/test_lat_lon_naming.py +++ b/tests/plugins/xcube/rules/test_lat_lon_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_meta.py b/tests/plugins/xcube/rules/test_ml_dataset_meta.py index 31ea42a..666dd76 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_meta.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_meta.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_time.py b/tests/plugins/xcube/rules/test_ml_dataset_time.py index 093933b..f6546c5 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_time.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_time.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_xy.py b/tests/plugins/xcube/rules/test_ml_dataset_xy.py index 63f0076..dfda8f0 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_xy.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_xy.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_no_chunked_coords.py b/tests/plugins/xcube/rules/test_no_chunked_coords.py index eca9124..543c731 100644 --- a/tests/plugins/xcube/rules/test_no_chunked_coords.py +++ b/tests/plugins/xcube/rules/test_no_chunked_coords.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_single_grid_mapping.py b/tests/plugins/xcube/rules/test_single_grid_mapping.py index 3ed5240..c42687c 100644 --- a/tests/plugins/xcube/rules/test_single_grid_mapping.py +++ b/tests/plugins/xcube/rules/test_single_grid_mapping.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_time_naming.py b/tests/plugins/xcube/rules/test_time_naming.py index 5b61840..0894b66 100644 --- a/tests/plugins/xcube/rules/test_time_naming.py +++ b/tests/plugins/xcube/rules/test_time_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/test_plugin.py b/tests/plugins/xcube/test_plugin.py index 6492078..66480e8 100644 --- a/tests/plugins/xcube/test_plugin.py +++ b/tests/plugins/xcube/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/test_util.py b/tests/plugins/xcube/test_util.py index 2cb4e00..50f7cdc 100644 --- a/tests/plugins/xcube/test_util.py +++ b/tests/plugins/xcube/test_util.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_all.py b/tests/test_all.py index 1d5c197..94178d6 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_config.py b/tests/test_config.py index 6ee4359..f7a895e 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_constants.py b/tests/test_constants.py index 2f421d3..785b26c 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_examples.py b/tests/test_examples.py index 1dad255..a1d8ad6 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_formatter.py b/tests/test_formatter.py index c18a6d6..0deb686 100644 --- a/tests/test_formatter.py +++ b/tests/test_formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_formatters.py b/tests/test_formatters.py index b03fd7e..18406bb 100644 --- a/tests/test_formatters.py +++ b/tests/test_formatters.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_linter.py b/tests/test_linter.py index eecc27d..04415dc 100644 --- a/tests/test_linter.py +++ b/tests/test_linter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_node.py b/tests/test_node.py index 8f305e9..d39cbcd 100644 --- a/tests/test_node.py +++ b/tests/test_node.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_operation.py b/tests/test_operation.py index 86ef42c..3274bf5 100644 --- a/tests/test_operation.py +++ b/tests/test_operation.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_plugin.py b/tests/test_plugin.py index f7b610c..3b465a8 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_processor.py b/tests/test_processor.py index 8d70d08..3ecae3c 100644 --- a/tests/test_processor.py +++ b/tests/test_processor.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_result.py b/tests/test_result.py index 506cf3c..0fc6fd9 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_rule.py b/tests/test_rule.py index ef03384..9690e39 100644 --- a/tests/test_rule.py +++ b/tests/test_rule.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_testing.py b/tests/test_testing.py index 070748f..036f6a3 100644 --- a/tests/test_testing.py +++ b/tests/test_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/__init__.py b/tests/util/__init__.py index f0b6197..a1f53af 100644 --- a/tests/util/__init__.py +++ b/tests/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_attrs.py b/tests/util/test_attrs.py index 950f251..9609aa1 100644 --- a/tests/util/test_attrs.py +++ b/tests/util/test_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_constructible.py b/tests/util/test_constructible.py index 41443e9..3c18b66 100644 --- a/tests/util/test_constructible.py +++ b/tests/util/test_constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_filefilter.py b/tests/util/test_filefilter.py index 6adec74..f045488 100644 --- a/tests/util/test_filefilter.py +++ b/tests/util/test_filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_filepattern.py b/tests/util/test_filepattern.py index 800ece7..9429237 100644 --- a/tests/util/test_filepattern.py +++ b/tests/util/test_filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_formatting.py b/tests/util/test_formatting.py index 20368ef..970a7fd 100644 --- a/tests/util/test_formatting.py +++ b/tests/util/test_formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil.py b/tests/util/test_importutil.py index ecee2b5..bae9591 100644 --- a/tests/util/test_importutil.py +++ b/tests/util/test_importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/__init__.py b/tests/util/test_importutil_pkg/__init__.py index f0b6197..a1f53af 100644 --- a/tests/util/test_importutil_pkg/__init__.py +++ b/tests/util/test_importutil_pkg/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/module1.py b/tests/util/test_importutil_pkg/module1.py index f0b6197..a1f53af 100644 --- a/tests/util/test_importutil_pkg/module1.py +++ b/tests/util/test_importutil_pkg/module1.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/module2/__init__.py b/tests/util/test_importutil_pkg/module2/__init__.py index f0b6197..a1f53af 100644 --- a/tests/util/test_importutil_pkg/module2/__init__.py +++ b/tests/util/test_importutil_pkg/module2/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_merge.py b/tests/util/test_merge.py index f86628e..98e11eb 100644 --- a/tests/util/test_merge.py +++ b/tests/util/test_merge.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_naming.py b/tests/util/test_naming.py index 6801dc9..760cc89 100644 --- a/tests/util/test_naming.py +++ b/tests/util/test_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_schema.py b/tests/util/test_schema.py index 490ae3f..ebc2de2 100644 --- a/tests/util/test_schema.py +++ b/tests/util/test_schema.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_serializable.py b/tests/util/test_serializable.py index ec950b4..2b1e0ac 100644 --- a/tests/util/test_serializable.py +++ b/tests/util/test_serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/__init__.py b/xrlint/__init__.py index 59ab44a..5e41556 100644 --- a/xrlint/__init__.py +++ b/xrlint/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/__init__.py b/xrlint/_linter/__init__.py index c552501..592639c 100644 --- a/xrlint/_linter/__init__.py +++ b/xrlint/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/apply.py b/xrlint/_linter/apply.py index 8544717..4757b09 100644 --- a/xrlint/_linter/apply.py +++ b/xrlint/_linter/apply.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/rulectx.py b/xrlint/_linter/rulectx.py index 87c0bb6..96d3c08 100644 --- a/xrlint/_linter/rulectx.py +++ b/xrlint/_linter/rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/validate.py b/xrlint/_linter/validate.py index bf81399..e79ef42 100644 --- a/xrlint/_linter/validate.py +++ b/xrlint/_linter/validate.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/all.py b/xrlint/all.py index 4009c16..3b11d74 100644 --- a/xrlint/all.py +++ b/xrlint/all.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/__init__.py b/xrlint/cli/__init__.py index c552501..592639c 100644 --- a/xrlint/cli/__init__.py +++ b/xrlint/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/config.py b/xrlint/cli/config.py index 1a9342c..248c101 100644 --- a/xrlint/cli/config.py +++ b/xrlint/cli/config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/constants.py b/xrlint/cli/constants.py index a8ccba6..3c396fe 100644 --- a/xrlint/cli/constants.py +++ b/xrlint/cli/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/engine.py b/xrlint/cli/engine.py index 63da2a8..963df57 100644 --- a/xrlint/cli/engine.py +++ b/xrlint/cli/engine.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/main.py b/xrlint/cli/main.py index 7a381ca..e1ecf40 100644 --- a/xrlint/cli/main.py +++ b/xrlint/cli/main.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/config.py b/xrlint/config.py index c85276a..63f1d79 100644 --- a/xrlint/config.py +++ b/xrlint/config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/constants.py b/xrlint/constants.py index 1043cea..cafcd79 100644 --- a/xrlint/constants.py +++ b/xrlint/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatter.py b/xrlint/formatter.py index 1519bd3..370228a 100644 --- a/xrlint/formatter.py +++ b/xrlint/formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/__init__.py b/xrlint/formatters/__init__.py index a88a8ee..72cdcbd 100644 --- a/xrlint/formatters/__init__.py +++ b/xrlint/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/html.py b/xrlint/formatters/html.py index aaec003..a0d03d8 100644 --- a/xrlint/formatters/html.py +++ b/xrlint/formatters/html.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/json.py b/xrlint/formatters/json.py index ce10a66..3b86ef5 100644 --- a/xrlint/formatters/json.py +++ b/xrlint/formatters/json.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/simple.py b/xrlint/formatters/simple.py index 5516e1e..2b89a97 100644 --- a/xrlint/formatters/simple.py +++ b/xrlint/formatters/simple.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/linter.py b/xrlint/linter.py index 7850c52..2a3b1be 100644 --- a/xrlint/linter.py +++ b/xrlint/linter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/node.py b/xrlint/node.py index 9b190a4..3081675 100644 --- a/xrlint/node.py +++ b/xrlint/node.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/operation.py b/xrlint/operation.py index b87c004..ac9913a 100644 --- a/xrlint/operation.py +++ b/xrlint/operation.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugin.py b/xrlint/plugin.py index d5b6d11..adc2115 100644 --- a/xrlint/plugin.py +++ b/xrlint/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/__init__.py b/xrlint/plugins/__init__.py index c552501..592639c 100644 --- a/xrlint/plugins/__init__.py +++ b/xrlint/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/__init__.py b/xrlint/plugins/acdd/__init__.py index 1aa4105..bc80adb 100644 --- a/xrlint/plugins/acdd/__init__.py +++ b/xrlint/plugins/acdd/__init__.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from xrlint.plugin import Plugin from xrlint.util.importutil import import_submodules diff --git a/xrlint/plugins/acdd/plugin.py b/xrlint/plugins/acdd/plugin.py index ef2192d..ea4d7f3 100644 --- a/xrlint/plugins/acdd/plugin.py +++ b/xrlint/plugins/acdd/plugin.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from xrlint.plugin import new_plugin plugin = new_plugin( diff --git a/xrlint/plugins/acdd/rules/attributes.py b/xrlint/plugins/acdd/rules/attributes.py index be265fb..6ef325a 100644 --- a/xrlint/plugins/acdd/rules/attributes.py +++ b/xrlint/plugins/acdd/rules/attributes.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from typing import Literal from xrlint.node import DatasetNode diff --git a/xrlint/plugins/acdd/rules/conventions.py b/xrlint/plugins/acdd/rules/conventions.py index 662339d..d280ca8 100644 --- a/xrlint/plugins/acdd/rules/conventions.py +++ b/xrlint/plugins/acdd/rules/conventions.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from xrlint.node import DatasetNode from xrlint.rule import RuleContext, RuleOp from xrlint.plugins.acdd.plugin import plugin diff --git a/xrlint/plugins/acdd/rules/iso_dates.py b/xrlint/plugins/acdd/rules/iso_dates.py index 50e0913..bf5218f 100644 --- a/xrlint/plugins/acdd/rules/iso_dates.py +++ b/xrlint/plugins/acdd/rules/iso_dates.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + import isodate from xrlint.node import DatasetNode from xrlint.rule import RuleContext, RuleOp diff --git a/xrlint/plugins/acdd/rules/metadata_link.py b/xrlint/plugins/acdd/rules/metadata_link.py index 299bca0..8675212 100644 --- a/xrlint/plugins/acdd/rules/metadata_link.py +++ b/xrlint/plugins/acdd/rules/metadata_link.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from xrlint.node import DatasetNode from xrlint.rule import RuleContext, RuleOp from xrlint.plugins.acdd.plugin import plugin diff --git a/xrlint/plugins/acdd/rules/no_id_blanks.py b/xrlint/plugins/acdd/rules/no_id_blanks.py index e0141b7..d3c95e2 100644 --- a/xrlint/plugins/acdd/rules/no_id_blanks.py +++ b/xrlint/plugins/acdd/rules/no_id_blanks.py @@ -1,3 +1,7 @@ +# Copyright © 2026 Brockmann Consult GmbH. +# This software is distributed under the terms and conditions of the +# MIT license (https://mit-license.org/). + from xrlint.node import DatasetNode from xrlint.rule import RuleContext, RuleOp from xrlint.plugins.acdd.plugin import plugin diff --git a/xrlint/plugins/core/__init__.py b/xrlint/plugins/core/__init__.py index f48004b..6e70702 100644 --- a/xrlint/plugins/core/__init__.py +++ b/xrlint/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/plugin.py b/xrlint/plugins/core/plugin.py index d6e142d..feaa4d3 100644 --- a/xrlint/plugins/core/plugin.py +++ b/xrlint/plugins/core/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/__init__.py b/xrlint/plugins/core/rules/__init__.py index f0b6197..a1f53af 100644 --- a/xrlint/plugins/core/rules/__init__.py +++ b/xrlint/plugins/core/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/access_latency.py b/xrlint/plugins/core/rules/access_latency.py index c1545db..4c4cf01 100644 --- a/xrlint/plugins/core/rules/access_latency.py +++ b/xrlint/plugins/core/rules/access_latency.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/content_desc.py b/xrlint/plugins/core/rules/content_desc.py index 513b218..5b86591 100644 --- a/xrlint/plugins/core/rules/content_desc.py +++ b/xrlint/plugins/core/rules/content_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/conventions.py b/xrlint/plugins/core/rules/conventions.py index 0effdef..113bf45 100644 --- a/xrlint/plugins/core/rules/conventions.py +++ b/xrlint/plugins/core/rules/conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/coords_for_dims.py b/xrlint/plugins/core/rules/coords_for_dims.py index 30d0e23..69c1225 100644 --- a/xrlint/plugins/core/rules/coords_for_dims.py +++ b/xrlint/plugins/core/rules/coords_for_dims.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/grid_mappings.py b/xrlint/plugins/core/rules/grid_mappings.py index bd8aa97..b25554d 100644 --- a/xrlint/plugins/core/rules/grid_mappings.py +++ b/xrlint/plugins/core/rules/grid_mappings.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/lat_lon_coordinate.py b/xrlint/plugins/core/rules/lat_lon_coordinate.py index 0a85741..2cb8fed 100644 --- a/xrlint/plugins/core/rules/lat_lon_coordinate.py +++ b/xrlint/plugins/core/rules/lat_lon_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/no_empty_attrs.py b/xrlint/plugins/core/rules/no_empty_attrs.py index 21d1057..24dbb3f 100644 --- a/xrlint/plugins/core/rules/no_empty_attrs.py +++ b/xrlint/plugins/core/rules/no_empty_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/no_empty_chunks.py b/xrlint/plugins/core/rules/no_empty_chunks.py index 8fdfa37..f13e748 100644 --- a/xrlint/plugins/core/rules/no_empty_chunks.py +++ b/xrlint/plugins/core/rules/no_empty_chunks.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/time_coordinate.py b/xrlint/plugins/core/rules/time_coordinate.py index daeb784..f822140 100644 --- a/xrlint/plugins/core/rules/time_coordinate.py +++ b/xrlint/plugins/core/rules/time_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_desc.py b/xrlint/plugins/core/rules/var_desc.py index d4200f8..c32990f 100644 --- a/xrlint/plugins/core/rules/var_desc.py +++ b/xrlint/plugins/core/rules/var_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_flags.py b/xrlint/plugins/core/rules/var_flags.py index c3510ed..53e2f49 100644 --- a/xrlint/plugins/core/rules/var_flags.py +++ b/xrlint/plugins/core/rules/var_flags.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_missing_data.py b/xrlint/plugins/core/rules/var_missing_data.py index a8afbed..5fcfcb4 100644 --- a/xrlint/plugins/core/rules/var_missing_data.py +++ b/xrlint/plugins/core/rules/var_missing_data.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_units.py b/xrlint/plugins/core/rules/var_units.py index 99374c6..7bf8793 100644 --- a/xrlint/plugins/core/rules/var_units.py +++ b/xrlint/plugins/core/rules/var_units.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/__init__.py b/xrlint/plugins/xcube/__init__.py index 31ed245..ead73a4 100644 --- a/xrlint/plugins/xcube/__init__.py +++ b/xrlint/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/constants.py b/xrlint/plugins/xcube/constants.py index 8169e20..bb17221 100644 --- a/xrlint/plugins/xcube/constants.py +++ b/xrlint/plugins/xcube/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/plugin.py b/xrlint/plugins/xcube/plugin.py index 0816b8d..dcc876f 100644 --- a/xrlint/plugins/xcube/plugin.py +++ b/xrlint/plugins/xcube/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/processors/__init__.py b/xrlint/plugins/xcube/processors/__init__.py index f0b6197..a1f53af 100644 --- a/xrlint/plugins/xcube/processors/__init__.py +++ b/xrlint/plugins/xcube/processors/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/processors/mldataset.py b/xrlint/plugins/xcube/processors/mldataset.py index f63c020..eb62575 100644 --- a/xrlint/plugins/xcube/processors/mldataset.py +++ b/xrlint/plugins/xcube/processors/mldataset.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/__init__.py b/xrlint/plugins/xcube/rules/__init__.py index f0b6197..a1f53af 100644 --- a/xrlint/plugins/xcube/rules/__init__.py +++ b/xrlint/plugins/xcube/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/any_spatial_data_var.py b/xrlint/plugins/xcube/rules/any_spatial_data_var.py index c4dd296..5107f6b 100644 --- a/xrlint/plugins/xcube/rules/any_spatial_data_var.py +++ b/xrlint/plugins/xcube/rules/any_spatial_data_var.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/cube_dims_order.py b/xrlint/plugins/xcube/rules/cube_dims_order.py index 66da4d3..4ef88bd 100644 --- a/xrlint/plugins/xcube/rules/cube_dims_order.py +++ b/xrlint/plugins/xcube/rules/cube_dims_order.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/data_var_colors.py b/xrlint/plugins/xcube/rules/data_var_colors.py index fa43112..5fe53aa 100644 --- a/xrlint/plugins/xcube/rules/data_var_colors.py +++ b/xrlint/plugins/xcube/rules/data_var_colors.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/dataset_title.py b/xrlint/plugins/xcube/rules/dataset_title.py index 0af5c23..f4884ec 100644 --- a/xrlint/plugins/xcube/rules/dataset_title.py +++ b/xrlint/plugins/xcube/rules/dataset_title.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/grid_mapping_naming.py b/xrlint/plugins/xcube/rules/grid_mapping_naming.py index 53b6585..d73fda2 100644 --- a/xrlint/plugins/xcube/rules/grid_mapping_naming.py +++ b/xrlint/plugins/xcube/rules/grid_mapping_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/increasing_time.py b/xrlint/plugins/xcube/rules/increasing_time.py index 8a3a239..8094894 100644 --- a/xrlint/plugins/xcube/rules/increasing_time.py +++ b/xrlint/plugins/xcube/rules/increasing_time.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/lat_lon_naming.py b/xrlint/plugins/xcube/rules/lat_lon_naming.py index 1f8ff7d..ed44759 100644 --- a/xrlint/plugins/xcube/rules/lat_lon_naming.py +++ b/xrlint/plugins/xcube/rules/lat_lon_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_meta.py b/xrlint/plugins/xcube/rules/ml_dataset_meta.py index 3e51b0f..f75084f 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_meta.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_meta.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_time.py b/xrlint/plugins/xcube/rules/ml_dataset_time.py index 80487e8..227b47f 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_time.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_time.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_xy.py b/xrlint/plugins/xcube/rules/ml_dataset_xy.py index 822b4cd..ecf5c9e 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_xy.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_xy.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/no_chunked_coords.py b/xrlint/plugins/xcube/rules/no_chunked_coords.py index 8b68135..0668eb4 100644 --- a/xrlint/plugins/xcube/rules/no_chunked_coords.py +++ b/xrlint/plugins/xcube/rules/no_chunked_coords.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/single_grid_mapping.py b/xrlint/plugins/xcube/rules/single_grid_mapping.py index 42c79c3..0cde32a 100644 --- a/xrlint/plugins/xcube/rules/single_grid_mapping.py +++ b/xrlint/plugins/xcube/rules/single_grid_mapping.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/time_naming.py b/xrlint/plugins/xcube/rules/time_naming.py index e9f6a4b..440677d 100644 --- a/xrlint/plugins/xcube/rules/time_naming.py +++ b/xrlint/plugins/xcube/rules/time_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/util.py b/xrlint/plugins/xcube/util.py index b574af6..fac335e 100644 --- a/xrlint/plugins/xcube/util.py +++ b/xrlint/plugins/xcube/util.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/processor.py b/xrlint/processor.py index 52759aa..f50bb98 100644 --- a/xrlint/processor.py +++ b/xrlint/processor.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/result.py b/xrlint/result.py index 027ce72..e092759 100644 --- a/xrlint/result.py +++ b/xrlint/result.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/rule.py b/xrlint/rule.py index 6b53cc3..fb5a1bb 100644 --- a/xrlint/rule.py +++ b/xrlint/rule.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/testing.py b/xrlint/testing.py index 96dd1e0..cc096b5 100644 --- a/xrlint/testing.py +++ b/xrlint/testing.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/__init__.py b/xrlint/util/__init__.py index f0b6197..a1f53af 100644 --- a/xrlint/util/__init__.py +++ b/xrlint/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/attrs.py b/xrlint/util/attrs.py index 642d0de..a36e050 100644 --- a/xrlint/util/attrs.py +++ b/xrlint/util/attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/constructible.py b/xrlint/util/constructible.py index e0a7f62..eaf0994 100644 --- a/xrlint/util/constructible.py +++ b/xrlint/util/constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/filefilter.py b/xrlint/util/filefilter.py index 32a7502..7a2689a 100644 --- a/xrlint/util/filefilter.py +++ b/xrlint/util/filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/filepattern.py b/xrlint/util/filepattern.py index ebdd39d..9300e2a 100644 --- a/xrlint/util/filepattern.py +++ b/xrlint/util/filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/formatting.py b/xrlint/util/formatting.py index 87853aa..74ac21b 100644 --- a/xrlint/util/formatting.py +++ b/xrlint/util/formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/importutil.py b/xrlint/util/importutil.py index 6506091..838dc28 100644 --- a/xrlint/util/importutil.py +++ b/xrlint/util/importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/merge.py b/xrlint/util/merge.py index 403e59f..955b8b2 100644 --- a/xrlint/util/merge.py +++ b/xrlint/util/merge.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/naming.py b/xrlint/util/naming.py index 0ee764e..a9ea577 100644 --- a/xrlint/util/naming.py +++ b/xrlint/util/naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/schema.py b/xrlint/util/schema.py index bf8c5c7..0b598dc 100644 --- a/xrlint/util/schema.py +++ b/xrlint/util/schema.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/serializable.py b/xrlint/util/serializable.py index 4f9a4b9..d7472b8 100644 --- a/xrlint/util/serializable.py +++ b/xrlint/util/serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/version.py b/xrlint/version.py index 52424ff..e1b9c0f 100644 --- a/xrlint/version.py +++ b/xrlint/version.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). From e6422370ad02cda32fecaadd286203b6b840b386 Mon Sep 17 00:00:00 2001 From: clarasb Date: Fri, 11 Sep 2026 09:49:07 +0200 Subject: [PATCH 2/3] update Copyright --- docs/mkruleref.py | 2 +- examples/__init__.py | 2 +- examples/check_s3_bucket.py | 2 +- examples/plugin_config.py | 2 +- examples/rule_testing.py | 2 +- examples/virtual_plugin_config.py | 2 +- notebooks/mkdataset.py | 2 +- tests/__init__.py | 2 +- tests/_linter/__init__.py | 2 +- tests/_linter/test_rulectx.py | 2 +- tests/cli/__init__.py | 2 +- tests/cli/configs/recommended.py | 2 +- tests/cli/helpers.py | 2 +- tests/cli/test_config.py | 2 +- tests/cli/test_main.py | 2 +- tests/formatters/__init__.py | 2 +- tests/formatters/helpers.py | 2 +- tests/formatters/test_html.py | 2 +- tests/formatters/test_json.py | 2 +- tests/formatters/test_simple.py | 2 +- tests/plugins/__init__.py | 2 +- tests/plugins/acdd/rules/test_attributes.py | 2 +- tests/plugins/acdd/rules/test_conventions.py | 2 +- tests/plugins/acdd/rules/test_id_blanks.py | 2 +- tests/plugins/acdd/rules/test_iso_dates.py | 2 +- tests/plugins/acdd/rules/test_metadata_link.py | 2 +- tests/plugins/acdd/test_plugin.py | 2 +- tests/plugins/core/__init__.py | 2 +- tests/plugins/core/rules/__init__.py | 2 +- tests/plugins/core/rules/test_access_latency.py | 2 +- tests/plugins/core/rules/test_content_desc.py | 2 +- tests/plugins/core/rules/test_conventions.py | 2 +- tests/plugins/core/rules/test_coords_for_dims.py | 2 +- tests/plugins/core/rules/test_grid_mappings.py | 2 +- tests/plugins/core/rules/test_lat_lon_coordinate.py | 2 +- tests/plugins/core/rules/test_no_empty_attrs.py | 2 +- tests/plugins/core/rules/test_no_empty_chunks.py | 2 +- tests/plugins/core/rules/test_time_coordinate.py | 2 +- tests/plugins/core/rules/test_var_desc.py | 2 +- tests/plugins/core/rules/test_var_flags.py | 2 +- tests/plugins/core/rules/test_var_missing_data.py | 2 +- tests/plugins/core/rules/test_var_units.py | 2 +- tests/plugins/core/test_plugin.py | 2 +- tests/plugins/xcube/__init__.py | 2 +- tests/plugins/xcube/helpers.py | 2 +- tests/plugins/xcube/processors/__init__.py | 2 +- tests/plugins/xcube/processors/test_mldataset.py | 2 +- tests/plugins/xcube/rules/__init__.py | 2 +- tests/plugins/xcube/rules/test_any_spatial_data_var.py | 2 +- tests/plugins/xcube/rules/test_cube_dims_order.py | 2 +- tests/plugins/xcube/rules/test_data_var_colors.py | 2 +- tests/plugins/xcube/rules/test_dataset_title.py | 2 +- tests/plugins/xcube/rules/test_grid_mapping_naming.py | 2 +- tests/plugins/xcube/rules/test_increasing_time.py | 2 +- tests/plugins/xcube/rules/test_lat_lon_naming.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_meta.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_time.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_xy.py | 2 +- tests/plugins/xcube/rules/test_no_chunked_coords.py | 2 +- tests/plugins/xcube/rules/test_single_grid_mapping.py | 2 +- tests/plugins/xcube/rules/test_time_naming.py | 2 +- tests/plugins/xcube/test_plugin.py | 2 +- tests/plugins/xcube/test_util.py | 2 +- tests/test_all.py | 2 +- tests/test_config.py | 2 +- tests/test_constants.py | 2 +- tests/test_examples.py | 2 +- tests/test_formatter.py | 2 +- tests/test_formatters.py | 2 +- tests/test_linter.py | 2 +- tests/test_node.py | 2 +- tests/test_operation.py | 2 +- tests/test_plugin.py | 2 +- tests/test_processor.py | 2 +- tests/test_result.py | 2 +- tests/test_rule.py | 2 +- tests/test_testing.py | 2 +- tests/util/__init__.py | 2 +- tests/util/test_attrs.py | 2 +- tests/util/test_constructible.py | 2 +- tests/util/test_filefilter.py | 2 +- tests/util/test_filepattern.py | 2 +- tests/util/test_formatting.py | 2 +- tests/util/test_importutil.py | 2 +- tests/util/test_importutil_pkg/__init__.py | 2 +- tests/util/test_importutil_pkg/module1.py | 2 +- tests/util/test_importutil_pkg/module2/__init__.py | 2 +- tests/util/test_merge.py | 2 +- tests/util/test_naming.py | 2 +- tests/util/test_schema.py | 2 +- tests/util/test_serializable.py | 2 +- xrlint/__init__.py | 2 +- xrlint/_linter/__init__.py | 2 +- xrlint/_linter/apply.py | 2 +- xrlint/_linter/rulectx.py | 2 +- xrlint/_linter/validate.py | 2 +- xrlint/all.py | 2 +- xrlint/cli/__init__.py | 2 +- xrlint/cli/config.py | 2 +- xrlint/cli/constants.py | 2 +- xrlint/cli/engine.py | 2 +- xrlint/cli/main.py | 2 +- xrlint/config.py | 2 +- xrlint/constants.py | 2 +- xrlint/formatter.py | 2 +- xrlint/formatters/__init__.py | 2 +- xrlint/formatters/html.py | 2 +- xrlint/formatters/json.py | 2 +- xrlint/formatters/simple.py | 2 +- xrlint/linter.py | 2 +- xrlint/node.py | 2 +- xrlint/operation.py | 2 +- xrlint/plugin.py | 2 +- xrlint/plugins/__init__.py | 2 +- xrlint/plugins/acdd/__init__.py | 2 +- xrlint/plugins/acdd/plugin.py | 2 +- xrlint/plugins/acdd/rules/attributes.py | 2 +- xrlint/plugins/acdd/rules/conventions.py | 2 +- xrlint/plugins/acdd/rules/iso_dates.py | 2 +- xrlint/plugins/acdd/rules/metadata_link.py | 2 +- xrlint/plugins/acdd/rules/no_id_blanks.py | 2 +- xrlint/plugins/core/__init__.py | 2 +- xrlint/plugins/core/plugin.py | 2 +- xrlint/plugins/core/rules/__init__.py | 2 +- xrlint/plugins/core/rules/access_latency.py | 2 +- xrlint/plugins/core/rules/content_desc.py | 2 +- xrlint/plugins/core/rules/conventions.py | 2 +- xrlint/plugins/core/rules/coords_for_dims.py | 2 +- xrlint/plugins/core/rules/grid_mappings.py | 2 +- xrlint/plugins/core/rules/lat_lon_coordinate.py | 2 +- xrlint/plugins/core/rules/no_empty_attrs.py | 2 +- xrlint/plugins/core/rules/no_empty_chunks.py | 2 +- xrlint/plugins/core/rules/time_coordinate.py | 2 +- xrlint/plugins/core/rules/var_desc.py | 2 +- xrlint/plugins/core/rules/var_flags.py | 2 +- xrlint/plugins/core/rules/var_missing_data.py | 2 +- xrlint/plugins/core/rules/var_units.py | 2 +- xrlint/plugins/xcube/__init__.py | 2 +- xrlint/plugins/xcube/constants.py | 2 +- xrlint/plugins/xcube/plugin.py | 2 +- xrlint/plugins/xcube/processors/__init__.py | 2 +- xrlint/plugins/xcube/processors/mldataset.py | 2 +- xrlint/plugins/xcube/rules/__init__.py | 2 +- xrlint/plugins/xcube/rules/any_spatial_data_var.py | 2 +- xrlint/plugins/xcube/rules/cube_dims_order.py | 2 +- xrlint/plugins/xcube/rules/data_var_colors.py | 2 +- xrlint/plugins/xcube/rules/dataset_title.py | 2 +- xrlint/plugins/xcube/rules/grid_mapping_naming.py | 2 +- xrlint/plugins/xcube/rules/increasing_time.py | 2 +- xrlint/plugins/xcube/rules/lat_lon_naming.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_meta.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_time.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_xy.py | 2 +- xrlint/plugins/xcube/rules/no_chunked_coords.py | 2 +- xrlint/plugins/xcube/rules/single_grid_mapping.py | 2 +- xrlint/plugins/xcube/rules/time_naming.py | 2 +- xrlint/plugins/xcube/util.py | 2 +- xrlint/processor.py | 2 +- xrlint/result.py | 2 +- xrlint/rule.py | 2 +- xrlint/testing.py | 2 +- xrlint/util/__init__.py | 2 +- xrlint/util/attrs.py | 2 +- xrlint/util/constructible.py | 2 +- xrlint/util/filefilter.py | 2 +- xrlint/util/filepattern.py | 2 +- xrlint/util/formatting.py | 2 +- xrlint/util/importutil.py | 2 +- xrlint/util/merge.py | 2 +- xrlint/util/naming.py | 2 +- xrlint/util/schema.py | 2 +- xrlint/util/serializable.py | 2 +- xrlint/version.py | 2 +- 173 files changed, 173 insertions(+), 173 deletions(-) diff --git a/docs/mkruleref.py b/docs/mkruleref.py index 2c44c2a..3139b32 100644 --- a/docs/mkruleref.py +++ b/docs/mkruleref.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/__init__.py b/examples/__init__.py index a1f53af..7348be3 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/check_s3_bucket.py b/examples/check_s3_bucket.py index 517158f..a50da45 100644 --- a/examples/check_s3_bucket.py +++ b/examples/check_s3_bucket.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/plugin_config.py b/examples/plugin_config.py index b81137e..89469b0 100644 --- a/examples/plugin_config.py +++ b/examples/plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/rule_testing.py b/examples/rule_testing.py index 663cf0f..2f255eb 100644 --- a/examples/rule_testing.py +++ b/examples/rule_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/virtual_plugin_config.py b/examples/virtual_plugin_config.py index be05664..b28a3f5 100644 --- a/examples/virtual_plugin_config.py +++ b/examples/virtual_plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/notebooks/mkdataset.py b/notebooks/mkdataset.py index 2bc6130..a1c9a4b 100644 --- a/notebooks/mkdataset.py +++ b/notebooks/mkdataset.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/__init__.py b/tests/__init__.py index a1f53af..7348be3 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/_linter/__init__.py b/tests/_linter/__init__.py index a1f53af..7348be3 100644 --- a/tests/_linter/__init__.py +++ b/tests/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/_linter/test_rulectx.py b/tests/_linter/test_rulectx.py index 4c3fc4f..f911660 100644 --- a/tests/_linter/test_rulectx.py +++ b/tests/_linter/test_rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/__init__.py b/tests/cli/__init__.py index a1f53af..7348be3 100644 --- a/tests/cli/__init__.py +++ b/tests/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/configs/recommended.py b/tests/cli/configs/recommended.py index 39a85c3..cf72754 100644 --- a/tests/cli/configs/recommended.py +++ b/tests/cli/configs/recommended.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/helpers.py b/tests/cli/helpers.py index 1d8bbd8..303b79e 100644 --- a/tests/cli/helpers.py +++ b/tests/cli/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/test_config.py b/tests/cli/test_config.py index d26b8a5..4017eb7 100644 --- a/tests/cli/test_config.py +++ b/tests/cli/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/test_main.py b/tests/cli/test_main.py index 6c91682..0fe393b 100644 --- a/tests/cli/test_main.py +++ b/tests/cli/test_main.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/__init__.py b/tests/formatters/__init__.py index a1f53af..7348be3 100644 --- a/tests/formatters/__init__.py +++ b/tests/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/helpers.py b/tests/formatters/helpers.py index 8d6f156..f20ab17 100644 --- a/tests/formatters/helpers.py +++ b/tests/formatters/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_html.py b/tests/formatters/test_html.py index bbdc47b..12b22c4 100644 --- a/tests/formatters/test_html.py +++ b/tests/formatters/test_html.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_json.py b/tests/formatters/test_json.py index ab8a242..1f86f35 100644 --- a/tests/formatters/test_json.py +++ b/tests/formatters/test_json.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_simple.py b/tests/formatters/test_simple.py index 4c6209b..02a1d49 100644 --- a/tests/formatters/test_simple.py +++ b/tests/formatters/test_simple.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/__init__.py b/tests/plugins/__init__.py index a1f53af..7348be3 100644 --- a/tests/plugins/__init__.py +++ b/tests/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_attributes.py b/tests/plugins/acdd/rules/test_attributes.py index 7df2273..242fc89 100644 --- a/tests/plugins/acdd/rules/test_attributes.py +++ b/tests/plugins/acdd/rules/test_attributes.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_conventions.py b/tests/plugins/acdd/rules/test_conventions.py index caa9e38..bc3ada9 100644 --- a/tests/plugins/acdd/rules/test_conventions.py +++ b/tests/plugins/acdd/rules/test_conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_id_blanks.py b/tests/plugins/acdd/rules/test_id_blanks.py index a0b60ac..d6960b7 100644 --- a/tests/plugins/acdd/rules/test_id_blanks.py +++ b/tests/plugins/acdd/rules/test_id_blanks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_iso_dates.py b/tests/plugins/acdd/rules/test_iso_dates.py index f5179d9..0a51686 100644 --- a/tests/plugins/acdd/rules/test_iso_dates.py +++ b/tests/plugins/acdd/rules/test_iso_dates.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_metadata_link.py b/tests/plugins/acdd/rules/test_metadata_link.py index 29585c9..21c00f6 100644 --- a/tests/plugins/acdd/rules/test_metadata_link.py +++ b/tests/plugins/acdd/rules/test_metadata_link.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/test_plugin.py b/tests/plugins/acdd/test_plugin.py index d47f05c..e6e05de 100644 --- a/tests/plugins/acdd/test_plugin.py +++ b/tests/plugins/acdd/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/__init__.py b/tests/plugins/core/__init__.py index a1f53af..7348be3 100644 --- a/tests/plugins/core/__init__.py +++ b/tests/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/__init__.py b/tests/plugins/core/rules/__init__.py index a1f53af..7348be3 100644 --- a/tests/plugins/core/rules/__init__.py +++ b/tests/plugins/core/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_access_latency.py b/tests/plugins/core/rules/test_access_latency.py index 65a063b..918ffd7 100644 --- a/tests/plugins/core/rules/test_access_latency.py +++ b/tests/plugins/core/rules/test_access_latency.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_content_desc.py b/tests/plugins/core/rules/test_content_desc.py index 859bae1..a6fb212 100644 --- a/tests/plugins/core/rules/test_content_desc.py +++ b/tests/plugins/core/rules/test_content_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_conventions.py b/tests/plugins/core/rules/test_conventions.py index ec50d4c..8f1cb20 100644 --- a/tests/plugins/core/rules/test_conventions.py +++ b/tests/plugins/core/rules/test_conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_coords_for_dims.py b/tests/plugins/core/rules/test_coords_for_dims.py index 2bfbef3..e4a40b7 100644 --- a/tests/plugins/core/rules/test_coords_for_dims.py +++ b/tests/plugins/core/rules/test_coords_for_dims.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_grid_mappings.py b/tests/plugins/core/rules/test_grid_mappings.py index 2546917..af04d75 100644 --- a/tests/plugins/core/rules/test_grid_mappings.py +++ b/tests/plugins/core/rules/test_grid_mappings.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_lat_lon_coordinate.py b/tests/plugins/core/rules/test_lat_lon_coordinate.py index 65604e1..6ab4034 100644 --- a/tests/plugins/core/rules/test_lat_lon_coordinate.py +++ b/tests/plugins/core/rules/test_lat_lon_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_no_empty_attrs.py b/tests/plugins/core/rules/test_no_empty_attrs.py index df260cc..52af5d7 100644 --- a/tests/plugins/core/rules/test_no_empty_attrs.py +++ b/tests/plugins/core/rules/test_no_empty_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_no_empty_chunks.py b/tests/plugins/core/rules/test_no_empty_chunks.py index d249040..37bca5e 100644 --- a/tests/plugins/core/rules/test_no_empty_chunks.py +++ b/tests/plugins/core/rules/test_no_empty_chunks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_time_coordinate.py b/tests/plugins/core/rules/test_time_coordinate.py index bf855c1..4a112ae 100644 --- a/tests/plugins/core/rules/test_time_coordinate.py +++ b/tests/plugins/core/rules/test_time_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_desc.py b/tests/plugins/core/rules/test_var_desc.py index 34dcdc3..61dee61 100644 --- a/tests/plugins/core/rules/test_var_desc.py +++ b/tests/plugins/core/rules/test_var_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_flags.py b/tests/plugins/core/rules/test_var_flags.py index c421a84..e44c966 100644 --- a/tests/plugins/core/rules/test_var_flags.py +++ b/tests/plugins/core/rules/test_var_flags.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_missing_data.py b/tests/plugins/core/rules/test_var_missing_data.py index 7380191..ac67595 100644 --- a/tests/plugins/core/rules/test_var_missing_data.py +++ b/tests/plugins/core/rules/test_var_missing_data.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). import numpy as np diff --git a/tests/plugins/core/rules/test_var_units.py b/tests/plugins/core/rules/test_var_units.py index 5cb6b2f..f226e4f 100644 --- a/tests/plugins/core/rules/test_var_units.py +++ b/tests/plugins/core/rules/test_var_units.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/test_plugin.py b/tests/plugins/core/test_plugin.py index 1f690ed..b43a773 100644 --- a/tests/plugins/core/test_plugin.py +++ b/tests/plugins/core/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/__init__.py b/tests/plugins/xcube/__init__.py index a1f53af..7348be3 100644 --- a/tests/plugins/xcube/__init__.py +++ b/tests/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/helpers.py b/tests/plugins/xcube/helpers.py index e4ee424..670b8d2 100644 --- a/tests/plugins/xcube/helpers.py +++ b/tests/plugins/xcube/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/processors/__init__.py b/tests/plugins/xcube/processors/__init__.py index a1f53af..7348be3 100644 --- a/tests/plugins/xcube/processors/__init__.py +++ b/tests/plugins/xcube/processors/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/processors/test_mldataset.py b/tests/plugins/xcube/processors/test_mldataset.py index 40d6518..09b331d 100644 --- a/tests/plugins/xcube/processors/test_mldataset.py +++ b/tests/plugins/xcube/processors/test_mldataset.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/__init__.py b/tests/plugins/xcube/rules/__init__.py index a1f53af..7348be3 100644 --- a/tests/plugins/xcube/rules/__init__.py +++ b/tests/plugins/xcube/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_any_spatial_data_var.py b/tests/plugins/xcube/rules/test_any_spatial_data_var.py index 15a092e..075f610 100644 --- a/tests/plugins/xcube/rules/test_any_spatial_data_var.py +++ b/tests/plugins/xcube/rules/test_any_spatial_data_var.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_cube_dims_order.py b/tests/plugins/xcube/rules/test_cube_dims_order.py index f9a3a20..9e243d4 100644 --- a/tests/plugins/xcube/rules/test_cube_dims_order.py +++ b/tests/plugins/xcube/rules/test_cube_dims_order.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_data_var_colors.py b/tests/plugins/xcube/rules/test_data_var_colors.py index 1ed6f6f..44fcb3a 100644 --- a/tests/plugins/xcube/rules/test_data_var_colors.py +++ b/tests/plugins/xcube/rules/test_data_var_colors.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_dataset_title.py b/tests/plugins/xcube/rules/test_dataset_title.py index 8e77d76..0dfe7b4 100644 --- a/tests/plugins/xcube/rules/test_dataset_title.py +++ b/tests/plugins/xcube/rules/test_dataset_title.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_grid_mapping_naming.py b/tests/plugins/xcube/rules/test_grid_mapping_naming.py index 49bc419..1347b22 100644 --- a/tests/plugins/xcube/rules/test_grid_mapping_naming.py +++ b/tests/plugins/xcube/rules/test_grid_mapping_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_increasing_time.py b/tests/plugins/xcube/rules/test_increasing_time.py index 6131dc8..736efb3 100644 --- a/tests/plugins/xcube/rules/test_increasing_time.py +++ b/tests/plugins/xcube/rules/test_increasing_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_lat_lon_naming.py b/tests/plugins/xcube/rules/test_lat_lon_naming.py index fb66d76..08720c3 100644 --- a/tests/plugins/xcube/rules/test_lat_lon_naming.py +++ b/tests/plugins/xcube/rules/test_lat_lon_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_meta.py b/tests/plugins/xcube/rules/test_ml_dataset_meta.py index 666dd76..713ba8b 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_meta.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_meta.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_time.py b/tests/plugins/xcube/rules/test_ml_dataset_time.py index f6546c5..285350a 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_time.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_xy.py b/tests/plugins/xcube/rules/test_ml_dataset_xy.py index dfda8f0..f17b09f 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_xy.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_xy.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_no_chunked_coords.py b/tests/plugins/xcube/rules/test_no_chunked_coords.py index fcdfe4c..f436257 100644 --- a/tests/plugins/xcube/rules/test_no_chunked_coords.py +++ b/tests/plugins/xcube/rules/test_no_chunked_coords.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_single_grid_mapping.py b/tests/plugins/xcube/rules/test_single_grid_mapping.py index e96dc4a..4aa1994 100644 --- a/tests/plugins/xcube/rules/test_single_grid_mapping.py +++ b/tests/plugins/xcube/rules/test_single_grid_mapping.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_time_naming.py b/tests/plugins/xcube/rules/test_time_naming.py index 67f6f33..aaab9d0 100644 --- a/tests/plugins/xcube/rules/test_time_naming.py +++ b/tests/plugins/xcube/rules/test_time_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/test_plugin.py b/tests/plugins/xcube/test_plugin.py index fe2e485..db33613 100644 --- a/tests/plugins/xcube/test_plugin.py +++ b/tests/plugins/xcube/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/test_util.py b/tests/plugins/xcube/test_util.py index 175e55d..40b6fe7 100644 --- a/tests/plugins/xcube/test_util.py +++ b/tests/plugins/xcube/test_util.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_all.py b/tests/test_all.py index ceaa02b..212e9d3 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_config.py b/tests/test_config.py index 5fea406..42f06d5 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_constants.py b/tests/test_constants.py index 785b26c..f5502d3 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_examples.py b/tests/test_examples.py index a1d8ad6..f23c2bf 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_formatter.py b/tests/test_formatter.py index 0deb686..0a55591 100644 --- a/tests/test_formatter.py +++ b/tests/test_formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_formatters.py b/tests/test_formatters.py index 18406bb..bfebe38 100644 --- a/tests/test_formatters.py +++ b/tests/test_formatters.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_linter.py b/tests/test_linter.py index 04415dc..ee03cb5 100644 --- a/tests/test_linter.py +++ b/tests/test_linter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_node.py b/tests/test_node.py index d39cbcd..1f238fa 100644 --- a/tests/test_node.py +++ b/tests/test_node.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_operation.py b/tests/test_operation.py index e3b4f6b..7bfc1c8 100644 --- a/tests/test_operation.py +++ b/tests/test_operation.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 3b465a8..b678176 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_processor.py b/tests/test_processor.py index 3ecae3c..89504fa 100644 --- a/tests/test_processor.py +++ b/tests/test_processor.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_result.py b/tests/test_result.py index 0fc6fd9..484616b 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_rule.py b/tests/test_rule.py index 9690e39..005b16b 100644 --- a/tests/test_rule.py +++ b/tests/test_rule.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_testing.py b/tests/test_testing.py index c4060df..608c6c3 100644 --- a/tests/test_testing.py +++ b/tests/test_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/__init__.py b/tests/util/__init__.py index a1f53af..7348be3 100644 --- a/tests/util/__init__.py +++ b/tests/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_attrs.py b/tests/util/test_attrs.py index dd31d2b..bd2f023 100644 --- a/tests/util/test_attrs.py +++ b/tests/util/test_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_constructible.py b/tests/util/test_constructible.py index 5d4c42b..4fed345 100644 --- a/tests/util/test_constructible.py +++ b/tests/util/test_constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_filefilter.py b/tests/util/test_filefilter.py index f045488..702a75a 100644 --- a/tests/util/test_filefilter.py +++ b/tests/util/test_filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_filepattern.py b/tests/util/test_filepattern.py index 9df8b7b..b8279c0 100644 --- a/tests/util/test_filepattern.py +++ b/tests/util/test_filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_formatting.py b/tests/util/test_formatting.py index 970a7fd..e66c047 100644 --- a/tests/util/test_formatting.py +++ b/tests/util/test_formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil.py b/tests/util/test_importutil.py index bae9591..15ea685 100644 --- a/tests/util/test_importutil.py +++ b/tests/util/test_importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/__init__.py b/tests/util/test_importutil_pkg/__init__.py index a1f53af..7348be3 100644 --- a/tests/util/test_importutil_pkg/__init__.py +++ b/tests/util/test_importutil_pkg/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/module1.py b/tests/util/test_importutil_pkg/module1.py index a1f53af..7348be3 100644 --- a/tests/util/test_importutil_pkg/module1.py +++ b/tests/util/test_importutil_pkg/module1.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/module2/__init__.py b/tests/util/test_importutil_pkg/module2/__init__.py index a1f53af..7348be3 100644 --- a/tests/util/test_importutil_pkg/module2/__init__.py +++ b/tests/util/test_importutil_pkg/module2/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_merge.py b/tests/util/test_merge.py index 98e11eb..221df3b 100644 --- a/tests/util/test_merge.py +++ b/tests/util/test_merge.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_naming.py b/tests/util/test_naming.py index 760cc89..33a1c6f 100644 --- a/tests/util/test_naming.py +++ b/tests/util/test_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_schema.py b/tests/util/test_schema.py index ebc2de2..1af3bd5 100644 --- a/tests/util/test_schema.py +++ b/tests/util/test_schema.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_serializable.py b/tests/util/test_serializable.py index fc87fec..8519ff0 100644 --- a/tests/util/test_serializable.py +++ b/tests/util/test_serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/__init__.py b/xrlint/__init__.py index 5e41556..40a36c8 100644 --- a/xrlint/__init__.py +++ b/xrlint/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/__init__.py b/xrlint/_linter/__init__.py index 592639c..f457cac 100644 --- a/xrlint/_linter/__init__.py +++ b/xrlint/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/apply.py b/xrlint/_linter/apply.py index 4757b09..7d1cee1 100644 --- a/xrlint/_linter/apply.py +++ b/xrlint/_linter/apply.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/rulectx.py b/xrlint/_linter/rulectx.py index 74c38a1..45ee973 100644 --- a/xrlint/_linter/rulectx.py +++ b/xrlint/_linter/rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/validate.py b/xrlint/_linter/validate.py index 43cd57f..438b129 100644 --- a/xrlint/_linter/validate.py +++ b/xrlint/_linter/validate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/all.py b/xrlint/all.py index 9581f63..c5474e0 100644 --- a/xrlint/all.py +++ b/xrlint/all.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/__init__.py b/xrlint/cli/__init__.py index 592639c..f457cac 100644 --- a/xrlint/cli/__init__.py +++ b/xrlint/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/config.py b/xrlint/cli/config.py index be3335a..a018461 100644 --- a/xrlint/cli/config.py +++ b/xrlint/cli/config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/constants.py b/xrlint/cli/constants.py index bd22687..4c115e6 100644 --- a/xrlint/cli/constants.py +++ b/xrlint/cli/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/engine.py b/xrlint/cli/engine.py index f70293b..d28fb6d 100644 --- a/xrlint/cli/engine.py +++ b/xrlint/cli/engine.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/main.py b/xrlint/cli/main.py index b51e518..755f8e7 100644 --- a/xrlint/cli/main.py +++ b/xrlint/cli/main.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/config.py b/xrlint/config.py index 47e961e..027247d 100644 --- a/xrlint/config.py +++ b/xrlint/config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/constants.py b/xrlint/constants.py index acf7e45..7a0b966 100644 --- a/xrlint/constants.py +++ b/xrlint/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatter.py b/xrlint/formatter.py index 36837ba..b1e5114 100644 --- a/xrlint/formatter.py +++ b/xrlint/formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/__init__.py b/xrlint/formatters/__init__.py index 72cdcbd..fe4d562 100644 --- a/xrlint/formatters/__init__.py +++ b/xrlint/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/html.py b/xrlint/formatters/html.py index 3047cbd..447f8ed 100644 --- a/xrlint/formatters/html.py +++ b/xrlint/formatters/html.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/json.py b/xrlint/formatters/json.py index 93400c7..35cdcf9 100644 --- a/xrlint/formatters/json.py +++ b/xrlint/formatters/json.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/simple.py b/xrlint/formatters/simple.py index af0b64b..15e76d7 100644 --- a/xrlint/formatters/simple.py +++ b/xrlint/formatters/simple.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/linter.py b/xrlint/linter.py index 2a3b1be..af00343 100644 --- a/xrlint/linter.py +++ b/xrlint/linter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/node.py b/xrlint/node.py index 38b5492..a73c21c 100644 --- a/xrlint/node.py +++ b/xrlint/node.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/operation.py b/xrlint/operation.py index 4193d39..e98ad62 100644 --- a/xrlint/operation.py +++ b/xrlint/operation.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugin.py b/xrlint/plugin.py index d55cbf7..ee7568a 100644 --- a/xrlint/plugin.py +++ b/xrlint/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/__init__.py b/xrlint/plugins/__init__.py index 592639c..f457cac 100644 --- a/xrlint/plugins/__init__.py +++ b/xrlint/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/__init__.py b/xrlint/plugins/acdd/__init__.py index bc80adb..88f87ab 100644 --- a/xrlint/plugins/acdd/__init__.py +++ b/xrlint/plugins/acdd/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/plugin.py b/xrlint/plugins/acdd/plugin.py index ea4d7f3..a142965 100644 --- a/xrlint/plugins/acdd/plugin.py +++ b/xrlint/plugins/acdd/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/attributes.py b/xrlint/plugins/acdd/rules/attributes.py index ba561a8..a5f66f7 100644 --- a/xrlint/plugins/acdd/rules/attributes.py +++ b/xrlint/plugins/acdd/rules/attributes.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/conventions.py b/xrlint/plugins/acdd/rules/conventions.py index baebe66..cc83444 100644 --- a/xrlint/plugins/acdd/rules/conventions.py +++ b/xrlint/plugins/acdd/rules/conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/iso_dates.py b/xrlint/plugins/acdd/rules/iso_dates.py index ac56079..7c57df0 100644 --- a/xrlint/plugins/acdd/rules/iso_dates.py +++ b/xrlint/plugins/acdd/rules/iso_dates.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/metadata_link.py b/xrlint/plugins/acdd/rules/metadata_link.py index 65e7ccf..0bdcff4 100644 --- a/xrlint/plugins/acdd/rules/metadata_link.py +++ b/xrlint/plugins/acdd/rules/metadata_link.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/no_id_blanks.py b/xrlint/plugins/acdd/rules/no_id_blanks.py index cc846b4..45609a6 100644 --- a/xrlint/plugins/acdd/rules/no_id_blanks.py +++ b/xrlint/plugins/acdd/rules/no_id_blanks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/__init__.py b/xrlint/plugins/core/__init__.py index c41bfd6..049c7d7 100644 --- a/xrlint/plugins/core/__init__.py +++ b/xrlint/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/plugin.py b/xrlint/plugins/core/plugin.py index feaa4d3..1de14d4 100644 --- a/xrlint/plugins/core/plugin.py +++ b/xrlint/plugins/core/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/__init__.py b/xrlint/plugins/core/rules/__init__.py index a1f53af..7348be3 100644 --- a/xrlint/plugins/core/rules/__init__.py +++ b/xrlint/plugins/core/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/access_latency.py b/xrlint/plugins/core/rules/access_latency.py index 4c4cf01..21bbb54 100644 --- a/xrlint/plugins/core/rules/access_latency.py +++ b/xrlint/plugins/core/rules/access_latency.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/content_desc.py b/xrlint/plugins/core/rules/content_desc.py index 44fa1f5..d57ab4b 100644 --- a/xrlint/plugins/core/rules/content_desc.py +++ b/xrlint/plugins/core/rules/content_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/conventions.py b/xrlint/plugins/core/rules/conventions.py index c6058ca..a18f628 100644 --- a/xrlint/plugins/core/rules/conventions.py +++ b/xrlint/plugins/core/rules/conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/coords_for_dims.py b/xrlint/plugins/core/rules/coords_for_dims.py index dc536ee..61f607b 100644 --- a/xrlint/plugins/core/rules/coords_for_dims.py +++ b/xrlint/plugins/core/rules/coords_for_dims.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/grid_mappings.py b/xrlint/plugins/core/rules/grid_mappings.py index b25554d..c904b3a 100644 --- a/xrlint/plugins/core/rules/grid_mappings.py +++ b/xrlint/plugins/core/rules/grid_mappings.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/lat_lon_coordinate.py b/xrlint/plugins/core/rules/lat_lon_coordinate.py index 2cb8fed..3985714 100644 --- a/xrlint/plugins/core/rules/lat_lon_coordinate.py +++ b/xrlint/plugins/core/rules/lat_lon_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/no_empty_attrs.py b/xrlint/plugins/core/rules/no_empty_attrs.py index 24dbb3f..f6e50df 100644 --- a/xrlint/plugins/core/rules/no_empty_attrs.py +++ b/xrlint/plugins/core/rules/no_empty_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/no_empty_chunks.py b/xrlint/plugins/core/rules/no_empty_chunks.py index f13e748..6dc81c9 100644 --- a/xrlint/plugins/core/rules/no_empty_chunks.py +++ b/xrlint/plugins/core/rules/no_empty_chunks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/time_coordinate.py b/xrlint/plugins/core/rules/time_coordinate.py index 8857a9d..f6e2cac 100644 --- a/xrlint/plugins/core/rules/time_coordinate.py +++ b/xrlint/plugins/core/rules/time_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_desc.py b/xrlint/plugins/core/rules/var_desc.py index c32990f..2e46564 100644 --- a/xrlint/plugins/core/rules/var_desc.py +++ b/xrlint/plugins/core/rules/var_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_flags.py b/xrlint/plugins/core/rules/var_flags.py index 53e2f49..d62972b 100644 --- a/xrlint/plugins/core/rules/var_flags.py +++ b/xrlint/plugins/core/rules/var_flags.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_missing_data.py b/xrlint/plugins/core/rules/var_missing_data.py index 5fcfcb4..ee3d49d 100644 --- a/xrlint/plugins/core/rules/var_missing_data.py +++ b/xrlint/plugins/core/rules/var_missing_data.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_units.py b/xrlint/plugins/core/rules/var_units.py index 7bf8793..b150e0d 100644 --- a/xrlint/plugins/core/rules/var_units.py +++ b/xrlint/plugins/core/rules/var_units.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/__init__.py b/xrlint/plugins/xcube/__init__.py index 3307f1c..c9cd090 100644 --- a/xrlint/plugins/xcube/__init__.py +++ b/xrlint/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/constants.py b/xrlint/plugins/xcube/constants.py index bb17221..c574b3e 100644 --- a/xrlint/plugins/xcube/constants.py +++ b/xrlint/plugins/xcube/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/plugin.py b/xrlint/plugins/xcube/plugin.py index dcc876f..dda33e0 100644 --- a/xrlint/plugins/xcube/plugin.py +++ b/xrlint/plugins/xcube/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/processors/__init__.py b/xrlint/plugins/xcube/processors/__init__.py index a1f53af..7348be3 100644 --- a/xrlint/plugins/xcube/processors/__init__.py +++ b/xrlint/plugins/xcube/processors/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/processors/mldataset.py b/xrlint/plugins/xcube/processors/mldataset.py index a363fc0..8be7c02 100644 --- a/xrlint/plugins/xcube/processors/mldataset.py +++ b/xrlint/plugins/xcube/processors/mldataset.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/__init__.py b/xrlint/plugins/xcube/rules/__init__.py index a1f53af..7348be3 100644 --- a/xrlint/plugins/xcube/rules/__init__.py +++ b/xrlint/plugins/xcube/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/any_spatial_data_var.py b/xrlint/plugins/xcube/rules/any_spatial_data_var.py index 5107f6b..0ff418e 100644 --- a/xrlint/plugins/xcube/rules/any_spatial_data_var.py +++ b/xrlint/plugins/xcube/rules/any_spatial_data_var.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/cube_dims_order.py b/xrlint/plugins/xcube/rules/cube_dims_order.py index 4ef88bd..1077704 100644 --- a/xrlint/plugins/xcube/rules/cube_dims_order.py +++ b/xrlint/plugins/xcube/rules/cube_dims_order.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/data_var_colors.py b/xrlint/plugins/xcube/rules/data_var_colors.py index 5fe53aa..f3e1f3a 100644 --- a/xrlint/plugins/xcube/rules/data_var_colors.py +++ b/xrlint/plugins/xcube/rules/data_var_colors.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/dataset_title.py b/xrlint/plugins/xcube/rules/dataset_title.py index f4884ec..ca45cfd 100644 --- a/xrlint/plugins/xcube/rules/dataset_title.py +++ b/xrlint/plugins/xcube/rules/dataset_title.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/grid_mapping_naming.py b/xrlint/plugins/xcube/rules/grid_mapping_naming.py index d73fda2..b0e4a0a 100644 --- a/xrlint/plugins/xcube/rules/grid_mapping_naming.py +++ b/xrlint/plugins/xcube/rules/grid_mapping_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/increasing_time.py b/xrlint/plugins/xcube/rules/increasing_time.py index 271e5bf..f8560b7 100644 --- a/xrlint/plugins/xcube/rules/increasing_time.py +++ b/xrlint/plugins/xcube/rules/increasing_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/lat_lon_naming.py b/xrlint/plugins/xcube/rules/lat_lon_naming.py index ed44759..48a23f0 100644 --- a/xrlint/plugins/xcube/rules/lat_lon_naming.py +++ b/xrlint/plugins/xcube/rules/lat_lon_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_meta.py b/xrlint/plugins/xcube/rules/ml_dataset_meta.py index 0076f4a..7ff5131 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_meta.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_meta.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_time.py b/xrlint/plugins/xcube/rules/ml_dataset_time.py index 227b47f..4d66e4e 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_time.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_xy.py b/xrlint/plugins/xcube/rules/ml_dataset_xy.py index ecf5c9e..d44de48 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_xy.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_xy.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/no_chunked_coords.py b/xrlint/plugins/xcube/rules/no_chunked_coords.py index 49b34fd..94f26e3 100644 --- a/xrlint/plugins/xcube/rules/no_chunked_coords.py +++ b/xrlint/plugins/xcube/rules/no_chunked_coords.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/single_grid_mapping.py b/xrlint/plugins/xcube/rules/single_grid_mapping.py index 0cde32a..ad440b8 100644 --- a/xrlint/plugins/xcube/rules/single_grid_mapping.py +++ b/xrlint/plugins/xcube/rules/single_grid_mapping.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/time_naming.py b/xrlint/plugins/xcube/rules/time_naming.py index c44ffef..539bc78 100644 --- a/xrlint/plugins/xcube/rules/time_naming.py +++ b/xrlint/plugins/xcube/rules/time_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/util.py b/xrlint/plugins/xcube/util.py index c18b220..7d7e988 100644 --- a/xrlint/plugins/xcube/util.py +++ b/xrlint/plugins/xcube/util.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/processor.py b/xrlint/processor.py index 9a1060a..100cd3b 100644 --- a/xrlint/processor.py +++ b/xrlint/processor.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/result.py b/xrlint/result.py index e092759..df4b264 100644 --- a/xrlint/result.py +++ b/xrlint/result.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/rule.py b/xrlint/rule.py index d144291..0f7cb36 100644 --- a/xrlint/rule.py +++ b/xrlint/rule.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/testing.py b/xrlint/testing.py index 8b8cee8..72d4b89 100644 --- a/xrlint/testing.py +++ b/xrlint/testing.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/__init__.py b/xrlint/util/__init__.py index a1f53af..7348be3 100644 --- a/xrlint/util/__init__.py +++ b/xrlint/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/attrs.py b/xrlint/util/attrs.py index 2583ad4..99dd873 100644 --- a/xrlint/util/attrs.py +++ b/xrlint/util/attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/constructible.py b/xrlint/util/constructible.py index 402f881..20a9c8b 100644 --- a/xrlint/util/constructible.py +++ b/xrlint/util/constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/filefilter.py b/xrlint/util/filefilter.py index 7a2689a..596fa5b 100644 --- a/xrlint/util/filefilter.py +++ b/xrlint/util/filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/filepattern.py b/xrlint/util/filepattern.py index afce2b8..b2eb3e9 100644 --- a/xrlint/util/filepattern.py +++ b/xrlint/util/filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/formatting.py b/xrlint/util/formatting.py index da5937c..cd27d1f 100644 --- a/xrlint/util/formatting.py +++ b/xrlint/util/formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/importutil.py b/xrlint/util/importutil.py index cd4f7ef..171204c 100644 --- a/xrlint/util/importutil.py +++ b/xrlint/util/importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/merge.py b/xrlint/util/merge.py index 09f4d5d..3b23848 100644 --- a/xrlint/util/merge.py +++ b/xrlint/util/merge.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/naming.py b/xrlint/util/naming.py index a9ea577..72ba309 100644 --- a/xrlint/util/naming.py +++ b/xrlint/util/naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/schema.py b/xrlint/util/schema.py index 8b5d2cb..2812572 100644 --- a/xrlint/util/schema.py +++ b/xrlint/util/schema.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/serializable.py b/xrlint/util/serializable.py index b615a6e..e09d3a0 100644 --- a/xrlint/util/serializable.py +++ b/xrlint/util/serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/version.py b/xrlint/version.py index e1b9c0f..3fa0a40 100644 --- a/xrlint/version.py +++ b/xrlint/version.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH. +# Copyright © 2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). From cd20de30ca27d8f8ae312bfeb3577fceac9fb537 Mon Sep 17 00:00:00 2001 From: clarasb Date: Fri, 11 Sep 2026 10:21:52 +0200 Subject: [PATCH 3/3] update Copyright --- docs/mkruleref.py | 2 +- examples/__init__.py | 2 +- examples/check_s3_bucket.py | 2 +- examples/plugin_config.py | 2 +- examples/rule_testing.py | 2 +- examples/virtual_plugin_config.py | 2 +- notebooks/mkdataset.py | 2 +- tests/__init__.py | 2 +- tests/_linter/__init__.py | 2 +- tests/_linter/test_rulectx.py | 2 +- tests/cli/__init__.py | 2 +- tests/cli/configs/recommended.py | 2 +- tests/cli/helpers.py | 2 +- tests/cli/test_config.py | 2 +- tests/cli/test_main.py | 2 +- tests/formatters/__init__.py | 2 +- tests/formatters/helpers.py | 2 +- tests/formatters/test_html.py | 2 +- tests/formatters/test_json.py | 2 +- tests/formatters/test_simple.py | 2 +- tests/plugins/__init__.py | 2 +- tests/plugins/acdd/rules/test_attributes.py | 2 +- tests/plugins/acdd/rules/test_conventions.py | 2 +- tests/plugins/acdd/rules/test_id_blanks.py | 2 +- tests/plugins/acdd/rules/test_iso_dates.py | 2 +- tests/plugins/acdd/rules/test_metadata_link.py | 2 +- tests/plugins/acdd/test_plugin.py | 2 +- tests/plugins/core/__init__.py | 2 +- tests/plugins/core/rules/__init__.py | 2 +- tests/plugins/core/rules/test_access_latency.py | 2 +- tests/plugins/core/rules/test_content_desc.py | 2 +- tests/plugins/core/rules/test_conventions.py | 2 +- tests/plugins/core/rules/test_coords_for_dims.py | 2 +- tests/plugins/core/rules/test_grid_mappings.py | 2 +- tests/plugins/core/rules/test_lat_lon_coordinate.py | 2 +- tests/plugins/core/rules/test_no_empty_attrs.py | 2 +- tests/plugins/core/rules/test_no_empty_chunks.py | 2 +- tests/plugins/core/rules/test_time_coordinate.py | 2 +- tests/plugins/core/rules/test_var_desc.py | 2 +- tests/plugins/core/rules/test_var_flags.py | 2 +- tests/plugins/core/rules/test_var_missing_data.py | 2 +- tests/plugins/core/rules/test_var_units.py | 2 +- tests/plugins/core/test_plugin.py | 2 +- tests/plugins/xcube/__init__.py | 2 +- tests/plugins/xcube/helpers.py | 2 +- tests/plugins/xcube/processors/__init__.py | 2 +- tests/plugins/xcube/processors/test_mldataset.py | 2 +- tests/plugins/xcube/rules/__init__.py | 2 +- tests/plugins/xcube/rules/test_any_spatial_data_var.py | 2 +- tests/plugins/xcube/rules/test_cube_dims_order.py | 2 +- tests/plugins/xcube/rules/test_data_var_colors.py | 2 +- tests/plugins/xcube/rules/test_dataset_title.py | 2 +- tests/plugins/xcube/rules/test_grid_mapping_naming.py | 2 +- tests/plugins/xcube/rules/test_increasing_time.py | 2 +- tests/plugins/xcube/rules/test_lat_lon_naming.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_meta.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_time.py | 2 +- tests/plugins/xcube/rules/test_ml_dataset_xy.py | 2 +- tests/plugins/xcube/rules/test_no_chunked_coords.py | 2 +- tests/plugins/xcube/rules/test_single_grid_mapping.py | 2 +- tests/plugins/xcube/rules/test_time_naming.py | 2 +- tests/plugins/xcube/test_plugin.py | 2 +- tests/plugins/xcube/test_util.py | 2 +- tests/test_all.py | 2 +- tests/test_config.py | 2 +- tests/test_constants.py | 2 +- tests/test_examples.py | 2 +- tests/test_formatter.py | 2 +- tests/test_formatters.py | 2 +- tests/test_linter.py | 2 +- tests/test_node.py | 2 +- tests/test_operation.py | 2 +- tests/test_plugin.py | 2 +- tests/test_processor.py | 2 +- tests/test_result.py | 2 +- tests/test_rule.py | 2 +- tests/test_testing.py | 2 +- tests/util/__init__.py | 2 +- tests/util/test_attrs.py | 2 +- tests/util/test_constructible.py | 2 +- tests/util/test_filefilter.py | 2 +- tests/util/test_filepattern.py | 2 +- tests/util/test_formatting.py | 2 +- tests/util/test_importutil.py | 2 +- tests/util/test_importutil_pkg/__init__.py | 2 +- tests/util/test_importutil_pkg/module1.py | 2 +- tests/util/test_importutil_pkg/module2/__init__.py | 2 +- tests/util/test_merge.py | 2 +- tests/util/test_naming.py | 2 +- tests/util/test_schema.py | 2 +- tests/util/test_serializable.py | 2 +- xrlint/__init__.py | 2 +- xrlint/_linter/__init__.py | 2 +- xrlint/_linter/apply.py | 2 +- xrlint/_linter/rulectx.py | 2 +- xrlint/_linter/validate.py | 2 +- xrlint/all.py | 2 +- xrlint/cli/__init__.py | 2 +- xrlint/cli/config.py | 2 +- xrlint/cli/constants.py | 2 +- xrlint/cli/engine.py | 2 +- xrlint/cli/main.py | 2 +- xrlint/config.py | 2 +- xrlint/constants.py | 2 +- xrlint/formatter.py | 2 +- xrlint/formatters/__init__.py | 2 +- xrlint/formatters/html.py | 2 +- xrlint/formatters/json.py | 2 +- xrlint/formatters/simple.py | 2 +- xrlint/linter.py | 2 +- xrlint/node.py | 2 +- xrlint/operation.py | 2 +- xrlint/plugin.py | 2 +- xrlint/plugins/__init__.py | 2 +- xrlint/plugins/acdd/__init__.py | 2 +- xrlint/plugins/acdd/plugin.py | 2 +- xrlint/plugins/acdd/rules/attributes.py | 2 +- xrlint/plugins/acdd/rules/conventions.py | 2 +- xrlint/plugins/acdd/rules/iso_dates.py | 2 +- xrlint/plugins/acdd/rules/metadata_link.py | 2 +- xrlint/plugins/acdd/rules/no_id_blanks.py | 2 +- xrlint/plugins/core/__init__.py | 2 +- xrlint/plugins/core/plugin.py | 2 +- xrlint/plugins/core/rules/__init__.py | 2 +- xrlint/plugins/core/rules/access_latency.py | 2 +- xrlint/plugins/core/rules/content_desc.py | 2 +- xrlint/plugins/core/rules/conventions.py | 2 +- xrlint/plugins/core/rules/coords_for_dims.py | 2 +- xrlint/plugins/core/rules/grid_mappings.py | 2 +- xrlint/plugins/core/rules/lat_lon_coordinate.py | 2 +- xrlint/plugins/core/rules/no_empty_attrs.py | 2 +- xrlint/plugins/core/rules/no_empty_chunks.py | 2 +- xrlint/plugins/core/rules/time_coordinate.py | 2 +- xrlint/plugins/core/rules/var_desc.py | 2 +- xrlint/plugins/core/rules/var_flags.py | 2 +- xrlint/plugins/core/rules/var_missing_data.py | 2 +- xrlint/plugins/core/rules/var_units.py | 2 +- xrlint/plugins/xcube/__init__.py | 2 +- xrlint/plugins/xcube/constants.py | 2 +- xrlint/plugins/xcube/plugin.py | 2 +- xrlint/plugins/xcube/processors/__init__.py | 2 +- xrlint/plugins/xcube/processors/mldataset.py | 2 +- xrlint/plugins/xcube/rules/__init__.py | 2 +- xrlint/plugins/xcube/rules/any_spatial_data_var.py | 2 +- xrlint/plugins/xcube/rules/cube_dims_order.py | 2 +- xrlint/plugins/xcube/rules/data_var_colors.py | 2 +- xrlint/plugins/xcube/rules/dataset_title.py | 2 +- xrlint/plugins/xcube/rules/grid_mapping_naming.py | 2 +- xrlint/plugins/xcube/rules/increasing_time.py | 2 +- xrlint/plugins/xcube/rules/lat_lon_naming.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_meta.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_time.py | 2 +- xrlint/plugins/xcube/rules/ml_dataset_xy.py | 2 +- xrlint/plugins/xcube/rules/no_chunked_coords.py | 2 +- xrlint/plugins/xcube/rules/single_grid_mapping.py | 2 +- xrlint/plugins/xcube/rules/time_naming.py | 2 +- xrlint/plugins/xcube/util.py | 2 +- xrlint/processor.py | 2 +- xrlint/result.py | 2 +- xrlint/rule.py | 2 +- xrlint/testing.py | 2 +- xrlint/util/__init__.py | 2 +- xrlint/util/attrs.py | 2 +- xrlint/util/constructible.py | 2 +- xrlint/util/filefilter.py | 2 +- xrlint/util/filepattern.py | 2 +- xrlint/util/formatting.py | 2 +- xrlint/util/importutil.py | 2 +- xrlint/util/merge.py | 2 +- xrlint/util/naming.py | 2 +- xrlint/util/schema.py | 2 +- xrlint/util/serializable.py | 2 +- xrlint/version.py | 2 +- 173 files changed, 173 insertions(+), 173 deletions(-) diff --git a/docs/mkruleref.py b/docs/mkruleref.py index 3139b32..4b7f39c 100644 --- a/docs/mkruleref.py +++ b/docs/mkruleref.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/__init__.py b/examples/__init__.py index 7348be3..04e4fe9 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/check_s3_bucket.py b/examples/check_s3_bucket.py index a50da45..1262300 100644 --- a/examples/check_s3_bucket.py +++ b/examples/check_s3_bucket.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/plugin_config.py b/examples/plugin_config.py index 89469b0..efe5f93 100644 --- a/examples/plugin_config.py +++ b/examples/plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/rule_testing.py b/examples/rule_testing.py index 2f255eb..35369e2 100644 --- a/examples/rule_testing.py +++ b/examples/rule_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/examples/virtual_plugin_config.py b/examples/virtual_plugin_config.py index b28a3f5..19fd874 100644 --- a/examples/virtual_plugin_config.py +++ b/examples/virtual_plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/notebooks/mkdataset.py b/notebooks/mkdataset.py index a1c9a4b..52ed08a 100644 --- a/notebooks/mkdataset.py +++ b/notebooks/mkdataset.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/__init__.py b/tests/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/_linter/__init__.py b/tests/_linter/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/_linter/__init__.py +++ b/tests/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/_linter/test_rulectx.py b/tests/_linter/test_rulectx.py index f911660..81abc0a 100644 --- a/tests/_linter/test_rulectx.py +++ b/tests/_linter/test_rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/__init__.py b/tests/cli/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/cli/__init__.py +++ b/tests/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/configs/recommended.py b/tests/cli/configs/recommended.py index cf72754..b5aa798 100644 --- a/tests/cli/configs/recommended.py +++ b/tests/cli/configs/recommended.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/helpers.py b/tests/cli/helpers.py index 303b79e..34fe0d6 100644 --- a/tests/cli/helpers.py +++ b/tests/cli/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/test_config.py b/tests/cli/test_config.py index 4017eb7..3ed0b48 100644 --- a/tests/cli/test_config.py +++ b/tests/cli/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/cli/test_main.py b/tests/cli/test_main.py index 0fe393b..592af5b 100644 --- a/tests/cli/test_main.py +++ b/tests/cli/test_main.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/__init__.py b/tests/formatters/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/formatters/__init__.py +++ b/tests/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/helpers.py b/tests/formatters/helpers.py index f20ab17..099c864 100644 --- a/tests/formatters/helpers.py +++ b/tests/formatters/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_html.py b/tests/formatters/test_html.py index 12b22c4..16bea2d 100644 --- a/tests/formatters/test_html.py +++ b/tests/formatters/test_html.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_json.py b/tests/formatters/test_json.py index 1f86f35..89974b5 100644 --- a/tests/formatters/test_json.py +++ b/tests/formatters/test_json.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/formatters/test_simple.py b/tests/formatters/test_simple.py index 02a1d49..edb5a85 100644 --- a/tests/formatters/test_simple.py +++ b/tests/formatters/test_simple.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/__init__.py b/tests/plugins/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/plugins/__init__.py +++ b/tests/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_attributes.py b/tests/plugins/acdd/rules/test_attributes.py index 242fc89..aed628c 100644 --- a/tests/plugins/acdd/rules/test_attributes.py +++ b/tests/plugins/acdd/rules/test_attributes.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_conventions.py b/tests/plugins/acdd/rules/test_conventions.py index bc3ada9..c33dd98 100644 --- a/tests/plugins/acdd/rules/test_conventions.py +++ b/tests/plugins/acdd/rules/test_conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_id_blanks.py b/tests/plugins/acdd/rules/test_id_blanks.py index d6960b7..e3a0a53 100644 --- a/tests/plugins/acdd/rules/test_id_blanks.py +++ b/tests/plugins/acdd/rules/test_id_blanks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_iso_dates.py b/tests/plugins/acdd/rules/test_iso_dates.py index 0a51686..a628fad 100644 --- a/tests/plugins/acdd/rules/test_iso_dates.py +++ b/tests/plugins/acdd/rules/test_iso_dates.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/rules/test_metadata_link.py b/tests/plugins/acdd/rules/test_metadata_link.py index 21c00f6..4c5365f 100644 --- a/tests/plugins/acdd/rules/test_metadata_link.py +++ b/tests/plugins/acdd/rules/test_metadata_link.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/acdd/test_plugin.py b/tests/plugins/acdd/test_plugin.py index e6e05de..3874a49 100644 --- a/tests/plugins/acdd/test_plugin.py +++ b/tests/plugins/acdd/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/__init__.py b/tests/plugins/core/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/plugins/core/__init__.py +++ b/tests/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/__init__.py b/tests/plugins/core/rules/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/plugins/core/rules/__init__.py +++ b/tests/plugins/core/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_access_latency.py b/tests/plugins/core/rules/test_access_latency.py index 918ffd7..b37639c 100644 --- a/tests/plugins/core/rules/test_access_latency.py +++ b/tests/plugins/core/rules/test_access_latency.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_content_desc.py b/tests/plugins/core/rules/test_content_desc.py index a6fb212..f1d7da6 100644 --- a/tests/plugins/core/rules/test_content_desc.py +++ b/tests/plugins/core/rules/test_content_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_conventions.py b/tests/plugins/core/rules/test_conventions.py index 8f1cb20..b3cd2ff 100644 --- a/tests/plugins/core/rules/test_conventions.py +++ b/tests/plugins/core/rules/test_conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_coords_for_dims.py b/tests/plugins/core/rules/test_coords_for_dims.py index e4a40b7..922f513 100644 --- a/tests/plugins/core/rules/test_coords_for_dims.py +++ b/tests/plugins/core/rules/test_coords_for_dims.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_grid_mappings.py b/tests/plugins/core/rules/test_grid_mappings.py index af04d75..fd61492 100644 --- a/tests/plugins/core/rules/test_grid_mappings.py +++ b/tests/plugins/core/rules/test_grid_mappings.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_lat_lon_coordinate.py b/tests/plugins/core/rules/test_lat_lon_coordinate.py index 6ab4034..0d7010d 100644 --- a/tests/plugins/core/rules/test_lat_lon_coordinate.py +++ b/tests/plugins/core/rules/test_lat_lon_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_no_empty_attrs.py b/tests/plugins/core/rules/test_no_empty_attrs.py index 52af5d7..2e9d756 100644 --- a/tests/plugins/core/rules/test_no_empty_attrs.py +++ b/tests/plugins/core/rules/test_no_empty_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_no_empty_chunks.py b/tests/plugins/core/rules/test_no_empty_chunks.py index 37bca5e..30cb377 100644 --- a/tests/plugins/core/rules/test_no_empty_chunks.py +++ b/tests/plugins/core/rules/test_no_empty_chunks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_time_coordinate.py b/tests/plugins/core/rules/test_time_coordinate.py index 4a112ae..8f3581f 100644 --- a/tests/plugins/core/rules/test_time_coordinate.py +++ b/tests/plugins/core/rules/test_time_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_desc.py b/tests/plugins/core/rules/test_var_desc.py index 61dee61..c469d76 100644 --- a/tests/plugins/core/rules/test_var_desc.py +++ b/tests/plugins/core/rules/test_var_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_flags.py b/tests/plugins/core/rules/test_var_flags.py index e44c966..822b835 100644 --- a/tests/plugins/core/rules/test_var_flags.py +++ b/tests/plugins/core/rules/test_var_flags.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/rules/test_var_missing_data.py b/tests/plugins/core/rules/test_var_missing_data.py index ac67595..eb3babf 100644 --- a/tests/plugins/core/rules/test_var_missing_data.py +++ b/tests/plugins/core/rules/test_var_missing_data.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). import numpy as np diff --git a/tests/plugins/core/rules/test_var_units.py b/tests/plugins/core/rules/test_var_units.py index f226e4f..4520360 100644 --- a/tests/plugins/core/rules/test_var_units.py +++ b/tests/plugins/core/rules/test_var_units.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/core/test_plugin.py b/tests/plugins/core/test_plugin.py index b43a773..c0b45f7 100644 --- a/tests/plugins/core/test_plugin.py +++ b/tests/plugins/core/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/__init__.py b/tests/plugins/xcube/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/plugins/xcube/__init__.py +++ b/tests/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/helpers.py b/tests/plugins/xcube/helpers.py index 670b8d2..a949636 100644 --- a/tests/plugins/xcube/helpers.py +++ b/tests/plugins/xcube/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/processors/__init__.py b/tests/plugins/xcube/processors/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/plugins/xcube/processors/__init__.py +++ b/tests/plugins/xcube/processors/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/processors/test_mldataset.py b/tests/plugins/xcube/processors/test_mldataset.py index 09b331d..45f4cfe 100644 --- a/tests/plugins/xcube/processors/test_mldataset.py +++ b/tests/plugins/xcube/processors/test_mldataset.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/__init__.py b/tests/plugins/xcube/rules/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/plugins/xcube/rules/__init__.py +++ b/tests/plugins/xcube/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_any_spatial_data_var.py b/tests/plugins/xcube/rules/test_any_spatial_data_var.py index 075f610..5b3ff6d 100644 --- a/tests/plugins/xcube/rules/test_any_spatial_data_var.py +++ b/tests/plugins/xcube/rules/test_any_spatial_data_var.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_cube_dims_order.py b/tests/plugins/xcube/rules/test_cube_dims_order.py index 9e243d4..e964164 100644 --- a/tests/plugins/xcube/rules/test_cube_dims_order.py +++ b/tests/plugins/xcube/rules/test_cube_dims_order.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_data_var_colors.py b/tests/plugins/xcube/rules/test_data_var_colors.py index 44fcb3a..1125c60 100644 --- a/tests/plugins/xcube/rules/test_data_var_colors.py +++ b/tests/plugins/xcube/rules/test_data_var_colors.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_dataset_title.py b/tests/plugins/xcube/rules/test_dataset_title.py index 0dfe7b4..f55a014 100644 --- a/tests/plugins/xcube/rules/test_dataset_title.py +++ b/tests/plugins/xcube/rules/test_dataset_title.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_grid_mapping_naming.py b/tests/plugins/xcube/rules/test_grid_mapping_naming.py index 1347b22..c116a45 100644 --- a/tests/plugins/xcube/rules/test_grid_mapping_naming.py +++ b/tests/plugins/xcube/rules/test_grid_mapping_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_increasing_time.py b/tests/plugins/xcube/rules/test_increasing_time.py index 736efb3..049b3c0 100644 --- a/tests/plugins/xcube/rules/test_increasing_time.py +++ b/tests/plugins/xcube/rules/test_increasing_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_lat_lon_naming.py b/tests/plugins/xcube/rules/test_lat_lon_naming.py index 08720c3..2328c8f 100644 --- a/tests/plugins/xcube/rules/test_lat_lon_naming.py +++ b/tests/plugins/xcube/rules/test_lat_lon_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_meta.py b/tests/plugins/xcube/rules/test_ml_dataset_meta.py index 713ba8b..29ff8aa 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_meta.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_meta.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_time.py b/tests/plugins/xcube/rules/test_ml_dataset_time.py index 285350a..e6073a6 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_time.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_ml_dataset_xy.py b/tests/plugins/xcube/rules/test_ml_dataset_xy.py index f17b09f..424be6c 100644 --- a/tests/plugins/xcube/rules/test_ml_dataset_xy.py +++ b/tests/plugins/xcube/rules/test_ml_dataset_xy.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_no_chunked_coords.py b/tests/plugins/xcube/rules/test_no_chunked_coords.py index f436257..392d7b8 100644 --- a/tests/plugins/xcube/rules/test_no_chunked_coords.py +++ b/tests/plugins/xcube/rules/test_no_chunked_coords.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_single_grid_mapping.py b/tests/plugins/xcube/rules/test_single_grid_mapping.py index 4aa1994..9f9e404 100644 --- a/tests/plugins/xcube/rules/test_single_grid_mapping.py +++ b/tests/plugins/xcube/rules/test_single_grid_mapping.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/rules/test_time_naming.py b/tests/plugins/xcube/rules/test_time_naming.py index aaab9d0..6038ef1 100644 --- a/tests/plugins/xcube/rules/test_time_naming.py +++ b/tests/plugins/xcube/rules/test_time_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/test_plugin.py b/tests/plugins/xcube/test_plugin.py index db33613..9794703 100644 --- a/tests/plugins/xcube/test_plugin.py +++ b/tests/plugins/xcube/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/plugins/xcube/test_util.py b/tests/plugins/xcube/test_util.py index 40b6fe7..cb8c504 100644 --- a/tests/plugins/xcube/test_util.py +++ b/tests/plugins/xcube/test_util.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_all.py b/tests/test_all.py index 212e9d3..aa525eb 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_config.py b/tests/test_config.py index 42f06d5..df02fa7 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_constants.py b/tests/test_constants.py index f5502d3..33d6126 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_examples.py b/tests/test_examples.py index f23c2bf..8db564c 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_formatter.py b/tests/test_formatter.py index 0a55591..c342dbe 100644 --- a/tests/test_formatter.py +++ b/tests/test_formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_formatters.py b/tests/test_formatters.py index bfebe38..d1add36 100644 --- a/tests/test_formatters.py +++ b/tests/test_formatters.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_linter.py b/tests/test_linter.py index ee03cb5..bcef8a6 100644 --- a/tests/test_linter.py +++ b/tests/test_linter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_node.py b/tests/test_node.py index 1f238fa..436338d 100644 --- a/tests/test_node.py +++ b/tests/test_node.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_operation.py b/tests/test_operation.py index 7bfc1c8..33fcad8 100644 --- a/tests/test_operation.py +++ b/tests/test_operation.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_plugin.py b/tests/test_plugin.py index b678176..04a3501 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_processor.py b/tests/test_processor.py index 89504fa..84589a3 100644 --- a/tests/test_processor.py +++ b/tests/test_processor.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_result.py b/tests/test_result.py index 484616b..cde9f95 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_rule.py b/tests/test_rule.py index 005b16b..ea12d32 100644 --- a/tests/test_rule.py +++ b/tests/test_rule.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/test_testing.py b/tests/test_testing.py index 608c6c3..7329bea 100644 --- a/tests/test_testing.py +++ b/tests/test_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/__init__.py b/tests/util/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/util/__init__.py +++ b/tests/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_attrs.py b/tests/util/test_attrs.py index bd2f023..8292c3c 100644 --- a/tests/util/test_attrs.py +++ b/tests/util/test_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_constructible.py b/tests/util/test_constructible.py index 4fed345..f7c679d 100644 --- a/tests/util/test_constructible.py +++ b/tests/util/test_constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_filefilter.py b/tests/util/test_filefilter.py index 702a75a..1649e90 100644 --- a/tests/util/test_filefilter.py +++ b/tests/util/test_filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_filepattern.py b/tests/util/test_filepattern.py index b8279c0..073421a 100644 --- a/tests/util/test_filepattern.py +++ b/tests/util/test_filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_formatting.py b/tests/util/test_formatting.py index e66c047..e208452 100644 --- a/tests/util/test_formatting.py +++ b/tests/util/test_formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil.py b/tests/util/test_importutil.py index 15ea685..4765c77 100644 --- a/tests/util/test_importutil.py +++ b/tests/util/test_importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/__init__.py b/tests/util/test_importutil_pkg/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/util/test_importutil_pkg/__init__.py +++ b/tests/util/test_importutil_pkg/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/module1.py b/tests/util/test_importutil_pkg/module1.py index 7348be3..04e4fe9 100644 --- a/tests/util/test_importutil_pkg/module1.py +++ b/tests/util/test_importutil_pkg/module1.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_importutil_pkg/module2/__init__.py b/tests/util/test_importutil_pkg/module2/__init__.py index 7348be3..04e4fe9 100644 --- a/tests/util/test_importutil_pkg/module2/__init__.py +++ b/tests/util/test_importutil_pkg/module2/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_merge.py b/tests/util/test_merge.py index 221df3b..bc976d5 100644 --- a/tests/util/test_merge.py +++ b/tests/util/test_merge.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_naming.py b/tests/util/test_naming.py index 33a1c6f..d7f13fb 100644 --- a/tests/util/test_naming.py +++ b/tests/util/test_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_schema.py b/tests/util/test_schema.py index 1af3bd5..b4fffce 100644 --- a/tests/util/test_schema.py +++ b/tests/util/test_schema.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/tests/util/test_serializable.py b/tests/util/test_serializable.py index 8519ff0..b969fb3 100644 --- a/tests/util/test_serializable.py +++ b/tests/util/test_serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/__init__.py b/xrlint/__init__.py index 40a36c8..504a5e1 100644 --- a/xrlint/__init__.py +++ b/xrlint/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/__init__.py b/xrlint/_linter/__init__.py index f457cac..ed93c4b 100644 --- a/xrlint/_linter/__init__.py +++ b/xrlint/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/apply.py b/xrlint/_linter/apply.py index 7d1cee1..b5733ac 100644 --- a/xrlint/_linter/apply.py +++ b/xrlint/_linter/apply.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/rulectx.py b/xrlint/_linter/rulectx.py index 45ee973..b006c6a 100644 --- a/xrlint/_linter/rulectx.py +++ b/xrlint/_linter/rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/_linter/validate.py b/xrlint/_linter/validate.py index 438b129..e719c4f 100644 --- a/xrlint/_linter/validate.py +++ b/xrlint/_linter/validate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/all.py b/xrlint/all.py index c5474e0..1bd3a10 100644 --- a/xrlint/all.py +++ b/xrlint/all.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/__init__.py b/xrlint/cli/__init__.py index f457cac..ed93c4b 100644 --- a/xrlint/cli/__init__.py +++ b/xrlint/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/config.py b/xrlint/cli/config.py index a018461..8e7ae28 100644 --- a/xrlint/cli/config.py +++ b/xrlint/cli/config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/constants.py b/xrlint/cli/constants.py index 4c115e6..b716e9d 100644 --- a/xrlint/cli/constants.py +++ b/xrlint/cli/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/engine.py b/xrlint/cli/engine.py index d28fb6d..dfddc6d 100644 --- a/xrlint/cli/engine.py +++ b/xrlint/cli/engine.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/cli/main.py b/xrlint/cli/main.py index 755f8e7..07707e9 100644 --- a/xrlint/cli/main.py +++ b/xrlint/cli/main.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/config.py b/xrlint/config.py index 027247d..de9da61 100644 --- a/xrlint/config.py +++ b/xrlint/config.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/constants.py b/xrlint/constants.py index 7a0b966..a824f4a 100644 --- a/xrlint/constants.py +++ b/xrlint/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatter.py b/xrlint/formatter.py index b1e5114..b52bd99 100644 --- a/xrlint/formatter.py +++ b/xrlint/formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/__init__.py b/xrlint/formatters/__init__.py index fe4d562..6f1a319 100644 --- a/xrlint/formatters/__init__.py +++ b/xrlint/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/html.py b/xrlint/formatters/html.py index 447f8ed..b6b3751 100644 --- a/xrlint/formatters/html.py +++ b/xrlint/formatters/html.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/json.py b/xrlint/formatters/json.py index 35cdcf9..494deae 100644 --- a/xrlint/formatters/json.py +++ b/xrlint/formatters/json.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/formatters/simple.py b/xrlint/formatters/simple.py index 15e76d7..b753b25 100644 --- a/xrlint/formatters/simple.py +++ b/xrlint/formatters/simple.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/linter.py b/xrlint/linter.py index af00343..75b482a 100644 --- a/xrlint/linter.py +++ b/xrlint/linter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/node.py b/xrlint/node.py index a73c21c..6427b3f 100644 --- a/xrlint/node.py +++ b/xrlint/node.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/operation.py b/xrlint/operation.py index e98ad62..9846866 100644 --- a/xrlint/operation.py +++ b/xrlint/operation.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugin.py b/xrlint/plugin.py index ee7568a..cf94d21 100644 --- a/xrlint/plugin.py +++ b/xrlint/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/__init__.py b/xrlint/plugins/__init__.py index f457cac..ed93c4b 100644 --- a/xrlint/plugins/__init__.py +++ b/xrlint/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/__init__.py b/xrlint/plugins/acdd/__init__.py index 88f87ab..9cafd96 100644 --- a/xrlint/plugins/acdd/__init__.py +++ b/xrlint/plugins/acdd/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/plugin.py b/xrlint/plugins/acdd/plugin.py index a142965..d892240 100644 --- a/xrlint/plugins/acdd/plugin.py +++ b/xrlint/plugins/acdd/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/attributes.py b/xrlint/plugins/acdd/rules/attributes.py index a5f66f7..9429e9b 100644 --- a/xrlint/plugins/acdd/rules/attributes.py +++ b/xrlint/plugins/acdd/rules/attributes.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/conventions.py b/xrlint/plugins/acdd/rules/conventions.py index cc83444..92d5a74 100644 --- a/xrlint/plugins/acdd/rules/conventions.py +++ b/xrlint/plugins/acdd/rules/conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/iso_dates.py b/xrlint/plugins/acdd/rules/iso_dates.py index 7c57df0..826755a 100644 --- a/xrlint/plugins/acdd/rules/iso_dates.py +++ b/xrlint/plugins/acdd/rules/iso_dates.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/metadata_link.py b/xrlint/plugins/acdd/rules/metadata_link.py index 0bdcff4..d48e7da 100644 --- a/xrlint/plugins/acdd/rules/metadata_link.py +++ b/xrlint/plugins/acdd/rules/metadata_link.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/acdd/rules/no_id_blanks.py b/xrlint/plugins/acdd/rules/no_id_blanks.py index 45609a6..d61bda5 100644 --- a/xrlint/plugins/acdd/rules/no_id_blanks.py +++ b/xrlint/plugins/acdd/rules/no_id_blanks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/__init__.py b/xrlint/plugins/core/__init__.py index 049c7d7..cf97fc4 100644 --- a/xrlint/plugins/core/__init__.py +++ b/xrlint/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/plugin.py b/xrlint/plugins/core/plugin.py index 1de14d4..133bf53 100644 --- a/xrlint/plugins/core/plugin.py +++ b/xrlint/plugins/core/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/__init__.py b/xrlint/plugins/core/rules/__init__.py index 7348be3..04e4fe9 100644 --- a/xrlint/plugins/core/rules/__init__.py +++ b/xrlint/plugins/core/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/access_latency.py b/xrlint/plugins/core/rules/access_latency.py index 21bbb54..de753e2 100644 --- a/xrlint/plugins/core/rules/access_latency.py +++ b/xrlint/plugins/core/rules/access_latency.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/content_desc.py b/xrlint/plugins/core/rules/content_desc.py index d57ab4b..33b333b 100644 --- a/xrlint/plugins/core/rules/content_desc.py +++ b/xrlint/plugins/core/rules/content_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/conventions.py b/xrlint/plugins/core/rules/conventions.py index a18f628..2e11f98 100644 --- a/xrlint/plugins/core/rules/conventions.py +++ b/xrlint/plugins/core/rules/conventions.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/coords_for_dims.py b/xrlint/plugins/core/rules/coords_for_dims.py index 61f607b..4e7d9b6 100644 --- a/xrlint/plugins/core/rules/coords_for_dims.py +++ b/xrlint/plugins/core/rules/coords_for_dims.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/grid_mappings.py b/xrlint/plugins/core/rules/grid_mappings.py index c904b3a..a5a7972 100644 --- a/xrlint/plugins/core/rules/grid_mappings.py +++ b/xrlint/plugins/core/rules/grid_mappings.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/lat_lon_coordinate.py b/xrlint/plugins/core/rules/lat_lon_coordinate.py index 3985714..274b0c4 100644 --- a/xrlint/plugins/core/rules/lat_lon_coordinate.py +++ b/xrlint/plugins/core/rules/lat_lon_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/no_empty_attrs.py b/xrlint/plugins/core/rules/no_empty_attrs.py index f6e50df..f2cc33f 100644 --- a/xrlint/plugins/core/rules/no_empty_attrs.py +++ b/xrlint/plugins/core/rules/no_empty_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/no_empty_chunks.py b/xrlint/plugins/core/rules/no_empty_chunks.py index 6dc81c9..ea70be5 100644 --- a/xrlint/plugins/core/rules/no_empty_chunks.py +++ b/xrlint/plugins/core/rules/no_empty_chunks.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/time_coordinate.py b/xrlint/plugins/core/rules/time_coordinate.py index f6e2cac..409d13c 100644 --- a/xrlint/plugins/core/rules/time_coordinate.py +++ b/xrlint/plugins/core/rules/time_coordinate.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_desc.py b/xrlint/plugins/core/rules/var_desc.py index 2e46564..4aaff91 100644 --- a/xrlint/plugins/core/rules/var_desc.py +++ b/xrlint/plugins/core/rules/var_desc.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_flags.py b/xrlint/plugins/core/rules/var_flags.py index d62972b..b151911 100644 --- a/xrlint/plugins/core/rules/var_flags.py +++ b/xrlint/plugins/core/rules/var_flags.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_missing_data.py b/xrlint/plugins/core/rules/var_missing_data.py index ee3d49d..b96155a 100644 --- a/xrlint/plugins/core/rules/var_missing_data.py +++ b/xrlint/plugins/core/rules/var_missing_data.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/core/rules/var_units.py b/xrlint/plugins/core/rules/var_units.py index b150e0d..a684e53 100644 --- a/xrlint/plugins/core/rules/var_units.py +++ b/xrlint/plugins/core/rules/var_units.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/__init__.py b/xrlint/plugins/xcube/__init__.py index c9cd090..3bdc19e 100644 --- a/xrlint/plugins/xcube/__init__.py +++ b/xrlint/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/constants.py b/xrlint/plugins/xcube/constants.py index c574b3e..026c537 100644 --- a/xrlint/plugins/xcube/constants.py +++ b/xrlint/plugins/xcube/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/plugin.py b/xrlint/plugins/xcube/plugin.py index dda33e0..cd9ed16 100644 --- a/xrlint/plugins/xcube/plugin.py +++ b/xrlint/plugins/xcube/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/processors/__init__.py b/xrlint/plugins/xcube/processors/__init__.py index 7348be3..04e4fe9 100644 --- a/xrlint/plugins/xcube/processors/__init__.py +++ b/xrlint/plugins/xcube/processors/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/processors/mldataset.py b/xrlint/plugins/xcube/processors/mldataset.py index 8be7c02..3a7d3d0 100644 --- a/xrlint/plugins/xcube/processors/mldataset.py +++ b/xrlint/plugins/xcube/processors/mldataset.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/__init__.py b/xrlint/plugins/xcube/rules/__init__.py index 7348be3..04e4fe9 100644 --- a/xrlint/plugins/xcube/rules/__init__.py +++ b/xrlint/plugins/xcube/rules/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/any_spatial_data_var.py b/xrlint/plugins/xcube/rules/any_spatial_data_var.py index 0ff418e..6e0c03a 100644 --- a/xrlint/plugins/xcube/rules/any_spatial_data_var.py +++ b/xrlint/plugins/xcube/rules/any_spatial_data_var.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/cube_dims_order.py b/xrlint/plugins/xcube/rules/cube_dims_order.py index 1077704..07ac3b3 100644 --- a/xrlint/plugins/xcube/rules/cube_dims_order.py +++ b/xrlint/plugins/xcube/rules/cube_dims_order.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/data_var_colors.py b/xrlint/plugins/xcube/rules/data_var_colors.py index f3e1f3a..fd2f62c 100644 --- a/xrlint/plugins/xcube/rules/data_var_colors.py +++ b/xrlint/plugins/xcube/rules/data_var_colors.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/dataset_title.py b/xrlint/plugins/xcube/rules/dataset_title.py index ca45cfd..25400e5 100644 --- a/xrlint/plugins/xcube/rules/dataset_title.py +++ b/xrlint/plugins/xcube/rules/dataset_title.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/grid_mapping_naming.py b/xrlint/plugins/xcube/rules/grid_mapping_naming.py index b0e4a0a..0af2e36 100644 --- a/xrlint/plugins/xcube/rules/grid_mapping_naming.py +++ b/xrlint/plugins/xcube/rules/grid_mapping_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/increasing_time.py b/xrlint/plugins/xcube/rules/increasing_time.py index f8560b7..91328a2 100644 --- a/xrlint/plugins/xcube/rules/increasing_time.py +++ b/xrlint/plugins/xcube/rules/increasing_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/lat_lon_naming.py b/xrlint/plugins/xcube/rules/lat_lon_naming.py index 48a23f0..8fb7c46 100644 --- a/xrlint/plugins/xcube/rules/lat_lon_naming.py +++ b/xrlint/plugins/xcube/rules/lat_lon_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_meta.py b/xrlint/plugins/xcube/rules/ml_dataset_meta.py index 7ff5131..41d9591 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_meta.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_meta.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_time.py b/xrlint/plugins/xcube/rules/ml_dataset_time.py index 4d66e4e..0da67c4 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_time.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_time.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/ml_dataset_xy.py b/xrlint/plugins/xcube/rules/ml_dataset_xy.py index d44de48..cb9665d 100644 --- a/xrlint/plugins/xcube/rules/ml_dataset_xy.py +++ b/xrlint/plugins/xcube/rules/ml_dataset_xy.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/no_chunked_coords.py b/xrlint/plugins/xcube/rules/no_chunked_coords.py index 94f26e3..12b46b8 100644 --- a/xrlint/plugins/xcube/rules/no_chunked_coords.py +++ b/xrlint/plugins/xcube/rules/no_chunked_coords.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/single_grid_mapping.py b/xrlint/plugins/xcube/rules/single_grid_mapping.py index ad440b8..d7c6c5f 100644 --- a/xrlint/plugins/xcube/rules/single_grid_mapping.py +++ b/xrlint/plugins/xcube/rules/single_grid_mapping.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/rules/time_naming.py b/xrlint/plugins/xcube/rules/time_naming.py index 539bc78..c7c59ad 100644 --- a/xrlint/plugins/xcube/rules/time_naming.py +++ b/xrlint/plugins/xcube/rules/time_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/plugins/xcube/util.py b/xrlint/plugins/xcube/util.py index 7d7e988..dc084d4 100644 --- a/xrlint/plugins/xcube/util.py +++ b/xrlint/plugins/xcube/util.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/processor.py b/xrlint/processor.py index 100cd3b..8e600ef 100644 --- a/xrlint/processor.py +++ b/xrlint/processor.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/result.py b/xrlint/result.py index df4b264..b01de3c 100644 --- a/xrlint/result.py +++ b/xrlint/result.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/rule.py b/xrlint/rule.py index 0f7cb36..d044080 100644 --- a/xrlint/rule.py +++ b/xrlint/rule.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/testing.py b/xrlint/testing.py index 72d4b89..99880bd 100644 --- a/xrlint/testing.py +++ b/xrlint/testing.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/__init__.py b/xrlint/util/__init__.py index 7348be3..04e4fe9 100644 --- a/xrlint/util/__init__.py +++ b/xrlint/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/attrs.py b/xrlint/util/attrs.py index 99dd873..c617ba0 100644 --- a/xrlint/util/attrs.py +++ b/xrlint/util/attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/constructible.py b/xrlint/util/constructible.py index 20a9c8b..c2f584c 100644 --- a/xrlint/util/constructible.py +++ b/xrlint/util/constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/filefilter.py b/xrlint/util/filefilter.py index 596fa5b..86f1854 100644 --- a/xrlint/util/filefilter.py +++ b/xrlint/util/filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/filepattern.py b/xrlint/util/filepattern.py index b2eb3e9..6112204 100644 --- a/xrlint/util/filepattern.py +++ b/xrlint/util/filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/formatting.py b/xrlint/util/formatting.py index cd27d1f..ffaf442 100644 --- a/xrlint/util/formatting.py +++ b/xrlint/util/formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/importutil.py b/xrlint/util/importutil.py index 171204c..12acd7c 100644 --- a/xrlint/util/importutil.py +++ b/xrlint/util/importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/merge.py b/xrlint/util/merge.py index 3b23848..2c61281 100644 --- a/xrlint/util/merge.py +++ b/xrlint/util/merge.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/naming.py b/xrlint/util/naming.py index 72ba309..370b546 100644 --- a/xrlint/util/naming.py +++ b/xrlint/util/naming.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/schema.py b/xrlint/util/schema.py index 2812572..401eb00 100644 --- a/xrlint/util/schema.py +++ b/xrlint/util/schema.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/util/serializable.py b/xrlint/util/serializable.py index e09d3a0..d7b2f2c 100644 --- a/xrlint/util/serializable.py +++ b/xrlint/util/serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). diff --git a/xrlint/version.py b/xrlint/version.py index 3fa0a40..2e1f55d 100644 --- a/xrlint/version.py +++ b/xrlint/version.py @@ -1,4 +1,4 @@ -# Copyright © 2026 Brockmann Consult GmbH and contributors. +# Copyright © 2025-2026 Brockmann Consult GmbH and contributors. # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/).