-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNOTICE
More file actions
67 lines (48 loc) · 2.78 KB
/
Copy pathNOTICE
File metadata and controls
67 lines (48 loc) · 2.78 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
NOTICE
This repository is part of the STEPSS (Static and Transient Electric Power
Systems Simulation) suite developed by the Sustainable Power Systems Lab (SPS-L).
The source code in this repository is licensed under the Apache License,
Version 2.0. See the LICENSE file for details.
IMPORTANT - Proprietary Components
====================================
This package bundles compiled binaries of the following components that are
NOT covered by the Apache License 2.0:
RAMSES (Dynamic Simulator)
--------------------------
RAMSES, the solver of differential-algebraic equations, is the property of the
University of Liège, Belgium, and is distributed under the Academic Public
License for the use of STEPSS (see https://github.com/SPS-L/stepss-ramses
for the full license text):
- Permission is granted to use RAMSES free of charge for any non-commercial
purpose, including teaching and research at universities, colleges, and
other educational institutions, research at non-profit research
institutions, and personal non-profit purposes.
- For commercial use of RAMSES (including but not restricted to consulting
activities, design of commercial hardware or software products, or
participation by a commercial entity in research projects), you must
contact the Authors for an appropriate license.
- The free-of-charge version of RAMSES is limited to power system models of
up to 1000 buses and execution using no more than 2 cores.
- RAMSES is provided "as is", without warranty of any kind.
STEPSS-Helios (Power Flow Engine)
---------------------------------
This package bundles the compiled STEPSS-Helios C API shared library
(libhelios_api.so / helios_api.dll / libhelios_api.dylib under
src/stepss/libs/), used by the stepss.helios module. STEPSS-Helios is the
property of Dr. Petros Aristidou, and is distributed under the STEPSS-Helios
Academic Public License:
- Permission is granted to use it free of charge for any non-commercial
purpose (teaching and academic research, research at non-profit
institutions, personal non-profit purposes).
- Commercial use requires a commercial license; contact info@sps-lab.org.
- It is provided "as is", without warranty of any kind.
See https://github.com/SPS-L/stepss-helios for the full license text.
PFC (Power Flow Computation) and CODEGEN (Model Generator)
-----------------------------------------------------------
PFC and CODEGEN, the other modules covered by the Academic Public License
for the use of STEPSS, are the property of Dr. Thierry Van Cutsem. They are
NOT included in this package; they are distributed separately as compiled
executables that are free to use but are not open-source.
Authors:
- Dr. Petros Aristidou (petros.aristidou@cut.ac.cy)
- Dr. Thierry Van Cutsem (thierry.h.van.cutsem@gmail.com)