1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +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

@@ -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.