Update of /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/utils
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13942/src/net/sf/csv2sql/utils
Modified Files:
DBUtils.java JarLoader.java
Log Message:
no message
Index: JarLoader.java
===================================================================
RCS file: /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/utils/JarLoader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JarLoader.java 25 Apr 2005 10:53:23 -0000 1.1
--- JarLoader.java 11 Oct 2006 18:23:20 -0000 1.2
***************
*** 1,18 ****
/*
! Copyright (C) 2004 Davide Consonni <dco...@en...>
! This program is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
! This program 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 General Public License for more details.
! You should have received a copy of the GNU General Public License
! along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package net.sf.csv2sql.utils;
--- 1,18 ----
/*
! Copyright (C) 2006 Davide Consonni <dav...@us...>
! 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package net.sf.csv2sql.utils;
***************
*** 26,29 ****
--- 26,30 ----
/**
* Utility class for jar resources.
+ * @author <a href="mailto:dav...@us...">Davide Consonni</a>
*/
public class JarLoader {
Index: DBUtils.java
===================================================================
RCS file: /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/utils/DBUtils.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DBUtils.java 25 Apr 2005 10:53:23 -0000 1.1
--- DBUtils.java 11 Oct 2006 18:23:20 -0000 1.2
***************
*** 1,18 ****
/*
! Copyright (C) 2004 Davide Consonni <dco...@en...>
! This program is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
! This program 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 General Public License for more details.
! You should have received a copy of the GNU General Public License
! along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package net.sf.csv2sql.utils;
--- 1,18 ----
/*
! Copyright (C) 2006 Davide Consonni <dav...@us...>
! 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package net.sf.csv2sql.utils;
***************
*** 26,30 ****
/**
* Utility class for jdbc resources.
! * @author <a href="mailto:dco...@en...">Davide Consonni</a>
*/
public class DBUtils {
--- 26,30 ----
/**
* Utility class for jdbc resources.
! * @author <a href="mailto:dav...@us...">Davide Consonni</a>
*/
public class DBUtils {
|