diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-08-29 04:13:13 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-08-29 04:13:13 +0000 |
| commit | da9a8649d810826daf7868c6be9a4086c835c0ee (patch) | |
| tree | e1c7caa292e9ffd0097f889f43504e99d9796962 /src/bin/scripts | |
| parent | 466c1290df8dac0dacac781fc65583d4fef8747e (diff) | |
| download | postgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.tar.gz | |
Update copyright to 2004.
Diffstat (limited to 'src/bin/scripts')
| -rw-r--r-- | src/bin/scripts/clusterdb.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/common.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/createdb.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/createlang.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/createuser.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/dropdb.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/droplang.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/dropuser.c | 4 | ||||
| -rw-r--r-- | src/bin/scripts/vacuumdb.c | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/src/bin/scripts/clusterdb.c b/src/bin/scripts/clusterdb.c index ca0b46ee24..adbb4b4248 100644 --- a/src/bin/scripts/clusterdb.c +++ b/src/bin/scripts/clusterdb.c @@ -2,9 +2,9 @@ * * clusterdb * - * Portions Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 2002-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.9 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.10 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c index 3e36d04f9d..42d9496ad4 100644 --- a/src/bin/scripts/common.c +++ b/src/bin/scripts/common.c @@ -2,10 +2,10 @@ * * Miscellaneous shared code * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.9 2004/06/01 02:54:09 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.10 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/createdb.c b/src/bin/scripts/createdb.c index 70f807f288..5b304ec5f6 100644 --- a/src/bin/scripts/createdb.c +++ b/src/bin/scripts/createdb.c @@ -2,10 +2,10 @@ * * createdb * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.12 2004/06/18 21:47:24 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.13 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/createlang.c b/src/bin/scripts/createlang.c index 3e3fa762f5..1c92fec9b6 100644 --- a/src/bin/scripts/createlang.c +++ b/src/bin/scripts/createlang.c @@ -2,10 +2,10 @@ * * createlang * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.12 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.13 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c index e181d72cad..17ca726eb0 100644 --- a/src/bin/scripts/createuser.c +++ b/src/bin/scripts/createuser.c @@ -2,10 +2,10 @@ * * createuser * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.13 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.14 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/dropdb.c b/src/bin/scripts/dropdb.c index cfd1031903..c91955da09 100644 --- a/src/bin/scripts/dropdb.c +++ b/src/bin/scripts/dropdb.c @@ -2,10 +2,10 @@ * * dropdb * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/dropdb.c,v 1.12 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/dropdb.c,v 1.13 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/droplang.c b/src/bin/scripts/droplang.c index 209ec6d435..04da9e69d1 100644 --- a/src/bin/scripts/droplang.c +++ b/src/bin/scripts/droplang.c @@ -2,10 +2,10 @@ * * droplang * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.11 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.12 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/dropuser.c b/src/bin/scripts/dropuser.c index f043e15b62..2235bae3d4 100644 --- a/src/bin/scripts/dropuser.c +++ b/src/bin/scripts/dropuser.c @@ -2,10 +2,10 @@ * * dropuser * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/dropuser.c,v 1.11 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/dropuser.c,v 1.12 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c index 6965c669e1..308206953d 100644 --- a/src/bin/scripts/vacuumdb.c +++ b/src/bin/scripts/vacuumdb.c @@ -2,10 +2,10 @@ * * vacuumdb * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.9 2004/06/03 00:07:38 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.10 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ |
