aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pqsignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/pqsignal.c')
-rw-r--r--src/interfaces/libpq/pqsignal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/pqsignal.c b/src/interfaces/libpq/pqsignal.c
index 651a9140296..526601fd288 100644
--- a/src/interfaces/libpq/pqsignal.c
+++ b/src/interfaces/libpq/pqsignal.c
@@ -4,12 +4,12 @@
* reliable BSD-style signal(2) routine stolen from RWW who stole it
* from Stevens...
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.12 2000/06/11 11:40:07 petere Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.13 2001/01/24 19:43:31 momjian Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other