From 9fd5fb8d15ccf04125aefcddd662cb7e02cfe500 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 2 Feb 2010 18:52:06 +0000 Subject: [PATCH] Remove copyright mention of Andrew Yu, per author's permission. Backpatch to 8.4.X. --- src/tutorial/basics.source | 4 +--- 1 file changed, 1 insertion(+), 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 $ -- ---------------------------------------------------------------------------