From 92719a988f70d9c454d9cec997008b5c92593e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 16:06:03 -0500 Subject: [PATCH 01/10] [GEOPY-1933] also check copyright date in package.rst --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72dfe6f..2d7896e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: rev: v1.0.1 hooks: - id: check-copyright - files: (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$ + files: (^package\.rst|^LICENSE|^README(|-dev)\.rst|\.py|\.pyi)$ exclude: (^\.|^docs/) - id: prepare-commit-msg - id: check-commit-msg From 0a8479be819d46268ad8961e314f26888e96928b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 16:06:31 -0500 Subject: [PATCH 02/10] [GEOPY-1933] remove iml file from template repo --- .idea/python-conda-template.iml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .idea/python-conda-template.iml diff --git a/.idea/python-conda-template.iml b/.idea/python-conda-template.iml deleted file mode 100644 index d2936d1..0000000 --- a/.idea/python-conda-template.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - From 93c4547f9d2cbeeb5d17406e21e087979c3ea263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 16:07:08 -0500 Subject: [PATCH 03/10] [GEOPY-1933] do not commit iml as it contains references to local path --- .gitignore | 1 - .idea/plate-simulation.iml | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 .idea/plate-simulation.iml diff --git a/.gitignore b/.gitignore index c0abd41..435b155 100644 --- a/.gitignore +++ b/.gitignore @@ -129,7 +129,6 @@ venv.bak/ /.idea/* !/.idea/scopes/ !/.idea/copyright/ -!/.idea/*.iml # mypy .mypy_cache/ diff --git a/.idea/plate-simulation.iml b/.idea/plate-simulation.iml deleted file mode 100644 index bdeaa24..0000000 --- a/.idea/plate-simulation.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - From c612cda024db0df22959bc5b01f9609361a32fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 16:10:11 -0500 Subject: [PATCH 04/10] [GEOPY-1933] update copyright date --- .idea/copyright/MiraGeoscience.xml | 3 ++- .idea/scopes/sources.xml | 4 ++-- docs/source/conf.py | 10 ---------- plate_simulation-assets/__init__.py | 2 +- .../uijson/plate_simulation.ui.json | 4 ++-- plate_simulation/__init__.py | 2 +- plate_simulation/driver.py | 2 +- plate_simulation/logger.py | 2 +- plate_simulation/mesh/__init__.py | 2 +- plate_simulation/mesh/params.py | 2 +- plate_simulation/models/__init__.py | 2 +- plate_simulation/models/events.py | 2 +- plate_simulation/models/params.py | 2 +- plate_simulation/models/plates.py | 2 +- plate_simulation/models/series.py | 2 +- plate_simulation/params.py | 2 +- plate_simulation/utils.py | 2 +- tests/__init__.py | 2 +- tests/assets_path_test.py | 2 +- tests/models/__init__.py | 2 +- tests/models/events_test.py | 2 +- tests/models/params_test.py | 2 +- tests/models/plates_test.py | 2 +- tests/models/series_test.py | 2 +- tests/runtest/__init__.py | 2 +- tests/runtest/driver_test.py | 2 +- tests/runtest/gravity_test.py | 2 +- tests/utils/__init__.py | 2 +- tests/utils/utils_test.py | 2 +- tests/version_test.py | 2 +- 30 files changed, 32 insertions(+), 41 deletions(-) diff --git a/.idea/copyright/MiraGeoscience.xml b/.idea/copyright/MiraGeoscience.xml index 1736841..be0f711 100644 --- a/.idea/copyright/MiraGeoscience.xml +++ b/.idea/copyright/MiraGeoscience.xml @@ -1,7 +1,8 @@ - + \ No newline at end of file diff --git a/.idea/scopes/sources.xml b/.idea/scopes/sources.xml index 0fa455c..e3f62d1 100644 --- a/.idea/scopes/sources.xml +++ b/.idea/scopes/sources.xml @@ -1,3 +1,3 @@ - - + + \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e7e6e5..392402e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,16 +1,6 @@ -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' -# ' -# This file is part of plate-simulation package. ' -# ' -# plate-simulation is distributed under the terms and conditions of the MIT License ' -# (see LICENSE file at the root of this source code package). ' -# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - from datetime import datetime from importlib.metadata import version - # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: diff --git a/plate_simulation-assets/__init__.py b/plate_simulation-assets/__init__.py index ff14e25..83935c2 100644 --- a/plate_simulation-assets/__init__.py +++ b/plate_simulation-assets/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation-assets/uijson/plate_simulation.ui.json b/plate_simulation-assets/uijson/plate_simulation.ui.json index 7de2e66..b21384e 100644 --- a/plate_simulation-assets/uijson/plate_simulation.ui.json +++ b/plate_simulation-assets/uijson/plate_simulation.ui.json @@ -157,12 +157,12 @@ "reference_type": { "label": "Reference type", "main": true, - "group": "Plate", + "group": "Plate", "dependency": "relative_locations", "dependencyType": "enabled", "choiceList": ["min", "mean", "max"], "tooltip": "If relative locations, the depth will be below the min/mean/max of the 'Depth reference' chosen.", - "value": "min" + "value": "min" }, "generate_sweep": { "label": "Generate sweep file", diff --git a/plate_simulation/__init__.py b/plate_simulation/__init__.py index cbe12a9..d4126e5 100644 --- a/plate_simulation/__init__.py +++ b/plate_simulation/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2022-2024 Mira Geoscience Ltd. ' +# Copyright (c) 2022-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/driver.py b/plate_simulation/driver.py index 06c75b3..b90b33f 100644 --- a/plate_simulation/driver.py +++ b/plate_simulation/driver.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/logger.py b/plate_simulation/logger.py index a63df8f..f5ece43 100644 --- a/plate_simulation/logger.py +++ b/plate_simulation/logger.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/mesh/__init__.py b/plate_simulation/mesh/__init__.py index ff14e25..83935c2 100644 --- a/plate_simulation/mesh/__init__.py +++ b/plate_simulation/mesh/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/mesh/params.py b/plate_simulation/mesh/params.py index 83225a4..6778c73 100644 --- a/plate_simulation/mesh/params.py +++ b/plate_simulation/mesh/params.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/models/__init__.py b/plate_simulation/models/__init__.py index ff14e25..83935c2 100644 --- a/plate_simulation/models/__init__.py +++ b/plate_simulation/models/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/models/events.py b/plate_simulation/models/events.py index d7d12f2..04d748f 100644 --- a/plate_simulation/models/events.py +++ b/plate_simulation/models/events.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/models/params.py b/plate_simulation/models/params.py index 6da971e..e50fa6e 100644 --- a/plate_simulation/models/params.py +++ b/plate_simulation/models/params.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/models/plates.py b/plate_simulation/models/plates.py index b65a2e5..e3cbafe 100644 --- a/plate_simulation/models/plates.py +++ b/plate_simulation/models/plates.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/models/series.py b/plate_simulation/models/series.py index ae2d336..4e5250d 100644 --- a/plate_simulation/models/series.py +++ b/plate_simulation/models/series.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/params.py b/plate_simulation/params.py index 15ffbd4..9f8e276 100644 --- a/plate_simulation/params.py +++ b/plate_simulation/params.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/plate_simulation/utils.py b/plate_simulation/utils.py index fd0e606..c9e743e 100644 --- a/plate_simulation/utils.py +++ b/plate_simulation/utils.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/__init__.py b/tests/__init__.py index e9ed15c..5355ec9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2022-2024 Mira Geoscience Ltd. ' +# Copyright (c) 2022-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/assets_path_test.py b/tests/assets_path_test.py index 83aaa67..034cafb 100644 --- a/tests/assets_path_test.py +++ b/tests/assets_path_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/models/__init__.py b/tests/models/__init__.py index da39456..cc03f6a 100644 --- a/tests/models/__init__.py +++ b/tests/models/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/models/events_test.py b/tests/models/events_test.py index 118c3a1..b689043 100644 --- a/tests/models/events_test.py +++ b/tests/models/events_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/models/params_test.py b/tests/models/params_test.py index d14c997..46e1472 100644 --- a/tests/models/params_test.py +++ b/tests/models/params_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/models/plates_test.py b/tests/models/plates_test.py index 27f1cec..71af677 100644 --- a/tests/models/plates_test.py +++ b/tests/models/plates_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/models/series_test.py b/tests/models/series_test.py index dc77cbd..822d5f1 100644 --- a/tests/models/series_test.py +++ b/tests/models/series_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/runtest/__init__.py b/tests/runtest/__init__.py index baa5103..5925972 100644 --- a/tests/runtest/__init__.py +++ b/tests/runtest/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/runtest/driver_test.py b/tests/runtest/driver_test.py index 9120114..3308d46 100644 --- a/tests/runtest/driver_test.py +++ b/tests/runtest/driver_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/runtest/gravity_test.py b/tests/runtest/gravity_test.py index 551c72f..1cc9002 100644 --- a/tests/runtest/gravity_test.py +++ b/tests/runtest/gravity_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/utils/__init__.py b/tests/utils/__init__.py index ff14e25..83935c2 100644 --- a/tests/utils/__init__.py +++ b/tests/utils/__init__.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/utils/utils_test.py b/tests/utils/utils_test.py index 210e193..54316da 100644 --- a/tests/utils/utils_test.py +++ b/tests/utils/utils_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2024 Mira Geoscience Ltd. ' +# Copyright (c) 2024-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' diff --git a/tests/version_test.py b/tests/version_test.py index 7f9a07e..e21117e 100644 --- a/tests/version_test.py +++ b/tests/version_test.py @@ -1,5 +1,5 @@ # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -# Copyright (c) 2022-2024 Mira Geoscience Ltd. ' +# Copyright (c) 2022-2025 Mira Geoscience Ltd. ' # ' # This file is part of plate-simulation package. ' # ' From d57c694074901438d27136948a35bf91a1ce7864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 16:15:31 -0500 Subject: [PATCH 05/10] [GEOPY-1933] pre-commit autoupdate --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d7896e..2248025 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.9.1 hooks: - id: ruff args: @@ -21,7 +21,7 @@ repos: # - --unsafe-fixes - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: [ @@ -32,12 +32,12 @@ repos: ] exclude: (conf\.py|plate_simulation-assets/) - repo: https://github.com/codingjoe/relint - rev: 3.3.0 + rev: 3.3.1 hooks: - id: relint args: [-W] # to fail on warnings - repo: https://github.com/MiraGeoscience/pre-commit-hooks - rev: v1.0.1 + rev: v1.1.0 hooks: - id: check-copyright files: (^package\.rst|^LICENSE|^README(|-dev)\.rst|\.py|\.pyi)$ From 59444d9c9b8e0a7976801204c301e7b397921bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 16:15:52 -0500 Subject: [PATCH 06/10] [GEOPY-1933] update remaining copyright dates --- LICENSE | 2 +- README-dev.rst | 2 +- README.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 8148138..42da102 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Mira Geoscience +Copyright (c) 2024-2025 Mira Geoscience Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README-dev.rst b/README-dev.rst index 6f3303c..5c702b2 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -368,4 +368,4 @@ License Copyright ^^^^^^^^^ -Copyright (c) 2024 Mira Geoscience Ltd. +Copyright (c) 2024-2025 Mira Geoscience Ltd. diff --git a/README.rst b/README.rst index 2213164..86f6d92 100644 --- a/README.rst +++ b/README.rst @@ -136,7 +136,7 @@ License ^^^^^^^ MIT License -Copyright (c) 2024 Mira Geoscience +Copyright (c) 2024-2025 Mira Geoscience Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -172,4 +172,4 @@ Trademarks Copyright ^^^^^^^^^ -Copyright (c) 2024 Mira Geoscience Ltd. +Copyright (c) 2024-2025 Mira Geoscience Ltd. From c13df5860bf72f932878ac079e66fa11a025a693 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:16:36 +0000 Subject: [PATCH 07/10] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .idea/copyright/MiraGeoscience.xml | 2 +- .idea/scopes/sources.xml | 2 +- docs/source/conf.py | 1 + tests/models/series_test.py | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.idea/copyright/MiraGeoscience.xml b/.idea/copyright/MiraGeoscience.xml index be0f711..03787ea 100644 --- a/.idea/copyright/MiraGeoscience.xml +++ b/.idea/copyright/MiraGeoscience.xml @@ -5,4 +5,4 @@