diff options
| author | Bruce Momjian | 2002-06-20 20:29:54 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-06-20 20:29:54 +0000 |
| commit | d84fe82230c593f3dc5d7f427849b99d1efa8a0a (patch) | |
| tree | e71dc2bfc87cd2f8609cfe33941460bc0d8b0e28 /src/include/commands | |
| parent | ba790a5608ead9db7e08f700eb869dbefd3358a4 (diff) | |
Update copyright to 2002.
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/async.h | 4 | ||||
| -rw-r--r-- | src/include/commands/cluster.h | 4 | ||||
| -rw-r--r-- | src/include/commands/copy.h | 4 | ||||
| -rw-r--r-- | src/include/commands/dbcommands.h | 4 | ||||
| -rw-r--r-- | src/include/commands/defrem.h | 4 | ||||
| -rw-r--r-- | src/include/commands/explain.h | 4 | ||||
| -rw-r--r-- | src/include/commands/sequence.h | 4 | ||||
| -rw-r--r-- | src/include/commands/trigger.h | 4 | ||||
| -rw-r--r-- | src/include/commands/vacuum.h | 4 | ||||
| -rw-r--r-- | src/include/commands/version.h | 4 | ||||
| -rw-r--r-- | src/include/commands/view.h | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 09ac32544fe..2dc4be8c0b6 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -3,10 +3,10 @@ * async.h * Asynchronous notification: NOTIFY, LISTEN, UNLISTEN * - * 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: async.h,v 1.20 2001/11/05 17:46:33 momjian Exp $ + * $Id: async.h,v 1.21 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index c04cca24b42..3f4518b4970 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -3,10 +3,10 @@ * cluster.h * header file for postgres cluster command stuff * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.13 2002/03/26 19:16:40 tgl Exp $ + * $Id: cluster.h,v 1.14 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index 40cbb351957..c7bc988499e 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -4,10 +4,10 @@ * Definitions for using the POSTGRES copy command. * * - * 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: copy.h,v 1.18 2002/06/20 16:00:44 momjian Exp $ + * $Id: copy.h,v 1.19 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index c4c9f56eece..d0cccbda469 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.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: dbcommands.h,v 1.23 2002/06/20 16:00:44 momjian Exp $ + * $Id: dbcommands.h,v 1.24 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 5ebead414d1..653e22686f5 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -4,10 +4,10 @@ * POSTGRES define and remove utility definitions. * * - * 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: defrem.h,v 1.38 2002/05/22 21:40:55 tgl Exp $ + * $Id: defrem.h,v 1.39 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 9c0e3ecce1d..7889ccccfb8 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -3,10 +3,10 @@ * explain.h * prototypes for explain.c * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.16 2002/03/24 04:31:09 tgl Exp $ + * $Id: explain.h,v 1.17 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index e91523ac47d..e8bf2bf75e9 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -3,10 +3,10 @@ * sequence.h * prototypes for sequence.c. * - * 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: sequence.h,v 1.20 2002/05/22 21:40:55 tgl Exp $ + * $Id: sequence.h,v 1.21 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index 4719bf0c914..9ff6c8e1eac 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -3,10 +3,10 @@ * trigger.h * Declarations for trigger handling. * - * 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: trigger.h,v 1.35 2002/04/26 19:29:47 tgl Exp $ + * $Id: trigger.h,v 1.36 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 2317fc58b8d..42986f4ed4d 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -4,10 +4,10 @@ * header file for postgres vacuum cleaner and statistics analyzer * * - * 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: vacuum.h,v 1.43 2001/11/05 17:46:33 momjian Exp $ + * $Id: vacuum.h,v 1.44 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/version.h b/src/include/commands/version.h index 09cda946d37..6b88d976127 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -4,10 +4,10 @@ * Header file for versions. * * - * 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: version.h,v 1.12 2001/11/05 17:46:33 momjian Exp $ + * $Id: version.h,v 1.13 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index f021cb24fd6..4fd6bd9a1a5 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.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: view.h,v 1.14 2002/03/29 19:06:22 tgl Exp $ + * $Id: view.h,v 1.15 2002/06/20 20:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ |
