1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

Add copyright mentions, per Tom Lane.

This commit is contained in:
Bruce Momjian
2001-02-18 18:34:02 +00:00
parent 215b90d3d7
commit da84545d61
24 changed files with 68 additions and 128 deletions

View File

@@ -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.
#