From 7e75d508be3168dfec4c4e36615bf87e9c7077da Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sat, 3 Feb 2007 00:03:57 +0000 Subject: [PATCH] Update copyright and comments --- ps_status.c | 14 ++++++++++++++ strlcpy.c | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ps_status.c b/ps_status.c index 6949199..b788aed 100644 --- a/ps_status.c +++ b/ps_status.c @@ -1,3 +1,17 @@ +/* -*-pgsql-c-*- */ +/* + * + * $Header$ + * + * This file was imported from PostgreSQL source code. + * See below for the copyright and description. + * + * pgpool: a language independent connection pool server for PostgreSQL + * written by Tatsuo Ishii + * + * Portions Copyright (c) 2003-2007 PgPool Global Development Group + * + */ /*-------------------------------------------------------------------- * ps_status.c * diff --git a/strlcpy.c b/strlcpy.c index 23ce07f..011253b 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -1,3 +1,17 @@ +/* -*-pgsql-c-*- */ +/* + * + * $Header$ + * + * This file was imported from PostgreSQL source code. + * See below for the copyright and description. + * + * pgpool: a language independent connection pool server for PostgreSQL + * written by Tatsuo Ishii + * + * Portions Copyright (c) 2003-2007 PgPool Global Development Group + * + */ /*------------------------------------------------------------------------- * * strlcpy.c -- 2.39.5