Add missing copyright blurb, make ruleutils.c use the standard layout

for its header comment.
This commit is contained in:
Neil Conway 2007-01-20 01:08:42 +00:00
parent 4fdfdd44bd
commit d97a89f21b
3 changed files with 20 additions and 8 deletions

View File

@ -164,7 +164,9 @@
*
* Jan Wieck
*
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.23 2006/10/05 23:33:33 tgl Exp $
* Copyright (c) 1999-2007, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.24 2007/01/20 01:08:42 neilc Exp $
* ----------
*/
#include "postgres.h"

View File

@ -1,10 +1,18 @@
/**********************************************************************
* ruleutils.c - Functions to convert stored expressions/querytrees
* back to source text
/*-------------------------------------------------------------------------
*
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.243 2007/01/14 21:39:24 petere Exp $
**********************************************************************/
* ruleutils.c
* Functions to convert stored expressions/querytrees back to
* source text
*
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.244 2007/01/20 01:08:42 neilc Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <unistd.h>

View File

@ -3,9 +3,11 @@
* version.c
* Returns the PostgreSQL version string
*
* Copyright (c) 1998-2007, PostgreSQL Global Development Group
*
* IDENTIFICATION
*
* $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.13 2003/11/29 19:52:00 pgsql Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.14 2007/01/20 01:08:42 neilc Exp $
*
*-------------------------------------------------------------------------
*/