diff --git a/docs/mkruleref.py b/docs/mkruleref.py index 359e6fc..4b7f39c 100644 --- a/docs/mkruleref.py +++ b/docs/mkruleref.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 afe777d..1262300 100644 --- a/examples/check_s3_bucket.py +++ b/examples/check_s3_bucket.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 dec744b..efe5f93 100644 --- a/examples/plugin_config.py +++ b/examples/plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 6af8028..35369e2 100644 --- a/examples/rule_testing.py +++ b/examples/rule_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 d6008c9..19fd874 100644 --- a/examples/virtual_plugin_config.py +++ b/examples/virtual_plugin_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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/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 4322198..52ed08a 100644 --- a/notebooks/mkdataset.py +++ b/notebooks/mkdataset.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/tests/_linter/__init__.py +++ b/tests/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 62f4a68..81abc0a 100644 --- a/tests/_linter/test_rulectx.py +++ b/tests/_linter/test_rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/tests/cli/__init__.py +++ b/tests/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 45439fe..b5aa798 100644 --- a/tests/cli/configs/recommended.py +++ b/tests/cli/configs/recommended.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 78a7b8a..34fe0d6 100644 --- a/tests/cli/helpers.py +++ b/tests/cli/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 160943b..3ed0b48 100644 --- a/tests/cli/test_config.py +++ b/tests/cli/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 0c73222..592af5b 100644 --- a/tests/cli/test_main.py +++ b/tests/cli/test_main.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/tests/formatters/__init__.py +++ b/tests/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 02b6286..099c864 100644 --- a/tests/formatters/helpers.py +++ b/tests/formatters/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 3ea21e0..16bea2d 100644 --- a/tests/formatters/test_html.py +++ b/tests/formatters/test_html.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 2f1a2bc..89974b5 100644 --- a/tests/formatters/test_json.py +++ b/tests/formatters/test_json.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 b22be13..edb5a85 100644 --- a/tests/formatters/test_simple.py +++ b/tests/formatters/test_simple.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/tests/plugins/__init__.py +++ b/tests/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 7b043ff..aed628c 100644 --- a/tests/plugins/acdd/rules/test_attributes.py +++ b/tests/plugins/acdd/rules/test_attributes.py @@ -1,3 +1,7 @@ +# 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 xarray as xr from xrlint.plugins.acdd.rules.attributes import ( diff --git a/tests/plugins/acdd/rules/test_conventions.py b/tests/plugins/acdd/rules/test_conventions.py index a931db8..c33dd98 100644 --- a/tests/plugins/acdd/rules/test_conventions.py +++ b/tests/plugins/acdd/rules/test_conventions.py @@ -1,3 +1,7 @@ +# 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 xarray as xr from xrlint.plugins.acdd.rules.conventions import Conventions diff --git a/tests/plugins/acdd/rules/test_id_blanks.py b/tests/plugins/acdd/rules/test_id_blanks.py index 41b1fd3..e3a0a53 100644 --- a/tests/plugins/acdd/rules/test_id_blanks.py +++ b/tests/plugins/acdd/rules/test_id_blanks.py @@ -1,3 +1,7 @@ +# 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 xarray as xr from xrlint.plugins.acdd.rules.no_id_blanks import NoBlanksInID diff --git a/tests/plugins/acdd/rules/test_iso_dates.py b/tests/plugins/acdd/rules/test_iso_dates.py index 3f8f497..a628fad 100644 --- a/tests/plugins/acdd/rules/test_iso_dates.py +++ b/tests/plugins/acdd/rules/test_iso_dates.py @@ -1,3 +1,7 @@ +# 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 xarray as xr from xrlint.plugins.acdd.rules.iso_dates import IsoDates diff --git a/tests/plugins/acdd/rules/test_metadata_link.py b/tests/plugins/acdd/rules/test_metadata_link.py index 5e17fc5..4c5365f 100644 --- a/tests/plugins/acdd/rules/test_metadata_link.py +++ b/tests/plugins/acdd/rules/test_metadata_link.py @@ -1,3 +1,7 @@ +# 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 xarray as xr from xrlint.plugins.acdd.rules.metadata_link import MetadataLink diff --git a/tests/plugins/acdd/test_plugin.py b/tests/plugins/acdd/test_plugin.py index abac793..3874a49 100644 --- a/tests/plugins/acdd/test_plugin.py +++ b/tests/plugins/acdd/test_plugin.py @@ -1,3 +1,7 @@ +# 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/). + 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..04e4fe9 100644 --- a/tests/plugins/core/__init__.py +++ b/tests/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 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 © 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 12e2881..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 © 2025 Brockmann Consult GmbH. +# 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 75aed54..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 © 2025 Brockmann Consult GmbH. +# 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 3605b9e..b3cd2ff 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 © 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 d8322bb..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 © 2025 Brockmann Consult GmbH. +# 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 b825e82..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 © 2025 Brockmann Consult GmbH. +# 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 18a2286..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 © 2025 Brockmann Consult GmbH. +# 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 a67fc0e..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 © 2025 Brockmann Consult GmbH. +# 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 f6d6f77..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 © 2025 Brockmann Consult GmbH. +# 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 94b233f..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 © 2025 Brockmann Consult GmbH. +# 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 9780a40..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 © 2025 Brockmann Consult GmbH. +# 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 5525f54..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 © 2025 Brockmann Consult GmbH. +# 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 87b206d..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 © 2025 Brockmann Consult GmbH. +# 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 13fb6cb..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 © 2025 Brockmann Consult GmbH. +# 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 f82546d..c0b45f7 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 © 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 f0b6197..04e4fe9 100644 --- a/tests/plugins/xcube/__init__.py +++ b/tests/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 c7e5c47..a949636 100644 --- a/tests/plugins/xcube/helpers.py +++ b/tests/plugins/xcube/helpers.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 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 © 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 9b306e8..45f4cfe 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 © 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 f0b6197..04e4fe9 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 © 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 9b79b82..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 © 2025 Brockmann Consult GmbH. +# 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 62637a9..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 © 2025 Brockmann Consult GmbH. +# 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 9f3bee6..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 © 2025 Brockmann Consult GmbH. +# 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 6f61211..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 © 2025 Brockmann Consult GmbH. +# 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 686fcd0..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 © 2025 Brockmann Consult GmbH. +# 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 d81ae5e..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 © 2025 Brockmann Consult GmbH. +# 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 90d016e..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 © 2025 Brockmann Consult GmbH. +# 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 31ea42a..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 © 2025 Brockmann Consult GmbH. +# 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 093933b..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 © 2025 Brockmann Consult GmbH. +# 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 63f0076..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 © 2025 Brockmann Consult GmbH. +# 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 defb272..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 © 2025 Brockmann Consult GmbH. +# 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 7966d1a..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 © 2025 Brockmann Consult GmbH. +# 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 04031a3..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 © 2025 Brockmann Consult GmbH. +# 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 8dbc7cc..9794703 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 © 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 6611765..cb8c504 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 © 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 55e7ca6..aa525eb 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 bedf4c9..df02fa7 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 2f421d3..33d6126 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 1dad255..8db564c 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 c18a6d6..c342dbe 100644 --- a/tests/test_formatter.py +++ b/tests/test_formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 b03fd7e..d1add36 100644 --- a/tests/test_formatters.py +++ b/tests/test_formatters.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 eecc27d..bcef8a6 100644 --- a/tests/test_linter.py +++ b/tests/test_linter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 8f305e9..436338d 100644 --- a/tests/test_node.py +++ b/tests/test_node.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 c369b80..33fcad8 100644 --- a/tests/test_operation.py +++ b/tests/test_operation.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f7b610c..04a3501 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 8d70d08..84589a3 100644 --- a/tests/test_processor.py +++ b/tests/test_processor.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 506cf3c..cde9f95 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 ef03384..ea12d32 100644 --- a/tests/test_rule.py +++ b/tests/test_rule.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 91fa803..7329bea 100644 --- a/tests/test_testing.py +++ b/tests/test_testing.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/tests/util/__init__.py +++ b/tests/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 337c777..8292c3c 100644 --- a/tests/util/test_attrs.py +++ b/tests/util/test_attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 1caad85..f7c679d 100644 --- a/tests/util/test_constructible.py +++ b/tests/util/test_constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 6adec74..1649e90 100644 --- a/tests/util/test_filefilter.py +++ b/tests/util/test_filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 61e5006..073421a 100644 --- a/tests/util/test_filepattern.py +++ b/tests/util/test_filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 20368ef..e208452 100644 --- a/tests/util/test_formatting.py +++ b/tests/util/test_formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 ecee2b5..4765c77 100644 --- a/tests/util/test_importutil.py +++ b/tests/util/test_importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 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 © 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 f0b6197..04e4fe9 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 © 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 f0b6197..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 © 2025 Brockmann Consult GmbH. +# 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 f86628e..bc976d5 100644 --- a/tests/util/test_merge.py +++ b/tests/util/test_merge.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 6801dc9..d7f13fb 100644 --- a/tests/util/test_naming.py +++ b/tests/util/test_naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 490ae3f..b4fffce 100644 --- a/tests/util/test_schema.py +++ b/tests/util/test_schema.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f785dbb..b969fb3 100644 --- a/tests/util/test_serializable.py +++ b/tests/util/test_serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 59ab44a..504a5e1 100644 --- a/xrlint/__init__.py +++ b/xrlint/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 c552501..ed93c4b 100644 --- a/xrlint/_linter/__init__.py +++ b/xrlint/_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 8544717..b5733ac 100644 --- a/xrlint/_linter/apply.py +++ b/xrlint/_linter/apply.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 b62018e..b006c6a 100644 --- a/xrlint/_linter/rulectx.py +++ b/xrlint/_linter/rulectx.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 efbfdef..e719c4f 100644 --- a/xrlint/_linter/validate.py +++ b/xrlint/_linter/validate.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 fcba6cc..1bd3a10 100644 --- a/xrlint/all.py +++ b/xrlint/all.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 c552501..ed93c4b 100644 --- a/xrlint/cli/__init__.py +++ b/xrlint/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 2816929..8e7ae28 100644 --- a/xrlint/cli/config.py +++ b/xrlint/cli/config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 8ed38b0..b716e9d 100644 --- a/xrlint/cli/constants.py +++ b/xrlint/cli/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 0c60fa5..dfddc6d 100644 --- a/xrlint/cli/engine.py +++ b/xrlint/cli/engine.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 daf476f..07707e9 100644 --- a/xrlint/cli/main.py +++ b/xrlint/cli/main.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f04ec56..de9da61 100644 --- a/xrlint/config.py +++ b/xrlint/config.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 d2b12a1..a824f4a 100644 --- a/xrlint/constants.py +++ b/xrlint/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f59cef1..b52bd99 100644 --- a/xrlint/formatter.py +++ b/xrlint/formatter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 a88a8ee..6f1a319 100644 --- a/xrlint/formatters/__init__.py +++ b/xrlint/formatters/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 9039d1f..b6b3751 100644 --- a/xrlint/formatters/html.py +++ b/xrlint/formatters/html.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 5df3de1..494deae 100644 --- a/xrlint/formatters/json.py +++ b/xrlint/formatters/json.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 bd0df95..b753b25 100644 --- a/xrlint/formatters/simple.py +++ b/xrlint/formatters/simple.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 7850c52..75b482a 100644 --- a/xrlint/linter.py +++ b/xrlint/linter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 4774a5d..6427b3f 100644 --- a/xrlint/node.py +++ b/xrlint/node.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f05dfb1..9846866 100644 --- a/xrlint/operation.py +++ b/xrlint/operation.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 915d7ec..cf94d21 100644 --- a/xrlint/plugin.py +++ b/xrlint/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 c552501..ed93c4b 100644 --- a/xrlint/plugins/__init__.py +++ b/xrlint/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 1aa4105..9cafd96 100644 --- a/xrlint/plugins/acdd/__init__.py +++ b/xrlint/plugins/acdd/__init__.py @@ -1,3 +1,7 @@ +# 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/). + 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..d892240 100644 --- a/xrlint/plugins/acdd/plugin.py +++ b/xrlint/plugins/acdd/plugin.py @@ -1,3 +1,7 @@ +# 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/). + 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 cf3aa3e..9429e9b 100644 --- a/xrlint/plugins/acdd/rules/attributes.py +++ b/xrlint/plugins/acdd/rules/attributes.py @@ -1,3 +1,7 @@ +# 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/). + 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 52807a2..92d5a74 100644 --- a/xrlint/plugins/acdd/rules/conventions.py +++ b/xrlint/plugins/acdd/rules/conventions.py @@ -1,3 +1,7 @@ +# 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/). + from xrlint.node import DatasetNode from xrlint.plugins.acdd.plugin import plugin from xrlint.rule import RuleContext, RuleOp diff --git a/xrlint/plugins/acdd/rules/iso_dates.py b/xrlint/plugins/acdd/rules/iso_dates.py index c4a6be9..826755a 100644 --- a/xrlint/plugins/acdd/rules/iso_dates.py +++ b/xrlint/plugins/acdd/rules/iso_dates.py @@ -1,3 +1,7 @@ +# 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 isodate from xrlint.node import DatasetNode diff --git a/xrlint/plugins/acdd/rules/metadata_link.py b/xrlint/plugins/acdd/rules/metadata_link.py index 042eba1..d48e7da 100644 --- a/xrlint/plugins/acdd/rules/metadata_link.py +++ b/xrlint/plugins/acdd/rules/metadata_link.py @@ -1,3 +1,7 @@ +# 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/). + from xrlint.node import DatasetNode from xrlint.plugins.acdd.plugin import plugin from xrlint.rule import RuleContext, RuleOp diff --git a/xrlint/plugins/acdd/rules/no_id_blanks.py b/xrlint/plugins/acdd/rules/no_id_blanks.py index af9ac9f..d61bda5 100644 --- a/xrlint/plugins/acdd/rules/no_id_blanks.py +++ b/xrlint/plugins/acdd/rules/no_id_blanks.py @@ -1,3 +1,7 @@ +# 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/). + from xrlint.node import DatasetNode from xrlint.plugins.acdd.plugin import plugin from xrlint.rule import RuleContext, RuleOp diff --git a/xrlint/plugins/core/__init__.py b/xrlint/plugins/core/__init__.py index 320cf5b..cf97fc4 100644 --- a/xrlint/plugins/core/__init__.py +++ b/xrlint/plugins/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 d6e142d..133bf53 100644 --- a/xrlint/plugins/core/plugin.py +++ b/xrlint/plugins/core/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 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 © 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 c1545db..de753e2 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 © 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 60310e5..33b333b 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 © 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 17d8879..2e11f98 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 © 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 c562a34..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 © 2025 Brockmann Consult GmbH. +# 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 bd8aa97..a5a7972 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 © 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 0a85741..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 © 2025 Brockmann Consult GmbH. +# 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 21d1057..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 © 2025 Brockmann Consult GmbH. +# 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 8fdfa37..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 © 2025 Brockmann Consult GmbH. +# 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 797ca64..409d13c 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 © 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 d4200f8..4aaff91 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 © 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 c3510ed..b151911 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 © 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 a8afbed..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 © 2025 Brockmann Consult GmbH. +# 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 99374c6..a684e53 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 © 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 bce9aee..3bdc19e 100644 --- a/xrlint/plugins/xcube/__init__.py +++ b/xrlint/plugins/xcube/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 8169e20..026c537 100644 --- a/xrlint/plugins/xcube/constants.py +++ b/xrlint/plugins/xcube/constants.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 0816b8d..cd9ed16 100644 --- a/xrlint/plugins/xcube/plugin.py +++ b/xrlint/plugins/xcube/plugin.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 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 © 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 92847c6..3a7d3d0 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 © 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 f0b6197..04e4fe9 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 © 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 c4dd296..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 © 2025 Brockmann Consult GmbH. +# 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 66da4d3..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 © 2025 Brockmann Consult GmbH. +# 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 fa43112..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 © 2025 Brockmann Consult GmbH. +# 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 0af5c23..25400e5 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 © 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 53b6585..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 © 2025 Brockmann Consult GmbH. +# 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 dd4bd6a..91328a2 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 © 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 1f8ff7d..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 © 2025 Brockmann Consult GmbH. +# 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 acf9a69..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 © 2025 Brockmann Consult GmbH. +# 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 80487e8..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 © 2025 Brockmann Consult GmbH. +# 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 822b4cd..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 © 2025 Brockmann Consult GmbH. +# 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 aea4db2..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 © 2025 Brockmann Consult GmbH. +# 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 42c79c3..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 © 2025 Brockmann Consult GmbH. +# 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 935c67a..c7c59ad 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 © 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 ca04514..dc084d4 100644 --- a/xrlint/plugins/xcube/util.py +++ b/xrlint/plugins/xcube/util.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 d0263cf..8e600ef 100644 --- a/xrlint/processor.py +++ b/xrlint/processor.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 027ce72..b01de3c 100644 --- a/xrlint/result.py +++ b/xrlint/result.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 ff48cc9..d044080 100644 --- a/xrlint/rule.py +++ b/xrlint/rule.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 bad653c..99880bd 100644 --- a/xrlint/testing.py +++ b/xrlint/testing.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f0b6197..04e4fe9 100644 --- a/xrlint/util/__init__.py +++ b/xrlint/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 cd29d4b..c617ba0 100644 --- a/xrlint/util/attrs.py +++ b/xrlint/util/attrs.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 60d5ab5..c2f584c 100644 --- a/xrlint/util/constructible.py +++ b/xrlint/util/constructible.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 32a7502..86f1854 100644 --- a/xrlint/util/filefilter.py +++ b/xrlint/util/filefilter.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 e7085ec..6112204 100644 --- a/xrlint/util/filepattern.py +++ b/xrlint/util/filepattern.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 8a09bc9..ffaf442 100644 --- a/xrlint/util/formatting.py +++ b/xrlint/util/formatting.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 b2d4139..12acd7c 100644 --- a/xrlint/util/importutil.py +++ b/xrlint/util/importutil.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 7d0cb08..2c61281 100644 --- a/xrlint/util/merge.py +++ b/xrlint/util/merge.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 0ee764e..370b546 100644 --- a/xrlint/util/naming.py +++ b/xrlint/util/naming.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 bf37edd..401eb00 100644 --- a/xrlint/util/schema.py +++ b/xrlint/util/schema.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 f6f172c..d7b2f2c 100644 --- a/xrlint/util/serializable.py +++ b/xrlint/util/serializable.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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 52424ff..2e1f55d 100644 --- a/xrlint/version.py +++ b/xrlint/version.py @@ -1,4 +1,4 @@ -# Copyright © 2025 Brockmann Consult GmbH. +# 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/).