diff options
| author | Bruce Momjian <bruce@momjian.us> | 2014-01-07 16:05:30 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2014-01-07 16:05:30 -0500 |
| commit | 7e04792a1cbd1763edf72474f6b1fbad2cd0ad31 (patch) | |
| tree | 1336f6ad1bc694547ec4e944e715c12364fcb259 /src/include/foreign | |
| parent | 0c051c90082da0b7e5bcaf9aabcbd4f361137cdc (diff) | |
| download | postgresql-7e04792a1cbd1763edf72474f6b1fbad2cd0ad31.tar.gz | |
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
Diffstat (limited to 'src/include/foreign')
| -rw-r--r-- | src/include/foreign/fdwapi.h | 2 | ||||
| -rw-r--r-- | src/include/foreign/foreign.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/foreign/fdwapi.h b/src/include/foreign/fdwapi.h index e832665269..1b735dacc6 100644 --- a/src/include/foreign/fdwapi.h +++ b/src/include/foreign/fdwapi.h @@ -3,7 +3,7 @@ * fdwapi.h * API for foreign-data wrappers * - * Copyright (c) 2010-2013, PostgreSQL Global Development Group + * Copyright (c) 2010-2014, PostgreSQL Global Development Group * * src/include/foreign/fdwapi.h * diff --git a/src/include/foreign/foreign.h b/src/include/foreign/foreign.h index 5bd6ae6bd7..ac080d71e5 100644 --- a/src/include/foreign/foreign.h +++ b/src/include/foreign/foreign.h @@ -4,7 +4,7 @@ * support for foreign-data wrappers, servers and user mappings. * * - * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * * src/include/foreign/foreign.h * |
