ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / LICENSE
1 The Ecere SDK v0.44.15 - http://ecere.org
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    * libEcereAudio.so / EcereAudio.dll
18       - Audio output library (using ALSA / DirectSound)
19
20 The Ecere SDK is distributed under the New BSD license:
21
22 ================================================================================
23
24    Copyright (c) 1996-2016, Jerome Jacovella-St-Louis
25    Copyright (c) 2005-2016, Ecere Corporation
26
27    All rights reserved.
28
29    Redistribution and use in source and binary forms, with or without
30    modification, are permitted provided that the following conditions are met:
31
32     * Redistributions of source code must retain the above copyright notice,
33       this list of conditions and the following disclaimer.
34     * Redistributions in binary form must reproduce the above copyright notice,
35       this list of conditions and the following disclaimer in the documentation
36       and/or other materials provided with the distribution.
37     * Neither the name of Ecere Corporation nor the names of its contributors
38       may be used to endorse or promote products derived from this software
39       without specific prior written permission.
40
41    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
42    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
43    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
44    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
45    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
46    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
48    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
49    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
50    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
51    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52
53 ================================================================================
54
55 This software makes use of other software components whose licenses may also
56 apply, which are found in their respective source directories (most under
57 deps/).
58
59 Among them: zlib, libPNG, libJPEG, giflib or libungif, HarfBuzz, FreeType,
60    Tango icons
61
62 For EDA: SQLite (EDASQLite), libffi
63
64 On Windows, applications built statically with the MinGW-w64 runtime should
65 include the MinGW-w64 runtime license in their application.
66    See ecere-sdk/extras/res/licenses/MinGW-w64.LICENSE or
67        Program Files/Ecere SDK/tdm/licenses/COPYING.MinGW-w64-runtime.txt
68
69 The Ecere IDE also communicates with GCC for compiling
70 (MinGW/MinGW-w64 on Windows), GDB for debugging, and UPX for optionally
71 compressing executables.
72
73 Each of these have their own license, which can be found from wherever you
74 obtained them or under:
75    Program Files/Ecere SDK/tdm/licenses/  and
76    Program Files/Ecere SDK/upx/doc/
77 if distributed with the Ecere SDK Windows installer.