diff options
author | Bruce Momjian | 2001-02-18 18:34:02 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-18 18:34:02 +0000 |
commit | da84545d616bf2d2162fceeea29c752cf6a4b0b4 (patch) | |
tree | d3913a6c8950ab4706208d59dee14ecd72bb2c58 /src/bin/scripts/createlang.sh | |
parent | 215b90d3d70f357154d1b06ba986481104360eb3 (diff) |
Add copyright mentions, per Tom Lane.
Diffstat (limited to 'src/bin/scripts/createlang.sh')
-rw-r--r-- | src/bin/scripts/createlang.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 $ # #------------------------------------------------------------------------- |