summaryrefslogtreecommitdiff
path: root/src/bin/pgtclsh
diff options
context:
space:
mode:
authorBruce Momjian2001-02-18 18:34:02 +0000
committerBruce Momjian2001-02-18 18:34:02 +0000
commitda84545d616bf2d2162fceeea29c752cf6a4b0b4 (patch)
treed3913a6c8950ab4706208d59dee14ecd72bb2c58 /src/bin/pgtclsh
parent215b90d3d70f357154d1b06ba986481104360eb3 (diff)
Add copyright mentions, per Tom Lane.
Diffstat (limited to 'src/bin/pgtclsh')
-rw-r--r--src/bin/pgtclsh/Makefile5
-rw-r--r--src/bin/pgtclsh/pgtclAppInit.c1
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 7891eab4f23..6ac3ebefffc 100644
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -3,9 +3,10 @@
# Makefile for src/bin/pgtclsh
# (a tclsh workalike with pgtcl commands installed)
#
-# 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/pgtclsh/Attic/Makefile,v 1.35 2000/11/30 20:36:12 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.36 2001/02/18 18:34:01 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/pgtclsh/pgtclAppInit.c b/src/bin/pgtclsh/pgtclAppInit.c
index 8967a4a5c21..487e11eaf5e 100644
--- a/src/bin/pgtclsh/pgtclAppInit.c
+++ b/src/bin/pgtclsh/pgtclAppInit.c
@@ -1,6 +1,5 @@
/*
* pgtclAppInit.c
- *
* a skeletal Tcl_AppInit that provides pgtcl initialization
* to create a tclsh that can talk to pglite backends
*