From a6543d3e89fc052004ac46e4fc3ea0b942480c3c Mon Sep 17 00:00:00 2001 From: benjamink Date: Fri, 10 Jan 2025 09:58:27 -0800 Subject: [PATCH] update locsk --- devtools/sync_files.py | 17 +++++++++- simpeg_drivers-assets/__init__.py | 26 ++++++++------ simpeg_drivers/__init__.py | 26 ++++++++------ simpeg_drivers/components/__init__.py | 26 ++++++++------ simpeg_drivers/components/data.py | 26 ++++++++------ .../components/factories/__init__.py | 26 ++++++++------ .../components/factories/abstract_factory.py | 26 ++++++++------ .../factories/directives_factory.py | 26 ++++++++------ .../components/factories/entity_factory.py | 26 ++++++++------ .../components/factories/misfit_factory.py | 26 ++++++++------ .../components/factories/receiver_factory.py | 26 ++++++++------ .../components/factories/simpeg_factory.py | 26 ++++++++------ .../factories/simulation_factory.py | 26 ++++++++------ .../components/factories/source_factory.py | 26 ++++++++------ .../components/factories/survey_factory.py | 26 ++++++++------ simpeg_drivers/components/locations.py | 26 ++++++++------ simpeg_drivers/components/meshes.py | 26 ++++++++------ simpeg_drivers/components/models.py | 26 ++++++++------ simpeg_drivers/components/topography.py | 26 ++++++++------ simpeg_drivers/components/windows.py | 26 ++++++++------ simpeg_drivers/constants.py | 26 ++++++++------ simpeg_drivers/driver.py | 26 ++++++++------ simpeg_drivers/electricals/__init__.py | 26 ++++++++------ .../electricals/direct_current/__init__.py | 26 ++++++++------ .../pseudo_three_dimensions/constants.py | 26 ++++++++------ .../pseudo_three_dimensions/driver.py | 26 ++++++++------ .../pseudo_three_dimensions/params.py | 26 ++++++++------ .../three_dimensions/__init__.py | 26 ++++++++------ .../three_dimensions/constants.py | 26 ++++++++------ .../direct_current/three_dimensions/driver.py | 26 ++++++++------ .../direct_current/three_dimensions/params.py | 26 ++++++++------ .../direct_current/two_dimensions/__init__.py | 26 ++++++++------ .../two_dimensions/constants.py | 26 ++++++++------ .../direct_current/two_dimensions/driver.py | 26 ++++++++------ .../direct_current/two_dimensions/params.py | 26 ++++++++------ simpeg_drivers/electricals/driver.py | 26 ++++++++------ .../induced_polarization/__init__.py | 26 ++++++++------ .../pseudo_three_dimensions/constants.py | 26 ++++++++------ .../pseudo_three_dimensions/driver.py | 26 ++++++++------ .../pseudo_three_dimensions/params.py | 26 ++++++++------ .../three_dimensions/__init__.py | 26 ++++++++------ .../three_dimensions/constants.py | 26 ++++++++------ .../three_dimensions/driver.py | 26 ++++++++------ .../three_dimensions/params.py | 26 ++++++++------ .../two_dimensions/__init__.py | 26 ++++++++------ .../two_dimensions/constants.py | 26 ++++++++------ .../two_dimensions/driver.py | 26 ++++++++------ .../two_dimensions/params.py | 26 ++++++++------ simpeg_drivers/electricals/params.py | 26 ++++++++------ simpeg_drivers/electromagnetics/__init__.py | 26 ++++++++------ .../frequency_domain/__init__.py | 26 ++++++++------ .../frequency_domain/constants.py | 26 ++++++++------ .../frequency_domain/driver.py | 26 ++++++++------ .../frequency_domain/params.py | 26 ++++++++------ .../electromagnetics/time_domain/__init__.py | 26 ++++++++------ .../electromagnetics/time_domain/constants.py | 26 ++++++++------ .../electromagnetics/time_domain/driver.py | 26 ++++++++------ .../electromagnetics/time_domain/params.py | 26 ++++++++------ simpeg_drivers/joint/__init__.py | 26 ++++++++------ simpeg_drivers/joint/constants.py | 26 ++++++++------ simpeg_drivers/joint/driver.py | 26 ++++++++------ .../joint/joint_cross_gradient/__init__.py | 26 ++++++++------ .../joint/joint_cross_gradient/constants.py | 26 ++++++++------ .../joint/joint_cross_gradient/driver.py | 26 ++++++++------ .../joint/joint_cross_gradient/params.py | 26 ++++++++------ .../joint/joint_surveys/__init__.py | 26 ++++++++------ .../joint/joint_surveys/constants.py | 26 ++++++++------ simpeg_drivers/joint/joint_surveys/driver.py | 26 ++++++++------ simpeg_drivers/joint/joint_surveys/params.py | 26 ++++++++------ simpeg_drivers/joint/params.py | 26 ++++++++------ simpeg_drivers/line_sweep/driver.py | 26 ++++++++------ simpeg_drivers/natural_sources/__init__.py | 26 ++++++++------ .../magnetotellurics/__init__.py | 26 ++++++++------ .../magnetotellurics/constants.py | 26 ++++++++------ .../magnetotellurics/driver.py | 26 ++++++++------ .../magnetotellurics/params.py | 26 ++++++++------ .../natural_sources/tipper/__init__.py | 26 ++++++++------ .../natural_sources/tipper/constants.py | 26 ++++++++------ .../natural_sources/tipper/driver.py | 26 ++++++++------ .../natural_sources/tipper/params.py | 26 ++++++++------ simpeg_drivers/params.py | 26 ++++++++------ simpeg_drivers/potential_fields/__init__.py | 26 ++++++++------ .../potential_fields/gravity/__init__.py | 26 ++++++++------ .../potential_fields/gravity/constants.py | 26 ++++++++------ .../potential_fields/gravity/driver.py | 26 ++++++++------ .../potential_fields/gravity/params.py | 26 ++++++++------ .../magnetic_scalar/__init__.py | 26 ++++++++------ .../magnetic_scalar/constants.py | 26 ++++++++------ .../magnetic_scalar/driver.py | 26 ++++++++------ .../magnetic_scalar/params.py | 26 ++++++++------ .../magnetic_vector/__init__.py | 26 ++++++++------ .../magnetic_vector/constants.py | 26 ++++++++------ .../magnetic_vector/driver.py | 26 ++++++++------ .../magnetic_vector/params.py | 26 ++++++++------ simpeg_drivers/utils/__init__.py | 26 ++++++++------ simpeg_drivers/utils/surveys.py | 26 ++++++++------ simpeg_drivers/utils/testing.py | 26 ++++++++------ simpeg_drivers/utils/utils.py | 26 ++++++++------ simpeg_drivers/utils/write_default_uijson.py | 26 ++++++++------ tests/__init__.py | 28 +++++++-------- tests/assets_path_test.py | 28 +++++++-------- tests/conftest.py | 28 +++++++-------- tests/constants_test.py | 16 ++++++--- tests/data_test.py | 28 +++++++-------- tests/driver_test.py | 28 +++++++-------- tests/locations_test.py | 28 +++++++-------- tests/meshes_test.py | 28 +++++++-------- tests/models_test.py | 28 +++++++-------- tests/params_test.py | 16 ++++++--- tests/run_tests/__init__.py | 28 +++++++-------- tests/run_tests/driver_airborne_tem_test.py | 28 +++++++-------- tests/run_tests/driver_dc_2d_test.py | 28 +++++++-------- tests/run_tests/driver_dc_p3d_test.py | 28 +++++++-------- tests/run_tests/driver_dc_test.py | 28 +++++++-------- tests/run_tests/driver_fem_test.py | 28 +++++++-------- tests/run_tests/driver_grav_test.py | 28 +++++++-------- tests/run_tests/driver_ground_tem_test.py | 28 +++++++-------- tests/run_tests/driver_ip_2d_test.py | 28 +++++++-------- tests/run_tests/driver_ip_p3d_test.py | 28 +++++++-------- tests/run_tests/driver_ip_test.py | 28 +++++++-------- .../driver_joint_cross_gradient_test.py | 28 +++++++-------- tests/run_tests/driver_joint_surveys_test.py | 28 +++++++-------- tests/run_tests/driver_mag_test.py | 28 +++++++-------- tests/run_tests/driver_mt_test.py | 28 +++++++-------- tests/run_tests/driver_mvi_test.py | 28 +++++++-------- tests/run_tests/driver_tipper_test.py | 28 +++++++-------- tests/topography_test.py | 28 +++++++-------- tests/utils_surveys_test.py | 28 +++++++-------- tests/version_test.py | 34 ++++++++----------- 129 files changed, 2000 insertions(+), 1387 deletions(-) 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..350ee09c 100644 --- a/simpeg_drivers/__init__.py +++ b/simpeg_drivers/__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/components/__init__.py b/simpeg_drivers/components/__init__.py index 0e01f0b5..d3dc2a3a 100644 --- a/simpeg_drivers/components/__init__.py +++ b/simpeg_drivers/components/__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/components/data.py b/simpeg_drivers/components/data.py index a83d00fa..6426946e 100644 --- a/simpeg_drivers/components/data.py +++ b/simpeg_drivers/components/data.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/components/factories/__init__.py b/simpeg_drivers/components/factories/__init__.py index 2ba1a95e..5edea9e8 100644 --- a/simpeg_drivers/components/factories/__init__.py +++ b/simpeg_drivers/components/factories/__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/components/factories/abstract_factory.py b/simpeg_drivers/components/factories/abstract_factory.py index 55fba887..6731f0c3 100644 --- a/simpeg_drivers/components/factories/abstract_factory.py +++ b/simpeg_drivers/components/factories/abstract_factory.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/components/factories/directives_factory.py b/simpeg_drivers/components/factories/directives_factory.py index 610f4ca7..e40d2cb2 100644 --- a/simpeg_drivers/components/factories/directives_factory.py +++ b/simpeg_drivers/components/factories/directives_factory.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/components/factories/entity_factory.py b/simpeg_drivers/components/factories/entity_factory.py index f87abd39..b8623f76 100644 --- a/simpeg_drivers/components/factories/entity_factory.py +++ b/simpeg_drivers/components/factories/entity_factory.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/components/factories/misfit_factory.py b/simpeg_drivers/components/factories/misfit_factory.py index d9d9f619..97abce61 100644 --- a/simpeg_drivers/components/factories/misfit_factory.py +++ b/simpeg_drivers/components/factories/misfit_factory.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/components/factories/receiver_factory.py b/simpeg_drivers/components/factories/receiver_factory.py index 086e0fc7..749263b7 100644 --- a/simpeg_drivers/components/factories/receiver_factory.py +++ b/simpeg_drivers/components/factories/receiver_factory.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/components/factories/simpeg_factory.py b/simpeg_drivers/components/factories/simpeg_factory.py index a175f222..468228dd 100644 --- a/simpeg_drivers/components/factories/simpeg_factory.py +++ b/simpeg_drivers/components/factories/simpeg_factory.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/components/factories/simulation_factory.py b/simpeg_drivers/components/factories/simulation_factory.py index a68a0506..61807bd8 100644 --- a/simpeg_drivers/components/factories/simulation_factory.py +++ b/simpeg_drivers/components/factories/simulation_factory.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/components/factories/source_factory.py b/simpeg_drivers/components/factories/source_factory.py index f10781d6..a67d2c88 100644 --- a/simpeg_drivers/components/factories/source_factory.py +++ b/simpeg_drivers/components/factories/source_factory.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/components/factories/survey_factory.py b/simpeg_drivers/components/factories/survey_factory.py index 1169633e..5a33ccd6 100644 --- a/simpeg_drivers/components/factories/survey_factory.py +++ b/simpeg_drivers/components/factories/survey_factory.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/components/locations.py b/simpeg_drivers/components/locations.py index 5fa4f617..4b3160ef 100644 --- a/simpeg_drivers/components/locations.py +++ b/simpeg_drivers/components/locations.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/components/meshes.py b/simpeg_drivers/components/meshes.py index 0c4c8d80..ab2a4ecd 100644 --- a/simpeg_drivers/components/meshes.py +++ b/simpeg_drivers/components/meshes.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/components/models.py b/simpeg_drivers/components/models.py index f5732bf0..f6cf8b2d 100644 --- a/simpeg_drivers/components/models.py +++ b/simpeg_drivers/components/models.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/components/topography.py b/simpeg_drivers/components/topography.py index a267cf5e..e2af49df 100644 --- a/simpeg_drivers/components/topography.py +++ b/simpeg_drivers/components/topography.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/components/windows.py b/simpeg_drivers/components/windows.py index 497f5718..7961f5e7 100644 --- a/simpeg_drivers/components/windows.py +++ b/simpeg_drivers/components/windows.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/constants.py b/simpeg_drivers/constants.py index eb153878..23e2af0b 100644 --- a/simpeg_drivers/constants.py +++ b/simpeg_drivers/constants.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/driver.py b/simpeg_drivers/driver.py index a81c12ff..28396851 100644 --- a/simpeg_drivers/driver.py +++ b/simpeg_drivers/driver.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. # # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # flake8: noqa diff --git a/simpeg_drivers/electricals/__init__.py b/simpeg_drivers/electricals/__init__.py index f1cc7813..b8043b72 100644 --- a/simpeg_drivers/electricals/__init__.py +++ b/simpeg_drivers/electricals/__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/electricals/direct_current/__init__.py b/simpeg_drivers/electricals/direct_current/__init__.py index de3a54f7..1d83a964 100644 --- a/simpeg_drivers/electricals/direct_current/__init__.py +++ b/simpeg_drivers/electricals/direct_current/__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/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py index 7e560382..060110f9 100644 --- a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.py +++ b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/constants.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/electricals/direct_current/pseudo_three_dimensions/driver.py b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.py index 6f831109..7b33e4eb 100644 --- a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.py +++ b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/driver.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/electricals/direct_current/pseudo_three_dimensions/params.py b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.py index 6d4b5edd..a66f1c5d 100644 --- a/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.py +++ b/simpeg_drivers/electricals/direct_current/pseudo_three_dimensions/params.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/electricals/direct_current/three_dimensions/__init__.py b/simpeg_drivers/electricals/direct_current/three_dimensions/__init__.py index c87f9fc6..7fe1e12f 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/__init__.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/__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/electricals/direct_current/three_dimensions/constants.py b/simpeg_drivers/electricals/direct_current/three_dimensions/constants.py index cc8b1522..f15613d5 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/constants.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/constants.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/electricals/direct_current/three_dimensions/driver.py b/simpeg_drivers/electricals/direct_current/three_dimensions/driver.py index b34ec492..b4975c7d 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/driver.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/driver.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/electricals/direct_current/three_dimensions/params.py b/simpeg_drivers/electricals/direct_current/three_dimensions/params.py index 3f49d2af..88787617 100644 --- a/simpeg_drivers/electricals/direct_current/three_dimensions/params.py +++ b/simpeg_drivers/electricals/direct_current/three_dimensions/params.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/electricals/direct_current/two_dimensions/__init__.py b/simpeg_drivers/electricals/direct_current/two_dimensions/__init__.py index cd302086..b3bbcd24 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/__init__.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/__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/electricals/direct_current/two_dimensions/constants.py b/simpeg_drivers/electricals/direct_current/two_dimensions/constants.py index af064bcc..1d70643f 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/constants.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/constants.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/electricals/direct_current/two_dimensions/driver.py b/simpeg_drivers/electricals/direct_current/two_dimensions/driver.py index 6ebd798c..229d20bb 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/driver.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/driver.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/electricals/direct_current/two_dimensions/params.py b/simpeg_drivers/electricals/direct_current/two_dimensions/params.py index fcda1ca6..59d9ea6d 100644 --- a/simpeg_drivers/electricals/direct_current/two_dimensions/params.py +++ b/simpeg_drivers/electricals/direct_current/two_dimensions/params.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/electricals/driver.py b/simpeg_drivers/electricals/driver.py index 59248695..995939cc 100644 --- a/simpeg_drivers/electricals/driver.py +++ b/simpeg_drivers/electricals/driver.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/electricals/induced_polarization/__init__.py b/simpeg_drivers/electricals/induced_polarization/__init__.py index de3a54f7..1d83a964 100644 --- a/simpeg_drivers/electricals/induced_polarization/__init__.py +++ b/simpeg_drivers/electricals/induced_polarization/__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/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py index 936feaf7..9fecccd6 100644 --- a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.py +++ b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/constants.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/electricals/induced_polarization/pseudo_three_dimensions/driver.py b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.py index 22581042..b822b086 100644 --- a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.py +++ b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/driver.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/electricals/induced_polarization/pseudo_three_dimensions/params.py b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.py index 0fb92085..6b027dbf 100644 --- a/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.py +++ b/simpeg_drivers/electricals/induced_polarization/pseudo_three_dimensions/params.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/electricals/induced_polarization/three_dimensions/__init__.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/__init__.py index 860286c4..dd2c9c8b 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/__init__.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/__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/electricals/induced_polarization/three_dimensions/constants.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.py index 42e2875a..2a585114 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/constants.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/electricals/induced_polarization/three_dimensions/driver.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.py index db923421..79131ec2 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/driver.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/electricals/induced_polarization/three_dimensions/params.py b/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.py index 096cb19e..0bcc815b 100644 --- a/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.py +++ b/simpeg_drivers/electricals/induced_polarization/three_dimensions/params.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/electricals/induced_polarization/two_dimensions/__init__.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/__init__.py index 680ae2c9..ad424f4a 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/__init__.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/__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/electricals/induced_polarization/two_dimensions/constants.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.py index e79b01c0..47c4fe3e 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/constants.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/electricals/induced_polarization/two_dimensions/driver.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.py index 8347de5c..f9b4232f 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/driver.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/electricals/induced_polarization/two_dimensions/params.py b/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.py index b71dea9a..4301ae81 100644 --- a/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.py +++ b/simpeg_drivers/electricals/induced_polarization/two_dimensions/params.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/electricals/params.py b/simpeg_drivers/electricals/params.py index fa193de0..8a8df076 100644 --- a/simpeg_drivers/electricals/params.py +++ b/simpeg_drivers/electricals/params.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/electromagnetics/__init__.py b/simpeg_drivers/electromagnetics/__init__.py index de3a54f7..1d83a964 100644 --- a/simpeg_drivers/electromagnetics/__init__.py +++ b/simpeg_drivers/electromagnetics/__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/simpeg_drivers/electromagnetics/frequency_domain/__init__.py b/simpeg_drivers/electromagnetics/frequency_domain/__init__.py index d9d1e73c..668413ed 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/__init__.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/__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/electromagnetics/frequency_domain/constants.py b/simpeg_drivers/electromagnetics/frequency_domain/constants.py index 85cdb0f5..cf6a3e5d 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/constants.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/constants.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/electromagnetics/frequency_domain/driver.py b/simpeg_drivers/electromagnetics/frequency_domain/driver.py index a0351137..a030141a 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/driver.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/driver.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/electromagnetics/frequency_domain/params.py b/simpeg_drivers/electromagnetics/frequency_domain/params.py index 73d621fc..d7e43f3e 100644 --- a/simpeg_drivers/electromagnetics/frequency_domain/params.py +++ b/simpeg_drivers/electromagnetics/frequency_domain/params.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/electromagnetics/time_domain/__init__.py b/simpeg_drivers/electromagnetics/time_domain/__init__.py index c4b6eb3d..44a1325b 100644 --- a/simpeg_drivers/electromagnetics/time_domain/__init__.py +++ b/simpeg_drivers/electromagnetics/time_domain/__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/electromagnetics/time_domain/constants.py b/simpeg_drivers/electromagnetics/time_domain/constants.py index 0a21abf3..3b85062a 100644 --- a/simpeg_drivers/electromagnetics/time_domain/constants.py +++ b/simpeg_drivers/electromagnetics/time_domain/constants.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/electromagnetics/time_domain/driver.py b/simpeg_drivers/electromagnetics/time_domain/driver.py index b04c67e1..8a1a5847 100644 --- a/simpeg_drivers/electromagnetics/time_domain/driver.py +++ b/simpeg_drivers/electromagnetics/time_domain/driver.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/electromagnetics/time_domain/params.py b/simpeg_drivers/electromagnetics/time_domain/params.py index fb4623c4..b16511bc 100644 --- a/simpeg_drivers/electromagnetics/time_domain/params.py +++ b/simpeg_drivers/electromagnetics/time_domain/params.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/joint/__init__.py b/simpeg_drivers/joint/__init__.py index de3a54f7..1d83a964 100644 --- a/simpeg_drivers/joint/__init__.py +++ b/simpeg_drivers/joint/__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/simpeg_drivers/joint/constants.py b/simpeg_drivers/joint/constants.py index 02e1de66..f43476fa 100644 --- a/simpeg_drivers/joint/constants.py +++ b/simpeg_drivers/joint/constants.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/joint/driver.py b/simpeg_drivers/joint/driver.py index 6c18c11a..5297d8d6 100644 --- a/simpeg_drivers/joint/driver.py +++ b/simpeg_drivers/joint/driver.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/joint/joint_cross_gradient/__init__.py b/simpeg_drivers/joint/joint_cross_gradient/__init__.py index b0dba7bb..725c58f4 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/__init__.py +++ b/simpeg_drivers/joint/joint_cross_gradient/__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/joint/joint_cross_gradient/constants.py b/simpeg_drivers/joint/joint_cross_gradient/constants.py index 559ee979..c726c4d4 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/constants.py +++ b/simpeg_drivers/joint/joint_cross_gradient/constants.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/joint/joint_cross_gradient/driver.py b/simpeg_drivers/joint/joint_cross_gradient/driver.py index ca3dd3b0..4e50659e 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/driver.py +++ b/simpeg_drivers/joint/joint_cross_gradient/driver.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/joint/joint_cross_gradient/params.py b/simpeg_drivers/joint/joint_cross_gradient/params.py index 3eceabb3..334f8f92 100644 --- a/simpeg_drivers/joint/joint_cross_gradient/params.py +++ b/simpeg_drivers/joint/joint_cross_gradient/params.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/joint/joint_surveys/__init__.py b/simpeg_drivers/joint/joint_surveys/__init__.py index a7f0f453..cb5f12ad 100644 --- a/simpeg_drivers/joint/joint_surveys/__init__.py +++ b/simpeg_drivers/joint/joint_surveys/__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/joint/joint_surveys/constants.py b/simpeg_drivers/joint/joint_surveys/constants.py index 3788d7d6..f183945a 100644 --- a/simpeg_drivers/joint/joint_surveys/constants.py +++ b/simpeg_drivers/joint/joint_surveys/constants.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/joint/joint_surveys/driver.py b/simpeg_drivers/joint/joint_surveys/driver.py index ad361e22..db1e63f2 100644 --- a/simpeg_drivers/joint/joint_surveys/driver.py +++ b/simpeg_drivers/joint/joint_surveys/driver.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/joint/joint_surveys/params.py b/simpeg_drivers/joint/joint_surveys/params.py index 524f203e..14eb533f 100644 --- a/simpeg_drivers/joint/joint_surveys/params.py +++ b/simpeg_drivers/joint/joint_surveys/params.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/joint/params.py b/simpeg_drivers/joint/params.py index 16375dd2..181a4840 100644 --- a/simpeg_drivers/joint/params.py +++ b/simpeg_drivers/joint/params.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/line_sweep/driver.py b/simpeg_drivers/line_sweep/driver.py index 5586f160..a2742796 100644 --- a/simpeg_drivers/line_sweep/driver.py +++ b/simpeg_drivers/line_sweep/driver.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/natural_sources/__init__.py b/simpeg_drivers/natural_sources/__init__.py index 4967d775..63bcae70 100644 --- a/simpeg_drivers/natural_sources/__init__.py +++ b/simpeg_drivers/natural_sources/__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/natural_sources/magnetotellurics/__init__.py b/simpeg_drivers/natural_sources/magnetotellurics/__init__.py index 08c2e08a..30f8302f 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/__init__.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/__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/natural_sources/magnetotellurics/constants.py b/simpeg_drivers/natural_sources/magnetotellurics/constants.py index 302c35fe..7c59ecb6 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/constants.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/constants.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/natural_sources/magnetotellurics/driver.py b/simpeg_drivers/natural_sources/magnetotellurics/driver.py index 09c00bdf..d812ad4a 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/driver.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/driver.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/natural_sources/magnetotellurics/params.py b/simpeg_drivers/natural_sources/magnetotellurics/params.py index 264a760a..355849b6 100644 --- a/simpeg_drivers/natural_sources/magnetotellurics/params.py +++ b/simpeg_drivers/natural_sources/magnetotellurics/params.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/natural_sources/tipper/__init__.py b/simpeg_drivers/natural_sources/tipper/__init__.py index cb1a3310..41d281a5 100644 --- a/simpeg_drivers/natural_sources/tipper/__init__.py +++ b/simpeg_drivers/natural_sources/tipper/__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/natural_sources/tipper/constants.py b/simpeg_drivers/natural_sources/tipper/constants.py index 9bacb75c..be69647b 100644 --- a/simpeg_drivers/natural_sources/tipper/constants.py +++ b/simpeg_drivers/natural_sources/tipper/constants.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/natural_sources/tipper/driver.py b/simpeg_drivers/natural_sources/tipper/driver.py index 20b9a055..f54114fd 100644 --- a/simpeg_drivers/natural_sources/tipper/driver.py +++ b/simpeg_drivers/natural_sources/tipper/driver.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/natural_sources/tipper/params.py b/simpeg_drivers/natural_sources/tipper/params.py index 83e14582..1ef292c3 100644 --- a/simpeg_drivers/natural_sources/tipper/params.py +++ b/simpeg_drivers/natural_sources/tipper/params.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/params.py b/simpeg_drivers/params.py index d4074c7b..bf582e2d 100644 --- a/simpeg_drivers/params.py +++ b/simpeg_drivers/params.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/potential_fields/__init__.py b/simpeg_drivers/potential_fields/__init__.py index b5634440..7f32ffad 100644 --- a/simpeg_drivers/potential_fields/__init__.py +++ b/simpeg_drivers/potential_fields/__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/potential_fields/gravity/__init__.py b/simpeg_drivers/potential_fields/gravity/__init__.py index db8049a0..7c8ac758 100644 --- a/simpeg_drivers/potential_fields/gravity/__init__.py +++ b/simpeg_drivers/potential_fields/gravity/__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/potential_fields/gravity/constants.py b/simpeg_drivers/potential_fields/gravity/constants.py index 07741ce4..1dfda979 100644 --- a/simpeg_drivers/potential_fields/gravity/constants.py +++ b/simpeg_drivers/potential_fields/gravity/constants.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/potential_fields/gravity/driver.py b/simpeg_drivers/potential_fields/gravity/driver.py index f93e383f..881d9c5a 100644 --- a/simpeg_drivers/potential_fields/gravity/driver.py +++ b/simpeg_drivers/potential_fields/gravity/driver.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/potential_fields/gravity/params.py b/simpeg_drivers/potential_fields/gravity/params.py index 5961bdb3..aedef2e2 100644 --- a/simpeg_drivers/potential_fields/gravity/params.py +++ b/simpeg_drivers/potential_fields/gravity/params.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/potential_fields/magnetic_scalar/__init__.py b/simpeg_drivers/potential_fields/magnetic_scalar/__init__.py index 38b9db7a..21aef442 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/__init__.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/__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/potential_fields/magnetic_scalar/constants.py b/simpeg_drivers/potential_fields/magnetic_scalar/constants.py index 6f8685b3..2c8b0ab1 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/constants.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/constants.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/potential_fields/magnetic_scalar/driver.py b/simpeg_drivers/potential_fields/magnetic_scalar/driver.py index 797221d1..3982e4a4 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/driver.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/driver.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/potential_fields/magnetic_scalar/params.py b/simpeg_drivers/potential_fields/magnetic_scalar/params.py index fb02047a..5bdb090f 100644 --- a/simpeg_drivers/potential_fields/magnetic_scalar/params.py +++ b/simpeg_drivers/potential_fields/magnetic_scalar/params.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/potential_fields/magnetic_vector/__init__.py b/simpeg_drivers/potential_fields/magnetic_vector/__init__.py index b9c0d289..824bb769 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/__init__.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/__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/potential_fields/magnetic_vector/constants.py b/simpeg_drivers/potential_fields/magnetic_vector/constants.py index b615a5ae..446bac64 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/constants.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/constants.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/potential_fields/magnetic_vector/driver.py b/simpeg_drivers/potential_fields/magnetic_vector/driver.py index 24a38dd2..b38c5a97 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/driver.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/driver.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/potential_fields/magnetic_vector/params.py b/simpeg_drivers/potential_fields/magnetic_vector/params.py index 8462759b..74cece96 100644 --- a/simpeg_drivers/potential_fields/magnetic_vector/params.py +++ b/simpeg_drivers/potential_fields/magnetic_vector/params.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/utils/__init__.py b/simpeg_drivers/utils/__init__.py index de3a54f7..1d83a964 100644 --- a/simpeg_drivers/utils/__init__.py +++ b/simpeg_drivers/utils/__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/simpeg_drivers/utils/surveys.py b/simpeg_drivers/utils/surveys.py index 8a9b2146..36c5ae13 100644 --- a/simpeg_drivers/utils/surveys.py +++ b/simpeg_drivers/utils/surveys.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/utils/testing.py b/simpeg_drivers/utils/testing.py index d61106cd..7ad93ce2 100644 --- a/simpeg_drivers/utils/testing.py +++ b/simpeg_drivers/utils/testing.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/utils/utils.py b/simpeg_drivers/utils/utils.py index eec518db..7eb8dc99 100644 --- a/simpeg_drivers/utils/utils.py +++ b/simpeg_drivers/utils/utils.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/utils/write_default_uijson.py b/simpeg_drivers/utils/write_default_uijson.py index 06651db7..a730ea55 100644 --- a/simpeg_drivers/utils/write_default_uijson.py +++ b/simpeg_drivers/utils/write_default_uijson.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/__init__.py b/tests/__init__.py index de3a54f7..bb6a6d61 100644 --- a/tests/__init__.py +++ b/tests/__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/tests/assets_path_test.py b/tests/assets_path_test.py index e9d4a74d..9454b674 100644 --- a/tests/assets_path_test.py +++ b/tests/assets_path_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from simpeg_drivers import assets_path diff --git a/tests/conftest.py b/tests/conftest.py index 553bd7dc..8fee7e88 100644 --- a/tests/conftest.py +++ b/tests/conftest.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations 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..289b8899 100644 --- a/tests/data_test.py +++ b/tests/data_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/driver_test.py b/tests/driver_test.py index fd89f4c0..d4893de9 100644 --- a/tests/driver_test.py +++ b/tests/driver_test.py @@ -1,18 +1,18 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 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 pathlib import Path diff --git a/tests/locations_test.py b/tests/locations_test.py index 543b01de..c2ebd673 100644 --- a/tests/locations_test.py +++ b/tests/locations_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/meshes_test.py b/tests/meshes_test.py index 246c193a..f5e5f21f 100644 --- a/tests/meshes_test.py +++ b/tests/meshes_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/models_test.py b/tests/models_test.py index fa7de3ad..72fa519d 100644 --- a/tests/models_test.py +++ b/tests/models_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations 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..82cec7a7 100644 --- a/tests/run_tests/__init__.py +++ b/tests/run_tests/__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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # # 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 7e86d73f..5955cdb0 100644 --- a/tests/run_tests/driver_airborne_tem_test.py +++ b/tests/run_tests/driver_airborne_tem_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_dc_2d_test.py b/tests/run_tests/driver_dc_2d_test.py index 1b4c7317..9e61ef75 100644 --- a/tests/run_tests/driver_dc_2d_test.py +++ b/tests/run_tests/driver_dc_2d_test.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/tests/run_tests/driver_dc_p3d_test.py b/tests/run_tests/driver_dc_p3d_test.py index bdbaf5a3..8f7741ff 100644 --- a/tests/run_tests/driver_dc_p3d_test.py +++ b/tests/run_tests/driver_dc_p3d_test.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/tests/run_tests/driver_dc_test.py b/tests/run_tests/driver_dc_test.py index ceee3310..192ed19d 100644 --- a/tests/run_tests/driver_dc_test.py +++ b/tests/run_tests/driver_dc_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_fem_test.py b/tests/run_tests/driver_fem_test.py index cc573f9c..21cb5ac7 100644 --- a/tests/run_tests/driver_fem_test.py +++ b/tests/run_tests/driver_fem_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # pylint: disable=too-many-locals diff --git a/tests/run_tests/driver_grav_test.py b/tests/run_tests/driver_grav_test.py index 01d7e573..74a1b998 100644 --- a/tests/run_tests/driver_grav_test.py +++ b/tests/run_tests/driver_grav_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_ground_tem_test.py b/tests/run_tests/driver_ground_tem_test.py index 354465e0..0f809fe9 100644 --- a/tests/run_tests/driver_ground_tem_test.py +++ b/tests/run_tests/driver_ground_tem_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_ip_2d_test.py b/tests/run_tests/driver_ip_2d_test.py index 1d0d3efc..ec41133b 100644 --- a/tests/run_tests/driver_ip_2d_test.py +++ b/tests/run_tests/driver_ip_2d_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_ip_p3d_test.py b/tests/run_tests/driver_ip_p3d_test.py index bb10a03b..330f1672 100644 --- a/tests/run_tests/driver_ip_p3d_test.py +++ b/tests/run_tests/driver_ip_p3d_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_ip_test.py b/tests/run_tests/driver_ip_test.py index 22462bf4..9a338812 100644 --- a/tests/run_tests/driver_ip_test.py +++ b/tests/run_tests/driver_ip_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_joint_cross_gradient_test.py b/tests/run_tests/driver_joint_cross_gradient_test.py index 11c7329b..2d5a9349 100644 --- a/tests/run_tests/driver_joint_cross_gradient_test.py +++ b/tests/run_tests/driver_joint_cross_gradient_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from pathlib import Path diff --git a/tests/run_tests/driver_joint_surveys_test.py b/tests/run_tests/driver_joint_surveys_test.py index b9669098..16792cea 100644 --- a/tests/run_tests/driver_joint_surveys_test.py +++ b/tests/run_tests/driver_joint_surveys_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from pathlib import Path diff --git a/tests/run_tests/driver_mag_test.py b/tests/run_tests/driver_mag_test.py index c1015a50..4a8c2548 100644 --- a/tests/run_tests/driver_mag_test.py +++ b/tests/run_tests/driver_mag_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_mt_test.py b/tests/run_tests/driver_mt_test.py index 2949f98b..f46b011d 100644 --- a/tests/run_tests/driver_mt_test.py +++ b/tests/run_tests/driver_mt_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' # pylint: disable=too-many-locals diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index 2c2f4261..f5726e96 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/run_tests/driver_tipper_test.py b/tests/run_tests/driver_tipper_test.py index 3346af21..fba4b0ee 100644 --- a/tests/run_tests/driver_tipper_test.py +++ b/tests/run_tests/driver_tipper_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/topography_test.py b/tests/topography_test.py index 94f46213..a2793c66 100644 --- a/tests/topography_test.py +++ b/tests/topography_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/utils_surveys_test.py b/tests/utils_surveys_test.py index 8bb97a85..06c8d3a8 100644 --- a/tests/utils_surveys_test.py +++ b/tests/utils_surveys_test.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. ' +# ' # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' from __future__ import annotations diff --git a/tests/version_test.py b/tests/version_test.py index 265baab3..f19fe948 100644 --- a/tests/version_test.py +++ b/tests/version_test.py @@ -1,24 +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. -# -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -# -# This file is part of simpeg-drivers. -# -# +# 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 package.