diff options
author | Bruce Momjian | 2007-01-05 22:20:05 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-01-05 22:20:05 +0000 |
commit | 29dccf5fe0e98af9ce023299c4fe9776a52fd23d (patch) | |
tree | 77c98afc5f573c55a7f899d6c0e73a85ce2b34e6 /src/tutorial | |
parent | 7e3c689fd3bd375748dd07f2d868a699a0250ccb (diff) |
Update CVS HEAD for 2007 copyright. Back branches are typically not
back-stamped for this.
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/complex.source | 4 | ||||
-rw-r--r-- | src/tutorial/syscat.source | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tutorial/complex.source b/src/tutorial/complex.source index b9d36a6a5d..891273bae2 100644 --- a/src/tutorial/complex.source +++ b/src/tutorial/complex.source @@ -5,10 +5,10 @@ -- use this new type. -- -- --- Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group +-- Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $PostgreSQL: pgsql/src/tutorial/complex.source,v 1.20 2006/03/05 15:59:11 momjian Exp $ +-- $PostgreSQL: pgsql/src/tutorial/complex.source,v 1.21 2007/01/05 22:20:05 momjian Exp $ -- --------------------------------------------------------------------------- diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source index f6460d3fc0..f093adda8e 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-2006, PostgreSQL Global Development Group +-- Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.17 2006/12/23 00:43:13 tgl Exp $ +-- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.18 2007/01/05 22:20:05 momjian Exp $ -- --------------------------------------------------------------------------- |