summaryrefslogtreecommitdiff
path: root/src/include/utils/formatting.h
diff options
context:
space:
mode:
authorTom Lane2003-08-04 23:59:41 +0000
committerTom Lane2003-08-04 23:59:41 +0000
commit2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch)
tree04b3d3d242e7104d905756ae2929482fc264addd /src/include/utils/formatting.h
parentd10146c06715edc0f10740b1f5704cd6f7cce074 (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.h4
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.