compiler/libec/lexer, loadSymbols: (#1008) Fixed lexer mix ups
[sdk] / LICENSE
1 Ecere SDK v0.44.09 - 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-2013, Jerome Jacovella-St-Louis
23    Copyright (c) 2005-2013, 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, harfbuzz, freetype, tango icons,
58
59 For EDA: SQLite, libffi
60
61 The IDE also communicates with GCC for compiling (MinGW/MinGW-w64 on Windows),
62 GDB for  debugging, and UPX for optionally compressing executables. Each of these
63 have their own license which can be found in their respective documentation folder
64 if distributed along with the SDK (in the case of the Windows version) or
65 from wherever you obtained them.