summaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial')
-rw-r--r--src/tutorial/beard.c4
-rw-r--r--src/tutorial/syscat.source4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tutorial/beard.c b/src/tutorial/beard.c
index 74dbd4deeb6..845c5db6b3f 100644
--- a/src/tutorial/beard.c
+++ b/src/tutorial/beard.c
@@ -3,12 +3,12 @@
* beard.c
* sample routines to use large objects
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.7 2001/11/05 17:46:40 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.8 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source
index a43277f45d1..4ef6d513bf4 100644
--- a/src/tutorial/syscat.source
+++ b/src/tutorial/syscat.source
@@ -4,10 +4,10 @@
-- sample queries to the system catalogs
--
--
--- Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
-- Portions Copyright (c) 1994, Regents of the University of California
--
--- $Id: syscat.source,v 1.6 2002/04/11 20:00:18 tgl Exp $
+-- $Id: syscat.source,v 1.7 2002/06/20 20:29:54 momjian Exp $
--
---------------------------------------------------------------------------