summaryrefslogtreecommitdiff
path: root/src/bin/scripts/dropuser
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/dropuser')
-rw-r--r--src/bin/scripts/dropuser5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/scripts/dropuser b/src/bin/scripts/dropuser
index fc7f66af433..814c7221b92 100644
--- a/src/bin/scripts/dropuser
+++ b/src/bin/scripts/dropuser
@@ -4,11 +4,12 @@
# dropuser--
# Utility for removing a user from the PostgreSQL database.
#
-# Copyright (c) 1994, Regents of the University of California
+# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.11 2001/01/21 05:16:45 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.12 2001/02/18 18:34:02 momjian Exp $
#
# Note - this should NOT be setuid.
#