diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-02-02 18:52:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-02-02 18:52:06 +0000 |
commit | 9fd5fb8d15ccf04125aefcddd662cb7e02cfe500 (patch) | |
tree | 9f02a1be7c480fd11980ef1dfefac3c780b15a96 /src/tutorial/basics.source | |
parent | 3c8a6527d554d7a17a5ec31649bb55acde429333 (diff) | |
download | postgresql-9fd5fb8d15ccf04125aefcddd662cb7e02cfe500.tar.gz postgresql-9fd5fb8d15ccf04125aefcddd662cb7e02cfe500.zip |
Remove copyright mention of Andrew Yu, per author's permission.
Backpatch to 8.4.X.
Diffstat (limited to 'src/tutorial/basics.source')
-rw-r--r-- | src/tutorial/basics.source | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tutorial/basics.source b/src/tutorial/basics.source index 9d907e26857..d6f908a94b3 100644 --- a/src/tutorial/basics.source +++ b/src/tutorial/basics.source @@ -4,9 +4,7 @@ -- Tutorial on the basics (table creation and data manipulation) -- -- --- Copyright (c) 1994, Andrew Yu, University of California --- --- $PostgreSQL: pgsql/src/tutorial/basics.source,v 1.5 2003/11/29 22:41:33 pgsql Exp $ +-- $PostgreSQL: pgsql/src/tutorial/basics.source,v 1.5.12.1 2010/02/02 18:52:06 momjian Exp $ -- --------------------------------------------------------------------------- |