ide;debugger; (#897) added options (leak check, redzone size and track origins) to...
[sdk] / LICENSE
diff --git a/LICENSE b/LICENSE
index 38aad2b..3f6f601 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Ecere SDK v0.44 Draft 2 - www.ecere.com
+Ecere SDK v0.44.08 - www.ecere.com
 
 The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY 
 expressed or implied to the extent permitted by law.
@@ -12,20 +12,22 @@ commercially, along with the supporting Ecere runtime library(ies):
       - Core eC framework only
    * libEDA.so / EDA.dll
       - Data Access System
+   * libEDASQLite.so / EDASQLite.dll
+      - SQLite driver for EDA
 
-The Ecere SDK is distributed under a revised BSD license:
+The Ecere SDK is distributed under the New BSD license:
 
 ================================================================================
 
-   Copyright (c) 1996-2009, Jerome Jacovella-St-Louis
-   Copyright (c) 2005-2009, Ecere Corporation
+   Copyright (c) 1996-2013, Jerome Jacovella-St-Louis
+   Copyright (c) 2005-2013, Ecere Corporation
 
    All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
 
-    * Redistributions of source code must retain the above copyright notice, 
+    * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright notice,
       this list of conditions and the following disclaimer in the documentation
@@ -50,10 +52,14 @@ The Ecere SDK is distributed under a revised BSD license:
 
 This software makes use of other software components whose licenses may also 
 apply, which are found in their respective source directories (most under
-deps/). Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype...
+deps/).
 
-The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for 
-debugging, and UPX for optionally compressing executables. Each of these have 
-their own license which can be found in their respective documentation folder 
+Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype, tango icons,
+
+For EDA: SQLite, libffi
+
+The IDE also communicates with GCC for compiling (MinGW/MinGW-w64 on Windows),
+GDB for  debugging, and UPX for optionally compressing executables. Each of these
+have their own license which can be found in their respective documentation folder
 if distributed along with the SDK (in the case of the Windows version) or
 from wherever you obtained them.