-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathLICENSE
More file actions
51 lines (31 loc) · 2.17 KB
/
LICENSE
File metadata and controls
51 lines (31 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## License Information
VaMPy is primarily licensed under the GNU General Public License Version 3 (GPLv3), as detailed below. However, some files within this project are licensed differently due to their original authors' licensing terms. These files and their respective licenses are explicitly stated here to ensure compliance.
### GNU General Public License v3 (GPLv3)
The majority of VaMPy is distributed under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License, or (at your option) any later version.
The full text of the GNU General Public License v3 can be found in the `COPYING` file or online at:
<https://www.gnu.org/licenses/gpl-3.0.txt>
### Exceptions: Files Under Different Licenses
#### LGPL-licensed Files
The following files are licensed under the GNU Lesser General Public License (LGPL) Version 3 or any later version:
- `src/vampy/simulation/Probe.py`
- **Copyright (C) 2011 Mikael Mortensen**
- Licensed under LGPLv3 or any later version
- `src/vampy/simulation/Womersley.py`
- **Copyright (C) 2010-2014 Simula Research Laboratory**
- Licensed under LGPLv3 or any later version
The full text of the GNU Lesser General Public License v3 can be found in the `COPYING.LESSER` file or online at:
<https://www.gnu.org/licenses/lgpl-3.0.txt>
#### MIT-licensed Files
The following files are licensed under the MIT License:
- `src/vampy/automatedPreprocessing/ImportData.py`
- `src/vampy/automatedPreprocessing/DisplayData.py`
- `src/vampy/automatedPreprocessing/repair_tools.py`
- `src/vampy/automatedPreprocessing/NetworkBoundaryConditions.py`
These files are:
- **Copyright (C) 2017 Christophe Chnafa**
- Licensed under the MIT License
The full text of the MIT License can be found in the `MIT.txt` file or online at:
<https://opensource.org/licenses/MIT>
### Summary
By using VaMPy, you agree to comply with the licensing terms of each respective file. If you distribute or modify this software, ensure that you respect these licenses accordingly.
For any questions or clarifications, please refer to the respective license texts included with this software or visit the respective license URLs provided above.