Index: misc.h
===================================================================
--- misc.h	(revision 697)
+++ misc.h	(revision 698)
@@ -8,29 +8,21 @@
 
 // License
 /**
-Raydium engine and provided applications are released under GPL version 2. 
-You can found the original text of this license here : 
-http://www.gnu.org/licenses/gpl.txt
+Raydium engine and provided applications are released under both BSD license
+and Lesser GPL library license.
+See "license.txt" file in the source code directory.
 **/
 
 // About CQFD Corp Raydium Team
 /**
 Alphabetical order:
-batcox, Blue Prawn, Cocorobix, FlexH, Jimbo, manproc, Mildred, neub, RyLe,
-vicente, whisky, willou, Xfennec, Yoltie.
+batcox, Blue Prawn, Cocorobix, FlexH, Jimbo, manproc, Mildred, neub, ouille,
+RyLe, vicente, whisky, willou, Xfennec, Yoltie, ... and many others !
 **/
 
 // Todo
 /**
-No particular order:
-- rendering core rewrite
-- self-running demo
-- (idea from RyLe) 'rayphp/' scripts integration into the binary (and why 
-not, a "PACK style" support).
-- more network stack optimisations (UDP reads, mainly)
-- better organisation of comp.sh and ocomp.sh files (separate options 
-and build process)
-
+Wiki RoadMap and ToDo: http://wiki.raydium.org/wiki/RoadMap
 See also my todo: http://wiki.raydium.org/wiki/XfenneC
 
 Please, if you start working on a feature, say it on the Wiki.
@@ -41,8 +33,8 @@
 http://raydium.org (Raydium home)
 svn://raydium.org/raydium/trunk (SVN trunk)
 http://raydium.org/svn.php (SVN "live" changelog)
-http://memak.raydium.org (MeMak forum: "a game using Raydium", french)
-http://www.cqfd-corp.org (CQFD homesite)
+http://memak.raydium.org/ (MeMak forum: "a game using Raydium", french)
+http://www.cqfd-corp.org/ (CQFD homesite)
 mailto:xfennec -AT- cqfd-corp.org
 **/
 
@@ -50,11 +42,13 @@
 /**
 **RyLe**: original implementation of sound.c (OpenAL core sound API)
 
-**BatcoX**: export of RayODE functions into RayPHP (reg_api.c) 
+**BatcoX**: export of RayODE functions into RayPHP (reg_api.c)
 and additional PHP wrappers (wrappers.c)
 
-**Mildred**: header and Makefile generator, dynamic version of 
+**Mildred**: header and Makefile generator, dynamic version of
 Raydium (.so and .a) for Linux.
+
+**vicente**: sprite engine, autoconfig system, and a lot of other things.
 **/
 
 // The end !