Update of /cvsroot/instantobjects/Source/Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14258
Modified Files:
ttestminimalmodel.pas TestInstantPersistence.pas
Log Message:
Added MPL licence header
Index: ttestminimalmodel.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Tests/ttestminimalmodel.pas,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ttestminimalmodel.pas 2 May 2005 23:26:34 -0000 1.1
--- ttestminimalmodel.pas 19 Jun 2005 03:28:58 -0000 1.2
***************
*** 1,2 ****
--- 1,32 ----
+ (*
+ * InstantObjects
+ * TTestMinimalModel
+ *)
+
+ (* ***** 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 TTestMinimalModel;
Index: TestInstantPersistence.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Tests/TestInstantPersistence.pas,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestInstantPersistence.pas 2 May 2005 23:26:34 -0000 1.1
--- TestInstantPersistence.pas 19 Jun 2005 03:28:58 -0000 1.2
***************
*** 1,2 ****
--- 1,32 ----
+ (*
+ * InstantObjects
+ * TestInstantPersistence
+ *)
+
+ (* ***** 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 TestInstantPersistence;
|