diff options
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 58e1218df2..c54f53231b 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-2006, PostgreSQL Global Development Group + * Copyright (c) 2002-2007, 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 b63bd21cd7..4e68428e0d 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-2006, PostgreSQL Global Development Group + * Copyright (c) 2002-2007, 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 f425b42fc1..fa0109640a 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-2006, PostgreSQL Global Development Group + * Copyright (c) 2002-2007, 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 |
