Skip to content

Commit e29c4bf

Browse files
committed
Add top-level License annotation
1 parent 12c7274 commit e29c4bf

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Complex.mo

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,6 @@ Copyright &copy; 2010-2024, Modelica Association and <a href=\"modelica://Modeli
278278
radius=25.0), Text(
279279
textColor={255,255,255},
280280
extent={{-90,-50},{90,50}},
281-
textString="C")}));
282-
281+
textString="C")}),
282+
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
283283
end Complex;

Modelica/package.mo

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ Copyright &copy; 1998-2024, Modelica Association and <a href=\"modelica://Modeli
8787
<p>
8888
<strong>Modelica&reg;</strong> is a registered trademark of the Modelica Association.
8989
</p>
90-
</html>"));
90+
</html>"),
91+
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
9192
end Modelica;

ModelicaReference/package.mo

+2-1
Original file line numberDiff line numberDiff line change
@@ -7473,5 +7473,6 @@ Copyright &copy; 2003-2024, Modelica Association and contributors
74737473
<td>Implemented.</td>
74747474
</tr>
74757475
</table>
7476-
</html>"));
7476+
</html>"),
7477+
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
74777478
end ModelicaReference;

ModelicaServices/package.mo

+2-1
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,6 @@ Copyright &copy; 2009-2024, Modelica Association and contributors
301301
<em>This Modelica package is <u>free</u> software and the use is completely at <u>your own risk</u>; it can be redistributed and/or modified under the terms of the 3-Clause BSD license. For license conditions (including the disclaimer of warranty) visit <a href=\"https://modelica.org/licenses/modelica-3-clause-bsd\">https://modelica.org/licenses/modelica-3-clause-bsd</a>.</em>
302302
</p>
303303
304-
</html>"));
304+
</html>"),
305+
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
305306
end ModelicaServices;

ModelicaTest/package.mo

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,6 @@ Copyright &copy; 1998-2024, Modelica Association and contributors
9595
points={{-70,0},{-44,0},{-24,-34},{50,56},{78,56},{-24,-74},{-70,0}},
9696
lineColor={75,138,73},
9797
fillColor={75,138,73},
98-
fillPattern=FillPattern.Solid)}));
98+
fillPattern=FillPattern.Solid)}),
99+
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
99100
end ModelicaTest;

0 commit comments

Comments
 (0)