CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/UDatabaseLoader.pas +++ b/trunk/Src/UDatabaseLoader.pas @@ -1,22 +1,11 @@ -{ ## - @FILE UDatabaseLoader.pas - @COMMENTS Implements a class that loads and resets database in - a thread. - @PROJECT_NAME CodeSnip - @PROJECT_DESC Offline viewer for routines from the online - DelphiDabbler CodeSnip database. - @DEPENDENCIES None. - @HISTORY( - @REVISION( - @VERSION 1.0 - @DATE 01/03/2007 - @COMMENTS Original version. - ) - ) -} - - { + * UDatabaseLoader.pas + * + * Implements a class that loads and resets database in a thread. + * + * $Rev$ + * $Date$ + * * ***** BEGIN LICENSE BLOCK ***** * * Version: MPL 1.1 @@ -34,10 +23,11 @@ * The Initial Developer of the Original Code is Peter Johnson * (http://www.delphidabbler.com/). * - * Portions created by the Initial Developer are Copyright (C) 2007 Peter + * Portions created by the Initial Developer are Copyright (C) 2007-2009 Peter * Johnson. All Rights Reserved. * - * Contributor(s): None + * Contributor(s) + * NONE * * ***** END LICENSE BLOCK ***** }