From: Bruce Momjian Date: Tue, 2 Feb 2010 18:52:02 +0000 (+0000) Subject: Remove copyright mention of Andrew Yu, per author's permission. X-Git-Tag: REL9_0_ALPHA4~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d32f6d7bf2e4e2715b1f79b379a7cfcca16993c;p=thirdparty%2Fpostgresql.git Remove copyright mention of Andrew Yu, per author's permission. Backpatch to 8.4.X. --- diff --git a/src/tutorial/basics.source b/src/tutorial/basics.source index 9d907e26857..ede3a994112 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.6 2010/02/02 18:52:02 momjian Exp $ -- ---------------------------------------------------------------------------