From: Steven M. <sr...@us...> - 2005-06-19 03:27:24
|
Update of /cvsroot/instantobjects/Source/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13423 Modified Files: testcontactdb.pas Log Message: Added MPL licence header Index: testcontactdb.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Tests/testcontactdb.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testcontactdb.pas 2 May 2005 23:26:34 -0000 1.1 --- testcontactdb.pas 19 Jun 2005 03:27:11 -0000 1.2 *************** *** 1,2 **** --- 1,32 ---- + (* + * InstantObjects + * TestContactDb + *) + + (* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: Seleqt InstantObjects + * + * The Initial Developer of the Original Code is: Seleqt + * + * Portions created by the Initial Developer are Copyright (C) 2001-2003 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Uberto Barbini + * + * ***** END LICENSE BLOCK ***** *) + unit TestContactDb; |