aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_lzcompress.c
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-01-20 01:08:42 +0000
committerNeil Conway <neilc@samurai.com>2007-01-20 01:08:42 +0000
commitd97a89f21b0b0cd03e42367643e7af65e5b55c33 (patch)
treed0ecd1ef6461134cb8b8427e909e0f5a5bfdaad3 /src/backend/utils/adt/pg_lzcompress.c
parent4fdfdd44bd03a275c78aeffc98f769812214b56b (diff)
downloadpostgresql-d97a89f21b0b0cd03e42367643e7af65e5b55c33.tar.gz
postgresql-d97a89f21b0b0cd03e42367643e7af65e5b55c33.zip
Add missing copyright blurb, make ruleutils.c use the standard layout
for its header comment.
Diffstat (limited to 'src/backend/utils/adt/pg_lzcompress.c')
-rw-r--r--src/backend/utils/adt/pg_lzcompress.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/utils/adt/pg_lzcompress.c b/src/backend/utils/adt/pg_lzcompress.c
index 9da829c5041..918f7bad7ff 100644
--- a/src/backend/utils/adt/pg_lzcompress.c
+++ b/src/backend/utils/adt/pg_lzcompress.c
@@ -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"