diff --git a/.vscode/dei_lgpl.code-snippets b/.vscode/dei_lgpl.code-snippets index 2899f15a..5ef8dae8 100644 --- a/.vscode/dei_lgpl.code-snippets +++ b/.vscode/dei_lgpl.code-snippets @@ -4,7 +4,7 @@ "prefix": "dei_lgpl", "body": [ "# This file is part of D-EcoImpact", - "# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors", + "# Copyright (C) 2022-2023 Stichting Deltares", "# This program is free software distributed under GNU Affero General Public License version 3.0", "# Lesser General Public License version 2.1", "# A copy of the GNU Affero General Public License can be found at", diff --git a/README.md b/README.md index e372337c..bc555144 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Python based kernel to perform spatial (environmental) impact assessment. Base The dependencies of the D-EcoImpact are declared, managed and installed with [Poetry](https://python-poetry.org/). ## Copyright -Copyright © 2022-2023 Stichting Deltares and contributors +Copyright © 2022-2023 Stichting Deltares This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3.0 as diff --git a/decoimpact/business/application.py b/decoimpact/business/application.py index 94c14128..45088576 100644 --- a/decoimpact/business/application.py +++ b/decoimpact/business/application.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/i_model.py b/decoimpact/business/entities/i_model.py index ff370dc8..7cb1dd70 100644 --- a/decoimpact/business/entities/i_model.py +++ b/decoimpact/business/entities/i_model.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rule_based_model.py b/decoimpact/business/entities/rule_based_model.py index 9aa3cfde..13cb9999 100644 --- a/decoimpact/business/entities/rule_based_model.py +++ b/decoimpact/business/entities/rule_based_model.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rule_processor.py b/decoimpact/business/entities/rule_processor.py index bb09a743..8e78aeab 100644 --- a/decoimpact/business/entities/rule_processor.py +++ b/decoimpact/business/entities/rule_processor.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/classification_rule.py b/decoimpact/business/entities/rules/classification_rule.py index 09bd669d..a6b137d3 100644 --- a/decoimpact/business/entities/rules/classification_rule.py +++ b/decoimpact/business/entities/rules/classification_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/combine_results_rule.py b/decoimpact/business/entities/rules/combine_results_rule.py index bd39bd77..3681922e 100644 --- a/decoimpact/business/entities/rules/combine_results_rule.py +++ b/decoimpact/business/entities/rules/combine_results_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/formula_rule.py b/decoimpact/business/entities/rules/formula_rule.py index 9ceeb8e1..ae0e0b5c 100644 --- a/decoimpact/business/entities/rules/formula_rule.py +++ b/decoimpact/business/entities/rules/formula_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/i_array_based_rule.py b/decoimpact/business/entities/rules/i_array_based_rule.py index d884192d..f1797d72 100644 --- a/decoimpact/business/entities/rules/i_array_based_rule.py +++ b/decoimpact/business/entities/rules/i_array_based_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/i_cell_based_rule.py b/decoimpact/business/entities/rules/i_cell_based_rule.py index 1690f169..056655d0 100644 --- a/decoimpact/business/entities/rules/i_cell_based_rule.py +++ b/decoimpact/business/entities/rules/i_cell_based_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/i_multi_array_based_rule.py b/decoimpact/business/entities/rules/i_multi_array_based_rule.py index 0a58f167..755f9a8a 100644 --- a/decoimpact/business/entities/rules/i_multi_array_based_rule.py +++ b/decoimpact/business/entities/rules/i_multi_array_based_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/i_multi_cell_based_rule.py b/decoimpact/business/entities/rules/i_multi_cell_based_rule.py index 6058153f..856bd81b 100644 --- a/decoimpact/business/entities/rules/i_multi_cell_based_rule.py +++ b/decoimpact/business/entities/rules/i_multi_cell_based_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/i_rule.py b/decoimpact/business/entities/rules/i_rule.py index 53d237f6..798fa9bd 100644 --- a/decoimpact/business/entities/rules/i_rule.py +++ b/decoimpact/business/entities/rules/i_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/layer_filter_rule.py b/decoimpact/business/entities/rules/layer_filter_rule.py index d5bd7b2e..9d1fb9d8 100644 --- a/decoimpact/business/entities/rules/layer_filter_rule.py +++ b/decoimpact/business/entities/rules/layer_filter_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/multi_array_operation_type.py b/decoimpact/business/entities/rules/multi_array_operation_type.py index 64c7e8f1..b66574f6 100644 --- a/decoimpact/business/entities/rules/multi_array_operation_type.py +++ b/decoimpact/business/entities/rules/multi_array_operation_type.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/multiply_rule.py b/decoimpact/business/entities/rules/multiply_rule.py index 23ff59d3..f23b93c7 100644 --- a/decoimpact/business/entities/rules/multiply_rule.py +++ b/decoimpact/business/entities/rules/multiply_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/response_curve_rule.py b/decoimpact/business/entities/rules/response_curve_rule.py index 5adf76be..513982c6 100644 --- a/decoimpact/business/entities/rules/response_curve_rule.py +++ b/decoimpact/business/entities/rules/response_curve_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/rule_base.py b/decoimpact/business/entities/rules/rule_base.py index 61915263..0c67d538 100644 --- a/decoimpact/business/entities/rules/rule_base.py +++ b/decoimpact/business/entities/rules/rule_base.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/step_function_rule.py b/decoimpact/business/entities/rules/step_function_rule.py index e7f482b8..0706c55b 100644 --- a/decoimpact/business/entities/rules/step_function_rule.py +++ b/decoimpact/business/entities/rules/step_function_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/string_parser_utils.py b/decoimpact/business/entities/rules/string_parser_utils.py index cc505733..3a311a5b 100644 --- a/decoimpact/business/entities/rules/string_parser_utils.py +++ b/decoimpact/business/entities/rules/string_parser_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/entities/rules/time_aggregation_rule.py b/decoimpact/business/entities/rules/time_aggregation_rule.py index 21538f6e..c6cbeda0 100644 --- a/decoimpact/business/entities/rules/time_aggregation_rule.py +++ b/decoimpact/business/entities/rules/time_aggregation_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/utils/dataset_utils.py b/decoimpact/business/utils/dataset_utils.py index 35c8873c..8aba3b1f 100644 --- a/decoimpact/business/utils/dataset_utils.py +++ b/decoimpact/business/utils/dataset_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/utils/list_utils.py b/decoimpact/business/utils/list_utils.py index 9237e982..9e6fcb7e 100644 --- a/decoimpact/business/utils/list_utils.py +++ b/decoimpact/business/utils/list_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/workflow/i_model_builder.py b/decoimpact/business/workflow/i_model_builder.py index 1fb5e4b6..fe20141b 100644 --- a/decoimpact/business/workflow/i_model_builder.py +++ b/decoimpact/business/workflow/i_model_builder.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/workflow/model_builder.py b/decoimpact/business/workflow/model_builder.py index 127d4b56..160864f9 100644 --- a/decoimpact/business/workflow/model_builder.py +++ b/decoimpact/business/workflow/model_builder.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/business/workflow/model_runner.py b/decoimpact/business/workflow/model_runner.py index ed335094..3d3c04ff 100644 --- a/decoimpact/business/workflow/model_runner.py +++ b/decoimpact/business/workflow/model_runner.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/crosscutting/i_logger.py b/decoimpact/crosscutting/i_logger.py index 0d162616..fa03d875 100644 --- a/decoimpact/crosscutting/i_logger.py +++ b/decoimpact/crosscutting/i_logger.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/crosscutting/logger_factory.py b/decoimpact/crosscutting/logger_factory.py index 6844b176..99ed503a 100644 --- a/decoimpact/crosscutting/logger_factory.py +++ b/decoimpact/crosscutting/logger_factory.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/crosscutting/logging_logger.py b/decoimpact/crosscutting/logging_logger.py index d95230c4..64274f9a 100644 --- a/decoimpact/crosscutting/logging_logger.py +++ b/decoimpact/crosscutting/logging_logger.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_classification_rule_data.py b/decoimpact/data/api/i_classification_rule_data.py index 5ea0f93a..cd51bc3b 100644 --- a/decoimpact/data/api/i_classification_rule_data.py +++ b/decoimpact/data/api/i_classification_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_combine_results_rule_data.py b/decoimpact/data/api/i_combine_results_rule_data.py index 920648a8..312ba482 100644 --- a/decoimpact/data/api/i_combine_results_rule_data.py +++ b/decoimpact/data/api/i_combine_results_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_data_access_layer.py b/decoimpact/data/api/i_data_access_layer.py index e89f391b..99800556 100644 --- a/decoimpact/data/api/i_data_access_layer.py +++ b/decoimpact/data/api/i_data_access_layer.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_dataset.py b/decoimpact/data/api/i_dataset.py index 05bfa0b0..3337cd14 100644 --- a/decoimpact/data/api/i_dataset.py +++ b/decoimpact/data/api/i_dataset.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_formula_rule_data.py b/decoimpact/data/api/i_formula_rule_data.py index 9528dbd6..2182cb5c 100644 --- a/decoimpact/data/api/i_formula_rule_data.py +++ b/decoimpact/data/api/i_formula_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_layer_filter_rule_data.py b/decoimpact/data/api/i_layer_filter_rule_data.py index 9b589c1b..cb4befd9 100644 --- a/decoimpact/data/api/i_layer_filter_rule_data.py +++ b/decoimpact/data/api/i_layer_filter_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_model_data.py b/decoimpact/data/api/i_model_data.py index 9dc7583c..99601c04 100644 --- a/decoimpact/data/api/i_model_data.py +++ b/decoimpact/data/api/i_model_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_multiply_rule_data.py b/decoimpact/data/api/i_multiply_rule_data.py index c05a72db..d02ec74b 100644 --- a/decoimpact/data/api/i_multiply_rule_data.py +++ b/decoimpact/data/api/i_multiply_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_response_curve_rule_data.py b/decoimpact/data/api/i_response_curve_rule_data.py index 704b5e87..eb523284 100644 --- a/decoimpact/data/api/i_response_curve_rule_data.py +++ b/decoimpact/data/api/i_response_curve_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_rule_data.py b/decoimpact/data/api/i_rule_data.py index b14dbe92..d90c3961 100644 --- a/decoimpact/data/api/i_rule_data.py +++ b/decoimpact/data/api/i_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_step_function_rule_data.py b/decoimpact/data/api/i_step_function_rule_data.py index 6e2c522c..7b5a9b3a 100644 --- a/decoimpact/data/api/i_step_function_rule_data.py +++ b/decoimpact/data/api/i_step_function_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/i_time_aggregation_rule_data.py b/decoimpact/data/api/i_time_aggregation_rule_data.py index 7fde9c76..c69f653b 100644 --- a/decoimpact/data/api/i_time_aggregation_rule_data.py +++ b/decoimpact/data/api/i_time_aggregation_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/api/time_operation_type.py b/decoimpact/data/api/time_operation_type.py index 42b28fe3..a8ac986b 100644 --- a/decoimpact/data/api/time_operation_type.py +++ b/decoimpact/data/api/time_operation_type.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/dictionary_utils.py b/decoimpact/data/dictionary_utils.py index 301ff992..32d36872 100644 --- a/decoimpact/data/dictionary_utils.py +++ b/decoimpact/data/dictionary_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/classification_rule_data.py b/decoimpact/data/entities/classification_rule_data.py index 5a694b99..289a7a4f 100644 --- a/decoimpact/data/entities/classification_rule_data.py +++ b/decoimpact/data/entities/classification_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/combine_results_rule_data.py b/decoimpact/data/entities/combine_results_rule_data.py index 5389bd44..f0f1a561 100644 --- a/decoimpact/data/entities/combine_results_rule_data.py +++ b/decoimpact/data/entities/combine_results_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/data_access_layer.py b/decoimpact/data/entities/data_access_layer.py index 642a9886..41d0ba3a 100644 --- a/decoimpact/data/entities/data_access_layer.py +++ b/decoimpact/data/entities/data_access_layer.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/dataset_data.py b/decoimpact/data/entities/dataset_data.py index 94c8dce9..5664ff59 100644 --- a/decoimpact/data/entities/dataset_data.py +++ b/decoimpact/data/entities/dataset_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/formula_rule_data.py b/decoimpact/data/entities/formula_rule_data.py index 69f9f0df..0d2846e2 100644 --- a/decoimpact/data/entities/formula_rule_data.py +++ b/decoimpact/data/entities/formula_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/layer_filter_rule_data.py b/decoimpact/data/entities/layer_filter_rule_data.py index 7aad0f81..758ea6e5 100644 --- a/decoimpact/data/entities/layer_filter_rule_data.py +++ b/decoimpact/data/entities/layer_filter_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/model_data_builder.py b/decoimpact/data/entities/model_data_builder.py index 2678608c..4a212419 100644 --- a/decoimpact/data/entities/model_data_builder.py +++ b/decoimpact/data/entities/model_data_builder.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/multiply_rule_data.py b/decoimpact/data/entities/multiply_rule_data.py index 83247a43..4ff7e714 100644 --- a/decoimpact/data/entities/multiply_rule_data.py +++ b/decoimpact/data/entities/multiply_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/response_curve_rule_data.py b/decoimpact/data/entities/response_curve_rule_data.py index 2d930787..efad5de1 100644 --- a/decoimpact/data/entities/response_curve_rule_data.py +++ b/decoimpact/data/entities/response_curve_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/rule_data.py b/decoimpact/data/entities/rule_data.py index 5b2daffb..efbb5ee1 100644 --- a/decoimpact/data/entities/rule_data.py +++ b/decoimpact/data/entities/rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/step_function_data.py b/decoimpact/data/entities/step_function_data.py index 28d91770..33a81fde 100644 --- a/decoimpact/data/entities/step_function_data.py +++ b/decoimpact/data/entities/step_function_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/time_aggregation_rule_data.py b/decoimpact/data/entities/time_aggregation_rule_data.py index d11cac44..63378a28 100644 --- a/decoimpact/data/entities/time_aggregation_rule_data.py +++ b/decoimpact/data/entities/time_aggregation_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/entities/yaml_model_data.py b/decoimpact/data/entities/yaml_model_data.py index 9d7d9429..f24c3a8a 100644 --- a/decoimpact/data/entities/yaml_model_data.py +++ b/decoimpact/data/entities/yaml_model_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/i_parser_rule_base.py b/decoimpact/data/parsers/i_parser_rule_base.py index a12456e0..cdb74b5e 100644 --- a/decoimpact/data/parsers/i_parser_rule_base.py +++ b/decoimpact/data/parsers/i_parser_rule_base.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_classification_rule.py b/decoimpact/data/parsers/parser_classification_rule.py index 0e4da7ba..570eba07 100644 --- a/decoimpact/data/parsers/parser_classification_rule.py +++ b/decoimpact/data/parsers/parser_classification_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_combine_results_rule.py b/decoimpact/data/parsers/parser_combine_results_rule.py index e96a7aef..49094a4b 100644 --- a/decoimpact/data/parsers/parser_combine_results_rule.py +++ b/decoimpact/data/parsers/parser_combine_results_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_formula_rule.py b/decoimpact/data/parsers/parser_formula_rule.py index d907261f..a1ac9c90 100644 --- a/decoimpact/data/parsers/parser_formula_rule.py +++ b/decoimpact/data/parsers/parser_formula_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_layer_filter_rule.py b/decoimpact/data/parsers/parser_layer_filter_rule.py index fd02a397..a5484597 100644 --- a/decoimpact/data/parsers/parser_layer_filter_rule.py +++ b/decoimpact/data/parsers/parser_layer_filter_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_multiply_rule.py b/decoimpact/data/parsers/parser_multiply_rule.py index 08ebfdd8..5c02c645 100644 --- a/decoimpact/data/parsers/parser_multiply_rule.py +++ b/decoimpact/data/parsers/parser_multiply_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_response_curve_rule.py b/decoimpact/data/parsers/parser_response_curve_rule.py index 2ab7edb5..bda48498 100644 --- a/decoimpact/data/parsers/parser_response_curve_rule.py +++ b/decoimpact/data/parsers/parser_response_curve_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_step_function_rule.py b/decoimpact/data/parsers/parser_step_function_rule.py index 73b10104..07664873 100644 --- a/decoimpact/data/parsers/parser_step_function_rule.py +++ b/decoimpact/data/parsers/parser_step_function_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/parser_time_aggregation_rule.py b/decoimpact/data/parsers/parser_time_aggregation_rule.py index 3b1d7bbc..f76bd4d7 100644 --- a/decoimpact/data/parsers/parser_time_aggregation_rule.py +++ b/decoimpact/data/parsers/parser_time_aggregation_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/rule_parsers.py b/decoimpact/data/parsers/rule_parsers.py index 29384676..845d9763 100644 --- a/decoimpact/data/parsers/rule_parsers.py +++ b/decoimpact/data/parsers/rule_parsers.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/decoimpact/data/parsers/validation_utils.py b/decoimpact/data/parsers/validation_utils.py index 331e5c9b..f848eadc 100644 --- a/decoimpact/data/parsers/validation_utils.py +++ b/decoimpact/data/parsers/validation_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/main.py b/main.py index a13e19b9..03138535 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the GNU # Lesser General Public License version 2.1 # A copy of the GNUGeneral Public License can be found at diff --git a/tests/business/entities/rules/test_classification_rule.py b/tests/business/entities/rules/test_classification_rule.py index 90096e28..b8ead011 100644 --- a/tests/business/entities/rules/test_classification_rule.py +++ b/tests/business/entities/rules/test_classification_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_combine_results_rule.py b/tests/business/entities/rules/test_combine_results_rule.py index 3b13c446..22f041db 100644 --- a/tests/business/entities/rules/test_combine_results_rule.py +++ b/tests/business/entities/rules/test_combine_results_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_formula_rule.py b/tests/business/entities/rules/test_formula_rule.py index 9c3cc238..451c51dd 100644 --- a/tests/business/entities/rules/test_formula_rule.py +++ b/tests/business/entities/rules/test_formula_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_layer_filter_rule.py b/tests/business/entities/rules/test_layer_filter_rule.py index bcf1a623..5c0a9386 100644 --- a/tests/business/entities/rules/test_layer_filter_rule.py +++ b/tests/business/entities/rules/test_layer_filter_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_multiply_rule.py b/tests/business/entities/rules/test_multiply_rule.py index d8a0a333..93af74e4 100644 --- a/tests/business/entities/rules/test_multiply_rule.py +++ b/tests/business/entities/rules/test_multiply_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_response_curve_rule.py b/tests/business/entities/rules/test_response_curve_rule.py index 703355a2..827bfefd 100644 --- a/tests/business/entities/rules/test_response_curve_rule.py +++ b/tests/business/entities/rules/test_response_curve_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_rule_base.py b/tests/business/entities/rules/test_rule_base.py index d91a0bcf..151268b9 100644 --- a/tests/business/entities/rules/test_rule_base.py +++ b/tests/business/entities/rules/test_rule_base.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_step_function_rule.py b/tests/business/entities/rules/test_step_function_rule.py index 9e31b25c..209d1775 100644 --- a/tests/business/entities/rules/test_step_function_rule.py +++ b/tests/business/entities/rules/test_step_function_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_string_parser_utils.py b/tests/business/entities/rules/test_string_parser_utils.py index 8f4190e4..65fc8848 100644 --- a/tests/business/entities/rules/test_string_parser_utils.py +++ b/tests/business/entities/rules/test_string_parser_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_time_aggregation_rule.py b/tests/business/entities/rules/test_time_aggregation_rule.py index 5bdedf68..cc016b52 100644 --- a/tests/business/entities/rules/test_time_aggregation_rule.py +++ b/tests/business/entities/rules/test_time_aggregation_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/rules/test_time_aggregation_rule_analyze_periods.py b/tests/business/entities/rules/test_time_aggregation_rule_analyze_periods.py index 883df4f7..902ea436 100644 --- a/tests/business/entities/rules/test_time_aggregation_rule_analyze_periods.py +++ b/tests/business/entities/rules/test_time_aggregation_rule_analyze_periods.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/test_rule_based_model.py b/tests/business/entities/test_rule_based_model.py index c508edaf..c0a512bd 100644 --- a/tests/business/entities/test_rule_based_model.py +++ b/tests/business/entities/test_rule_based_model.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/entities/test_rule_processor.py b/tests/business/entities/test_rule_processor.py index 7b350b5e..e51c9794 100644 --- a/tests/business/entities/test_rule_processor.py +++ b/tests/business/entities/test_rule_processor.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/test_application.py b/tests/business/test_application.py index 7e37ad61..957266c1 100644 --- a/tests/business/test_application.py +++ b/tests/business/test_application.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/utils/test_dataset_utils.py b/tests/business/utils/test_dataset_utils.py index 6f514b5f..45b44b5b 100644 --- a/tests/business/utils/test_dataset_utils.py +++ b/tests/business/utils/test_dataset_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/utils/test_list_utils.py b/tests/business/utils/test_list_utils.py index 6970c85c..e85a8776 100644 --- a/tests/business/utils/test_list_utils.py +++ b/tests/business/utils/test_list_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/workflow/test_model_builder.py b/tests/business/workflow/test_model_builder.py index 8124bbdd..536b6701 100644 --- a/tests/business/workflow/test_model_builder.py +++ b/tests/business/workflow/test_model_builder.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/business/workflow/test_model_runner.py b/tests/business/workflow/test_model_runner.py index ede779e0..29aed3eb 100644 --- a/tests/business/workflow/test_model_runner.py +++ b/tests/business/workflow/test_model_runner.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/crosscutting/test_logger_factory.py b/tests/crosscutting/test_logger_factory.py index 28c4ea0e..89cca6bf 100644 --- a/tests/crosscutting/test_logger_factory.py +++ b/tests/crosscutting/test_logger_factory.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/crosscutting/test_logging_logger.py b/tests/crosscutting/test_logging_logger.py index eccfaf5d..04ce8b90 100644 --- a/tests/crosscutting/test_logging_logger.py +++ b/tests/crosscutting/test_logging_logger.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_classification_rule_data.py b/tests/data/entities/test_classification_rule_data.py index 07aa69ae..bdde1d11 100644 --- a/tests/data/entities/test_classification_rule_data.py +++ b/tests/data/entities/test_classification_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_combine_results_data.py b/tests/data/entities/test_combine_results_data.py index 432a74d0..a316e74a 100644 --- a/tests/data/entities/test_combine_results_data.py +++ b/tests/data/entities/test_combine_results_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_data_access_layer.py b/tests/data/entities/test_data_access_layer.py index a78bbcc0..734754a4 100644 --- a/tests/data/entities/test_data_access_layer.py +++ b/tests/data/entities/test_data_access_layer.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_dataset_data.py b/tests/data/entities/test_dataset_data.py index a2da1370..1bde1caa 100644 --- a/tests/data/entities/test_dataset_data.py +++ b/tests/data/entities/test_dataset_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_formula_rule_data.py b/tests/data/entities/test_formula_rule_data.py index 5c3953a1..162b0fbf 100644 --- a/tests/data/entities/test_formula_rule_data.py +++ b/tests/data/entities/test_formula_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_layer_filter_rule_data.py b/tests/data/entities/test_layer_filter_rule_data.py index 98754b00..e8889768 100644 --- a/tests/data/entities/test_layer_filter_rule_data.py +++ b/tests/data/entities/test_layer_filter_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_model_data_builder.py b/tests/data/entities/test_model_data_builder.py index 1de59d70..2cf10d1f 100644 --- a/tests/data/entities/test_model_data_builder.py +++ b/tests/data/entities/test_model_data_builder.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_multiply_rule_data.py b/tests/data/entities/test_multiply_rule_data.py index bd40b28d..ce505339 100644 --- a/tests/data/entities/test_multiply_rule_data.py +++ b/tests/data/entities/test_multiply_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_response_curve_rule_data.py b/tests/data/entities/test_response_curve_rule_data.py index a55fd54b..f7d141e7 100644 --- a/tests/data/entities/test_response_curve_rule_data.py +++ b/tests/data/entities/test_response_curve_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_rule_data.py b/tests/data/entities/test_rule_data.py index f509e235..33e589ed 100644 --- a/tests/data/entities/test_rule_data.py +++ b/tests/data/entities/test_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_step_function_rule_data.py b/tests/data/entities/test_step_function_rule_data.py index 9f1e4085..ed230890 100644 --- a/tests/data/entities/test_step_function_rule_data.py +++ b/tests/data/entities/test_step_function_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_time_aggregation_rule_data.py b/tests/data/entities/test_time_aggregation_rule_data.py index f1b5f571..660dfbb8 100644 --- a/tests/data/entities/test_time_aggregation_rule_data.py +++ b/tests/data/entities/test_time_aggregation_rule_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/entities/test_yaml_model_data.py b/tests/data/entities/test_yaml_model_data.py index 2c54d92d..5ca2ae6b 100644 --- a/tests/data/entities/test_yaml_model_data.py +++ b/tests/data/entities/test_yaml_model_data.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_classification_rule.py b/tests/data/parsers/test_parser_classification_rule.py index 988f1cd7..daf8da27 100644 --- a/tests/data/parsers/test_parser_classification_rule.py +++ b/tests/data/parsers/test_parser_classification_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_combine_results_rule.py b/tests/data/parsers/test_parser_combine_results_rule.py index 7d75bf74..622b16ee 100644 --- a/tests/data/parsers/test_parser_combine_results_rule.py +++ b/tests/data/parsers/test_parser_combine_results_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_formula_rule.py b/tests/data/parsers/test_parser_formula_rule.py index 5c0f077d..cc65c9b9 100644 --- a/tests/data/parsers/test_parser_formula_rule.py +++ b/tests/data/parsers/test_parser_formula_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_layer_filter_rule.py b/tests/data/parsers/test_parser_layer_filter_rule.py index 4d7fd191..373e68c8 100644 --- a/tests/data/parsers/test_parser_layer_filter_rule.py +++ b/tests/data/parsers/test_parser_layer_filter_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_multiply_rule.py b/tests/data/parsers/test_parser_multiply_rule.py index 96e35274..d6464398 100644 --- a/tests/data/parsers/test_parser_multiply_rule.py +++ b/tests/data/parsers/test_parser_multiply_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_response_curve_rule.py b/tests/data/parsers/test_parser_response_curve_rule.py index c8edc023..220e7f28 100644 --- a/tests/data/parsers/test_parser_response_curve_rule.py +++ b/tests/data/parsers/test_parser_response_curve_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_step_function_rule.py b/tests/data/parsers/test_parser_step_function_rule.py index 37bacb3a..0c76d849 100644 --- a/tests/data/parsers/test_parser_step_function_rule.py +++ b/tests/data/parsers/test_parser_step_function_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_parser_time_aggregation_rule.py b/tests/data/parsers/test_parser_time_aggregation_rule.py index e69e048f..ee6ff32d 100644 --- a/tests/data/parsers/test_parser_time_aggregation_rule.py +++ b/tests/data/parsers/test_parser_time_aggregation_rule.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/parsers/test_validation_utils.py b/tests/data/parsers/test_validation_utils.py index 5ccd84c7..8f8a8e67 100644 --- a/tests/data/parsers/test_validation_utils.py +++ b/tests/data/parsers/test_validation_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/data/test_dictionary_utils.py b/tests/data/test_dictionary_utils.py index a8b69595..b71eb0ad 100644 --- a/tests/data/test_dictionary_utils.py +++ b/tests/data/test_dictionary_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests/testing_utils.py b/tests/testing_utils.py index f27d24cf..ccbe5c59 100644 --- a/tests/testing_utils.py +++ b/tests/testing_utils.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at diff --git a/tests_acceptance/test_main.py b/tests_acceptance/test_main.py index edce9d44..4fe25a9a 100644 --- a/tests_acceptance/test_main.py +++ b/tests_acceptance/test_main.py @@ -1,5 +1,5 @@ # This file is part of D-EcoImpact -# Copyright (C) 2022-2023 Stichting Deltares and D-EcoImpact contributors +# Copyright (C) 2022-2023 Stichting Deltares # This program is free software distributed under the # GNU Affero General Public License version 3.0 # A copy of the GNU Affero General Public License can be found at