Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d97a89f

Browse files
author
Neil Conway
committed
Add missing copyright blurb, make ruleutils.c use the standard layout
for its header comment.
1 parent 4fdfdd4 commit d97a89f

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

src/backend/utils/adt/pg_lzcompress.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@
164164
*
165165
* Jan Wieck
166166
*
167-
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.23 2006/10/05 23:33:33 tgl Exp $
167+
* Copyright (c) 1999-2007, PostgreSQL Global Development Group
168+
*
169+
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.24 2007/01/20 01:08:42 neilc Exp $
168170
* ----------
169171
*/
170172
#include "postgres.h"

src/backend/utils/adt/ruleutils.c

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
/**********************************************************************
2-
* ruleutils.c - Functions to convert stored expressions/querytrees
3-
* back to source text
1+
/*-------------------------------------------------------------------------
42
*
5-
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.243 2007/01/14 21:39:24 petere Exp $
6-
**********************************************************************/
7-
3+
* ruleutils.c
4+
* Functions to convert stored expressions/querytrees back to
5+
* source text
6+
*
7+
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1994, Regents of the University of California
9+
*
10+
*
11+
* IDENTIFICATION
12+
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.244 2007/01/20 01:08:42 neilc Exp $
13+
*
14+
*-------------------------------------------------------------------------
15+
*/
816
#include "postgres.h"
917

1018
#include <unistd.h>

src/backend/utils/adt/version.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
* version.c
44
* Returns the PostgreSQL version string
55
*
6+
* Copyright (c) 1998-2007, PostgreSQL Global Development Group
7+
*
68
* IDENTIFICATION
79
*
8-
* $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.13 2003/11/29 19:52:00 pgsql Exp $
10+
* $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.14 2007/01/20 01:08:42 neilc Exp $
911
*
1012
*-------------------------------------------------------------------------
1113
*/

0 commit comments

Comments
 (0)