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/dblink | |
| parent | 466c1290df8dac0dacac781fc65583d4fef8747e (diff) | |
| download | postgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.tar.gz | |
Update copyright to 2004.
Diffstat (limited to 'contrib/dblink')
| -rw-r--r-- | contrib/dblink/README.dblink | 2 | ||||
| -rw-r--r-- | contrib/dblink/dblink.c | 2 | ||||
| -rw-r--r-- | contrib/dblink/dblink.h | 2 |
3 files changed, 3 insertions, 3 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 |
