ide/GlobalSettingsDialog: (#956) Fixed SYSROOT browser should expect a directory
[sdk] / LICENSE
diff --git a/LICENSE b/LICENSE
index 38aad2b..d54230d 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,7 +52,11 @@ 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/).
+
+Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype, tango icons,
+
+For EDA: SQLite, libffi
 
 The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for 
 debugging, and UPX for optionally compressing executables. Each of these have