Skip to content

Commit b0a55ea

Browse files
committed
Change/add license info
License: LGPLv3+
1 parent 1bbf956 commit b0a55ea

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

examples/15_scipp_loader.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""
2+
This file is part of the openPMD-api.
3+
4+
Copyright 2025 openPMD contributors
5+
Authors: Franz Poeschel, Pawel Ordyna
6+
License: LGPLv3+
7+
"""
8+
19
import openpmd_api as pmd
210

311

src/binding/python/openpmd_api/ScippLazyInit.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
This file is part of the openPMD-api.
3+
4+
Copyright 2025 openPMD contributors
5+
Authors: Franz Poeschel
6+
License: LGPLv3+
7+
"""
8+
9+
110
def series_to_scipp(series):
211

312
# lazy import

src/binding/python/openpmd_api/scipp/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
Author:
77
Pawel Ordyna <[email protected]>
88
9-
License:
10-
GPL - 3.0 license. See LICENSE file for details.
9+
License: LGPLv3+
1110
"""
1211

1312
from .loader import DataLoader as DataLoader # noqa

src/binding/python/openpmd_api/scipp/loader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
Author:
66
Pawel Ordyna <[email protected]>
77
8-
License:
9-
GPL - 3.0 license. See LICENSE file for details.
8+
License: LGPLv3+
109
"""
1110

1211
import scipp as sc

src/binding/python/openpmd_api/scipp/mesh_loader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Author:
44
Pawel Ordyna <[email protected]>
55
6-
License:
7-
GPL - 3.0 license. See LICENSE file for details.
6+
License: LGPLv3+
87
"""
98

109
import numpy as np

src/binding/python/openpmd_api/scipp/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Author:
44
Pawel Ordyna <[email protected]>
55
6-
License:
7-
GPL - 3.0 license. See LICENSE file for details.
6+
License: LGPLv3+
87
"""
98

109
from sys import version_info

0 commit comments

Comments
 (0)