Update of /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12561/src/nl/cwi/monetdb/jdbc

Modified Files:
        MonetClob.java MonetConnection.java MonetDataSource.java 
        MonetDatabaseMetaData.java MonetDriver.java.in 
        MonetPreparedStatement.java 
        MonetPreparedStatementJavaImpl.java MonetResultSet.java 
        MonetSavepoint.java MonetStatement.java 
Log Message:
It's 2008 now.

Index: MonetPreparedStatement.java
===================================================================
RCS file: 
/cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetPreparedStatement.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetPreparedStatement.java 28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetPreparedStatement.java 11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetDatabaseMetaData.java
===================================================================
RCS file: 
/cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetDatabaseMetaData.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetDatabaseMetaData.java  28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetDatabaseMetaData.java  11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetClob.java
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetClob.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetClob.java      28 Nov 2007 14:54:08 -0000      1.1.1.1
+++ MonetClob.java      11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetSavepoint.java
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetSavepoint.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetSavepoint.java 28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetSavepoint.java 11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetResultSet.java
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetResultSet.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetResultSet.java 28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetResultSet.java 11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetDataSource.java
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetDataSource.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetDataSource.java        28 Nov 2007 14:54:08 -0000      1.1.1.1
+++ MonetDataSource.java        11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetStatement.java
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetStatement.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetStatement.java 28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetStatement.java 11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetConnection.java
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetConnection.java        28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetConnection.java        11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetPreparedStatementJavaImpl.java
===================================================================
RCS file: 
/cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetPreparedStatementJavaImpl.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetPreparedStatementJavaImpl.java 28 Nov 2007 14:54:08 -0000      1.1.1.1
+++ MonetPreparedStatementJavaImpl.java 11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 

Index: MonetDriver.java.in
===================================================================
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MonetDriver.java.in 28 Nov 2007 14:54:09 -0000      1.1.1.1
+++ MonetDriver.java.in 11 Jan 2008 10:36:16 -0000      1.2
@@ -12,7 +12,7 @@
  * The Original Code is the MonetDB Database System.
  *
  * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-2007 CWI.
+ * Portions created by CWI are Copyright (C) 1997-2008 CWI.
  * All Rights Reserved.
  */
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to