From: Nando D. <na...@us...> - 2005-06-28 10:12:38
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6440/Core Modified Files: InstantDBEvolution.pas Log Message: retouch Index: InstantDBEvolution.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDBEvolution.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantDBEvolution.pas 18 Jun 2005 09:47:24 -0000 1.1 --- InstantDBEvolution.pas 28 Jun 2005 10:12:27 -0000 1.2 *************** *** 17,21 **** * License. * ! * The Original Code is: InstantObjects Database builder * * The Initial Developer of the Original Code is: Nando Dessena --- 17,21 ---- * License. * ! * The Original Code is: InstantObjects Database evolver * * The Initial Developer of the Original Code is: Nando Dessena *************** *** 27,30 **** --- 27,31 ---- * * ***** END LICENSE BLOCK ***** *) + unit InstantDBEvolution; |