[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/jdbc JDBCInfo.java,1.6,1.7 JDBCPool.java,1.2,1.
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:53
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/jdbc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/jdbc Modified Files: JDBCInfo.java JDBCPool.java Log Message: updated copyrights Index: JDBCInfo.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/jdbc/JDBCInfo.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** JDBCInfo.java 17 Mar 2003 14:05:01 -0000 1.6 --- JDBCInfo.java 29 Aug 2004 05:01:41 -0000 1.7 *************** *** 1,5 **** /* JDBCInfo.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* JDBCInfo.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); Index: JDBCPool.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/jdbc/JDBCPool.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JDBCPool.java 10 Sep 2001 01:28:34 -0000 1.2 --- JDBCPool.java 29 Aug 2004 05:01:41 -0000 1.3 *************** *** 2,6 **** /* JDBCPool.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 2,6 ---- /* JDBCPool.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |