1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Update copyrights to 2003.

This commit is contained in:
Bruce Momjian
2003-08-04 02:40:20 +00:00
parent 19f7ca78cc
commit f3c3deb7d0
652 changed files with 1293 additions and 1293 deletions

View File

@@ -4,10 +4,10 @@
* prototypes for clauses.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: clauses.h,v 1.66 2003/08/04 00:43:31 momjian Exp $
* $Id: clauses.h,v 1.67 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for costsize.c and clausesel.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: cost.h,v 1.55 2003/08/04 00:43:31 momjian Exp $
* $Id: cost.h,v 1.56 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo.h
* prototypes for various files in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo.h,v 1.30 2002/12/16 21:30:30 tgl Exp $
* $Id: geqo.h,v 1.31 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_copy.h
* prototypes for copy functions in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_copy.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_copy.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_gene.h
* genome representation in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_gene.h,v 1.14 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_gene.h,v 1.15 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_misc.h
* prototypes for printout routines in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_misc.h,v 1.23 2003/08/04 00:43:31 momjian Exp $
* $Id: geqo_misc.h,v 1.24 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_mutation.h
* prototypes for mutation functions in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_mutation.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_mutation.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_pool.h
* pool representation in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_pool.h,v 1.16 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_pool.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_random.h
* random number generator
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_random.h,v 1.12 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_random.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_recombination.h
* prototypes for recombination in the genetic query optimizer
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_recombination.h,v 1.12 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_recombination.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,10 +3,10 @@
* geqo_selection.h
* prototypes for selection routines in optimizer/geqo
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_selection.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
* $Id: geqo_selection.h,v 1.14 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for joininfo.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: joininfo.h,v 1.24 2003/08/04 00:43:31 momjian Exp $
* $Id: joininfo.h,v 1.25 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for pathnode.c, relnode.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pathnode.h,v 1.51 2003/08/04 00:43:31 momjian Exp $
* $Id: pathnode.h,v 1.52 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -5,10 +5,10 @@
* header files)
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: paths.h,v 1.68 2003/08/04 00:43:31 momjian Exp $
* $Id: paths.h,v 1.69 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for plancat.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: plancat.h,v 1.31 2003/08/04 00:43:31 momjian Exp $
* $Id: plancat.h,v 1.32 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for various files in optimizer/plan
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: planmain.h,v 1.73 2003/08/04 00:43:31 momjian Exp $
* $Id: planmain.h,v 1.74 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for planner.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: planner.h,v 1.26 2003/03/10 03:53:52 tgl Exp $
* $Id: planner.h,v 1.27 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for files in optimizer/prep/
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: prep.h,v 1.40 2003/08/04 00:43:31 momjian Exp $
* $Id: prep.h,v 1.41 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for restrictinfo.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: restrictinfo.h,v 1.18 2003/08/04 00:43:31 momjian Exp $
* $Id: restrictinfo.h,v 1.19 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,10 +2,10 @@
*
* subselect.h
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: subselect.h,v 1.19 2003/06/06 15:04:03 tgl Exp $
* $Id: subselect.h,v 1.20 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for tlist.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: tlist.h,v 1.37 2003/08/04 00:43:31 momjian Exp $
* $Id: tlist.h,v 1.38 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* prototypes for var.c.
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: var.h,v 1.27 2003/06/06 15:04:03 tgl Exp $
* $Id: var.h,v 1.28 2003/08/04 02:40:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/