Skip to content

Commit 82ac264

Browse files
authored
Merge pull request #113 from MiraGeoscience/GEOPY-2645_release-ga4.7-to-dev
GEOPY-2645: release ga4.7 to dev
2 parents 38b18ec + deceb2d commit 82ac264

19 files changed

Lines changed: 265 additions & 261 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2017 Global Mining Standards and Guidelines Group
4-
Copyright (c) 2022-2025 Mira Geoscience
4+
Copyright (c) 2022-2026 Mira Geoscience
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ License
111111
MIT License
112112

113113
Copyright (c) 2017 Global Mining Standards and Guidelines Group
114-
Copyright (c) 2022-2025 Mira Geoscience
114+
Copyright (c) 2022-2026 Mira Geoscience
115115

116116
Permission is hereby granted, free of charge, to any person obtaining a copy
117117
of this software and associated documentation files (the "Software"), to deal

omf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""omf: API library for Open Mining Format file interchange format"""
22

33
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4-
# Copyright (c) 2022-2025 Mira Geoscience Ltd. '
4+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
55
# '
66
# This file is part of mira-omf package. '
77
# '

omf/fileio/geoh5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2-
# Copyright (c) 2022-2025 Mira Geoscience Ltd. '
2+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
33
# '
44
# This file is part of mira-omf package. '
55
# '

omf/scripts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2-
# Copyright (c) 2025 Mira Geoscience Ltd. '
2+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
33
# '
44
# This file is part of mira-omf package. '
55
# '

omf/scripts/geoh5_to_omf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2-
# Copyright (c) 2025 Mira Geoscience Ltd. '
2+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
33
# '
44
# This file is part of mira-omf package. '
55
# '

omf/scripts/omf_to_geoh5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2-
# Copyright (c) 2025 Mira Geoscience Ltd. '
2+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
33
# '
44
# This file is part of mira-omf package. '
55
# '

poetry.lock

Lines changed: 247 additions & 243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2-
# Copyright (c) 2025 Mira Geoscience Ltd. '
2+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
33
# '
44
# This file is part of mira-omf package. '
55
# '

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
2-
# Copyright (c) 2025 Mira Geoscience Ltd. '
2+
# Copyright (c) 2022-2026 Mira Geoscience Ltd. '
33
# '
44
# This file is part of mira-omf package. '
55
# '

0 commit comments

Comments
 (0)