Skip to content

Commit 90d5916

Browse files
authored
Merge pull request #39 from MiraGeoscience/GEOPY-2547
GEOPY-2547: packages get published with 0.0.0 value for __version__
2 parents 2f5416f + 1170096 commit 90d5916

31 files changed

Lines changed: 76 additions & 87 deletions

.idea/copyright/MiraGeoscience.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Proprietary License
1+
MIT License
22

33
Copyright (c) 2024-2025 Mira Geoscience
4-
All rights reserved.
54

6-
The software and information contained herein are proprietary to, and
7-
comprise valuable trade secrets of, Mira Geoscience, which
8-
intend to preserve as trade secrets such software and information.
9-
This software is furnished pursuant to a written license agreement and
10-
may be used, copied, transmitted, and stored only in accordance with
11-
the terms of such license and with the inclusion of the above copyright
12-
notice. This software and information or any other copies thereof may
13-
not be provided or otherwise made available to any other person.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

README.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,19 @@ To configure the development environment and tools, please see `README-dev.rst`_
156156

157157
License
158158
^^^^^^^
159-
All rights reserved.
160-
161-
The software and information contained herein are proprietary to, and
162-
comprise valuable trade secrets of, Mira Geoscience, which
163-
intend to preserve as trade secrets such software and information.
164-
This software is furnished pursuant to a written license agreement and
165-
may be used, copied, transmitted, and stored only in accordance with
166-
the terms of such license and with the inclusion of the above copyright
167-
notice. This software and information or any other copies thereof may
168-
not be provided or otherwise made available to any other person.
159+
MIT License
160+
161+
Copyright (c) 2024-2025 Mira Geoscience
162+
163+
Permission is hereby granted, free of charge, to any person obtaining a copy
164+
of this software and associated documentation files (the "Software"), to deal
165+
in the Software without restriction, including without limitation the rights
166+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
167+
copies of the Software, and to permit persons to whom the Software is
168+
furnished to do so, subject to the following conditions:
169+
170+
The above copyright notice and this permission notice shall be included in all
171+
copies or substantial portions of the Software.
169172

170173
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
171174
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

grid_apps-assets/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2024-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

grid_apps/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2022-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
109

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2024-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

grid_apps/block_model_to_octree/driver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2024-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
109

grid_apps/block_model_to_octree/options.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2024-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
109

grid_apps/block_models/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2024-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

grid_apps/block_models/driver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
22
# Copyright (c) 2024-2025 Mira Geoscience Ltd. '
3-
# All rights reserved. '
43
# '
54
# This file is part of grid-apps package. '
65
# '
7-
# grid-apps is distributed under the terms and conditions of a proprietary license '
6+
# grid-apps is distributed under the terms and conditions of the MIT License '
87
# (see LICENSE file at the root of this source code package). '
98
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
109

0 commit comments

Comments
 (0)