Update of /cvsroot/monetdb/sql/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19917/src/common

Modified Files:
        Makefile.ag sql_backend.mx sql_changeset.mx sql_keyword.mx 
        sql_list.mx sql_mem.mx sql_string.mx sql_types.mx 
Log Message:
It's 2008 now.

Index: sql_changeset.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_changeset.mx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sql_changeset.mx    3 Jan 2007 12:39:44 -0000       1.9
+++ sql_changeset.mx    11 Jan 2008 10:52:10 -0000      1.10
@@ -11,7 +11,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.
 
 @f sql_changeset

Index: sql_mem.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_mem.mx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sql_mem.mx  3 Jan 2007 12:39:44 -0000       1.18
+++ sql_mem.mx  11 Jan 2008 10:52:10 -0000      1.19
@@ -11,7 +11,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.
 
 @f sql_mem

Index: sql_string.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_string.mx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sql_string.mx       1 Sep 2007 12:09:29 -0000       1.15
+++ sql_string.mx       11 Jan 2008 10:52:10 -0000      1.16
@@ -11,7 +11,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.
 
 @f sql_string

Index: sql_keyword.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_keyword.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sql_keyword.mx      6 Jul 2007 09:48:09 -0000       1.10
+++ sql_keyword.mx      11 Jan 2008 10:52:10 -0000      1.11
@@ -11,7 +11,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.
 
 @f sql_keyword

Index: sql_list.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_list.mx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sql_list.mx 29 Jun 2007 11:28:53 -0000      1.14
+++ sql_list.mx 11 Jan 2008 10:52:10 -0000      1.15
@@ -11,7 +11,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.
 
 @f sql_list

Index: sql_backend.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_backend.mx,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- sql_backend.mx      5 Sep 2007 08:04:53 -0000       1.26
+++ sql_backend.mx      11 Jan 2008 10:52:10 -0000      1.27
@@ -11,7 +11,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.
 
 @f sql_backend

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/Makefile.ag,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.ag 3 Jan 2007 12:39:44 -0000       1.30
+++ Makefile.ag 11 Jan 2008 10:52:10 -0000      1.31
@@ -11,7 +11,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.
 
 ## Process this file with automake to produce Makefile.in

Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- sql_types.mx        21 Dec 2007 17:02:24 -0000      1.102
+++ sql_types.mx        11 Jan 2008 10:52:10 -0000      1.103
@@ -11,7 +11,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.
 
 @f sql_types


-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to