diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-06-20 20:29:54 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-06-20 20:29:54 +0000 |
| commit | d84fe82230c593f3dc5d7f427849b99d1efa8a0a (patch) | |
| tree | e71dc2bfc87cd2f8609cfe33941460bc0d8b0e28 /src/include/rewrite | |
| parent | ba790a5608ead9db7e08f700eb869dbefd3358a4 (diff) | |
| download | postgresql-d84fe82230c593f3dc5d7f427849b99d1efa8a0a.tar.gz | |
Update copyright to 2002.
Diffstat (limited to 'src/include/rewrite')
| -rw-r--r-- | src/include/rewrite/prs2lock.h | 4 | ||||
| -rw-r--r-- | src/include/rewrite/rewriteDefine.h | 4 | ||||
| -rw-r--r-- | src/include/rewrite/rewriteHandler.h | 4 | ||||
| -rw-r--r-- | src/include/rewrite/rewriteManip.h | 4 | ||||
| -rw-r--r-- | src/include/rewrite/rewriteRemove.h | 4 | ||||
| -rw-r--r-- | src/include/rewrite/rewriteSupport.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h index 8606621c6d..c4f651021e 100644 --- a/src/include/rewrite/prs2lock.h +++ b/src/include/rewrite/prs2lock.h @@ -3,10 +3,10 @@ * prs2lock.h * data structures for POSTGRES Rule System II (rewrite rules only) * - * 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: prs2lock.h,v 1.15 2001/11/05 17:46:35 momjian Exp $ + * $Id: prs2lock.h,v 1.16 2002/06/20 20:29:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h index 4bf20a2ca7..168b27ca0b 100644 --- a/src/include/rewrite/rewriteDefine.h +++ b/src/include/rewrite/rewriteDefine.h @@ -4,10 +4,10 @@ * * * - * 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: rewriteDefine.h,v 1.14 2002/04/18 20:01:11 tgl Exp $ + * $Id: rewriteDefine.h,v 1.15 2002/06/20 20:29:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h index 2b6b4680db..900ffca658 100644 --- a/src/include/rewrite/rewriteHandler.h +++ b/src/include/rewrite/rewriteHandler.h @@ -4,10 +4,10 @@ * External interface to query rewriter. * * - * 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: rewriteHandler.h,v 1.18 2001/11/05 17:46:35 momjian Exp $ + * $Id: rewriteHandler.h,v 1.19 2002/06/20 20:29:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h index 2cdd68abfb..df54169fd2 100644 --- a/src/include/rewrite/rewriteManip.h +++ b/src/include/rewrite/rewriteManip.h @@ -4,10 +4,10 @@ * Querytree manipulation subroutines for query rewriter. * * - * 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: rewriteManip.h,v 1.30 2001/11/05 17:46:35 momjian Exp $ + * $Id: rewriteManip.h,v 1.31 2002/06/20 20:29:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h index 3aa4cbdf53..3af9c15048 100644 --- a/src/include/rewrite/rewriteRemove.h +++ b/src/include/rewrite/rewriteRemove.h @@ -4,10 +4,10 @@ * * * - * 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: rewriteRemove.h,v 1.13 2002/04/18 20:01:11 tgl Exp $ + * $Id: rewriteRemove.h,v 1.14 2002/06/20 20:29:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h index 7d8ffd2ada..db6667afe1 100644 --- a/src/include/rewrite/rewriteSupport.h +++ b/src/include/rewrite/rewriteSupport.h @@ -4,10 +4,10 @@ * * * - * 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: rewriteSupport.h,v 1.22 2002/04/19 23:13:54 tgl Exp $ + * $Id: rewriteSupport.h,v 1.23 2002/06/20 20:29:52 momjian Exp $ * *------------------------------------------------------------------------- */ |
