summaryrefslogtreecommitdiff
path: root/src/include/nodes
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-26 05:58:53 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-26 05:58:53 +0000
commit5c25d60244d3a4b458ba55d4f1e50386edb26507 (patch)
tree6c2beaeecb0df307027b2621e83f6e85da2a5642 /src/include/nodes
parentb866d2e2d79416f8497e4dffa7e800298d018f6c (diff)
downloadpostgresql-5c25d60244d3a4b458ba55d4f1e50386edb26507.tar.gz
Add:
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
Diffstat (limited to 'src/include/nodes')
-rw-r--r--src/include/nodes/execnodes.h5
-rw-r--r--src/include/nodes/makefuncs.h5
-rw-r--r--src/include/nodes/memnodes.h5
-rw-r--r--src/include/nodes/nodeFuncs.h5
-rw-r--r--src/include/nodes/nodes.h5
-rw-r--r--src/include/nodes/params.h5
-rw-r--r--src/include/nodes/parsenodes.h5
-rw-r--r--src/include/nodes/pg_list.h5
-rw-r--r--src/include/nodes/plannodes.h5
-rw-r--r--src/include/nodes/primnodes.h5
-rw-r--r--src/include/nodes/print.h5
-rw-r--r--src/include/nodes/readfuncs.h5
-rw-r--r--src/include/nodes/relation.h5
13 files changed, 39 insertions, 26 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 47e6e40b7c..a6a337087a 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -4,9 +4,10 @@
* definitions for executor state nodes
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.38 1999/11/23 20:07:02 momjian Exp $
+ * $Id: execnodes.h,v 1.39 2000/01/26 05:58:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h
index 1aaead722d..2b3c5339c6 100644
--- a/src/include/nodes/makefuncs.h
+++ b/src/include/nodes/makefuncs.h
@@ -4,9 +4,10 @@
* prototypes for the creator functions (for primitive nodes)
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: makefuncs.h,v 1.21 1999/08/22 20:15:00 tgl Exp $
+ * $Id: makefuncs.h,v 1.22 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h
index f7478a9bf4..08ba967318 100644
--- a/src/include/nodes/memnodes.h
+++ b/src/include/nodes/memnodes.h
@@ -4,9 +4,10 @@
* POSTGRES memory context node definitions.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: memnodes.h,v 1.15 1999/07/16 17:07:33 momjian Exp $
+ * $Id: memnodes.h,v 1.16 2000/01/26 05:58:16 momjian Exp $
*
* XXX the typedefs in this file are different from the other ???nodes.h;
* they are pointers to structures instead of the structures themselves.
diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h
index ccd1d3da09..964e9fb0f2 100644
--- a/src/include/nodes/nodeFuncs.h
+++ b/src/include/nodes/nodeFuncs.h
@@ -4,9 +4,10 @@
*
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeFuncs.h,v 1.10 1999/07/15 23:03:53 momjian Exp $
+ * $Id: nodeFuncs.h,v 1.11 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index a6df5f1417..c1d6c4c1ca 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -4,9 +4,10 @@
* Definitions for tagged nodes.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.62 2000/01/17 00:14:48 tgl Exp $
+ * $Id: nodes.h,v 1.63 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h
index b52314c463..a9c9bb474c 100644
--- a/src/include/nodes/params.h
+++ b/src/include/nodes/params.h
@@ -4,9 +4,10 @@
* Declarations/definitions of stuff needed to handle parameterized plans.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: params.h,v 1.11 1999/07/15 23:03:54 momjian Exp $
+ * $Id: params.h,v 1.12 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index b1fc802d88..1346ac8a04 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -4,9 +4,10 @@
* definitions for parse tree nodes
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsenodes.h,v 1.95 2000/01/17 00:14:48 tgl Exp $
+ * $Id: parsenodes.h,v 1.96 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h
index f3a7432adc..9e96cef956 100644
--- a/src/include/nodes/pg_list.h
+++ b/src/include/nodes/pg_list.h
@@ -4,9 +4,10 @@
* POSTGRES generic list package
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_list.h,v 1.13 1999/08/16 02:17:39 tgl Exp $
+ * $Id: pg_list.h,v 1.14 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index 324423aa95..19216d3638 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -4,9 +4,10 @@
* definitions for query plan nodes
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.35 2000/01/09 00:26:43 tgl Exp $
+ * $Id: plannodes.h,v 1.36 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index d3fb8f732a..bdeff737b6 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -4,9 +4,10 @@
* Definitions for parse tree/query tree ("primitive") nodes.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: primnodes.h,v 1.38 1999/12/13 01:27:10 tgl Exp $
+ * $Id: primnodes.h,v 1.39 2000/01/26 05:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h
index 8d5292e740..8108ad0391 100644
--- a/src/include/nodes/print.h
+++ b/src/include/nodes/print.h
@@ -4,9 +4,10 @@
* definitions for executor state nodes
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: print.h,v 1.11 1999/07/15 15:21:18 momjian Exp $
+ * $Id: print.h,v 1.12 2000/01/26 05:58:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h
index ade510052e..f16d35ae60 100644
--- a/src/include/nodes/readfuncs.h
+++ b/src/include/nodes/readfuncs.h
@@ -4,9 +4,10 @@
* header file for read.c and readfuncs.c. These functions are internal
* to the stringToNode interface and should not be used by anyone else.
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: readfuncs.h,v 1.8 2000/01/14 00:53:20 tgl Exp $
+ * $Id: readfuncs.h,v 1.9 2000/01/26 05:58:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 98fb519111..99254740e7 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -4,9 +4,10 @@
* Definitions for internal planner nodes.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relation.h,v 1.41 2000/01/22 23:50:25 tgl Exp $
+ * $Id: relation.h,v 1.42 2000/01/26 05:58:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/