diff options
| author | PostgreSQL Daemon | 2004-12-31 22:04:05 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon | 2004-12-31 22:04:05 +0000 |
| commit | 2ff501590b323bde14f7e662fd89ad12a4d2f4e0 (patch) | |
| tree | e73dfac80afced9218984f393e8ad1b53e8dec94 /src/include/tcop | |
| parent | 7cd25199a9a9dc6ca43a9f25bb6d7911216df364 (diff) | |
Tag appropriate files for rc3
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 && the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/fastpath.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/pquery.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/tcopdebug.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/tcopprot.h | 4 | ||||
| -rw-r--r-- | src/include/tcop/utility.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index a8f74b8ccc6..0308a4c8d2c 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -51,10 +51,10 @@ * calls in portal and cursor manipulations. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.44 2004/08/29 04:13:10 momjian Exp $ + * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.45 2004/12/31 22:03:44 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index eb27f26af46..395d6cc36a1 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -3,10 +3,10 @@ * fastpath.h * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.17 2004/08/29 04:13:10 momjian Exp $ + * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.18 2004/12/31 22:03:44 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index ced83499b30..c3c87baa3f9 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -4,10 +4,10 @@ * prototypes for pquery.c. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.33 2004/09/13 20:08:08 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.34 2004/12/31 22:03:44 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index 0c46621e490..d682204f7b4 100644 --- a/src/include/tcop/tcopdebug.h +++ b/src/include/tcop/tcopdebug.h @@ -4,10 +4,10 @@ * #defines governing debugging behaviour in the traffic cop * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.13 2004/08/29 04:13:10 momjian Exp $ + * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.14 2004/12/31 22:03:44 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 1c7825ff460..23764dd1f93 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -4,10 +4,10 @@ * prototypes for postgres.c. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.72 2004/11/14 19:35:35 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.73 2004/12/31 22:03:44 pgsql Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index ce1ed4dcf7c..f6cfaec706d 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -4,10 +4,10 @@ * prototypes for utility.c. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.25 2004/09/13 20:08:08 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.26 2004/12/31 22:03:44 pgsql Exp $ * *------------------------------------------------------------------------- */ |
