|
1 | 1 | /* |
2 | | -* This file is part of OpenModelica. |
3 | | -* |
4 | | -* Copyright (c) 1998-CurrentYear, Linköping University, |
5 | | -* Department of Computer and Information Science, |
6 | | -* SE-58183 Linköping, Sweden. |
7 | | -* |
8 | | -* All rights reserved. |
9 | | -* |
10 | | -* THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 |
11 | | -* AND THIS OSMC PUBLIC LICENSE (OSMC-PL). |
12 | | -* ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES RECIPIENT'S |
13 | | -* ACCEPTANCE OF THE OSMC PUBLIC LICENSE. |
14 | | -* |
15 | | -* The OpenModelica software and the Open Source Modelica |
16 | | -* Consortium (OSMC) Public License (OSMC-PL) are obtained |
17 | | -* from Linköping University, either from the above address, |
18 | | -* from the URLs: http://www.ida.liu.se/projects/OpenModelica or |
19 | | -* http://www.openmodelica.org, and in the OpenModelica distribution. |
20 | | -* GNU version 3 is obtained from: http://www.gnu.org/copyleft/gpl.html. |
21 | | -* |
22 | | -* This program is distributed WITHOUT ANY WARRANTY; without |
23 | | -* even the implied warranty of MERCHANTABILITY or FITNESS |
24 | | -* FOR A PARTICULAR PURPOSE, EXCEPT AS EXPRESSLY SET FORTH |
25 | | -* IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE CONDITIONS |
26 | | -* OF OSMC-PL. |
27 | | -* |
28 | | -* See the full OSMC Public License conditions for more details. |
29 | | -* |
30 | | -*/ |
| 2 | + * This file is part of OpenModelica. |
| 3 | + * |
| 4 | + * Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC), |
| 5 | + * c/o Linköpings universitet, Department of Computer and Information Science, |
| 6 | + * SE-58183 Linköping, Sweden. |
| 7 | + * |
| 8 | + * All rights reserved. |
| 9 | + * |
| 10 | + * THIS PROGRAM IS PROVIDED UNDER THE TERMS OF THE BSD NEW LICENSE OR THE |
| 11 | + * GPL VERSION 3 LICENSE OR THE OSMC PUBLIC LICENSE (OSMC-PL) VERSION 1.2. |
| 12 | + * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES |
| 13 | + * RECIPIENT'S ACCEPTANCE OF THE OSMC PUBLIC LICENSE OR THE GPL VERSION 3, |
| 14 | + * 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 | + * http://www.ida.liu.se/projects/OpenModelica, and in the OpenModelica |
| 20 | + * distribution. GNU version 3 is obtained from: |
| 21 | + * http://www.gnu.org/copyleft/gpl.html. The New BSD License is obtained from: |
| 22 | + * http://www.opensource.org/licenses/BSD-3-Clause. |
| 23 | + * |
| 24 | + * This program is distributed WITHOUT ANY WARRANTY; without even the implied |
| 25 | + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, EXCEPT AS |
| 26 | + * EXPRESSLY SET FORTH IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE |
| 27 | + * CONDITIONS OF OSMC-PL. |
| 28 | + * |
| 29 | + */ |
31 | 30 |
|
32 | 31 | /*! \file simulation_data.h |
33 | 32 | * Description: This is the C header file to provide all information |
|
0 commit comments