-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCopyright.mo
More file actions
39 lines (37 loc) · 1.51 KB
/
Copy pathCopyright.mo
File metadata and controls
39 lines (37 loc) · 1.51 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
within OpenIPSL;
class Copyright "DISCLAIMER<html>
<p> </p>
<p><strong>OpenIPSL</strong>: Copyright © 2016 - 2022 Prof. <a href=\"https://github.com/lvanfretti\">Luigi Vanfretti</a>, <a href=\"https://alsetlab.github.io/\">AlsetLab</a>, Troy, NY (Formerly SmarTS Lab, Stockholm, Sweden).</p>
<p>The authors can be contacted by email: <a href=\"mailto:luigi.vanfretti@gmail.com\">luigi.vanfretti@gmail.com</a>.</p>
<p>This Source Code Form is subject to the terms of the 3-Clause BSD license.</p>
<p>A <a href=\"https://github.com/OpenIPSL/OpenIPSL/blob/master/LICENSE\">copy of the license</a> is available in the library repository.</p>
</html>"
annotation (
preferredView="info",
DocumentationClass=false,
Icon(graphics={
Text(
extent={{-100,140},{100,100}},
lineColor={0,127,0},
textString="%name%"),
Ellipse(
extent={{-100,100},{100,-100}},
lineColor={0,127,0},
fillColor={255,255,255},
fillPattern=FillPattern.Solid),
Ellipse(
extent={{-60,60},{60,-60}},
lineColor={0,127,72},
fillColor={0,127,0},
fillPattern=FillPattern.Solid),
Ellipse(
extent={{-40,40},{40,-40}},
lineColor={255,255,255},
fillColor={255,255,255},
fillPattern=FillPattern.Solid),
Rectangle(
extent={{28,22},{64,-20}},
lineColor={255,255,255},
fillColor={255,255,255},
fillPattern=FillPattern.Solid)}));
end Copyright;