Skip to content

Commit 816ce7d

Browse files
committed
remove duplicated copyright block
1 parent 0724473 commit 816ce7d

8 files changed

Lines changed: 1 addition & 104 deletions

File tree

simpeg_drivers/depth_of_investigation/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,3 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

simpeg_drivers/depth_of_investigation/sensitivity_cutoff/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,3 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

simpeg_drivers/depth_of_investigation/sensitivity_cutoff/driver.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2310

2411
import logging
2512
import sys

simpeg_drivers/depth_of_investigation/sensitivity_cutoff/options.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2310

2411
from pathlib import Path
2512
from typing import ClassVar

simpeg_drivers/utils/meshes.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2310

2411
import numpy as np
2512
from geoh5py.groups import UIJsonGroup

simpeg_drivers/utils/tile_estimate.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10+
2311
import logging
2412
import sys
2513
from pathlib import Path

tests/depth_of_investivation_tests/sensitivity_cutoff_test.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2310

2411
import numpy as np
2512
import pytest

tests/utils_meshes_test.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
# (see LICENSE file at the root of this source code package). '
88
# '
99
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10-
#
11-
# This file is part of simpeg-drivers.
12-
#
13-
# The software and information contained herein are proprietary to, and
14-
# comprise valuable trade secrets of, Mira Geoscience, which
15-
# intend to preserve as trade secrets such software and information.
16-
# This software is furnished pursuant to a written license agreement and
17-
# may be used, copied, transmitted, and stored only in accordance with
18-
# the terms of such license and with the inclusion of the above copyright
19-
# notice. This software and information or any other copies thereof may
20-
# not be provided or otherwise made available to any other person.
21-
#
22-
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2310

2411
import numpy as np
2512
from geoh5py import Workspace

0 commit comments

Comments
 (0)