ecere/Desktop3D: (WIP) Attempts to fix full screen mode
[sdk] / LICENSE
1 Ecere SDK v0.44.10 - www.ecere.com
2
3 The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY 
4 expressed or implied to the extent permitted by law.
5
6 Applications built with it can be distributed both commercially and non
7 commercially, along with the supporting Ecere runtime library(ies):
8
9    * libecere.so / ecere.dll
10       - Core eC framework + GUI toolkit, 2D/3D graphics engine, networking
11    * libecereCOM.so / ecereCOM.dll
12       - Core eC framework only
13    * libEDA.so / EDA.dll
14       - Data Access System
15    * libEDASQLite.so / EDASQLite.dll
16       - SQLite driver for EDA
17
18 The Ecere SDK is distributed under the New BSD license:
19
20 ================================================================================
21
22    Copyright (c) 1996-2014, Jerome Jacovella-St-Louis
23    Copyright (c) 2005-2014, Ecere Corporation
24
25    All rights reserved.
26
27    Redistribution and use in source and binary forms, with or without
28    modification, are permitted provided that the following conditions are met:
29
30     * Redistributions of source code must retain the above copyright notice,
31       this list of conditions and the following disclaimer.
32     * Redistributions in binary form must reproduce the above copyright notice,
33       this list of conditions and the following disclaimer in the documentation
34       and/or other materials provided with the distribution.
35     * Neither the name of Ecere Corporation nor the names of its contributors
36       may be used to endorse or promote products derived from this software 
37       without specific prior written permission.
38
39    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
43    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
44    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
45    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
46    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
47    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
48    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
49    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
51 ===============================================================================
52
53 This software makes use of other software components whose licenses may also 
54 apply, which are found in their respective source directories (most under
55 deps/).
56
57 Among them: zlib, libPNG, libJPEG, giflib or libungif, HarfBuzz, FreeType,
58    Tango icons
59
60 For EDA: SQLite (EDASQLite), libffi
61
62 On Windows, applications built statically with the MinGW-w64 runtime should
63 include the MinGW-w64 runtime license in their application.
64    See ecere-sdk/extras/res/licenses/MinGW-w64.LICENSE or
65        Program Files/Ecere SDK/tdm/licenses/COPYING.MinGW-w64-runtime.txt
66
67 The Ecere IDE also communicates with GCC for compiling
68 (MinGW/MinGW-w64 on Windows), GDB for debugging, and UPX for optionally
69 compressing executables.
70
71 Each of these have their own license, which can be found from wherever you
72 obtained them or under:
73    Program Files/Ecere SDK/tdm/licenses/  and
74    Program Files/Ecere SDK/upx/doc/
75 if distributed with the Ecere SDK Windows installer.