Skip to content

Commit

Permalink
Add top-level License annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jun 3, 2024
1 parent 12c7274 commit 1672d49
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Complex.mo
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ Copyright &copy; 2010-2024, Modelica Association and <a href=\"modelica://Modeli
radius=25.0), Text(
textColor={255,255,255},
extent={{-90,-50},{90,50}},
textString="C")}));

textString="C")}),
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
);

Check failure on line 283 in Complex.mo

View workflow job for this annotation

GitHub Actions / syntax_checks

expected `end` but received `)`
end Complex;
3 changes: 2 additions & 1 deletion Modelica/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ Copyright &copy; 1998-2024, Modelica Association and <a href=\"modelica://Modeli
<p>
<strong>Modelica&reg;</strong> is a registered trademark of the Modelica Association.
</p>
</html>"));
</html>"),
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
end Modelica;
3 changes: 2 additions & 1 deletion ModelicaReference/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7473,5 +7473,6 @@ Copyright &copy; 2003-2024, Modelica Association and contributors
<td>Implemented.</td>
</tr>
</table>
</html>"));
</html>"),
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
end ModelicaReference;
3 changes: 2 additions & 1 deletion ModelicaServices/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,6 @@ Copyright &copy; 2009-2024, Modelica Association and contributors
<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>
</p>
</html>"));
</html>"),
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
end ModelicaServices;
3 changes: 2 additions & 1 deletion ModelicaTest/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ Copyright &copy; 1998-2024, Modelica Association and contributors
points={{-70,0},{-44,0},{-24,-34},{50,56},{78,56},{-24,-74},{-70,0}},
lineColor={75,138,73},
fillColor={75,138,73},
fillPattern=FillPattern.Solid)}));
fillPattern=FillPattern.Solid)}),
License="modelica:/Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt");
end ModelicaTest;

0 comments on commit 1672d49

Please sign in to comment.