Skip to content

Commit c030afb

Browse files
authored
Merge branch 'master' into dependabot/github_actions/OpenModelica/setup-openmodelica-1.0.5
2 parents 977d093 + 187d39d commit c030afb

6 files changed

Lines changed: 35 additions & 383 deletions

File tree

COPYING

Lines changed: 0 additions & 271 deletions
This file was deleted.

LICENSE

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
1-
This project is part of OpenModelica.
1+
--- Start of Definition of OpenModelica Run-time System Public License ---
22

3-
Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
4-
c/o Linköpings universitet, Department of Computer and Information Science,
5-
SE-58183 Linköping, Sweden.
3+
/*
4+
* This file belongs to the OpenModelica Run-Time System.
5+
*
6+
* Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
7+
* c/o Linköpings universitet, Department of Computer and Information Science,
8+
* SE-58183 Linköping, Sweden. All rights reserved.
9+
*
10+
* THIS PROGRAM IS PROVIDED UNDER THE TERMS OF THE BSD NEW LICENSE OR THE
11+
* AGPL VERSION 3 LICENSE OR THE OSMC PUBLIC LICENSE (OSMC-PL) VERSION 1.8.
12+
* ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES RECIPIENT'S
13+
* ACCEPTANCE OF THE BSD NEW LICENSE OR THE OSMC PUBLIC LICENSE OR THE AGPL
14+
* VERSION 3, ACCORDING TO RECIPIENTS CHOICE.
15+
*
16+
* The OpenModelica software and the OSMC (Open Source Modelica Consortium)
17+
* Public License (OSMC-PL) are obtained from OSMC, either from the above
18+
* address, from the URLs: http://www.openmodelica.org or
19+
* https://github.com/OpenModelica/ or
20+
* http://www.ida.liu.se/projects/OpenModelica, and in the OpenModelica
21+
* distribution. GNU AGPL version 3 is obtained from:
22+
* https://www.gnu.org/licenses/licenses.html#GPL. The BSD NEW License is
23+
* obtained from: http://www.opensource.org/licenses/BSD-3-Clause.
24+
*
25+
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
26+
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, EXCEPT AS
27+
* EXPRESSLY SET FORTH IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE
28+
* CONDITIONS OF OSMC-PL.
29+
*
30+
*/
631

7-
All rights reserved.
8-
9-
THIS PROGRAM IS PROVIDED UNDER THE TERMS OF THE BSD NEW LICENSE OR THE
10-
GPL VERSION 3 LICENSE OR THE OSMC PUBLIC LICENSE (OSMC-PL) VERSION 1.2.
11-
ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES
12-
RECIPIENT'S ACCEPTANCE OF THE OSMC PUBLIC LICENSE OR THE GPL VERSION 3,
13-
ACCORDING TO RECIPIENTS CHOICE.
14-
15-
The OpenModelica software and the OSMC (Open Source Modelica Consortium)
16-
Public License (OSMC-PL) are obtained from OSMC, either from the above
17-
address, from the URLs: http://www.openmodelica.org or
18-
http://www.ida.liu.se/projects/OpenModelica, and in the OpenModelica
19-
distribution. GNU version 3 is obtained from:
20-
http://www.gnu.org/copyleft/gpl.html. The New BSD License is obtained from:
21-
http://www.opensource.org/licenses/BSD-3-Clause.
22-
23-
This program is distributed WITHOUT ANY WARRANTY; without even the implied
24-
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, EXCEPT AS
25-
EXPRESSLY SET FORTH IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE
26-
CONDITIONS OF OSMC-PL.
32+
--- End of OpenModelica Run-time System Public License ---

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,6 @@
33
Definition of main class to run Modelica simulations - ModelicaSystem.
44
"""
55

6-
__license__ = """
7-
This file is part of OpenModelica.
8-
9-
Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
10-
c/o Linköpings universitet, Department of Computer and Information Science,
11-
SE-58183 Linköping, Sweden.
12-
13-
All rights reserved.
14-
15-
THIS PROGRAM IS PROVIDED UNDER THE TERMS OF THE BSD NEW LICENSE OR THE
16-
GPL VERSION 3 LICENSE OR THE OSMC PUBLIC LICENSE (OSMC-PL) VERSION 1.2.
17-
ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES
18-
RECIPIENT'S ACCEPTANCE OF THE OSMC PUBLIC LICENSE OR THE GPL VERSION 3,
19-
ACCORDING TO RECIPIENTS CHOICE.
20-
21-
The OpenModelica software and the OSMC (Open Source Modelica Consortium)
22-
Public License (OSMC-PL) are obtained from OSMC, either from the above
23-
address, from the URLs: http://www.openmodelica.org or
24-
http://www.ida.liu.se/projects/OpenModelica, and in the OpenModelica
25-
distribution. GNU version 3 is obtained from:
26-
http://www.gnu.org/copyleft/gpl.html. The New BSD License is obtained from:
27-
http://www.opensource.org/licenses/BSD-3-Clause.
28-
29-
This program is distributed WITHOUT ANY WARRANTY; without even the implied
30-
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, EXCEPT AS
31-
EXPRESSLY SET FORTH IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE
32-
CONDITIONS OF OSMC-PL.
33-
"""
34-
356
import ast
367
from dataclasses import dataclass
378
import itertools

0 commit comments

Comments
 (0)