Thread: [Csvtosql-cvs] csvtosql_jdk50/src/net/sf/csv2sql/grammars/oracle GrammarFactory.java, 1.1, 1.2 Orac
Brought to you by:
davideconsonni
|
From: consonni d. <dav...@us...> - 2006-10-11 18:23:24
|
Update of /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/grammars/oracle In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13942/src/net/sf/csv2sql/grammars/oracle Modified Files: GrammarFactory.java OracleFieldDate.java OracleFieldNumber.java OracleFieldVarchar.java Log Message: no message Index: OracleFieldDate.java =================================================================== RCS file: /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/grammars/oracle/OracleFieldDate.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleFieldDate.java 25 Apr 2005 10:53:18 -0000 1.1 --- OracleFieldDate.java 11 Oct 2006 18:23:18 -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.grammars.oracle; --- 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.grammars.oracle; *************** *** 29,33 **** /** * @see AbstractField ! * @author <a href="mailto:dco...@en...">Davide Consonni</a> */ public final class OracleFieldDate extends AbstractField { --- 29,33 ---- /** * @see AbstractField ! * @author <a href="mailto:dav...@us...">Davide Consonni</a> */ public final class OracleFieldDate extends AbstractField { Index: OracleFieldVarchar.java =================================================================== RCS file: /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/grammars/oracle/OracleFieldVarchar.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleFieldVarchar.java 25 Apr 2005 10:53:18 -0000 1.1 --- OracleFieldVarchar.java 11 Oct 2006 18:23:18 -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.grammars.oracle; --- 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.grammars.oracle; *************** *** 26,30 **** /** * @see AbstractField ! * @author <a href="mailto:dco...@en...">Davide Consonni</a> */ public final class OracleFieldVarchar extends AbstractField { --- 26,30 ---- /** * @see AbstractField ! * @author <a href="mailto:dav...@us...">Davide Consonni</a> */ public final class OracleFieldVarchar extends AbstractField { Index: OracleFieldNumber.java =================================================================== RCS file: /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/grammars/oracle/OracleFieldNumber.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleFieldNumber.java 25 Apr 2005 10:53:18 -0000 1.1 --- OracleFieldNumber.java 11 Oct 2006 18:23:18 -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.grammars.oracle; --- 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.grammars.oracle; *************** *** 26,30 **** /** * @see AbstractField ! * @author <a href="mailto:dco...@en...">Davide Consonni</a> */ public final class OracleFieldNumber extends AbstractField { --- 26,30 ---- /** * @see AbstractField ! * @author <a href="mailto:dav...@us...">Davide Consonni</a> */ public final class OracleFieldNumber extends AbstractField { Index: GrammarFactory.java =================================================================== RCS file: /cvsroot/csvtosql/csvtosql_jdk50/src/net/sf/csv2sql/grammars/oracle/GrammarFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GrammarFactory.java 25 Apr 2005 10:53:18 -0000 1.1 --- GrammarFactory.java 11 Oct 2006 18:23:18 -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.grammars.oracle; --- 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.grammars.oracle; *************** *** 28,32 **** /** * @see net.sf.csv2sql.grammars.AbstractGrammarFactory AbstractGrammarFactory ! * @author <a href="mailto:dco...@en...">Davide Consonni</a> */ public final class GrammarFactory extends AbstractGrammarFactory { --- 28,32 ---- /** * @see net.sf.csv2sql.grammars.AbstractGrammarFactory AbstractGrammarFactory ! * @author <a href="mailto:dav...@us...">Davide Consonni</a> */ public final class GrammarFactory extends AbstractGrammarFactory { |