EDA:SQLite:SQLiteCipher: moved code common to both drivers into EDASQLiteCommon.ec...
[sdk] / LICENSE
1 Ecere SDK v0.44 Draft 2 - 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
16 The Ecere SDK is distributed under a revised BSD license:
17
18 ================================================================================
19
20    Copyright (c) 1996-2009, Jerome Jacovella-St-Louis
21    Copyright (c) 2005-2009, Ecere Corporation
22
23    All rights reserved.
24
25    Redistribution and use in source and binary forms, with or without
26    modification, are permitted provided that the following conditions are met:
27
28     * Redistributions of source code must retain the above copyright notice, 
29       this list of conditions and the following disclaimer.
30     * Redistributions in binary form must reproduce the above copyright notice,
31       this list of conditions and the following disclaimer in the documentation
32       and/or other materials provided with the distribution.
33     * Neither the name of Ecere Corporation nor the names of its contributors
34       may be used to endorse or promote products derived from this software 
35       without specific prior written permission.
36
37    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
38    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
39    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
40    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
41    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
42    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
43    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
44    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
45    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
46    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48
49 ===============================================================================
50
51 This software makes use of other software components whose licenses may also 
52 apply, which are found in their respective source directories (most under
53 deps/). Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype...
54
55 The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for 
56 debugging, and UPX for optionally compressing executables. Each of these have 
57 their own license which can be found in their respective documentation folder 
58 if distributed along with the SDK (in the case of the Windows version) or
59 from wherever you obtained them.