1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-29 23:43:17 +03:00

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"