summaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
authorBruce Momjian2002-06-20 20:29:54 +0000
committerBruce Momjian2002-06-20 20:29:54 +0000
commitd84fe82230c593f3dc5d7f427849b99d1efa8a0a (patch)
treee71dc2bfc87cd2f8609cfe33941460bc0d8b0e28 /src/bin/scripts
parentba790a5608ead9db7e08f700eb869dbefd3358a4 (diff)
Update copyright to 2002.
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/Makefile4
-rw-r--r--src/bin/scripts/createdb4
-rw-r--r--src/bin/scripts/createlang.sh4
-rw-r--r--src/bin/scripts/createuser4
-rw-r--r--src/bin/scripts/dropdb4
-rw-r--r--src/bin/scripts/droplang4
-rw-r--r--src/bin/scripts/dropuser4
-rw-r--r--src/bin/scripts/vacuumdb4
8 files changed, 16 insertions, 16 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index 17a487594c7..4a574b464aa 100644
--- a/src/bin/scripts/Makefile
+++ b/src/bin/scripts/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/scripts
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.14 2002/01/03 08:38:00 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.15 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createdb b/src/bin/scripts/createdb
index 5d185b62f79..3087688a3ad 100644
--- a/src/bin/scripts/createdb
+++ b/src/bin/scripts/createdb
@@ -7,12 +7,12 @@
# This program runs psql with the "-c" option to create
# the requested database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.22 2002/06/11 22:21:01 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.23 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createlang.sh b/src/bin/scripts/createlang.sh
index 229cb945245..daca169a0b2 100644
--- a/src/bin/scripts/createlang.sh
+++ b/src/bin/scripts/createlang.sh
@@ -4,10 +4,10 @@
# createlang --
# Install a procedural language in a database
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.35 2002/04/12 09:37:10 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.36 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createuser b/src/bin/scripts/createuser
index b21ba0fcf08..04bbe135e59 100644
--- a/src/bin/scripts/createuser
+++ b/src/bin/scripts/createuser
@@ -4,12 +4,12 @@
# createuser--
# Utility for creating a user in the PostgreSQL database
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, 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.25 2002/04/12 09:42:31 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.26 2002/06/20 20:29:42 momjian Exp $
#
# Note - this should NOT be setuid.
#
diff --git a/src/bin/scripts/dropdb b/src/bin/scripts/dropdb
index bd94bee4fc7..8c3d9cbb090 100644
--- a/src/bin/scripts/dropdb
+++ b/src/bin/scripts/dropdb
@@ -6,12 +6,12 @@
#
# this program runs psql to drop the requested database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, 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.15 2002/04/12 09:37:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.16 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/droplang b/src/bin/scripts/droplang
index 5e84b36e8a5..94bc7328946 100644
--- a/src/bin/scripts/droplang
+++ b/src/bin/scripts/droplang
@@ -4,10 +4,10 @@
# droplang --
# Remove a procedural language from a database
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.22 2002/04/12 09:37:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.23 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/dropuser b/src/bin/scripts/dropuser
index 4e4b03d8ca0..71b072c8955 100644
--- a/src/bin/scripts/dropuser
+++ b/src/bin/scripts/dropuser
@@ -4,12 +4,12 @@
# dropuser--
# Utility for removing a user from the PostgreSQL database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, 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.17 2002/04/12 09:42:32 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.18 2002/06/20 20:29:42 momjian Exp $
#
# Note - this should NOT be setuid.
#
diff --git a/src/bin/scripts/vacuumdb b/src/bin/scripts/vacuumdb
index 2a751d931b1..bf4ae4594ed 100644
--- a/src/bin/scripts/vacuumdb
+++ b/src/bin/scripts/vacuumdb
@@ -7,12 +7,12 @@
# This script runs psql with the "-c" option to vacuum
# the requested database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, 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.21 2002/04/12 09:37:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.22 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------