diff options
Diffstat (limited to 'contrib/fuzzystrmatch/fuzzystrmatch.h')
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.h b/contrib/fuzzystrmatch/fuzzystrmatch.h index c8dbddeb07..079e520b8e 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.h +++ b/contrib/fuzzystrmatch/fuzzystrmatch.h @@ -3,7 +3,10 @@ * * Functions for "fuzzy" comparison of strings * - * Copyright (c) Joseph Conway <joseph.conway@home.com>, 2001; + * Joe Conway <mail@joeconway.com> + * + * Copyright (c) 2001, 2002, 2003 by PostgreSQL Global Development Group + * ALL RIGHTS RESERVED; * * levenshtein() * ------------- |
