Update of /cvsroot/monetdb/pathfinder/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16738/compiler
Modified Files:
Makefile.ag compile.c env.c main.c oops.c pfstrings.c qname.c
scope.c timer.c variable.c
Log Message:
It's 2008 now.
Index: qname.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/qname.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- qname.c 1 Feb 2007 12:31:05 -0000 1.16
+++ qname.c 11 Jan 2008 10:46:56 -0000 1.17
@@ -63,7 +63,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: timer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/timer.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- timer.c 15 Jan 2007 16:40:56 -0000 1.13
+++ timer.c 11 Jan 2008 10:46:56 -0000 1.14
@@ -26,7 +26,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: scope.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/scope.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- scope.c 16 Apr 2007 12:06:31 -0000 1.13
+++ scope.c 11 Jan 2008 10:46:56 -0000 1.14
@@ -34,7 +34,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- compile.c 11 Jan 2008 09:00:49 -0000 1.129
+++ compile.c 11 Jan 2008 10:46:56 -0000 1.130
@@ -24,7 +24,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: oops.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/oops.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- oops.c 25 May 2007 21:55:20 -0000 1.24
+++ oops.c 11 Jan 2008 10:46:56 -0000 1.25
@@ -24,7 +24,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: variable.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/variable.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- variable.c 3 Jan 2007 12:32:30 -0000 1.10
+++ variable.c 11 Jan 2008 10:46:56 -0000 1.11
@@ -32,7 +32,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: env.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/env.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- env.c 23 Jan 2007 14:05:43 -0000 1.13
+++ env.c 11 Jan 2008 10:46:56 -0000 1.14
@@ -47,7 +47,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/Makefile.ag,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.ag 22 Nov 2007 16:24:14 -0000 1.31
+++ Makefile.ag 11 Jan 2008 10:46:56 -0000 1.32
@@ -15,7 +15,7 @@
# is now maintained by the Database Systems Group at the Technische
# Universitaet Muenchen, Germany. Portions created by the University of
# Konstanz and the Technische Universitaet Muenchen are Copyright (C)
-# 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+# 2000-2005 University of Konstanz and (C) 2005-2008 Technische
# Universitaet Muenchen, respectively. All Rights Reserved.
SUBDIRS = utils schema debug mem parser semantics core algebra mil include sql
xmlimport
Index: main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- main.c 11 Jan 2008 09:02:26 -0000 1.96
+++ main.c 11 Jan 2008 10:46:56 -0000 1.97
@@ -24,7 +24,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
Index: pfstrings.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/pfstrings.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pfstrings.c 3 Jan 2007 12:32:29 -0000 1.11
+++ pfstrings.c 11 Jan 2008 10:46:56 -0000 1.12
@@ -25,7 +25,7 @@
* is now maintained by the Database Systems Group at the Technische
* Universitaet Muenchen, Germany. Portions created by the University of
* Konstanz and the Technische Universitaet Muenchen are Copyright (C)
- * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
+ * 2000-2005 University of Konstanz and (C) 2005-2008 Technische
* Universitaet Muenchen, respectively. All Rights Reserved.
*
* $Id$
-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins