diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-18 18:34:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-18 18:34:02 +0000 |
commit | da84545d616bf2d2162fceeea29c752cf6a4b0b4 (patch) | |
tree | d3913a6c8950ab4706208d59dee14ecd72bb2c58 /src/bin/pgtclsh/pgtclAppInit.c | |
parent | 215b90d3d70f357154d1b06ba986481104360eb3 (diff) | |
download | postgresql-da84545d616bf2d2162fceeea29c752cf6a4b0b4.tar.gz postgresql-da84545d616bf2d2162fceeea29c752cf6a4b0b4.zip |
Add copyright mentions, per Tom Lane.
Diffstat (limited to 'src/bin/pgtclsh/pgtclAppInit.c')
-rw-r--r-- | src/bin/pgtclsh/pgtclAppInit.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 * |