From 7db4b5ee3b41f9e0d7fc9351060ac3d08418b06b Mon Sep 17 00:00:00 2001 From: clarasb Date: Mon, 31 Aug 2026 14:30:59 +0200 Subject: [PATCH] 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/).