Skip to content

Commit

Permalink
Change/add license info
Browse files Browse the repository at this point in the history
License: LGPLv3+
  • Loading branch information
franzpoeschel committed Mar 3, 2025
1 parent 12e9ad3 commit 124b080
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
8 changes: 8 additions & 0 deletions examples/15_scipp_loader.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
This file is part of the openPMD-api.
Copyright 2025 openPMD contributors
Authors: Franz Poeschel, Pawel Ordyna
License: LGPLv3+
"""

import openpmd_api as pmd


Expand Down
9 changes: 9 additions & 0 deletions src/binding/python/openpmd_api/ScippLazyInit.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
This file is part of the openPMD-api.
Copyright 2025 openPMD contributors
Authors: Franz Poeschel
License: LGPLv3+
"""


def series_to_scipp(series):

# lazy import
Expand Down
3 changes: 1 addition & 2 deletions src/binding/python/openpmd_api/scipp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
Author:
Pawel Ordyna <[email protected]>
License:
GPL - 3.0 license. See LICENSE file for details.
License: LGPLv3+
"""

from .loader import DataLoader as DataLoader # noqa
Expand Down
3 changes: 1 addition & 2 deletions src/binding/python/openpmd_api/scipp/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
Author:
Pawel Ordyna <[email protected]>
License:
GPL - 3.0 license. See LICENSE file for details.
License: LGPLv3+
"""

import scipp as sc
Expand Down
3 changes: 1 addition & 2 deletions src/binding/python/openpmd_api/scipp/mesh_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Author:
Pawel Ordyna <[email protected]>
License:
GPL - 3.0 license. See LICENSE file for details.
License: LGPLv3+
"""

import numpy as np
Expand Down
3 changes: 1 addition & 2 deletions src/binding/python/openpmd_api/scipp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Author:
Pawel Ordyna <[email protected]>
License:
GPL - 3.0 license. See LICENSE file for details.
License: LGPLv3+
"""

from sys import version_info
Expand Down

0 comments on commit 124b080

Please sign in to comment.