diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-09-27 20:04:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-09-27 20:04:14 +0000 |
commit | 5a017b96ad4a5b02907c6cea651d711f8fca615a (patch) | |
tree | 76f12bf8433bbb1fe453d9cb3560bbf591bd59de /contrib/string/string_io.c | |
parent | 12a932251c9c11e4b5951e7856e932c67ff73b31 (diff) | |
download | postgresql-5a017b96ad4a5b02907c6cea651d711f8fca615a.tar.gz postgresql-5a017b96ad4a5b02907c6cea651d711f8fca615a.zip |
Apply contrib patch from Massimo
Diffstat (limited to 'contrib/string/string_io.c')
-rw-r--r-- | contrib/string/string_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/string/string_io.c b/contrib/string/string_io.c index f28968cbe54..e1fc867497f 100644 --- a/contrib/string/string_io.c +++ b/contrib/string/string_io.c @@ -3,9 +3,9 @@ * * This file defines C-like input/output conversion routines for strings. * - * Copyright (c) 1998, Massimo Dal Zotto <dz@cs.unitn.it> + * Copyright (C) 1999, Massimo Dal Zotto <dz@cs.unitn.it> * - * This file is distributed under the GNU General Public License + * This software is distributed under the GNU General Public License * either version 2, or (at your option) any later version. */ |