|
From: <mla...@us...> - 2003-05-01 16:35:21
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset
In directory sc8-pr-cvs1:/tmp/cvs-serv11025/src/test/org/dbunit/dataset
Modified Files:
Tag: branch-exml2sax
MockDataSetConsumer.java
Log Message:
Fixed classes headers.
Index: MockDataSetConsumer.java
===================================================================
RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset/Attic/MockDataSetConsumer.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** MockDataSetConsumer.java 30 Apr 2003 21:12:51 -0000 1.1.2.4
--- MockDataSetConsumer.java 1 May 2003 16:35:17 -0000 1.1.2.5
***************
*** 1,4 ****
--- 1,24 ----
package org.dbunit.dataset;
+ /*
+ *
+ * The DbUnit Database Testing Framework
+ * Copyright (C)2002, Manuel Laflamme
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
import com.mockobjects.ExpectationList;
import com.mockobjects.Verifiable;
***************
*** 7,14 ****
/**
! *
! * <p> Copyright (c) 2002 OZ.COM. All Rights Reserved. </p>
! * @author manuel.laflamme$
! * @since Apr 29, 2003$
*/
public class MockDataSetConsumer implements Verifiable, IDataSetConsumer
--- 27,33 ----
/**
! * @author Manuel Laflamme
! * @since Apr 29, 2003
! * @version $Revision$
*/
public class MockDataSetConsumer implements Verifiable, IDataSetConsumer
|