From: Bruce Momjian Date: Tue, 2 Feb 2010 18:52:06 +0000 (+0000) Subject: Remove copyright mention of Andrew Yu, per author's permission. X-Git-Tag: REL8_4_3~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd5fb8d15ccf04125aefcddd662cb7e02cfe500;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..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 $ -- ---------------------------------------------------------------------------