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/datetime/datetime_functions.c | |
parent | 12a932251c9c11e4b5951e7856e932c67ff73b31 (diff) |
Apply contrib patch from Massimo
Diffstat (limited to 'contrib/datetime/datetime_functions.c')
-rw-r--r-- | contrib/datetime/datetime_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/datetime/datetime_functions.c b/contrib/datetime/datetime_functions.c index 54995220042..910647118aa 100644 --- a/contrib/datetime/datetime_functions.c +++ b/contrib/datetime/datetime_functions.c @@ -3,9 +3,9 @@ * * This file defines new functions for the time and date data types. * - * 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. */ |