diff options
| author | Bruce Momjian | 2011-01-01 18:18:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-01-01 18:18:15 +0000 |
| commit | 5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch) | |
| tree | 482c4da1affa45abf4723854e7f20752ae1e8e63 /contrib/isn | |
| parent | 67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff) | |
Stamp copyrights for year 2011.
Diffstat (limited to 'contrib/isn')
| -rw-r--r-- | contrib/isn/isn.c | 2 | ||||
| -rw-r--r-- | contrib/isn/isn.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isn/isn.c b/contrib/isn/isn.c index 602a9472a3..46e904b1c4 100644 --- a/contrib/isn/isn.c +++ b/contrib/isn/isn.c @@ -4,7 +4,7 @@ * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) * * Author: German Mendez Bravo (Kronuz) - * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/isn/isn.c diff --git a/contrib/isn/isn.h b/contrib/isn/isn.h index e9d6f4df87..3f478b5f4b 100644 --- a/contrib/isn/isn.h +++ b/contrib/isn/isn.h @@ -4,7 +4,7 @@ * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) * * Author: German Mendez Bravo (Kronuz) - * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/isn/isn.h |
