From a9951fa693935954caebcd7aa4ec98cd2066f350 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Tue, 30 Jan 2024 08:51:16 +0100 Subject: [PATCH] update coypright notice Signed-off-by: Martijn Govers --- .github/dco.yml | 2 +- .github/dependabot.yml | 2 +- .github/workflows/build-test-and-sonar.yml | 2 +- .github/workflows/check-blocking-labels.yml | 2 +- .github/workflows/check-code-quality.yml | 2 +- .github/workflows/citations.yml | 2 +- .github/workflows/reuse-compliance.yml | 2 +- .gitignore | 2 +- .pre-commit-config.yaml | 2 +- .readthedocs.yaml | 2 +- .reuse/dep5 | 8 ++++++++ CITATION.cff | 2 +- MANIFEST.in | 2 +- README.md | 2 +- VERSION.license | 2 +- docs/conf.py | 7 +++---- docs/converters/converter.md | 2 +- docs/converters/pandapower_converter.md | 2 +- docs/converters/tabular_converter.md | 2 +- docs/converters/vision_converter.md | 2 +- docs/data_store.md | 2 +- docs/examples/arrow_example.ipynb.license | 2 +- docs/examples/pandapower_example.ipynb.license | 2 +- docs/examples/pgm_json_example.ipynb.license | 2 +- docs/examples/vision_example.ipynb.license | 2 +- docs/google6d726d2d56f95e32.html.license | 2 +- docs/images/pgm-logo-black.svg | 2 +- docs/images/pgm-logo-black.svg.license | 3 +++ docs/images/pgm-logo-color.svg | 2 +- docs/images/pgm-logo-color.svg.license | 3 +++ docs/index.md | 2 +- docs/power_grid_model_io.md | 2 +- pyproject.toml | 4 ++-- set_pypi_version.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- src/power_grid_model_io/__init__.py | 2 +- src/power_grid_model_io/config/__init__.py | 2 +- src/power_grid_model_io/config/examples/__init__.py | 2 +- src/power_grid_model_io/config/examples/multipliers.yaml | 2 +- src/power_grid_model_io/config/excel/__init__.py | 2 +- src/power_grid_model_io/config/excel/vision_en.yaml | 2 +- src/power_grid_model_io/config/excel/vision_nl.yaml | 2 +- src/power_grid_model_io/converters/__init__.py | 2 +- src/power_grid_model_io/converters/base_converter.py | 2 +- .../converters/pandapower_converter.py | 2 +- src/power_grid_model_io/converters/pgm_json_converter.py | 2 +- src/power_grid_model_io/converters/tabular_converter.py | 2 +- .../converters/vision_excel_converter.py | 2 +- src/power_grid_model_io/data_stores/__init__.py | 2 +- src/power_grid_model_io/data_stores/base_data_store.py | 2 +- src/power_grid_model_io/data_stores/csv_dir_store.py | 2 +- src/power_grid_model_io/data_stores/excel_file_store.py | 2 +- src/power_grid_model_io/data_stores/json_file_store.py | 2 +- .../data_stores/vision_excel_file_store.py | 2 +- src/power_grid_model_io/data_types/__init__.py | 2 +- src/power_grid_model_io/data_types/_data_types.py | 2 +- src/power_grid_model_io/data_types/tabular_data.py | 2 +- src/power_grid_model_io/functions/__init__.py | 2 +- src/power_grid_model_io/functions/_functions.py | 2 +- src/power_grid_model_io/functions/phase_to_phase.py | 2 +- src/power_grid_model_io/mappings/__init__.py | 2 +- src/power_grid_model_io/mappings/field_mapping.py | 2 +- src/power_grid_model_io/mappings/multiplier_mapping.py | 2 +- src/power_grid_model_io/mappings/tabular_mapping.py | 2 +- src/power_grid_model_io/mappings/unit_mapping.py | 2 +- src/power_grid_model_io/mappings/value_mapping.py | 2 +- src/power_grid_model_io/utils/__init__.py | 2 +- src/power_grid_model_io/utils/auto_id.py | 2 +- src/power_grid_model_io/utils/dict.py | 2 +- src/power_grid_model_io/utils/download.py | 2 +- src/power_grid_model_io/utils/json.py | 2 +- src/power_grid_model_io/utils/modules.py | 2 +- src/power_grid_model_io/utils/parsing.py | 2 +- src/power_grid_model_io/utils/zip.py | 2 +- tests/__init__.py | 2 +- tests/test_utils.py | 2 +- tests/unit/__init__.py | 2 +- tests/unit/converters/__init__.py | 2 +- tests/unit/converters/test_base_converter.py | 2 +- tests/unit/converters/test_pandapower_converter_input.py | 2 +- tests/unit/converters/test_pandapower_converter_output.py | 2 +- tests/unit/converters/test_pgm_json_converter.py | 2 +- tests/unit/converters/test_tabular_converter.py | 2 +- tests/unit/converters/test_vision_excel_converter.py | 2 +- tests/unit/data_stores/__init__.py | 2 +- tests/unit/data_stores/test_base_data_store.py | 2 +- tests/unit/data_stores/test_csv_dir_store.py | 2 +- tests/unit/data_stores/test_excel_file_store.py | 2 +- tests/unit/data_stores/test_json_file_store.py | 2 +- tests/unit/data_stores/test_vision_excel_file_store.py | 2 +- tests/unit/data_types/__init__.py | 2 +- tests/unit/data_types/test_data_types.py | 2 +- tests/unit/data_types/test_tabular_data.py | 2 +- tests/unit/functions/__init__.py | 2 +- tests/unit/functions/test_functions.py | 2 +- tests/unit/functions/test_phase_to_phase.py | 2 +- tests/unit/mappings/__init__.py | 2 +- tests/unit/mappings/test_multiplier_mapping.py | 2 +- tests/unit/mappings/test_tabular_mapping.py | 2 +- tests/unit/mappings/test_unit_mapping.py | 2 +- tests/unit/mappings/test_value_mapping.py | 2 +- tests/unit/utils/__init__.py | 2 +- tests/unit/utils/test_auto_id.py | 2 +- tests/unit/utils/test_dict.py | 2 +- tests/unit/utils/test_download.py | 2 +- tests/unit/utils/test_json.py | 2 +- tests/unit/utils/test_modules.py | 2 +- tests/unit/utils/test_parsing.py | 2 +- tests/unit/utils/test_zip.py | 2 +- tests/utils.py | 2 +- tests/validation/__init__.py | 2 +- tests/validation/converters/__init__.py | 2 +- .../converters/test_pandapower_converter_input.py | 2 +- .../converters/test_pandapower_converter_output.py | 2 +- .../validation/converters/test_vision_excel_converter.py | 2 +- tests/validation/test_test_utils.py | 2 +- tests/validation/utils.py | 2 +- 118 files changed, 132 insertions(+), 119 deletions(-) create mode 100644 .reuse/dep5 create mode 100644 docs/images/pgm-logo-black.svg.license create mode 100644 docs/images/pgm-logo-color.svg.license diff --git a/.github/dco.yml b/.github/dco.yml index d3d2275f..ab7845f1 100644 --- a/.github/dco.yml +++ b/.github/dco.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bcd8fe4..a885093a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/build-test-and-sonar.yml b/.github/workflows/build-test-and-sonar.yml index 29c6489f..4071368a 100644 --- a/.github/workflows/build-test-and-sonar.yml +++ b/.github/workflows/build-test-and-sonar.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/check-blocking-labels.yml b/.github/workflows/check-blocking-labels.yml index 213cde10..cc3a32e7 100644 --- a/.github/workflows/check-blocking-labels.yml +++ b/.github/workflows/check-blocking-labels.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/check-code-quality.yml b/.github/workflows/check-code-quality.yml index b5b0c887..4f00e34a 100644 --- a/.github/workflows/check-code-quality.yml +++ b/.github/workflows/check-code-quality.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/citations.yml b/.github/workflows/citations.yml index a8c070b7..b88ea895 100644 --- a/.github/workflows/citations.yml +++ b/.github/workflows/citations.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml index 06307185..12811541 100644 --- a/.github/workflows/reuse-compliance.yml +++ b/.github/workflows/reuse-compliance.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.gitignore b/.gitignore index 8d9096ea..2754b595 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e234421d..bf1d218f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a149e284..1f8f5b3b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 00000000..2836b870 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,8 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: power-grid-model-io +Upstream-Contact: Power Grid Model project +Source: https://github.com/PowerGridModel/power-grid-model-io + +Files: ./* +Copyright: Contributors to the Power Grid Model project +License: MPL-2.0 diff --git a/CITATION.cff b/CITATION.cff index aa7e805b..0554fe37 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/MANIFEST.in b/MANIFEST.in index c4267ded..5c578773 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/README.md b/README.md index 29c4432a..540da75e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/VERSION.license b/VERSION.license index ebe16ce8..1117ef16 100644 --- a/VERSION.license +++ b/VERSION.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +SPDX-FileCopyrightText: Contributors to the Power Grid Model project SPDX-License-Identifier: MPL-2.0 \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 0986d6c0..8f1d8b81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 @@ -11,9 +11,8 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "power-grid-model-io" -copyright = "2022, Alliander Dynamic Grid Calculation" -author = "Alliander Dynamic Grid Calculation" - +copyright = "Contributors to the Power Grid Model project " +author = "Contributors to the Power Grid Model project " # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/converters/converter.md b/docs/converters/converter.md index 86474c5a..4feff6ab 100644 --- a/docs/converters/converter.md +++ b/docs/converters/converter.md @@ -1,5 +1,5 @@ diff --git a/docs/converters/pandapower_converter.md b/docs/converters/pandapower_converter.md index b23a0076..58a95b23 100644 --- a/docs/converters/pandapower_converter.md +++ b/docs/converters/pandapower_converter.md @@ -1,5 +1,5 @@ diff --git a/docs/converters/tabular_converter.md b/docs/converters/tabular_converter.md index 163b2704..916aebb7 100644 --- a/docs/converters/tabular_converter.md +++ b/docs/converters/tabular_converter.md @@ -1,5 +1,5 @@ diff --git a/docs/converters/vision_converter.md b/docs/converters/vision_converter.md index 9ccabbae..b6fad62b 100644 --- a/docs/converters/vision_converter.md +++ b/docs/converters/vision_converter.md @@ -1,5 +1,5 @@ diff --git a/docs/data_store.md b/docs/data_store.md index 00e022a9..769f57c2 100644 --- a/docs/data_store.md +++ b/docs/data_store.md @@ -1,5 +1,5 @@ diff --git a/docs/examples/arrow_example.ipynb.license b/docs/examples/arrow_example.ipynb.license index f58b56c6..76010591 100644 --- a/docs/examples/arrow_example.ipynb.license +++ b/docs/examples/arrow_example.ipynb.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +SPDX-FileCopyrightText: Contributors to the Power Grid Model project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/examples/pandapower_example.ipynb.license b/docs/examples/pandapower_example.ipynb.license index f58b56c6..76010591 100644 --- a/docs/examples/pandapower_example.ipynb.license +++ b/docs/examples/pandapower_example.ipynb.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +SPDX-FileCopyrightText: Contributors to the Power Grid Model project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/examples/pgm_json_example.ipynb.license b/docs/examples/pgm_json_example.ipynb.license index f58b56c6..76010591 100644 --- a/docs/examples/pgm_json_example.ipynb.license +++ b/docs/examples/pgm_json_example.ipynb.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +SPDX-FileCopyrightText: Contributors to the Power Grid Model project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/examples/vision_example.ipynb.license b/docs/examples/vision_example.ipynb.license index f58b56c6..76010591 100644 --- a/docs/examples/vision_example.ipynb.license +++ b/docs/examples/vision_example.ipynb.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +SPDX-FileCopyrightText: Contributors to the Power Grid Model project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/google6d726d2d56f95e32.html.license b/docs/google6d726d2d56f95e32.html.license index ebe16ce8..1117ef16 100644 --- a/docs/google6d726d2d56f95e32.html.license +++ b/docs/google6d726d2d56f95e32.html.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +SPDX-FileCopyrightText: Contributors to the Power Grid Model project SPDX-License-Identifier: MPL-2.0 \ No newline at end of file diff --git a/docs/images/pgm-logo-black.svg b/docs/images/pgm-logo-black.svg index 2a141e95..0cbbcb7b 100644 --- a/docs/images/pgm-logo-black.svg +++ b/docs/images/pgm-logo-black.svg @@ -1,6 +1,6 @@ diff --git a/docs/images/pgm-logo-black.svg.license b/docs/images/pgm-logo-black.svg.license new file mode 100644 index 00000000..76010591 --- /dev/null +++ b/docs/images/pgm-logo-black.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Contributors to the Power Grid Model project + +SPDX-License-Identifier: MPL-2.0 diff --git a/docs/images/pgm-logo-color.svg b/docs/images/pgm-logo-color.svg index 173bfe1e..ea6c5d00 100644 --- a/docs/images/pgm-logo-color.svg +++ b/docs/images/pgm-logo-color.svg @@ -1,6 +1,6 @@ diff --git a/docs/images/pgm-logo-color.svg.license b/docs/images/pgm-logo-color.svg.license new file mode 100644 index 00000000..76010591 --- /dev/null +++ b/docs/images/pgm-logo-color.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Contributors to the Power Grid Model project + +SPDX-License-Identifier: MPL-2.0 diff --git a/docs/index.md b/docs/index.md index 930c532d..14396d05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ diff --git a/docs/power_grid_model_io.md b/docs/power_grid_model_io.md index ed0af558..a516c441 100644 --- a/docs/power_grid_model_io.md +++ b/docs/power_grid_model_io.md @@ -1,5 +1,5 @@ diff --git a/pyproject.toml b/pyproject.toml index 7b52c315..5560ee01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta" [project] name = "power-grid-model-io" -authors = [{name = "Alliander Dynamic Grid Calculation", email = "dynamic.grid.calculation@alliander.com"}] +authors = [{name = "Contributors to the Power Grid Model project", email = "powergridmodel@lfenergy.org"}] description = "Power Grid Model Input/Output" readme = "README.md" keywords = ["power grid model", "input/output", "conversions"] diff --git a/set_pypi_version.py b/set_pypi_version.py index ea674dc5..3472e765 100644 --- a/set_pypi_version.py +++ b/set_pypi_version.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/setup.py b/setup.py index b2610fa9..55b85475 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/sonar-project.properties b/sonar-project.properties index a3170c35..8a70bd8a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/__init__.py b/src/power_grid_model_io/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/__init__.py +++ b/src/power_grid_model_io/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/config/__init__.py b/src/power_grid_model_io/config/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/config/__init__.py +++ b/src/power_grid_model_io/config/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/config/examples/__init__.py b/src/power_grid_model_io/config/examples/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/config/examples/__init__.py +++ b/src/power_grid_model_io/config/examples/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/config/examples/multipliers.yaml b/src/power_grid_model_io/config/examples/multipliers.yaml index 4eff84f3..5e9a4c41 100644 --- a/src/power_grid_model_io/config/examples/multipliers.yaml +++ b/src/power_grid_model_io/config/examples/multipliers.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 --- diff --git a/src/power_grid_model_io/config/excel/__init__.py b/src/power_grid_model_io/config/excel/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/config/excel/__init__.py +++ b/src/power_grid_model_io/config/excel/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/config/excel/vision_en.yaml b/src/power_grid_model_io/config/excel/vision_en.yaml index 64a47508..ba9219a3 100644 --- a/src/power_grid_model_io/config/excel/vision_en.yaml +++ b/src/power_grid_model_io/config/excel/vision_en.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 --- diff --git a/src/power_grid_model_io/config/excel/vision_nl.yaml b/src/power_grid_model_io/config/excel/vision_nl.yaml index a56dc2db..92754770 100644 --- a/src/power_grid_model_io/config/excel/vision_nl.yaml +++ b/src/power_grid_model_io/config/excel/vision_nl.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 --- diff --git a/src/power_grid_model_io/converters/__init__.py b/src/power_grid_model_io/converters/__init__.py index 8ca93112..02723cf0 100644 --- a/src/power_grid_model_io/converters/__init__.py +++ b/src/power_grid_model_io/converters/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/converters/base_converter.py b/src/power_grid_model_io/converters/base_converter.py index f7160e98..3c0a3db0 100644 --- a/src/power_grid_model_io/converters/base_converter.py +++ b/src/power_grid_model_io/converters/base_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/converters/pandapower_converter.py b/src/power_grid_model_io/converters/pandapower_converter.py index 00066a02..ac3bb472 100644 --- a/src/power_grid_model_io/converters/pandapower_converter.py +++ b/src/power_grid_model_io/converters/pandapower_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 # pylint: disable = too-many-lines diff --git a/src/power_grid_model_io/converters/pgm_json_converter.py b/src/power_grid_model_io/converters/pgm_json_converter.py index 7409b989..22f2c3bb 100644 --- a/src/power_grid_model_io/converters/pgm_json_converter.py +++ b/src/power_grid_model_io/converters/pgm_json_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/converters/tabular_converter.py b/src/power_grid_model_io/converters/tabular_converter.py index d9cacf4b..4cda8416 100644 --- a/src/power_grid_model_io/converters/tabular_converter.py +++ b/src/power_grid_model_io/converters/tabular_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/converters/vision_excel_converter.py b/src/power_grid_model_io/converters/vision_excel_converter.py index d754671e..d3603fa8 100644 --- a/src/power_grid_model_io/converters/vision_excel_converter.py +++ b/src/power_grid_model_io/converters/vision_excel_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_stores/__init__.py b/src/power_grid_model_io/data_stores/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/data_stores/__init__.py +++ b/src/power_grid_model_io/data_stores/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/data_stores/base_data_store.py b/src/power_grid_model_io/data_stores/base_data_store.py index 23b3b90d..f223151e 100644 --- a/src/power_grid_model_io/data_stores/base_data_store.py +++ b/src/power_grid_model_io/data_stores/base_data_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_stores/csv_dir_store.py b/src/power_grid_model_io/data_stores/csv_dir_store.py index b5c8f109..a77ddcf2 100644 --- a/src/power_grid_model_io/data_stores/csv_dir_store.py +++ b/src/power_grid_model_io/data_stores/csv_dir_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model IO project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_stores/excel_file_store.py b/src/power_grid_model_io/data_stores/excel_file_store.py index 4beaafd2..d9b39ae3 100644 --- a/src/power_grid_model_io/data_stores/excel_file_store.py +++ b/src/power_grid_model_io/data_stores/excel_file_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_stores/json_file_store.py b/src/power_grid_model_io/data_stores/json_file_store.py index 10a95ff4..9fc76606 100644 --- a/src/power_grid_model_io/data_stores/json_file_store.py +++ b/src/power_grid_model_io/data_stores/json_file_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_stores/vision_excel_file_store.py b/src/power_grid_model_io/data_stores/vision_excel_file_store.py index 20df8cd6..8d4c6b7c 100644 --- a/src/power_grid_model_io/data_stores/vision_excel_file_store.py +++ b/src/power_grid_model_io/data_stores/vision_excel_file_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_types/__init__.py b/src/power_grid_model_io/data_types/__init__.py index 2cd7fb7a..14cc28a7 100644 --- a/src/power_grid_model_io/data_types/__init__.py +++ b/src/power_grid_model_io/data_types/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_types/_data_types.py b/src/power_grid_model_io/data_types/_data_types.py index 76355c0f..b5773beb 100644 --- a/src/power_grid_model_io/data_types/_data_types.py +++ b/src/power_grid_model_io/data_types/_data_types.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/data_types/tabular_data.py b/src/power_grid_model_io/data_types/tabular_data.py index 55ebd46b..8e77169b 100644 --- a/src/power_grid_model_io/data_types/tabular_data.py +++ b/src/power_grid_model_io/data_types/tabular_data.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/functions/__init__.py b/src/power_grid_model_io/functions/__init__.py index 1b2a8170..8d651f2e 100644 --- a/src/power_grid_model_io/functions/__init__.py +++ b/src/power_grid_model_io/functions/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/functions/_functions.py b/src/power_grid_model_io/functions/_functions.py index 2379f09e..765636e8 100644 --- a/src/power_grid_model_io/functions/_functions.py +++ b/src/power_grid_model_io/functions/_functions.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/functions/phase_to_phase.py b/src/power_grid_model_io/functions/phase_to_phase.py index e4a6cdf7..02110331 100644 --- a/src/power_grid_model_io/functions/phase_to_phase.py +++ b/src/power_grid_model_io/functions/phase_to_phase.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/mappings/__init__.py b/src/power_grid_model_io/mappings/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/mappings/__init__.py +++ b/src/power_grid_model_io/mappings/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/mappings/field_mapping.py b/src/power_grid_model_io/mappings/field_mapping.py index 3cda6fde..3ac54a1b 100644 --- a/src/power_grid_model_io/mappings/field_mapping.py +++ b/src/power_grid_model_io/mappings/field_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/mappings/multiplier_mapping.py b/src/power_grid_model_io/mappings/multiplier_mapping.py index 4c37ed68..5c00e511 100644 --- a/src/power_grid_model_io/mappings/multiplier_mapping.py +++ b/src/power_grid_model_io/mappings/multiplier_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/mappings/tabular_mapping.py b/src/power_grid_model_io/mappings/tabular_mapping.py index 643e542f..a37f0c6b 100644 --- a/src/power_grid_model_io/mappings/tabular_mapping.py +++ b/src/power_grid_model_io/mappings/tabular_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/mappings/unit_mapping.py b/src/power_grid_model_io/mappings/unit_mapping.py index 983439c8..987c6073 100644 --- a/src/power_grid_model_io/mappings/unit_mapping.py +++ b/src/power_grid_model_io/mappings/unit_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/mappings/value_mapping.py b/src/power_grid_model_io/mappings/value_mapping.py index 152e0152..c5234e69 100644 --- a/src/power_grid_model_io/mappings/value_mapping.py +++ b/src/power_grid_model_io/mappings/value_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/__init__.py b/src/power_grid_model_io/utils/__init__.py index 19f65c87..1296dc4d 100644 --- a/src/power_grid_model_io/utils/__init__.py +++ b/src/power_grid_model_io/utils/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/power_grid_model_io/utils/auto_id.py b/src/power_grid_model_io/utils/auto_id.py index cad39182..fe272da8 100644 --- a/src/power_grid_model_io/utils/auto_id.py +++ b/src/power_grid_model_io/utils/auto_id.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/dict.py b/src/power_grid_model_io/utils/dict.py index a0ef21bb..215c4eda 100644 --- a/src/power_grid_model_io/utils/dict.py +++ b/src/power_grid_model_io/utils/dict.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/download.py b/src/power_grid_model_io/utils/download.py index 88731aeb..5176d734 100644 --- a/src/power_grid_model_io/utils/download.py +++ b/src/power_grid_model_io/utils/download.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/json.py b/src/power_grid_model_io/utils/json.py index c6a6fa88..f76bd326 100644 --- a/src/power_grid_model_io/utils/json.py +++ b/src/power_grid_model_io/utils/json.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/modules.py b/src/power_grid_model_io/utils/modules.py index d39b0ad7..4443861f 100644 --- a/src/power_grid_model_io/utils/modules.py +++ b/src/power_grid_model_io/utils/modules.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/parsing.py b/src/power_grid_model_io/utils/parsing.py index a1f6dc06..9d7d3400 100644 --- a/src/power_grid_model_io/utils/parsing.py +++ b/src/power_grid_model_io/utils/parsing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/src/power_grid_model_io/utils/zip.py b/src/power_grid_model_io/utils/zip.py index a28581da..f5a85589 100644 --- a/src/power_grid_model_io/utils/zip.py +++ b/src/power_grid_model_io/utils/zip.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 """ diff --git a/tests/__init__.py b/tests/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/test_utils.py b/tests/test_utils.py index 196a7aca..df4423c3 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/converters/__init__.py b/tests/unit/converters/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/converters/__init__.py +++ b/tests/unit/converters/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/converters/test_base_converter.py b/tests/unit/converters/test_base_converter.py index 793028fc..e4569e75 100644 --- a/tests/unit/converters/test_base_converter.py +++ b/tests/unit/converters/test_base_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/converters/test_pandapower_converter_input.py b/tests/unit/converters/test_pandapower_converter_input.py index c9417708..0c0e51cc 100644 --- a/tests/unit/converters/test_pandapower_converter_input.py +++ b/tests/unit/converters/test_pandapower_converter_input.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 import re diff --git a/tests/unit/converters/test_pandapower_converter_output.py b/tests/unit/converters/test_pandapower_converter_output.py index 82292027..b44d89cf 100644 --- a/tests/unit/converters/test_pandapower_converter_output.py +++ b/tests/unit/converters/test_pandapower_converter_output.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/converters/test_pgm_json_converter.py b/tests/unit/converters/test_pgm_json_converter.py index 2b52191e..f34bbe4c 100644 --- a/tests/unit/converters/test_pgm_json_converter.py +++ b/tests/unit/converters/test_pgm_json_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/converters/test_tabular_converter.py b/tests/unit/converters/test_tabular_converter.py index 0f7e43d1..2eadb45c 100644 --- a/tests/unit/converters/test_tabular_converter.py +++ b/tests/unit/converters/test_tabular_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 from pathlib import Path diff --git a/tests/unit/converters/test_vision_excel_converter.py b/tests/unit/converters/test_vision_excel_converter.py index 94bf4d62..b2790cc3 100644 --- a/tests/unit/converters/test_vision_excel_converter.py +++ b/tests/unit/converters/test_vision_excel_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 from pathlib import Path diff --git a/tests/unit/data_stores/__init__.py b/tests/unit/data_stores/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/data_stores/__init__.py +++ b/tests/unit/data_stores/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_stores/test_base_data_store.py b/tests/unit/data_stores/test_base_data_store.py index dcea8e29..48844f1a 100644 --- a/tests/unit/data_stores/test_base_data_store.py +++ b/tests/unit/data_stores/test_base_data_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_stores/test_csv_dir_store.py b/tests/unit/data_stores/test_csv_dir_store.py index fe6cb7b7..0ddf00c4 100644 --- a/tests/unit/data_stores/test_csv_dir_store.py +++ b/tests/unit/data_stores/test_csv_dir_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_stores/test_excel_file_store.py b/tests/unit/data_stores/test_excel_file_store.py index 7f453885..ee6a989a 100644 --- a/tests/unit/data_stores/test_excel_file_store.py +++ b/tests/unit/data_stores/test_excel_file_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_stores/test_json_file_store.py b/tests/unit/data_stores/test_json_file_store.py index f3d4c796..9ff705c6 100644 --- a/tests/unit/data_stores/test_json_file_store.py +++ b/tests/unit/data_stores/test_json_file_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_stores/test_vision_excel_file_store.py b/tests/unit/data_stores/test_vision_excel_file_store.py index 29231e0d..cdb3ddc6 100644 --- a/tests/unit/data_stores/test_vision_excel_file_store.py +++ b/tests/unit/data_stores/test_vision_excel_file_store.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 from pathlib import Path diff --git a/tests/unit/data_types/__init__.py b/tests/unit/data_types/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/data_types/__init__.py +++ b/tests/unit/data_types/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_types/test_data_types.py b/tests/unit/data_types/test_data_types.py index 046bd8c4..e59e3404 100644 --- a/tests/unit/data_types/test_data_types.py +++ b/tests/unit/data_types/test_data_types.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/data_types/test_tabular_data.py b/tests/unit/data_types/test_tabular_data.py index 88fab7a9..1492ae77 100644 --- a/tests/unit/data_types/test_tabular_data.py +++ b/tests/unit/data_types/test_tabular_data.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/functions/__init__.py b/tests/unit/functions/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/functions/__init__.py +++ b/tests/unit/functions/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/functions/test_functions.py b/tests/unit/functions/test_functions.py index 1725db63..2275eea6 100644 --- a/tests/unit/functions/test_functions.py +++ b/tests/unit/functions/test_functions.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 from typing import List diff --git a/tests/unit/functions/test_phase_to_phase.py b/tests/unit/functions/test_phase_to_phase.py index 77ea89d6..a12e57f1 100644 --- a/tests/unit/functions/test_phase_to_phase.py +++ b/tests/unit/functions/test_phase_to_phase.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 import numpy as np diff --git a/tests/unit/mappings/__init__.py b/tests/unit/mappings/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/mappings/__init__.py +++ b/tests/unit/mappings/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/mappings/test_multiplier_mapping.py b/tests/unit/mappings/test_multiplier_mapping.py index e7eea2bc..fb7fe7ad 100644 --- a/tests/unit/mappings/test_multiplier_mapping.py +++ b/tests/unit/mappings/test_multiplier_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/mappings/test_tabular_mapping.py b/tests/unit/mappings/test_tabular_mapping.py index 9dbf7de7..4b5672e4 100644 --- a/tests/unit/mappings/test_tabular_mapping.py +++ b/tests/unit/mappings/test_tabular_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 import pytest diff --git a/tests/unit/mappings/test_unit_mapping.py b/tests/unit/mappings/test_unit_mapping.py index 6e346c1d..03ec99df 100644 --- a/tests/unit/mappings/test_unit_mapping.py +++ b/tests/unit/mappings/test_unit_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/mappings/test_value_mapping.py b/tests/unit/mappings/test_value_mapping.py index 6519f4a2..9175eacd 100644 --- a/tests/unit/mappings/test_value_mapping.py +++ b/tests/unit/mappings/test_value_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/utils/__init__.py b/tests/unit/utils/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/unit/utils/__init__.py +++ b/tests/unit/utils/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/utils/test_auto_id.py b/tests/unit/utils/test_auto_id.py index 068f4881..f64e8404 100644 --- a/tests/unit/utils/test_auto_id.py +++ b/tests/unit/utils/test_auto_id.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 from pytest import raises diff --git a/tests/unit/utils/test_dict.py b/tests/unit/utils/test_dict.py index adac4b43..8a0e1d27 100644 --- a/tests/unit/utils/test_dict.py +++ b/tests/unit/utils/test_dict.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 import pytest diff --git a/tests/unit/utils/test_download.py b/tests/unit/utils/test_download.py index 8db11c3d..d262d08a 100644 --- a/tests/unit/utils/test_download.py +++ b/tests/unit/utils/test_download.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 import tempfile diff --git a/tests/unit/utils/test_json.py b/tests/unit/utils/test_json.py index 7b5dcab0..bc6275ef 100644 --- a/tests/unit/utils/test_json.py +++ b/tests/unit/utils/test_json.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/utils/test_modules.py b/tests/unit/utils/test_modules.py index 958871fc..3a41104b 100644 --- a/tests/unit/utils/test_modules.py +++ b/tests/unit/utils/test_modules.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/utils/test_parsing.py b/tests/unit/utils/test_parsing.py index f8f3e9fe..e2c9ca13 100644 --- a/tests/unit/utils/test_parsing.py +++ b/tests/unit/utils/test_parsing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/unit/utils/test_zip.py b/tests/unit/utils/test_zip.py index e1376075..d6bc8efa 100644 --- a/tests/unit/utils/test_zip.py +++ b/tests/unit/utils/test_zip.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 import shutil diff --git a/tests/utils.py b/tests/utils.py index 7e49462c..10e77d4c 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/__init__.py b/tests/validation/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/validation/__init__.py +++ b/tests/validation/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/converters/__init__.py b/tests/validation/converters/__init__.py index 19f65c87..1296dc4d 100644 --- a/tests/validation/converters/__init__.py +++ b/tests/validation/converters/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/converters/test_pandapower_converter_input.py b/tests/validation/converters/test_pandapower_converter_input.py index de1df549..060eaaa0 100644 --- a/tests/validation/converters/test_pandapower_converter_input.py +++ b/tests/validation/converters/test_pandapower_converter_input.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/converters/test_pandapower_converter_output.py b/tests/validation/converters/test_pandapower_converter_output.py index 3a530a50..7d8acfdf 100644 --- a/tests/validation/converters/test_pandapower_converter_output.py +++ b/tests/validation/converters/test_pandapower_converter_output.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/converters/test_vision_excel_converter.py b/tests/validation/converters/test_vision_excel_converter.py index c1dc8ab2..877af89d 100644 --- a/tests/validation/converters/test_vision_excel_converter.py +++ b/tests/validation/converters/test_vision_excel_converter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/test_test_utils.py b/tests/validation/test_test_utils.py index b3f7976c..e839a1f2 100644 --- a/tests/validation/test_test_utils.py +++ b/tests/validation/test_test_utils.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0 diff --git a/tests/validation/utils.py b/tests/validation/utils.py index 94aa12e9..ca44321b 100644 --- a/tests/validation/utils.py +++ b/tests/validation/utils.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project # # SPDX-License-Identifier: MPL-2.0