diff options
| author | PostgreSQL Daemon <webmaster@postgresql.org> | 2004-12-31 22:04:05 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2004-12-31 22:04:05 +0000 |
| commit | 2ff501590b323bde14f7e662fd89ad12a4d2f4e0 (patch) | |
| tree | e73dfac80afced9218984f393e8ad1b53e8dec94 /src/include/postmaster | |
| parent | 7cd25199a9a9dc6ca43a9f25bb6d7911216df364 (diff) | |
| download | postgresql-2ff501590b323bde14f7e662fd89ad12a4d2f4e0.tar.gz | |
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/postmaster')
| -rw-r--r-- | src/include/postmaster/bgwriter.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/pgarch.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/postmaster.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/include/postmaster/bgwriter.h b/src/include/postmaster/bgwriter.h index 9bfdc70d8f..a951337548 100644 --- a/src/include/postmaster/bgwriter.h +++ b/src/include/postmaster/bgwriter.h @@ -3,9 +3,9 @@ * bgwriter.h * Exports from postmaster/bgwriter.c. * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.3 2004/08/29 04:13:09 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.4 2004/12/31 22:03:39 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/pgarch.h b/src/include/postmaster/pgarch.h index c0adf61027..57b40cb542 100644 --- a/src/include/postmaster/pgarch.h +++ b/src/include/postmaster/pgarch.h @@ -3,10 +3,10 @@ * pgarch.h * Exports from postmaster/pgarch.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/postmaster/pgarch.h,v 1.2 2004/08/29 04:13:09 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.3 2004/12/31 22:03:39 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h index ce555f0aca..c5c611eab4 100644 --- a/src/include/postmaster/postmaster.h +++ b/src/include/postmaster/postmaster.h @@ -3,10 +3,10 @@ * postmaster.h * Exports from postmaster/postmaster.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/postmaster/postmaster.h,v 1.8 2004/12/29 21:36:08 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.9 2004/12/31 22:03:39 pgsql Exp $ * *------------------------------------------------------------------------- */ |
