From ff1efc131150b397537caa21d4e95c743582f29b Mon Sep 17 00:00:00 2001 From: benjamink Date: Wed, 8 Jan 2025 10:26:34 -0800 Subject: [PATCH 1/8] Update copyright --- LICENSE | 17 +++++++++++ README-dev.rst | 16 ++++++++++ README.rst | 17 +++++++++++ devtools/sync_files.py | 17 ++++++++++- simpeg_drivers-assets/__init__.py | 26 ++++++++++------- simpeg_drivers/__init__.py | 29 ++++++++++--------- simpeg_drivers/components/__init__.py | 29 ++++++++++--------- simpeg_drivers/components/data.py | 28 +++++++++--------- .../components/factories/__init__.py | 28 +++++++++--------- .../components/factories/abstract_factory.py | 28 +++++++++--------- .../factories/directives_factory.py | 28 +++++++++--------- .../components/factories/entity_factory.py | 28 +++++++++--------- .../components/factories/misfit_factory.py | 28 +++++++++--------- .../components/factories/receiver_factory.py | 28 +++++++++--------- .../components/factories/simpeg_factory.py | 28 +++++++++--------- .../factories/simulation_factory.py | 28 +++++++++--------- .../components/factories/source_factory.py | 28 +++++++++--------- .../components/factories/survey_factory.py | 28 +++++++++--------- simpeg_drivers/components/locations.py | 28 +++++++++--------- simpeg_drivers/components/meshes.py | 28 +++++++++--------- simpeg_drivers/components/models.py | 28 +++++++++--------- simpeg_drivers/components/topography.py | 28 +++++++++--------- simpeg_drivers/components/windows.py | 28 +++++++++--------- simpeg_drivers/constants.py | 28 +++++++++--------- simpeg_drivers/driver.py | 29 ++++++++++--------- simpeg_drivers/electricals/__init__.py | 28 +++++++++--------- .../electricals/direct_current/__init__.py | 28 +++++++++--------- .../pseudo_three_dimensions/constants.py | 28 +++++++++--------- .../pseudo_three_dimensions/driver.py | 28 +++++++++--------- .../pseudo_three_dimensions/params.py | 28 +++++++++--------- .../three_dimensions/__init__.py | 28 +++++++++--------- .../three_dimensions/constants.py | 28 +++++++++--------- .../direct_current/three_dimensions/driver.py | 28 +++++++++--------- .../direct_current/three_dimensions/params.py | 28 +++++++++--------- .../direct_current/two_dimensions/__init__.py | 29 ++++++++++--------- .../two_dimensions/constants.py | 28 +++++++++--------- .../direct_current/two_dimensions/driver.py | 28 +++++++++--------- .../direct_current/two_dimensions/params.py | 28 +++++++++--------- simpeg_drivers/electricals/driver.py | 28 +++++++++--------- .../induced_polarization/__init__.py | 28 +++++++++--------- .../pseudo_three_dimensions/constants.py | 28 +++++++++--------- .../pseudo_three_dimensions/driver.py | 28 +++++++++--------- .../pseudo_three_dimensions/params.py | 28 +++++++++--------- .../three_dimensions/__init__.py | 28 +++++++++--------- .../three_dimensions/constants.py | 28 +++++++++--------- .../three_dimensions/driver.py | 28 +++++++++--------- .../three_dimensions/params.py | 28 +++++++++--------- .../two_dimensions/__init__.py | 28 +++++++++--------- .../two_dimensions/constants.py | 28 +++++++++--------- .../two_dimensions/driver.py | 28 +++++++++--------- .../two_dimensions/params.py | 28 +++++++++--------- simpeg_drivers/electricals/params.py | 28 +++++++++--------- simpeg_drivers/electromagnetics/__init__.py | 28 +++++++++--------- .../frequency_domain/__init__.py | 28 +++++++++--------- .../frequency_domain/constants.py | 28 +++++++++--------- .../frequency_domain/driver.py | 28 +++++++++--------- .../frequency_domain/params.py | 28 +++++++++--------- .../electromagnetics/time_domain/__init__.py | 28 +++++++++--------- .../electromagnetics/time_domain/constants.py | 28 +++++++++--------- .../electromagnetics/time_domain/driver.py | 28 +++++++++--------- .../electromagnetics/time_domain/params.py | 28 +++++++++--------- simpeg_drivers/joint/__init__.py | 28 +++++++++--------- simpeg_drivers/joint/constants.py | 28 +++++++++--------- simpeg_drivers/joint/driver.py | 28 +++++++++--------- .../joint/joint_cross_gradient/__init__.py | 28 +++++++++--------- .../joint/joint_cross_gradient/constants.py | 28 +++++++++--------- .../joint/joint_cross_gradient/driver.py | 28 +++++++++--------- .../joint/joint_cross_gradient/params.py | 28 +++++++++--------- .../joint/joint_surveys/__init__.py | 28 +++++++++--------- .../joint/joint_surveys/constants.py | 28 +++++++++--------- simpeg_drivers/joint/joint_surveys/driver.py | 28 +++++++++--------- simpeg_drivers/joint/joint_surveys/params.py | 28 +++++++++--------- simpeg_drivers/joint/params.py | 28 +++++++++--------- simpeg_drivers/line_sweep/driver.py | 28 +++++++++--------- simpeg_drivers/natural_sources/__init__.py | 28 +++++++++--------- .../magnetotellurics/__init__.py | 28 +++++++++--------- .../magnetotellurics/constants.py | 28 +++++++++--------- .../magnetotellurics/driver.py | 28 +++++++++--------- .../magnetotellurics/params.py | 28 +++++++++--------- .../natural_sources/tipper/__init__.py | 28 +++++++++--------- .../natural_sources/tipper/constants.py | 28 +++++++++--------- .../natural_sources/tipper/driver.py | 28 +++++++++--------- .../natural_sources/tipper/params.py | 28 +++++++++--------- simpeg_drivers/params.py | 28 +++++++++--------- simpeg_drivers/potential_fields/__init__.py | 28 +++++++++--------- .../potential_fields/gravity/__init__.py | 28 +++++++++--------- .../potential_fields/gravity/constants.py | 28 +++++++++--------- .../potential_fields/gravity/driver.py | 28 +++++++++--------- .../potential_fields/gravity/params.py | 28 +++++++++--------- .../magnetic_scalar/__init__.py | 28 +++++++++--------- .../magnetic_scalar/constants.py | 28 +++++++++--------- .../magnetic_scalar/driver.py | 28 +++++++++--------- .../magnetic_scalar/params.py | 28 +++++++++--------- .../magnetic_vector/__init__.py | 28 +++++++++--------- .../magnetic_vector/constants.py | 28 +++++++++--------- .../magnetic_vector/driver.py | 28 +++++++++--------- .../magnetic_vector/params.py | 28 +++++++++--------- simpeg_drivers/utils/__init__.py | 28 +++++++++--------- simpeg_drivers/utils/surveys.py | 29 ++++++++++--------- simpeg_drivers/utils/testing.py | 29 ++++++++++--------- simpeg_drivers/utils/utils.py | 28 +++++++++--------- simpeg_drivers/utils/write_default_uijson.py | 29 ++++++++++--------- tests/__init__.py | 26 ++++++++++------- tests/assets_path_test.py | 26 ++++++++++------- tests/conftest.py | 26 ++++++++++------- tests/constants_test.py | 16 +++++++--- tests/data_test.py | 26 ++++++++++------- tests/driver_test.py | 26 ++++++++++------- tests/locations_test.py | 26 ++++++++++------- tests/meshes_test.py | 26 ++++++++++------- tests/models_test.py | 26 ++++++++++------- tests/params_test.py | 16 +++++++--- tests/run_tests/__init__.py | 26 ++++++++++------- tests/run_tests/driver_airborne_tem_test.py | 26 ++++++++++------- tests/run_tests/driver_dc_2d_test.py | 26 ++++++++++------- tests/run_tests/driver_dc_p3d_test.py | 26 ++++++++++------- tests/run_tests/driver_dc_test.py | 26 ++++++++++------- tests/run_tests/driver_fem_test.py | 26 ++++++++++------- tests/run_tests/driver_grav_test.py | 26 ++++++++++------- tests/run_tests/driver_ground_tem_test.py | 26 ++++++++++------- tests/run_tests/driver_ip_2d_test.py | 26 ++++++++++------- tests/run_tests/driver_ip_p3d_test.py | 26 ++++++++++------- tests/run_tests/driver_ip_test.py | 26 ++++++++++------- .../driver_joint_cross_gradient_test.py | 26 ++++++++++------- tests/run_tests/driver_joint_surveys_test.py | 26 ++++++++++------- tests/run_tests/driver_mag_test.py | 26 ++++++++++------- tests/run_tests/driver_mt_test.py | 26 ++++++++++------- tests/run_tests/driver_mvi_test.py | 26 ++++++++++------- tests/run_tests/driver_tipper_test.py | 26 ++++++++++------- tests/topography_test.py | 26 ++++++++++------- tests/utils_surveys_test.py | 26 ++++++++++------- tests/version_test.py | 26 ++++++++++------- 132 files changed, 1919 insertions(+), 1657 deletions(-) diff --git a/LICENSE b/LICENSE index 81481380..a2f0c9f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,20 @@ +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + MIT License Copyright (c) 2024 Mira Geoscience diff --git a/README-dev.rst b/README-dev.rst index 9a90fd67..aae11ed9 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -1,3 +1,19 @@ +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Setup for development ===================== diff --git a/README.rst b/README.rst index c0e2bf03..1e7e6703 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,20 @@ +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + |coverage| |maintainability| |precommit_ci| |docs| |style| |version| |status| |pyversions| diff --git a/devtools/sync_files.py b/devtools/sync_files.py index abb07502..1e8a68c5 100644 --- a/devtools/sync_files.py +++ b/devtools/sync_files.py @@ -1,4 +1,19 @@ -# Copyright (c) 2024 Mira Geoscience Ltd. +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # # This file is part of python-training. diff --git a/simpeg_drivers-assets/__init__.py b/simpeg_drivers-assets/__init__.py index 47bdcd36..5dd0c9fc 100644 --- a/simpeg_drivers-assets/__init__.py +++ b/simpeg_drivers-assets/__init__.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # diff --git a/simpeg_drivers/__init__.py b/simpeg_drivers/__init__.py index 3d6939c1..e0e3e197 100644 --- a/simpeg_drivers/__init__.py +++ b/simpeg_drivers/__init__.py @@ -1,20 +1,21 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + from __future__ import annotations diff --git a/simpeg_drivers/components/__init__.py b/simpeg_drivers/components/__init__.py index 0e01f0b5..eef75858 100644 --- a/simpeg_drivers/components/__init__.py +++ b/simpeg_drivers/components/__init__.py @@ -1,20 +1,21 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # pylint: disable=unused-import # flake8: noqa diff --git a/simpeg_drivers/components/data.py b/simpeg_drivers/components/data.py index a83d00fa..92dfc7ce 100644 --- a/simpeg_drivers/components/data.py +++ b/simpeg_drivers/components/data.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/__init__.py b/simpeg_drivers/components/factories/__init__.py index 2ba1a95e..99944d90 100644 --- a/simpeg_drivers/components/factories/__init__.py +++ b/simpeg_drivers/components/factories/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/abstract_factory.py b/simpeg_drivers/components/factories/abstract_factory.py index 55fba887..c55529d1 100644 --- a/simpeg_drivers/components/factories/abstract_factory.py +++ b/simpeg_drivers/components/factories/abstract_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/directives_factory.py b/simpeg_drivers/components/factories/directives_factory.py index 610f4ca7..aa0c6ff9 100644 --- a/simpeg_drivers/components/factories/directives_factory.py +++ b/simpeg_drivers/components/factories/directives_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/entity_factory.py b/simpeg_drivers/components/factories/entity_factory.py index f87abd39..4416c9e9 100644 --- a/simpeg_drivers/components/factories/entity_factory.py +++ b/simpeg_drivers/components/factories/entity_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/misfit_factory.py b/simpeg_drivers/components/factories/misfit_factory.py index d9d9f619..77510d5e 100644 --- a/simpeg_drivers/components/factories/misfit_factory.py +++ b/simpeg_drivers/components/factories/misfit_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/receiver_factory.py b/simpeg_drivers/components/factories/receiver_factory.py index 086e0fc7..cddb76cb 100644 --- a/simpeg_drivers/components/factories/receiver_factory.py +++ b/simpeg_drivers/components/factories/receiver_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/simpeg_factory.py b/simpeg_drivers/components/factories/simpeg_factory.py index a175f222..4563a7d9 100644 --- a/simpeg_drivers/components/factories/simpeg_factory.py +++ b/simpeg_drivers/components/factories/simpeg_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/simulation_factory.py b/simpeg_drivers/components/factories/simulation_factory.py index a68a0506..5a701720 100644 --- a/simpeg_drivers/components/factories/simulation_factory.py +++ b/simpeg_drivers/components/factories/simulation_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/source_factory.py b/simpeg_drivers/components/factories/source_factory.py index f10781d6..894c834a 100644 --- a/simpeg_drivers/components/factories/source_factory.py +++ b/simpeg_drivers/components/factories/source_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/factories/survey_factory.py b/simpeg_drivers/components/factories/survey_factory.py index 1169633e..77e63224 100644 --- a/simpeg_drivers/components/factories/survey_factory.py +++ b/simpeg_drivers/components/factories/survey_factory.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/locations.py b/simpeg_drivers/components/locations.py index 5fa4f617..eb66f775 100644 --- a/simpeg_drivers/components/locations.py +++ b/simpeg_drivers/components/locations.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/meshes.py b/simpeg_drivers/components/meshes.py index 0c4c8d80..e4b47366 100644 --- a/simpeg_drivers/components/meshes.py +++ b/simpeg_drivers/components/meshes.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/models.py b/simpeg_drivers/components/models.py index f5732bf0..7534dee3 100644 --- a/simpeg_drivers/components/models.py +++ b/simpeg_drivers/components/models.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/topography.py b/simpeg_drivers/components/topography.py index a267cf5e..4d980cca 100644 --- a/simpeg_drivers/components/topography.py +++ b/simpeg_drivers/components/topography.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/components/windows.py b/simpeg_drivers/components/windows.py index 497f5718..cb5a1313 100644 --- a/simpeg_drivers/components/windows.py +++ b/simpeg_drivers/components/windows.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/constants.py b/simpeg_drivers/constants.py index eb153878..47864849 100644 --- a/simpeg_drivers/constants.py +++ b/simpeg_drivers/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/driver.py b/simpeg_drivers/driver.py index a81c12ff..214dd04f 100644 --- a/simpeg_drivers/driver.py +++ b/simpeg_drivers/driver.py @@ -1,19 +1,20 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # flake8: noqa from __future__ import annotations diff --git a/simpeg_drivers/electricals/__init__.py b/simpeg_drivers/electricals/__init__.py index f1cc7813..423f30d1 100644 --- a/simpeg_drivers/electricals/__init__.py +++ b/simpeg_drivers/electricals/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/__init__.py b/simpeg_drivers/electricals/direct_current/__init__.py index de3a54f7..bb6a6d61 100644 --- a/simpeg_drivers/electricals/direct_current/__init__.py +++ b/simpeg_drivers/electricals/direct_current/__init__.py @@ -1,16 +1,16 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py index 7e560382..883c8603 100644 --- a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py +++ b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.py b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.py index 6f831109..0dc54f45 100644 --- a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.py +++ b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.py b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.py index 6d4b5edd..fde9b898 100644 --- a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.py +++ b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/three_dimensions/__init__.py b/simpeg_drivers/electricals/direct_current/three_dimensions/__init__.py index c87f9fc6..9dad6c80 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/__init__.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/three_dimensions/constants.py b/simpeg_drivers/electricals/direct_current/three_dimensions/constants.py index cc8b1522..eebcb668 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/constants.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/three_dimensions/driver.py b/simpeg_drivers/electricals/direct_current/three_dimensions/driver.py index b34ec492..dc8a0373 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/driver.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/three_dimensions/params.py b/simpeg_drivers/electricals/direct_current/three_dimensions/params.py index 3f49d2af..c0f09134 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/params.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/two_dimensions/__init__.py b/simpeg_drivers/electricals/direct_current/two_dimensions/__init__.py index cd302086..9b8aae25 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/__init__.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/__init__.py @@ -1,20 +1,21 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + from .params import DirectCurrent2DParams diff --git a/simpeg_drivers/electricals/direct_current/two_dimensions/constants.py b/simpeg_drivers/electricals/direct_current/two_dimensions/constants.py index af064bcc..9ad63b95 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/constants.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/two_dimensions/driver.py b/simpeg_drivers/electricals/direct_current/two_dimensions/driver.py index 6ebd798c..021b57cb 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/driver.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/direct_current/two_dimensions/params.py b/simpeg_drivers/electricals/direct_current/two_dimensions/params.py index fcda1ca6..fd2a2b7f 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/params.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/driver.py b/simpeg_drivers/electricals/driver.py index 59248695..1f0392b9 100644 --- a/simpeg_drivers/electricals/driver.py +++ b/simpeg_drivers/electricals/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/__init__.py b/simpeg_drivers/electricals/induced_polarization/__init__.py index de3a54f7..bb6a6d61 100644 --- a/simpeg_drivers/electricals/induced_polarization/__init__.py +++ b/simpeg_drivers/electricals/induced_polarization/__init__.py @@ -1,16 +1,16 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py index 936feaf7..daebf7d7 100644 --- a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py +++ b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.py b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.py index 22581042..ec591617 100644 --- a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.py +++ b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.py b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.py index 0fb92085..d64935d6 100644 --- a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.py +++ b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/three_dimensions/__init__.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/__init__.py index 860286c4..c66922ae 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/__init__.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.py index 42e2875a..19f5d5b9 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.py index db923421..c4743eb9 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.py index 096cb19e..fafc7d10 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/two_dimensions/__init__.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/__init__.py index 680ae2c9..75ab7c56 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/__init__.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.py index e79b01c0..0cdc98ac 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.py index 8347de5c..8ba0d00c 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.py index b71dea9a..05836421 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electricals/params.py b/simpeg_drivers/electricals/params.py index fa193de0..3143716d 100644 --- a/simpeg_drivers/electricals/params.py +++ b/simpeg_drivers/electricals/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/__init__.py b/simpeg_drivers/electromagnetics/__init__.py index de3a54f7..bb6a6d61 100644 --- a/simpeg_drivers/electromagnetics/__init__.py +++ b/simpeg_drivers/electromagnetics/__init__.py @@ -1,16 +1,16 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/frequency_domain/__init__.py b/simpeg_drivers/electromagnetics/frequency_domain/__init__.py index d9d1e73c..86fbfa6d 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/__init__.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/frequency_domain/constants.py b/simpeg_drivers/electromagnetics/frequency_domain/constants.py index 85cdb0f5..7ce8ff7b 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/constants.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/frequency_domain/driver.py b/simpeg_drivers/electromagnetics/frequency_domain/driver.py index a0351137..e4e924a5 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/driver.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/frequency_domain/params.py b/simpeg_drivers/electromagnetics/frequency_domain/params.py index 73d621fc..f51a78c2 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/params.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/time_domain/__init__.py b/simpeg_drivers/electromagnetics/time_domain/__init__.py index c4b6eb3d..e59b2335 100644 --- a/simpeg_drivers/electromagnetics/time_domain/__init__.py +++ b/simpeg_drivers/electromagnetics/time_domain/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/time_domain/constants.py b/simpeg_drivers/electromagnetics/time_domain/constants.py index 0a21abf3..be680a08 100644 --- a/simpeg_drivers/electromagnetics/time_domain/constants.py +++ b/simpeg_drivers/electromagnetics/time_domain/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/time_domain/driver.py b/simpeg_drivers/electromagnetics/time_domain/driver.py index b04c67e1..35715462 100644 --- a/simpeg_drivers/electromagnetics/time_domain/driver.py +++ b/simpeg_drivers/electromagnetics/time_domain/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/electromagnetics/time_domain/params.py b/simpeg_drivers/electromagnetics/time_domain/params.py index fb4623c4..5478bd16 100644 --- a/simpeg_drivers/electromagnetics/time_domain/params.py +++ b/simpeg_drivers/electromagnetics/time_domain/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/__init__.py b/simpeg_drivers/joint/__init__.py index de3a54f7..bb6a6d61 100644 --- a/simpeg_drivers/joint/__init__.py +++ b/simpeg_drivers/joint/__init__.py @@ -1,16 +1,16 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/constants.py b/simpeg_drivers/joint/constants.py index 02e1de66..9dfeb770 100644 --- a/simpeg_drivers/joint/constants.py +++ b/simpeg_drivers/joint/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/driver.py b/simpeg_drivers/joint/driver.py index 6c18c11a..9a97c363 100644 --- a/simpeg_drivers/joint/driver.py +++ b/simpeg_drivers/joint/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_cross_gradient/__init__.py b/simpeg_drivers/joint/joint_cross_gradient/__init__.py index b0dba7bb..17770f96 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/__init__.py +++ b/simpeg_drivers/joint/joint_cross_gradient/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_cross_gradient/constants.py b/simpeg_drivers/joint/joint_cross_gradient/constants.py index 559ee979..7ed350e9 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/constants.py +++ b/simpeg_drivers/joint/joint_cross_gradient/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_cross_gradient/driver.py b/simpeg_drivers/joint/joint_cross_gradient/driver.py index ca3dd3b0..e6cac042 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/driver.py +++ b/simpeg_drivers/joint/joint_cross_gradient/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_cross_gradient/params.py b/simpeg_drivers/joint/joint_cross_gradient/params.py index 3eceabb3..03ed941a 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/params.py +++ b/simpeg_drivers/joint/joint_cross_gradient/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_surveys/__init__.py b/simpeg_drivers/joint/joint_surveys/__init__.py index a7f0f453..5011ae71 100644 --- a/simpeg_drivers/joint/joint_surveys/__init__.py +++ b/simpeg_drivers/joint/joint_surveys/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_surveys/constants.py b/simpeg_drivers/joint/joint_surveys/constants.py index 3788d7d6..384a67d8 100644 --- a/simpeg_drivers/joint/joint_surveys/constants.py +++ b/simpeg_drivers/joint/joint_surveys/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_surveys/driver.py b/simpeg_drivers/joint/joint_surveys/driver.py index ad361e22..158663c1 100644 --- a/simpeg_drivers/joint/joint_surveys/driver.py +++ b/simpeg_drivers/joint/joint_surveys/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/joint_surveys/params.py b/simpeg_drivers/joint/joint_surveys/params.py index 524f203e..8f558a8a 100644 --- a/simpeg_drivers/joint/joint_surveys/params.py +++ b/simpeg_drivers/joint/joint_surveys/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/joint/params.py b/simpeg_drivers/joint/params.py index 16375dd2..fb80adcc 100644 --- a/simpeg_drivers/joint/params.py +++ b/simpeg_drivers/joint/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/line_sweep/driver.py b/simpeg_drivers/line_sweep/driver.py index 5586f160..5701d902 100644 --- a/simpeg_drivers/line_sweep/driver.py +++ b/simpeg_drivers/line_sweep/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/__init__.py b/simpeg_drivers/natural_sources/__init__.py index 4967d775..0428522f 100644 --- a/simpeg_drivers/natural_sources/__init__.py +++ b/simpeg_drivers/natural_sources/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/magnetotellurics/__init__.py b/simpeg_drivers/natural_sources/magnetotellurics/__init__.py index 08c2e08a..4e9515d4 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/__init__.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/magnetotellurics/constants.py b/simpeg_drivers/natural_sources/magnetotellurics/constants.py index 302c35fe..e76353e7 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/constants.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/magnetotellurics/driver.py b/simpeg_drivers/natural_sources/magnetotellurics/driver.py index 09c00bdf..71cba9c7 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/driver.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/magnetotellurics/params.py b/simpeg_drivers/natural_sources/magnetotellurics/params.py index 264a760a..172a2060 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/params.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/tipper/__init__.py b/simpeg_drivers/natural_sources/tipper/__init__.py index cb1a3310..62440274 100644 --- a/simpeg_drivers/natural_sources/tipper/__init__.py +++ b/simpeg_drivers/natural_sources/tipper/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/tipper/constants.py b/simpeg_drivers/natural_sources/tipper/constants.py index 9bacb75c..0a9e204d 100644 --- a/simpeg_drivers/natural_sources/tipper/constants.py +++ b/simpeg_drivers/natural_sources/tipper/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/tipper/driver.py b/simpeg_drivers/natural_sources/tipper/driver.py index 20b9a055..404f404e 100644 --- a/simpeg_drivers/natural_sources/tipper/driver.py +++ b/simpeg_drivers/natural_sources/tipper/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/natural_sources/tipper/params.py b/simpeg_drivers/natural_sources/tipper/params.py index 83e14582..452eb80d 100644 --- a/simpeg_drivers/natural_sources/tipper/params.py +++ b/simpeg_drivers/natural_sources/tipper/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/params.py b/simpeg_drivers/params.py index d4074c7b..4c0ed543 100644 --- a/simpeg_drivers/params.py +++ b/simpeg_drivers/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/__init__.py b/simpeg_drivers/potential_fields/__init__.py index b5634440..7087baa8 100644 --- a/simpeg_drivers/potential_fields/__init__.py +++ b/simpeg_drivers/potential_fields/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/gravity/__init__.py b/simpeg_drivers/potential_fields/gravity/__init__.py index db8049a0..fff10f17 100644 --- a/simpeg_drivers/potential_fields/gravity/__init__.py +++ b/simpeg_drivers/potential_fields/gravity/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/gravity/constants.py b/simpeg_drivers/potential_fields/gravity/constants.py index 07741ce4..8cf243e0 100644 --- a/simpeg_drivers/potential_fields/gravity/constants.py +++ b/simpeg_drivers/potential_fields/gravity/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/gravity/driver.py b/simpeg_drivers/potential_fields/gravity/driver.py index f93e383f..dda450ea 100644 --- a/simpeg_drivers/potential_fields/gravity/driver.py +++ b/simpeg_drivers/potential_fields/gravity/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/gravity/params.py b/simpeg_drivers/potential_fields/gravity/params.py index 5961bdb3..7eafb8ca 100644 --- a/simpeg_drivers/potential_fields/gravity/params.py +++ b/simpeg_drivers/potential_fields/gravity/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_scalar/__init__.py b/simpeg_drivers/potential_fields/magnetic_scalar/__init__.py index 38b9db7a..aaac1634 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/__init__.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_scalar/constants.py b/simpeg_drivers/potential_fields/magnetic_scalar/constants.py index 6f8685b3..3312ce64 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/constants.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_scalar/driver.py b/simpeg_drivers/potential_fields/magnetic_scalar/driver.py index 797221d1..3391d721 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/driver.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_scalar/params.py b/simpeg_drivers/potential_fields/magnetic_scalar/params.py index fb02047a..148c6e12 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/params.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_vector/__init__.py b/simpeg_drivers/potential_fields/magnetic_vector/__init__.py index b9c0d289..3c8ddd5d 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/__init__.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/__init__.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_vector/constants.py b/simpeg_drivers/potential_fields/magnetic_vector/constants.py index b615a5ae..c41d4d1c 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/constants.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/constants.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_vector/driver.py b/simpeg_drivers/potential_fields/magnetic_vector/driver.py index 24a38dd2..7ff7a70a 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/driver.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/driver.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/potential_fields/magnetic_vector/params.py b/simpeg_drivers/potential_fields/magnetic_vector/params.py index 8462759b..e93051d9 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/params.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/params.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/utils/__init__.py b/simpeg_drivers/utils/__init__.py index de3a54f7..bb6a6d61 100644 --- a/simpeg_drivers/utils/__init__.py +++ b/simpeg_drivers/utils/__init__.py @@ -1,16 +1,16 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/utils/surveys.py b/simpeg_drivers/utils/surveys.py index 8a9b2146..8184d665 100644 --- a/simpeg_drivers/utils/surveys.py +++ b/simpeg_drivers/utils/surveys.py @@ -1,20 +1,21 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + from __future__ import annotations import numpy as np diff --git a/simpeg_drivers/utils/testing.py b/simpeg_drivers/utils/testing.py index d61106cd..87a174f7 100644 --- a/simpeg_drivers/utils/testing.py +++ b/simpeg_drivers/utils/testing.py @@ -1,20 +1,21 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + import warnings from pathlib import Path from uuid import UUID diff --git a/simpeg_drivers/utils/utils.py b/simpeg_drivers/utils/utils.py index eec518db..12f93de0 100644 --- a/simpeg_drivers/utils/utils.py +++ b/simpeg_drivers/utils/utils.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/simpeg_drivers/utils/write_default_uijson.py b/simpeg_drivers/utils/write_default_uijson.py index 06651db7..a76b0f10 100644 --- a/simpeg_drivers/utils/write_default_uijson.py +++ b/simpeg_drivers/utils/write_default_uijson.py @@ -1,20 +1,21 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. -# -# This file is part of simpeg-drivers. -# -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. -# +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + from __future__ import annotations import argparse diff --git a/tests/__init__.py b/tests/__init__.py index de3a54f7..1d83a964 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,16 +1,22 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/assets_path_test.py b/tests/assets_path_test.py index e9d4a74d..ab9d26e9 100644 --- a/tests/assets_path_test.py +++ b/tests/assets_path_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/conftest.py b/tests/conftest.py index 553bd7dc..6d489474 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/constants_test.py b/tests/constants_test.py index 108954c2..e858f202 100644 --- a/tests/constants_test.py +++ b/tests/constants_test.py @@ -1,10 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' +# All rights reserved. ' # ' -# This file is part of geoapps. ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' # ' -# geoapps is distributed under the terms and conditions of the MIT License ' -# (see LICENSE file at the root of this source code package). ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/data_test.py b/tests/data_test.py index 82da29e2..b4ac89d4 100644 --- a/tests/data_test.py +++ b/tests/data_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/driver_test.py b/tests/driver_test.py index fd89f4c0..b3ba4ab5 100644 --- a/tests/driver_test.py +++ b/tests/driver_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/locations_test.py b/tests/locations_test.py index 543b01de..773b29b0 100644 --- a/tests/locations_test.py +++ b/tests/locations_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/meshes_test.py b/tests/meshes_test.py index 246c193a..73531ee1 100644 --- a/tests/meshes_test.py +++ b/tests/meshes_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/models_test.py b/tests/models_test.py index fa7de3ad..36bf434e 100644 --- a/tests/models_test.py +++ b/tests/models_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/params_test.py b/tests/params_test.py index b1d13dd6..a9a28ac0 100644 --- a/tests/params_test.py +++ b/tests/params_test.py @@ -1,10 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' +# All rights reserved. ' # ' -# This file is part of geoapps. ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' # ' -# geoapps is distributed under the terms and conditions of the MIT License ' -# (see LICENSE file at the root of this source code package). ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # pylint: disable=redefined-outer-name diff --git a/tests/run_tests/__init__.py b/tests/run_tests/__init__.py index 9d502a42..7b57d4a1 100644 --- a/tests/run_tests/__init__.py +++ b/tests/run_tests/__init__.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # diff --git a/tests/run_tests/driver_airborne_tem_test.py b/tests/run_tests/driver_airborne_tem_test.py index 7e86d73f..bf2353e8 100644 --- a/tests/run_tests/driver_airborne_tem_test.py +++ b/tests/run_tests/driver_airborne_tem_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_dc_2d_test.py b/tests/run_tests/driver_dc_2d_test.py index 1b4c7317..ca7da6e6 100644 --- a/tests/run_tests/driver_dc_2d_test.py +++ b/tests/run_tests/driver_dc_2d_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_dc_p3d_test.py b/tests/run_tests/driver_dc_p3d_test.py index bdbaf5a3..05468a82 100644 --- a/tests/run_tests/driver_dc_p3d_test.py +++ b/tests/run_tests/driver_dc_p3d_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_dc_test.py b/tests/run_tests/driver_dc_test.py index ceee3310..323ded81 100644 --- a/tests/run_tests/driver_dc_test.py +++ b/tests/run_tests/driver_dc_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_fem_test.py b/tests/run_tests/driver_fem_test.py index cc573f9c..e9ad5043 100644 --- a/tests/run_tests/driver_fem_test.py +++ b/tests/run_tests/driver_fem_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_grav_test.py b/tests/run_tests/driver_grav_test.py index 01d7e573..cb5a2825 100644 --- a/tests/run_tests/driver_grav_test.py +++ b/tests/run_tests/driver_grav_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_ground_tem_test.py b/tests/run_tests/driver_ground_tem_test.py index 354465e0..fbf84180 100644 --- a/tests/run_tests/driver_ground_tem_test.py +++ b/tests/run_tests/driver_ground_tem_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_ip_2d_test.py b/tests/run_tests/driver_ip_2d_test.py index 1d0d3efc..2c10a2ef 100644 --- a/tests/run_tests/driver_ip_2d_test.py +++ b/tests/run_tests/driver_ip_2d_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_ip_p3d_test.py b/tests/run_tests/driver_ip_p3d_test.py index bb10a03b..f4048b79 100644 --- a/tests/run_tests/driver_ip_p3d_test.py +++ b/tests/run_tests/driver_ip_p3d_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_ip_test.py b/tests/run_tests/driver_ip_test.py index 22462bf4..0287a2b1 100644 --- a/tests/run_tests/driver_ip_test.py +++ b/tests/run_tests/driver_ip_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_joint_cross_gradient_test.py b/tests/run_tests/driver_joint_cross_gradient_test.py index 11c7329b..85a32f59 100644 --- a/tests/run_tests/driver_joint_cross_gradient_test.py +++ b/tests/run_tests/driver_joint_cross_gradient_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_joint_surveys_test.py b/tests/run_tests/driver_joint_surveys_test.py index b9669098..5daf1e21 100644 --- a/tests/run_tests/driver_joint_surveys_test.py +++ b/tests/run_tests/driver_joint_surveys_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_mag_test.py b/tests/run_tests/driver_mag_test.py index c1015a50..a0720649 100644 --- a/tests/run_tests/driver_mag_test.py +++ b/tests/run_tests/driver_mag_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_mt_test.py b/tests/run_tests/driver_mt_test.py index 2949f98b..fa3c02e2 100644 --- a/tests/run_tests/driver_mt_test.py +++ b/tests/run_tests/driver_mt_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index 2c2f4261..56403fbf 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/run_tests/driver_tipper_test.py b/tests/run_tests/driver_tipper_test.py index 3346af21..27b91f94 100644 --- a/tests/run_tests/driver_tipper_test.py +++ b/tests/run_tests/driver_tipper_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/topography_test.py b/tests/topography_test.py index 94f46213..46a34a1a 100644 --- a/tests/topography_test.py +++ b/tests/topography_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/utils_surveys_test.py b/tests/utils_surveys_test.py index 8bb97a85..af326d78 100644 --- a/tests/utils_surveys_test.py +++ b/tests/utils_surveys_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/version_test.py b/tests/version_test.py index 265baab3..0acef71d 100644 --- a/tests/version_test.py +++ b/tests/version_test.py @@ -1,17 +1,23 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2023-2024 Mira Geoscience Ltd. -# All rights reserved. +# Copyright (c) 2025 Mira Geoscience Ltd. ' +# All rights reserved. ' +# ' +# This file is part of simpeg-drivers. ' +# ' +# The software and information contained herein are proprietary to, and ' +# comprise valuable trade secrets of, Mira Geoscience, which ' +# intend to preserve as trade secrets such software and information. ' +# This software is furnished pursuant to a written license agreement and ' +# may be used, copied, transmitted, and stored only in accordance with ' +# the terms of such license and with the inclusion of the above copyright ' +# notice. This software and information or any other copies thereof may ' +# not be provided or otherwise made available to any other person. ' +# ' +# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # # This file is part of simpeg-drivers. # -# The software and information contained herein are proprietary to, and -# comprise valuable trade secrets of, Mira Geoscience, which -# intend to preserve as trade secrets such software and information. -# This software is furnished pursuant to a written license agreement and -# may be used, copied, transmitted, and stored only in accordance with -# the terms of such license and with the inclusion of the above copyright -# notice. This software and information or any other copies thereof may -# not be provided or otherwise made available to any other person. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' From 7971dbc57375107ba83cc163e3874bdeba352429 Mon Sep 17 00:00:00 2001 From: benjamink Date: Fri, 10 Jan 2025 09:24:31 -0800 Subject: [PATCH 2/8] [GEOPY-1933] Fix copyright block repeated lines --- tests/__init__.py | 6 ------ tests/assets_path_test.py | 6 ------ tests/conftest.py | 6 ------ tests/data_test.py | 6 ------ tests/driver_test.py | 6 ------ tests/locations_test.py | 6 ------ tests/meshes_test.py | 6 ------ tests/models_test.py | 6 ------ tests/run_tests/__init__.py | 6 ------ tests/run_tests/driver_airborne_tem_test.py | 6 ------ tests/run_tests/driver_dc_2d_test.py | 6 ------ tests/run_tests/driver_dc_p3d_test.py | 6 ------ tests/run_tests/driver_dc_test.py | 6 ------ tests/run_tests/driver_fem_test.py | 6 ------ tests/run_tests/driver_grav_test.py | 6 ------ tests/run_tests/driver_ground_tem_test.py | 6 ------ tests/run_tests/driver_ip_2d_test.py | 6 ------ tests/run_tests/driver_ip_p3d_test.py | 6 ------ tests/run_tests/driver_ip_test.py | 6 ------ .../run_tests/driver_joint_cross_gradient_test.py | 6 ------ tests/run_tests/driver_joint_surveys_test.py | 6 ------ tests/run_tests/driver_mag_test.py | 6 ------ tests/run_tests/driver_mt_test.py | 6 ------ tests/run_tests/driver_mvi_test.py | 6 ------ tests/run_tests/driver_tipper_test.py | 6 ------ tests/topography_test.py | 6 ------ tests/utils_surveys_test.py | 6 ------ tests/version_test.py | 15 --------------- 28 files changed, 177 deletions(-) diff --git a/tests/__init__.py b/tests/__init__.py index 1d83a964..bb6a6d61 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -14,9 +14,3 @@ # not be provided or otherwise made available to any other person. ' # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/tests/assets_path_test.py b/tests/assets_path_test.py index ab9d26e9..9454b674 100644 --- a/tests/assets_path_test.py +++ b/tests/assets_path_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from simpeg_drivers import assets_path diff --git a/tests/conftest.py b/tests/conftest.py index 6d489474..8fee7e88 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/data_test.py b/tests/data_test.py index b4ac89d4..289b8899 100644 --- a/tests/data_test.py +++ b/tests/data_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/driver_test.py b/tests/driver_test.py index b3ba4ab5..d4893de9 100644 --- a/tests/driver_test.py +++ b/tests/driver_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from pathlib import Path import numpy as np diff --git a/tests/locations_test.py b/tests/locations_test.py index 773b29b0..c2ebd673 100644 --- a/tests/locations_test.py +++ b/tests/locations_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/meshes_test.py b/tests/meshes_test.py index 73531ee1..f5e5f21f 100644 --- a/tests/meshes_test.py +++ b/tests/meshes_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/models_test.py b/tests/models_test.py index 36bf434e..72fa519d 100644 --- a/tests/models_test.py +++ b/tests/models_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/__init__.py b/tests/run_tests/__init__.py index 7b57d4a1..82cec7a7 100644 --- a/tests/run_tests/__init__.py +++ b/tests/run_tests/__init__.py @@ -14,12 +14,6 @@ # not be provided or otherwise made available to any other person. ' # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # # This file is part of simpeg-drivers. # diff --git a/tests/run_tests/driver_airborne_tem_test.py b/tests/run_tests/driver_airborne_tem_test.py index bf2353e8..5955cdb0 100644 --- a/tests/run_tests/driver_airborne_tem_test.py +++ b/tests/run_tests/driver_airborne_tem_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_dc_2d_test.py b/tests/run_tests/driver_dc_2d_test.py index ca7da6e6..9e61ef75 100644 --- a/tests/run_tests/driver_dc_2d_test.py +++ b/tests/run_tests/driver_dc_2d_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations diff --git a/tests/run_tests/driver_dc_p3d_test.py b/tests/run_tests/driver_dc_p3d_test.py index 05468a82..8f7741ff 100644 --- a/tests/run_tests/driver_dc_p3d_test.py +++ b/tests/run_tests/driver_dc_p3d_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations diff --git a/tests/run_tests/driver_dc_test.py b/tests/run_tests/driver_dc_test.py index 323ded81..192ed19d 100644 --- a/tests/run_tests/driver_dc_test.py +++ b/tests/run_tests/driver_dc_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_fem_test.py b/tests/run_tests/driver_fem_test.py index e9ad5043..21cb5ac7 100644 --- a/tests/run_tests/driver_fem_test.py +++ b/tests/run_tests/driver_fem_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - # pylint: disable=too-many-locals from __future__ import annotations diff --git a/tests/run_tests/driver_grav_test.py b/tests/run_tests/driver_grav_test.py index cb5a2825..74a1b998 100644 --- a/tests/run_tests/driver_grav_test.py +++ b/tests/run_tests/driver_grav_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_ground_tem_test.py b/tests/run_tests/driver_ground_tem_test.py index fbf84180..0f809fe9 100644 --- a/tests/run_tests/driver_ground_tem_test.py +++ b/tests/run_tests/driver_ground_tem_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from logging import INFO, getLogger diff --git a/tests/run_tests/driver_ip_2d_test.py b/tests/run_tests/driver_ip_2d_test.py index 2c10a2ef..ec41133b 100644 --- a/tests/run_tests/driver_ip_2d_test.py +++ b/tests/run_tests/driver_ip_2d_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_ip_p3d_test.py b/tests/run_tests/driver_ip_p3d_test.py index f4048b79..330f1672 100644 --- a/tests/run_tests/driver_ip_p3d_test.py +++ b/tests/run_tests/driver_ip_p3d_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations import json diff --git a/tests/run_tests/driver_ip_test.py b/tests/run_tests/driver_ip_test.py index 0287a2b1..9a338812 100644 --- a/tests/run_tests/driver_ip_test.py +++ b/tests/run_tests/driver_ip_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_joint_cross_gradient_test.py b/tests/run_tests/driver_joint_cross_gradient_test.py index 85a32f59..2d5a9349 100644 --- a/tests/run_tests/driver_joint_cross_gradient_test.py +++ b/tests/run_tests/driver_joint_cross_gradient_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from pathlib import Path import numpy as np diff --git a/tests/run_tests/driver_joint_surveys_test.py b/tests/run_tests/driver_joint_surveys_test.py index 5daf1e21..16792cea 100644 --- a/tests/run_tests/driver_joint_surveys_test.py +++ b/tests/run_tests/driver_joint_surveys_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from pathlib import Path import numpy as np diff --git a/tests/run_tests/driver_mag_test.py b/tests/run_tests/driver_mag_test.py index a0720649..4a8c2548 100644 --- a/tests/run_tests/driver_mag_test.py +++ b/tests/run_tests/driver_mag_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_mt_test.py b/tests/run_tests/driver_mt_test.py index fa3c02e2..f46b011d 100644 --- a/tests/run_tests/driver_mt_test.py +++ b/tests/run_tests/driver_mt_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - # pylint: disable=too-many-locals from __future__ import annotations diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index 56403fbf..f5726e96 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/run_tests/driver_tipper_test.py b/tests/run_tests/driver_tipper_test.py index 27b91f94..fba4b0ee 100644 --- a/tests/run_tests/driver_tipper_test.py +++ b/tests/run_tests/driver_tipper_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/topography_test.py b/tests/topography_test.py index 46a34a1a..a2793c66 100644 --- a/tests/topography_test.py +++ b/tests/topography_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations from pathlib import Path diff --git a/tests/utils_surveys_test.py b/tests/utils_surveys_test.py index af326d78..06c8d3a8 100644 --- a/tests/utils_surveys_test.py +++ b/tests/utils_surveys_test.py @@ -15,12 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from __future__ import annotations import numpy as np diff --git a/tests/version_test.py b/tests/version_test.py index 0acef71d..f382ef85 100644 --- a/tests/version_test.py +++ b/tests/version_test.py @@ -15,21 +15,6 @@ # ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -# -# This file is part of simpeg-drivers. -# -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# -# This file is part of simpeg_drivers package. -# -# All rights reserved. from __future__ import annotations From d314f07e6785038b64ef302a9131cecbc7f12901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Fri, 10 Jan 2025 15:05:30 -0500 Subject: [PATCH 3/8] [GEOPY-1933] also check copyright in package.rst --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b7068d0..ce3e68a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: rev: v1.0.1 hooks: - id: check-copyright - files: (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$ + files: (^package\.rst|LICENSE|^README(|-dev).rst|\.py|\.pyi)$ exclude: (^\.|^docs/) - id: prepare-commit-msg - id: check-commit-msg From 5ad8e45c658659b202cbfe1b569dc4decb7b26c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Fri, 10 Jan 2025 18:00:54 -0500 Subject: [PATCH 4/8] [GEOPY-1933] tweak configuration for copyrights --- .idea/copyright/MiraGeoscience.xml | 6 ++++-- .idea/copyright/profiles_settings.xml | 8 +++++++- .idea/scopes/sources.xml | 4 ++-- .pre-commit-config.yaml | 12 ++++++------ LICENSE | 19 +------------------ README-dev.rst | 19 +------------------ README.rst | 19 +------------------ 7 files changed, 22 insertions(+), 65 deletions(-) diff --git a/.idea/copyright/MiraGeoscience.xml b/.idea/copyright/MiraGeoscience.xml index 6c1fafb5..4ecba321 100644 --- a/.idea/copyright/MiraGeoscience.xml +++ b/.idea/copyright/MiraGeoscience.xml @@ -1,6 +1,8 @@ - - + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index 7c8bef69..e88ed244 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -8,12 +8,18 @@