diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 23:59:41 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 23:59:41 +0000 |
| commit | 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch) | |
| tree | 04b3d3d242e7104d905756ae2929482fc264addd /contrib/dblink | |
| parent | d10146c06715edc0f10740b1f5704cd6f7cce074 (diff) | |
| download | postgresql-2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19.tar.gz | |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
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 7724aa9e91..c315cdaa36 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, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, 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 629f93f1c6..dd0059fe77 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, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, 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 4da345cbae..79d16b21e3 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, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * Permission to use, copy, modify, and distribute this software and its |
