aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/Makefile5
-rw-r--r--src/bin/scripts/createlang.sh5
-rw-r--r--src/bin/scripts/createuser5
-rw-r--r--src/bin/scripts/dropdb5
-rw-r--r--src/bin/scripts/droplang5
-rw-r--r--src/bin/scripts/dropuser5
-rw-r--r--src/bin/scripts/vacuumdb5
7 files changed, 21 insertions, 14 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index a891c1bcda6..3fdbdd93b1f 100644
--- a/src/bin/scripts/Makefile
+++ b/src/bin/scripts/Makefile
@@ -2,9 +2,10 @@
#
# Makefile for src/bin/scripts
#
-# 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
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.11 2000/10/20 21:04:03 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.12 2001/02/18 18:34:01 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createlang.sh b/src/bin/scripts/createlang.sh
index 20ec9cd4b3f..c9b4178fda7 100644
--- a/src/bin/scripts/createlang.sh
+++ b/src/bin/scripts/createlang.sh
@@ -4,11 +4,12 @@
# createlang.sh--
# Install a procedural language in a 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/createlang.sh,v 1.22 2001/01/21 05:16:45 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.23 2001/02/18 18:34:01 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createuser b/src/bin/scripts/createuser
index 8705c53340f..359e18df2ae 100644
--- a/src/bin/scripts/createuser
+++ b/src/bin/scripts/createuser
@@ -4,11 +4,12 @@
# createuser--
# Utility for creating a user in 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/createuser,v 1.16 2001/01/21 05:16:45 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.17 2001/02/18 18:34:01 momjian Exp $
#
# Note - this should NOT be setuid.
#
diff --git a/src/bin/scripts/dropdb b/src/bin/scripts/dropdb
index a3db4babe32..60e1647abda 100644
--- a/src/bin/scripts/dropdb
+++ b/src/bin/scripts/dropdb
@@ -6,11 +6,12 @@
#
# this program runs psql to drop the requested 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/dropdb,v 1.10 2000/11/25 19:05:44 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.11 2001/02/18 18:34:01 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/droplang b/src/bin/scripts/droplang
index ea4a00f9f6b..e06051d5d0a 100644
--- a/src/bin/scripts/droplang
+++ b/src/bin/scripts/droplang
@@ -4,11 +4,12 @@
# createlang--
# Remove a procedural language from a 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/droplang,v 1.12 2001/01/21 05:16:45 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.13 2001/02/18 18:34:01 momjian Exp $
#
#-------------------------------------------------------------------------
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.
#
diff --git a/src/bin/scripts/vacuumdb b/src/bin/scripts/vacuumdb
index 78d310edd87..214c995ee25 100644
--- a/src/bin/scripts/vacuumdb
+++ b/src/bin/scripts/vacuumdb
@@ -7,11 +7,12 @@
# This script runs psql with the "-c" option to vacuum
# the requested 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/vacuumdb,v 1.15 2001/01/08 23:02:36 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.16 2001/02/18 18:34:02 momjian Exp $
#
#-------------------------------------------------------------------------