diff options
| author | Tom Lane | 2003-08-04 23:59:41 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-08-04 23:59:41 +0000 |
| commit | 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch) | |
| tree | 04b3d3d242e7104d905756ae2929482fc264addd /contrib | |
| parent | d10146c06715edc0f10740b1f5704cd6f7cce074 (diff) | |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
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 |
10 files changed, 11 insertions, 11 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 diff --git a/contrib/findoidjoins/findoidjoins.c b/contrib/findoidjoins/findoidjoins.c index 4843c1f3e5..9872334624 100644 --- a/contrib/findoidjoins/findoidjoins.c +++ b/contrib/findoidjoins/findoidjoins.c @@ -1,9 +1,9 @@ /* * findoidjoins.c * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.21 2003/08/04 00:43:10 momjian Exp $ + * $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.22 2003/08/04 23:59:37 tgl Exp $ */ #include "postgres_fe.h" diff --git a/contrib/fuzzystrmatch/README.fuzzystrmatch b/contrib/fuzzystrmatch/README.fuzzystrmatch index 9cd80f81b7..ff287b9aa3 100644 --- a/contrib/fuzzystrmatch/README.fuzzystrmatch +++ b/contrib/fuzzystrmatch/README.fuzzystrmatch @@ -5,7 +5,7 @@ * * Joe Conway <mail@joeconway.com> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index cc4be6af1d..78d49b9ac9 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -5,7 +5,7 @@ * * Joe Conway <mail@joeconway.com> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.h b/contrib/fuzzystrmatch/fuzzystrmatch.h index 079e520b8e..0c170755cc 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.h +++ b/contrib/fuzzystrmatch/fuzzystrmatch.h @@ -5,7 +5,7 @@ * * Joe Conway <mail@joeconway.com> * - * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * * levenshtein() diff --git a/contrib/tablefunc/README.tablefunc b/contrib/tablefunc/README.tablefunc index c456143288..b80899e957 100644 --- a/contrib/tablefunc/README.tablefunc +++ b/contrib/tablefunc/README.tablefunc @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, 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 17a3a6a857..312c63a4c0 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, 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 7671073ca2..c18ac455d4 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright 2002 by PostgreSQL Global Development Group + * Copyright (c) 2002-2003, 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 |
