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/fuzzystrmatch/fuzzystrmatch.c | |
| 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/fuzzystrmatch/fuzzystrmatch.c')
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
