Update copyright and comments
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 3 Feb 2007 00:03:57 +0000 (00:03 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 3 Feb 2007 00:03:57 +0000 (00:03 +0000)
ps_status.c
strlcpy.c

index 694919912759bb7eac140fb65ea3c993b05e95bb..b788aed08bde3d1ca005ae3a875714bc30d0a85c 100644 (file)
@@ -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
  *
index 23ce07ff2f3518089029b8e4cb453ff8f97eca7d..011253b67926e3290796fac6eee92945c19d78b1 100644 (file)
--- 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