]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/FMILIB_Acknowledgements.txt
Merge "Added getters and setters for all FMI data types."
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / FMILIB_Acknowledgements.txt
1 % File: FMILIB_Acknowledgements.txt \r
2 % Acknowledgements on the use of third party software inside for the FMILIB.\r
3 % Note: Content of this file is used verbatim in doxygen generated documentation.\r
4 %\r
5 \r
6 \section Acknowledgements\r
7 The FMI Library utilizes contains code from third party tools and packages.\r
8 The respective copyright information and licenses are listed with URL \r
9 references to the full texts.\r
10 \r
11 - \b eXPat \n\r
12 The parsing of the file modelDescription.xml is using eXpat.\n\r
13 Homepage: <http://www.libexpat.org/> \n\r
14 MIT License: <http://www.jclark.com/xml/copying.txt>\r
15 \r
16 - \b Minizip \n\r
17 The unziping of the FMU is performed partially by using Minizip library.\n\r
18 Homepage: <http://www.winimage.com/zLibDll/minizip.html>.\n\r
19 Condition of use and distribution are the same as Zlib\r
20 <http://www.zlib.net/zlib_license.html>.\r
21 \r
22 - \b Zlib \n\r
23 The unziping is performed by using Zlib library called via \e minizip library.\n\r
24 Homepage: <http://www.zlib.net/>.\n\r
25 Zlib License: <http://www.zlib.net/zlib_license.html>. \r
26 \r
27 - \b C99 snprintf \n\r
28 C99 snprintf library is used to realize the snprintf functionality staying with C89\r
29 code.\n\r
30 Homepage: http://www.jhweiss.de/software/snprintf.html \n\r
31 The code is free to use. See notice in the COPYING file included with the code.