diff options
author | Tom Lane | 2003-08-04 23:59:41 +0000 |
---|---|---|
committer | Tom Lane | 2003-08-04 23:59:41 +0000 |
commit | 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch) | |
tree | 04b3d3d242e7104d905756ae2929482fc264addd /src/tutorial | |
parent | d10146c06715edc0f10740b1f5704cd6f7cce074 (diff) |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
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 382eea25e9f..db33d9100e7 100644 --- a/src/tutorial/complex.source +++ b/src/tutorial/complex.source @@ -5,10 +5,10 @@ -- use this new type. -- -- --- Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group +-- Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $Header: /cvsroot/pgsql/src/tutorial/complex.source,v 1.14 2002/08/22 00:01:51 tgl Exp $ +-- $Header: /cvsroot/pgsql/src/tutorial/complex.source,v 1.15 2003/08/04 23:59:41 tgl Exp $ -- --------------------------------------------------------------------------- diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source index ab5e26c94b5..a3ae7f7a278 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-2002, PostgreSQL Global Development Group +-- Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $Id: syscat.source,v 1.8 2003/05/28 16:04:02 tgl Exp $ +-- $Id: syscat.source,v 1.9 2003/08/04 23:59:41 tgl Exp $ -- --------------------------------------------------------------------------- |