diff --git a/bin/update_copyrights.py b/bin/update_copyrights.py index f88a9ade..6194729c 100644 --- a/bin/update_copyrights.py +++ b/bin/update_copyrights.py @@ -9,7 +9,7 @@ project_source_dir = Path(root_dir, "spinedb_api") test_source_dir = Path(root_dir, "tests") -expected = f"# Copyright (C) 2023-{current_year} Mopo project consortium" +expected = f"# Copyright (C) 2017-{current_year} Spine project consortium" def update_copyrights(path, suffix, recursive=True): @@ -18,8 +18,8 @@ def update_copyrights(path, suffix, recursive=True): i = 0 with open(path) as python_file: lines = python_file.readlines() - for i, line in enumerate(lines[1:5]): - if line.startswith("# Copyright (C) ") and "Mopo" in line: + for i, line in enumerate(lines[1:4]): + if line.startswith("# Copyright (C) "): lines[i + 1] = lines[i + 1][:21] + str(current_year) + lines[i + 1][25:] break if len(lines) <= i + 1 or not lines[i + 1].startswith(expected): diff --git a/spinedb_api/__init__.py b/spinedb_api/__init__.py index 5f074081..b6b41a6b 100644 --- a/spinedb_api/__init__.py +++ b/spinedb_api/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/compatibility.py b/spinedb_api/compatibility.py index be88f526..92a6783b 100644 --- a/spinedb_api/compatibility.py +++ b/spinedb_api/compatibility.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/db_mapping.py b/spinedb_api/db_mapping.py index 5a4fe296..057e34cb 100644 --- a/spinedb_api/db_mapping.py +++ b/spinedb_api/db_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/db_mapping_base.py b/spinedb_api/db_mapping_base.py index f342786f..1602d613 100644 --- a/spinedb_api/db_mapping_base.py +++ b/spinedb_api/db_mapping_base.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/db_mapping_commit_mixin.py b/spinedb_api/db_mapping_commit_mixin.py index 9f5db582..ce105140 100644 --- a/spinedb_api/db_mapping_commit_mixin.py +++ b/spinedb_api/db_mapping_commit_mixin.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/db_mapping_query_mixin.py b/spinedb_api/db_mapping_query_mixin.py index bbe6b4eb..c5fd4f37 100644 --- a/spinedb_api/db_mapping_query_mixin.py +++ b/spinedb_api/db_mapping_query_mixin.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/exception.py b/spinedb_api/exception.py index e598fe75..c2554dab 100644 --- a/spinedb_api/exception.py +++ b/spinedb_api/exception.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/export_functions.py b/spinedb_api/export_functions.py index f4836de8..1040a427 100644 --- a/spinedb_api/export_functions.py +++ b/spinedb_api/export_functions.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/spinedb_api/export_mapping/__init__.py b/spinedb_api/export_mapping/__init__.py index 8a6b7acb..c75b202c 100644 --- a/spinedb_api/export_mapping/__init__.py +++ b/spinedb_api/export_mapping/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/export_mapping/export_mapping.py b/spinedb_api/export_mapping/export_mapping.py index 942a5615..e5ccef3e 100644 --- a/spinedb_api/export_mapping/export_mapping.py +++ b/spinedb_api/export_mapping/export_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/export_mapping/generator.py b/spinedb_api/export_mapping/generator.py index bb1982ed..026454be 100644 --- a/spinedb_api/export_mapping/generator.py +++ b/spinedb_api/export_mapping/generator.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/export_mapping/group_functions.py b/spinedb_api/export_mapping/group_functions.py index c43532a3..ce4598fb 100644 --- a/spinedb_api/export_mapping/group_functions.py +++ b/spinedb_api/export_mapping/group_functions.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/export_mapping/pivot.py b/spinedb_api/export_mapping/pivot.py index fbd5fad0..afd78344 100644 --- a/spinedb_api/export_mapping/pivot.py +++ b/spinedb_api/export_mapping/pivot.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/export_mapping/settings.py b/spinedb_api/export_mapping/settings.py index 6d6a5ae5..ed10ff58 100644 --- a/spinedb_api/export_mapping/settings.py +++ b/spinedb_api/export_mapping/settings.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/__init__.py b/spinedb_api/filters/__init__.py index 1eaeee9f..46105c99 100644 --- a/spinedb_api/filters/__init__.py +++ b/spinedb_api/filters/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/alternative_filter.py b/spinedb_api/filters/alternative_filter.py index 82bf0ed7..f406f793 100644 --- a/spinedb_api/filters/alternative_filter.py +++ b/spinedb_api/filters/alternative_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/execution_filter.py b/spinedb_api/filters/execution_filter.py index 182e5586..51a9f2db 100644 --- a/spinedb_api/filters/execution_filter.py +++ b/spinedb_api/filters/execution_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/renamer.py b/spinedb_api/filters/renamer.py index 68f372ad..a3970ac7 100644 --- a/spinedb_api/filters/renamer.py +++ b/spinedb_api/filters/renamer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/scenario_filter.py b/spinedb_api/filters/scenario_filter.py index abe9977b..3bbcb5e7 100644 --- a/spinedb_api/filters/scenario_filter.py +++ b/spinedb_api/filters/scenario_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/tools.py b/spinedb_api/filters/tools.py index 46ef738d..94d60545 100644 --- a/spinedb_api/filters/tools.py +++ b/spinedb_api/filters/tools.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/filters/value_transformer.py b/spinedb_api/filters/value_transformer.py index 5d3dfeb2..956de19d 100644 --- a/spinedb_api/filters/value_transformer.py +++ b/spinedb_api/filters/value_transformer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/graph_layout_generator.py b/spinedb_api/graph_layout_generator.py index 804a290f..be0a149a 100644 --- a/spinedb_api/graph_layout_generator.py +++ b/spinedb_api/graph_layout_generator.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Engine. # Spine Engine is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/spinedb_api/helpers.py b/spinedb_api/helpers.py index b86037b5..da671683 100644 --- a/spinedb_api/helpers.py +++ b/spinedb_api/helpers.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/import_functions.py b/spinedb_api/import_functions.py index 4d445941..c270c3e4 100644 --- a/spinedb_api/import_functions.py +++ b/spinedb_api/import_functions.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/spinedb_api/import_mapping/__init__.py b/spinedb_api/import_mapping/__init__.py index a1c7afd5..9966601e 100644 --- a/spinedb_api/import_mapping/__init__.py +++ b/spinedb_api/import_mapping/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/import_mapping/generator.py b/spinedb_api/import_mapping/generator.py index 7b4f2acd..b73037a4 100644 --- a/spinedb_api/import_mapping/generator.py +++ b/spinedb_api/import_mapping/generator.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/import_mapping/import_mapping.py b/spinedb_api/import_mapping/import_mapping.py index 7d804e10..c07d4f3c 100644 --- a/spinedb_api/import_mapping/import_mapping.py +++ b/spinedb_api/import_mapping/import_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/import_mapping/import_mapping_compat.py b/spinedb_api/import_mapping/import_mapping_compat.py index 8346d094..c8170b51 100644 --- a/spinedb_api/import_mapping/import_mapping_compat.py +++ b/spinedb_api/import_mapping/import_mapping_compat.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/import_mapping/type_conversion.py b/spinedb_api/import_mapping/type_conversion.py index a55ed388..4f054c9c 100644 --- a/spinedb_api/import_mapping/type_conversion.py +++ b/spinedb_api/import_mapping/type_conversion.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/mapped_items.py b/spinedb_api/mapped_items.py index c6cdd39d..18cfcdc2 100644 --- a/spinedb_api/mapped_items.py +++ b/spinedb_api/mapped_items.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/mapping.py b/spinedb_api/mapping.py index 3b7d08b0..5b197b17 100644 --- a/spinedb_api/mapping.py +++ b/spinedb_api/mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/parameter_value.py b/spinedb_api/parameter_value.py index 93a9ae75..7dbd704d 100644 --- a/spinedb_api/parameter_value.py +++ b/spinedb_api/parameter_value.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/perfect_split.py b/spinedb_api/perfect_split.py index 5bbd4f13..6028e47a 100644 --- a/spinedb_api/perfect_split.py +++ b/spinedb_api/perfect_split.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/spinedb_api/purge.py b/spinedb_api/purge.py index 49f5edc6..472fa5c3 100644 --- a/spinedb_api/purge.py +++ b/spinedb_api/purge.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/spinedb_api/query.py b/spinedb_api/query.py index 4201a842..db23f1e7 100644 --- a/spinedb_api/query.py +++ b/spinedb_api/query.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/server_client_helpers.py b/spinedb_api/server_client_helpers.py index 6ba2f737..f9b3b0b1 100644 --- a/spinedb_api/server_client_helpers.py +++ b/spinedb_api/server_client_helpers.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_db_client.py b/spinedb_api/spine_db_client.py index 57a30ccd..570043b4 100644 --- a/spinedb_api/spine_db_client.py +++ b/spinedb_api/spine_db_client.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Engine. # Spine Engine is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/spinedb_api/spine_db_server.py b/spinedb_api/spine_db_server.py index 5b1a7c42..4ac5b7d8 100644 --- a/spinedb_api/spine_db_server.py +++ b/spinedb_api/spine_db_server.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/__init__.py b/spinedb_api/spine_io/__init__.py index a9fd7693..adea0648 100644 --- a/spinedb_api/spine_io/__init__.py +++ b/spinedb_api/spine_io/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/__init__.py b/spinedb_api/spine_io/exporters/__init__.py index 298d66f0..3d6ed59b 100644 --- a/spinedb_api/spine_io/exporters/__init__.py +++ b/spinedb_api/spine_io/exporters/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/csv_writer.py b/spinedb_api/spine_io/exporters/csv_writer.py index b018b0d5..4974be65 100644 --- a/spinedb_api/spine_io/exporters/csv_writer.py +++ b/spinedb_api/spine_io/exporters/csv_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/excel.py b/spinedb_api/spine_io/exporters/excel.py index 75b43cdb..d75ecd95 100644 --- a/spinedb_api/spine_io/exporters/excel.py +++ b/spinedb_api/spine_io/exporters/excel.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/excel_writer.py b/spinedb_api/spine_io/exporters/excel_writer.py index 39362126..2c1996d2 100644 --- a/spinedb_api/spine_io/exporters/excel_writer.py +++ b/spinedb_api/spine_io/exporters/excel_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/gdx_writer.py b/spinedb_api/spine_io/exporters/gdx_writer.py index 8e7f9f3c..faae3d53 100644 --- a/spinedb_api/spine_io/exporters/gdx_writer.py +++ b/spinedb_api/spine_io/exporters/gdx_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/sql_writer.py b/spinedb_api/spine_io/exporters/sql_writer.py index c726baac..6065d997 100644 --- a/spinedb_api/spine_io/exporters/sql_writer.py +++ b/spinedb_api/spine_io/exporters/sql_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/exporters/writer.py b/spinedb_api/spine_io/exporters/writer.py index 881ca9c3..26698854 100644 --- a/spinedb_api/spine_io/exporters/writer.py +++ b/spinedb_api/spine_io/exporters/writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/gdx_utils.py b/spinedb_api/spine_io/gdx_utils.py index 9732a22a..229c9338 100644 --- a/spinedb_api/spine_io/gdx_utils.py +++ b/spinedb_api/spine_io/gdx_utils.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/__init__.py b/spinedb_api/spine_io/importers/__init__.py index d59c4b8a..ab3c7b4b 100644 --- a/spinedb_api/spine_io/importers/__init__.py +++ b/spinedb_api/spine_io/importers/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/csv_reader.py b/spinedb_api/spine_io/importers/csv_reader.py index e8e19f4c..b3381bba 100644 --- a/spinedb_api/spine_io/importers/csv_reader.py +++ b/spinedb_api/spine_io/importers/csv_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/datapackage_reader.py b/spinedb_api/spine_io/importers/datapackage_reader.py index a12e9584..8fa1bc5b 100644 --- a/spinedb_api/spine_io/importers/datapackage_reader.py +++ b/spinedb_api/spine_io/importers/datapackage_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/excel_reader.py b/spinedb_api/spine_io/importers/excel_reader.py index 498ecfe0..22cabe0f 100644 --- a/spinedb_api/spine_io/importers/excel_reader.py +++ b/spinedb_api/spine_io/importers/excel_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/gdx_connector.py b/spinedb_api/spine_io/importers/gdx_connector.py index 22eef1f1..61f28935 100644 --- a/spinedb_api/spine_io/importers/gdx_connector.py +++ b/spinedb_api/spine_io/importers/gdx_connector.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/json_reader.py b/spinedb_api/spine_io/importers/json_reader.py index 06011b11..024b98d7 100644 --- a/spinedb_api/spine_io/importers/json_reader.py +++ b/spinedb_api/spine_io/importers/json_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/reader.py b/spinedb_api/spine_io/importers/reader.py index 1d33837b..3a645e96 100644 --- a/spinedb_api/spine_io/importers/reader.py +++ b/spinedb_api/spine_io/importers/reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/spine_io/importers/sqlalchemy_connector.py b/spinedb_api/spine_io/importers/sqlalchemy_connector.py index eb382b75..e187356d 100644 --- a/spinedb_api/spine_io/importers/sqlalchemy_connector.py +++ b/spinedb_api/spine_io/importers/sqlalchemy_connector.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/spinedb_api/temp_id.py b/spinedb_api/temp_id.py index 7bd502a3..79066941 100644 --- a/spinedb_api/temp_id.py +++ b/spinedb_api/temp_id.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/__init__.py b/tests/__init__.py index 6516cd9e..f9452d16 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/custom_db_mapping.py b/tests/custom_db_mapping.py index 39880507..ab578e3f 100644 --- a/tests/custom_db_mapping.py +++ b/tests/custom_db_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/export_mapping/__init__.py b/tests/export_mapping/__init__.py index 1eaeee9f..46105c99 100644 --- a/tests/export_mapping/__init__.py +++ b/tests/export_mapping/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/export_mapping/test_export_mapping.py b/tests/export_mapping/test_export_mapping.py index 0caa5629..826588ac 100644 --- a/tests/export_mapping/test_export_mapping.py +++ b/tests/export_mapping/test_export_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/export_mapping/test_pivot.py b/tests/export_mapping/test_pivot.py index 5f3e2772..cfe2e12c 100644 --- a/tests/export_mapping/test_pivot.py +++ b/tests/export_mapping/test_pivot.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/export_mapping/test_settings.py b/tests/export_mapping/test_settings.py index bd8b5fc7..fb84d20a 100644 --- a/tests/export_mapping/test_settings.py +++ b/tests/export_mapping/test_settings.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/__init__.py b/tests/filters/__init__.py index 1eaeee9f..46105c99 100644 --- a/tests/filters/__init__.py +++ b/tests/filters/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_alternative_filter.py b/tests/filters/test_alternative_filter.py index b6c20846..a677bbe2 100644 --- a/tests/filters/test_alternative_filter.py +++ b/tests/filters/test_alternative_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_execution_filter.py b/tests/filters/test_execution_filter.py index fc819bd1..6a092ee6 100644 --- a/tests/filters/test_execution_filter.py +++ b/tests/filters/test_execution_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_renamer.py b/tests/filters/test_renamer.py index 82599da0..d3bf469e 100644 --- a/tests/filters/test_renamer.py +++ b/tests/filters/test_renamer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_scenario_filter.py b/tests/filters/test_scenario_filter.py index 52a92c12..de1be424 100644 --- a/tests/filters/test_scenario_filter.py +++ b/tests/filters/test_scenario_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_tool_filter.py b/tests/filters/test_tool_filter.py index 69efaab3..a85455da 100644 --- a/tests/filters/test_tool_filter.py +++ b/tests/filters/test_tool_filter.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_tools.py b/tests/filters/test_tools.py index 834943c0..41e7f03b 100644 --- a/tests/filters/test_tools.py +++ b/tests/filters/test_tools.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/filters/test_value_transformer.py b/tests/filters/test_value_transformer.py index 7b43bd79..3660e85a 100644 --- a/tests/filters/test_value_transformer.py +++ b/tests/filters/test_value_transformer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/import_mapping/__init__.py b/tests/import_mapping/__init__.py index 1eaeee9f..46105c99 100644 --- a/tests/import_mapping/__init__.py +++ b/tests/import_mapping/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/import_mapping/test_generator.py b/tests/import_mapping/test_generator.py index ca9d9be3..df0a8dac 100644 --- a/tests/import_mapping/test_generator.py +++ b/tests/import_mapping/test_generator.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/import_mapping/test_import_mapping.py b/tests/import_mapping/test_import_mapping.py index 0deec7ac..ff2c5e6c 100644 --- a/tests/import_mapping/test_import_mapping.py +++ b/tests/import_mapping/test_import_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/import_mapping/test_type_conversion.py b/tests/import_mapping/test_type_conversion.py index 2ac3eac9..c772dabd 100644 --- a/tests/import_mapping/test_type_conversion.py +++ b/tests/import_mapping/test_type_conversion.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/__init__.py b/tests/spine_io/__init__.py index 85466aa1..219c44b8 100644 --- a/tests/spine_io/__init__.py +++ b/tests/spine_io/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/exporters/__init__.py b/tests/spine_io/exporters/__init__.py index 99ed4315..a0581eb2 100644 --- a/tests/spine_io/exporters/__init__.py +++ b/tests/spine_io/exporters/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/exporters/test_csv_writer.py b/tests/spine_io/exporters/test_csv_writer.py index ae452acc..9ddf6dfc 100644 --- a/tests/spine_io/exporters/test_csv_writer.py +++ b/tests/spine_io/exporters/test_csv_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/exporters/test_excel_writer.py b/tests/spine_io/exporters/test_excel_writer.py index bfe4d5b1..65f8cf02 100644 --- a/tests/spine_io/exporters/test_excel_writer.py +++ b/tests/spine_io/exporters/test_excel_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/exporters/test_gdx_writer.py b/tests/spine_io/exporters/test_gdx_writer.py index 785d5e16..48407fd4 100644 --- a/tests/spine_io/exporters/test_gdx_writer.py +++ b/tests/spine_io/exporters/test_gdx_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/exporters/test_sql_writer.py b/tests/spine_io/exporters/test_sql_writer.py index b674e8df..702adeac 100644 --- a/tests/spine_io/exporters/test_sql_writer.py +++ b/tests/spine_io/exporters/test_sql_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/exporters/test_writer.py b/tests/spine_io/exporters/test_writer.py index 9a45f1a4..9a9283c0 100644 --- a/tests/spine_io/exporters/test_writer.py +++ b/tests/spine_io/exporters/test_writer.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/__init__.py b/tests/spine_io/importers/__init__.py index d705009c..bb67bf8a 100644 --- a/tests/spine_io/importers/__init__.py +++ b/tests/spine_io/importers/__init__.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_CSVConnector.py b/tests/spine_io/importers/test_CSVConnector.py index 956c86e2..b8a9d93a 100644 --- a/tests/spine_io/importers/test_CSVConnector.py +++ b/tests/spine_io/importers/test_CSVConnector.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_GdxConnector.py b/tests/spine_io/importers/test_GdxConnector.py index ac0f4b28..7a55c992 100644 --- a/tests/spine_io/importers/test_GdxConnector.py +++ b/tests/spine_io/importers/test_GdxConnector.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_datapackage_reader.py b/tests/spine_io/importers/test_datapackage_reader.py index 4b991f65..75906b29 100644 --- a/tests/spine_io/importers/test_datapackage_reader.py +++ b/tests/spine_io/importers/test_datapackage_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_excel_reader.py b/tests/spine_io/importers/test_excel_reader.py index 5477188c..8c3f59ed 100644 --- a/tests/spine_io/importers/test_excel_reader.py +++ b/tests/spine_io/importers/test_excel_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_json_reader.py b/tests/spine_io/importers/test_json_reader.py index 7b20c007..303bf7ec 100644 --- a/tests/spine_io/importers/test_json_reader.py +++ b/tests/spine_io/importers/test_json_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_reader.py b/tests/spine_io/importers/test_reader.py index c4dc1826..71e90535 100644 --- a/tests/spine_io/importers/test_reader.py +++ b/tests/spine_io/importers/test_reader.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/importers/test_sqlalchemy_connector.py b/tests/spine_io/importers/test_sqlalchemy_connector.py index 50230112..9fab91b1 100644 --- a/tests/spine_io/importers/test_sqlalchemy_connector.py +++ b/tests/spine_io/importers/test_sqlalchemy_connector.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/spine_io/test_excel_integration.py b/tests/spine_io/test_excel_integration.py index d1bbe6a7..7ca1a318 100644 --- a/tests/spine_io/test_excel_integration.py +++ b/tests/spine_io/test_excel_integration.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_DatabaseMapping.py b/tests/test_DatabaseMapping.py index f6d03af3..cb2596ce 100644 --- a/tests/test_DatabaseMapping.py +++ b/tests/test_DatabaseMapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_check_integrity.py b/tests/test_check_integrity.py index b4476d83..9d54caae 100644 --- a/tests/test_check_integrity.py +++ b/tests/test_check_integrity.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_db_mapping_base.py b/tests/test_db_mapping_base.py index e55a4b32..179c1ed8 100644 --- a/tests/test_db_mapping_base.py +++ b/tests/test_db_mapping_base.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_export_functions.py b/tests/test_export_functions.py index d442e372..3a4e9ccc 100644 --- a/tests/test_export_functions.py +++ b/tests/test_export_functions.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) diff --git a/tests/test_helpers.py b/tests/test_helpers.py index a9879261..5497ae66 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_import_functions.py b/tests/test_import_functions.py index 17dcdf4c..6cfec085 100644 --- a/tests/test_import_functions.py +++ b/tests/test_import_functions.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_mapping.py b/tests/test_mapping.py index a00aebba..94358de2 100644 --- a/tests/test_mapping.py +++ b/tests/test_mapping.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_migration.py b/tests/test_migration.py index d9168e49..c9cf76d1 100644 --- a/tests/test_migration.py +++ b/tests/test_migration.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_parameter_value.py b/tests/test_parameter_value.py index 77e794f1..8ae63ef5 100644 --- a/tests/test_parameter_value.py +++ b/tests/test_parameter_value.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Database API is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser # General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your diff --git a/tests/test_purge.py b/tests/test_purge.py index d465afe8..f6093e1c 100644 --- a/tests/test_purge.py +++ b/tests/test_purge.py @@ -1,6 +1,5 @@ ###################################################################################################################### # Copyright (C) 2017-2022 Spine project consortium -# Copyright (C) 2023-2024 Mopo project consortium # This file is part of Spine Database API. # Spine Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General # Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option)