diff options
| author | Bruce Momjian | 2014-01-07 21:05:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2014-01-07 21:05:30 +0000 |
| commit | 7e04792a1cbd1763edf72474f6b1fbad2cd0ad31 (patch) | |
| tree | 1336f6ad1bc694547ec4e944e715c12364fcb259 /contrib/tablefunc | |
| parent | 0c051c90082da0b7e5bcaf9aabcbd4f361137cdc (diff) | |
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
Diffstat (limited to 'contrib/tablefunc')
| -rw-r--r-- | contrib/tablefunc/tablefunc.c | 2 | ||||
| -rw-r--r-- | contrib/tablefunc/tablefunc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 348ac5d8a8..10ee8c76db 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -10,7 +10,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2013, PostgreSQL Global Development Group + * Copyright (c) 2002-2014, 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 ebf993b95d..a983bab2ee 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -10,7 +10,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2013, PostgreSQL Global Development Group + * Copyright (c) 2002-2014, 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 |
