diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-01-01 05:43:09 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-01-01 05:43:09 +0000 |
| commit | 2daed8c5b3b1a613b83c73be25a21cc378d69bb1 (patch) | |
| tree | 2e0658f195ed729843255fca7e434a83ff681268 /contrib/dblink | |
| parent | 5e05d2bcdb2ccf5e3e48589c72f4565e0665613f (diff) | |
| download | postgresql-2daed8c5b3b1a613b83c73be25a21cc378d69bb1.tar.gz | |
Update copyrights that were missed.
Diffstat (limited to 'contrib/dblink')
| -rw-r--r-- | contrib/dblink/dblink.c | 2 | ||||
| -rw-r--r-- | contrib/dblink/dblink.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 1841284917..5de1514459 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-2004, PostgreSQL Global Development Group + * Copyright (c) 2001-2005, 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 4652306e54..63d6d525db 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-2004, PostgreSQL Global Development Group + * Copyright (c) 2001-2005, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its |
