1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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.

View File

@ -4,10 +4,10 @@
* External declarations pertaining to backend/utils/misc/guc.c and
* backend/utils/misc/guc-file.l
*
* Copyright 2000-2003 by PostgreSQL Global Development Group
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* $Id: guc.h,v 1.39 2003/08/04 00:43:32 momjian Exp $
* $Id: guc.h,v 1.40 2003/08/04 23:59:41 tgl Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H

View File

@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
* $Id: pg_locale.h,v 1.14 2002/09/04 20:31:45 momjian Exp $
* $Id: pg_locale.h,v 1.15 2003/08/04 23:59:41 tgl Exp $
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
*-----------------------------------------------------------------------
*/