1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +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

@@ -4,10 +4,10 @@
* Utility and convenience functions for fmgr functions that return
* sets and/or composite types.
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.8 2003/07/28 00:09:16 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.9 2003/08/04 23:59:39 tgl Exp $
*
*-------------------------------------------------------------------------
*/