diff options
author | Bruce Momjian | 2004-08-29 04:13:13 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-08-29 04:13:13 +0000 |
commit | da9a8649d810826daf7868c6be9a4086c835c0ee (patch) | |
tree | e1c7caa292e9ffd0097f889f43504e99d9796962 /contrib/tablefunc | |
parent | 466c1290df8dac0dacac781fc65583d4fef8747e (diff) |
Update copyright to 2004.
Diffstat (limited to 'contrib/tablefunc')
-rw-r--r-- | contrib/tablefunc/README.tablefunc | 2 | ||||
-rw-r--r-- | contrib/tablefunc/tablefunc.c | 2 | ||||
-rw-r--r-- | contrib/tablefunc/tablefunc.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tablefunc/README.tablefunc b/contrib/tablefunc/README.tablefunc index ddae931319..4ad658c6a1 100644 --- a/contrib/tablefunc/README.tablefunc +++ b/contrib/tablefunc/README.tablefunc @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index f14c396302..be427219e2 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h index c18ac455d4..04118a95b0 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -7,7 +7,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement |