diff options
| author | Bruce Momjian <bruce@momjian.us> | 2007-01-05 22:20:05 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2007-01-05 22:20:05 +0000 |
| commit | 29dccf5fe0e98af9ce023299c4fe9776a52fd23d (patch) | |
| tree | 77c98afc5f573c55a7f899d6c0e73a85ce2b34e6 /contrib/dblink | |
| parent | 7e3c689fd3bd375748dd07f2d868a699a0250ccb (diff) | |
| download | postgresql-29dccf5fe0e98af9ce023299c4fe9776a52fd23d.tar.gz | |
Update CVS HEAD for 2007 copyright. Back branches are typically not
back-stamped for this.
Diffstat (limited to 'contrib/dblink')
| -rw-r--r-- | contrib/dblink/README.dblink | 2 | ||||
| -rw-r--r-- | contrib/dblink/dblink.c | 4 | ||||
| -rw-r--r-- | contrib/dblink/dblink.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/dblink/README.dblink b/contrib/dblink/README.dblink index c765cf5b97..5b6ffa8ae7 100644 --- a/contrib/dblink/README.dblink +++ b/contrib/dblink/README.dblink @@ -9,7 +9,7 @@ * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * Kai Londenberg (K.Londenberg@librics.de) * - * Copyright (c) 2001-2006, PostgreSQL Global Development Group + * Copyright (c) 2001-2007, 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 79e78fd86e..f4c0662406 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -8,8 +8,8 @@ * Darko Prenosil <Darko.Prenosil@finteh.hr> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * - * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.60 2006/10/19 19:53:03 tgl Exp $ - * Copyright (c) 2001-2006, PostgreSQL Global Development Group + * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.61 2007/01/05 22:19:17 momjian Exp $ + * Copyright (c) 2001-2007, 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 a479744621..2499aa42c9 100644 --- a/contrib/dblink/dblink.h +++ b/contrib/dblink/dblink.h @@ -8,8 +8,8 @@ * Darko Prenosil <Darko.Prenosil@finteh.hr> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * - * $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.17 2006/09/02 21:11:15 joe Exp $ - * Copyright (c) 2001-2006, PostgreSQL Global Development Group + * $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.18 2007/01/05 22:19:17 momjian Exp $ + * Copyright (c) 2001-2007, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its |
