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 /contrib | |
| parent | 466c1290df8dac0dacac781fc65583d4fef8747e (diff) | |
| download | postgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.tar.gz | |
Update copyright to 2004.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/dblink/README.dblink | 2 | ||||
| -rw-r--r-- | contrib/dblink/dblink.c | 2 | ||||
| -rw-r--r-- | contrib/dblink/dblink.h | 2 | ||||
| -rw-r--r-- | contrib/findoidjoins/findoidjoins.c | 4 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/README.fuzzystrmatch | 2 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.c | 2 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.h | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/README.tablefunc | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.c | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.h | 2 | ||||
| -rw-r--r-- | contrib/vacuumlo/vacuumlo.c | 4 |
11 files changed, 13 insertions, 13 deletions
diff --git a/contrib/dblink/README.dblink b/contrib/dblink/README.dblink index f5f07af641..a1d2110602 100644 --- a/contrib/dblink/README.dblink +++ b/contrib/dblink/README.dblink @@ -8,7 +8,7 @@ * Darko Prenosil <Darko.Prenosil@finteh.hr> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 4a521a0fac..217497bc99 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -8,7 +8,7 @@ * Darko Prenosil <Darko.Prenosil@finteh.hr> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its diff --git a/contrib/dblink/dblink.h b/contrib/dblink/dblink.h index 79d16b21e3..4652306e54 100644 --- a/contrib/dblink/dblink.h +++ b/contrib/dblink/dblink.h @@ -8,7 +8,7 @@ * Darko Prenosil <Darko.Prenosil@finteh.hr> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its diff --git a/contrib/findoidjoins/findoidjoins.c b/contrib/findoidjoins/findoidjoins.c index 0c989cc3bb..a1b09b8cbe 100644 --- a/contrib/findoidjoins/findoidjoins.c +++ b/contrib/findoidjoins/findoidjoins.c @@ -1,9 +1,9 @@ /* * findoidjoins.c * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/contrib/findoidjoins/findoidjoins.c,v 1.23 2003/11/29 19:51:35 pgsql Exp $ + * $PostgreSQL: pgsql/contrib/findoidjoins/findoidjoins.c,v 1.24 2004/08/29 04:12:16 momjian Exp $ */ #include "postgres_fe.h" diff --git a/contrib/fuzzystrmatch/README.fuzzystrmatch b/contrib/fuzzystrmatch/README.fuzzystrmatch index ea4f0ec90e..44061f9672 100644 --- a/contrib/fuzzystrmatch/README.fuzzystrmatch +++ b/contrib/fuzzystrmatch/README.fuzzystrmatch @@ -5,7 +5,7 @@ * * Joe Conway <mail@joeconway.com> * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index 733f3215a2..aa89c932c7 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -5,7 +5,7 @@ * * Joe Conway <mail@joeconway.com> * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.h b/contrib/fuzzystrmatch/fuzzystrmatch.h index 0c170755cc..8590163eee 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.h +++ b/contrib/fuzzystrmatch/fuzzystrmatch.h @@ -5,7 +5,7 @@ * * Joe Conway <mail@joeconway.com> * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/tablefunc/README.tablefunc b/contrib/tablefunc/README.tablefunc index ddae931319..4ad658c6a1 100644 --- a/contrib/tablefunc/README.tablefunc +++ b/contrib/tablefunc/README.tablefunc @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index f14c396302..be427219e2 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h index c18ac455d4..04118a95b0 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/vacuumlo/vacuumlo.c b/contrib/vacuumlo/vacuumlo.c index 587bb047de..f307034248 100644 --- a/contrib/vacuumlo/vacuumlo.c +++ b/contrib/vacuumlo/vacuumlo.c @@ -3,12 +3,12 @@ * vacuumlo.c * This removes orphaned large objects from a database. * - * 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 * * * IDENTIFICATION - * $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.26 2003/11/29 19:51:36 pgsql Exp $ + * $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.27 2004/08/29 04:12:17 momjian Exp $ * *------------------------------------------------------------------------- */ |
