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 /src/include/utils/formatting.h | |
parent | d10146c06715edc0f10740b1f5704cd6f7cce074 (diff) |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
Diffstat (limited to 'src/include/utils/formatting.h')
-rw-r--r-- | src/include/utils/formatting.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index 85aa54e62d2..98308c5600f 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -2,10 +2,10 @@ /* ----------------------------------------------------------------------- * formatting.h * - * $Id: formatting.h,v 1.11 2001/10/28 06:26:09 momjian Exp $ + * $Id: formatting.h,v 1.12 2003/08/04 23:59:41 tgl Exp $ * * - * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group * * The PostgreSQL routines for a DateTime/int/float/numeric formatting, * inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines. |