1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix some copyright notices that weren't updated. Improve copyright tool

so it won't miss 'em again.
This commit is contained in:
Tom Lane
2003-08-04 23:59:41 +00:00
parent d10146c067
commit 2f9c859ea1
86 changed files with 162 additions and 162 deletions

View File

@ -1,10 +1,10 @@
/* -----------------------------------------------------------------------
* formatting.c
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.65 2003/08/04 00:43:25 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.66 2003/08/04 23:59:38 tgl Exp $
*
*
* Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group
*
*
* TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();