Skip to content

Commit c1dd8f7

Browse files
authored
Merge branch 'master' into OMCSession_renames
2 parents fa448ea + 299b3aa commit c1dd8f7

8 files changed

Lines changed: 41 additions & 389 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
omc-version: ['stable', 'nightly']
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: "Set up OpenModelica Compiler"
21-
uses: OpenModelica/setup-openmodelica@v1.0.4
21+
uses: OpenModelica/setup-openmodelica@v1.0.5
2222
with:
2323
version: ${{ matrix.omc-version }}
2424
packages: |
@@ -28,7 +28,7 @@ jobs:
2828
2929
- run: "omc --version"
3030

31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v6
3434
with:

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
omc-version: ['stable', 'nightly']
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v6
@@ -41,7 +41,7 @@ jobs:
4141
run: 'pre-commit run --all-files'
4242

4343
- name: "Set up OpenModelica Compiler"
44-
uses: OpenModelica/setup-openmodelica@v1.0.4
44+
uses: OpenModelica/setup-openmodelica@v1.0.5
4545
with:
4646
version: ${{ matrix.omc-version }}
4747
packages: |
@@ -80,7 +80,7 @@ jobs:
8080
os: ['ubuntu-latest']
8181
if: startsWith(github.ref, 'refs/tags/')
8282
steps:
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484

8585
- name: Set up Python ${{ matrix.python-version }}
8686
uses: actions/setup-python@v6

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 ---

0 commit comments

Comments
 (0)