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/backend/regex | |
parent | 0c051c90082da0b7e5bcaf9aabcbd4f361137cdc (diff) | |
download | postgresql-7e04792a1cbd1763edf72474f6b1fbad2cd0ad31.tar.gz postgresql-7e04792a1cbd1763edf72474f6b1fbad2cd0ad31.zip |
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
Diffstat (limited to 'src/backend/regex')
-rw-r--r-- | src/backend/regex/regc_pg_locale.c | 2 | ||||
-rw-r--r-- | src/backend/regex/regexport.c | 2 | ||||
-rw-r--r-- | src/backend/regex/regprefix.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/regex/regc_pg_locale.c b/src/backend/regex/regc_pg_locale.c index c1b2862815d..425c278de43 100644 --- a/src/backend/regex/regc_pg_locale.c +++ b/src/backend/regex/regc_pg_locale.c @@ -6,7 +6,7 @@ * * This file is #included by regcomp.c; it's not meant to compile standalone. * - * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/backend/regex/regexport.c b/src/backend/regex/regexport.c index 419565cf936..dd1a0b079d2 100644 --- a/src/backend/regex/regexport.c +++ b/src/backend/regex/regexport.c @@ -15,7 +15,7 @@ * allows the caller to decide how big is too big to bother with. * * - * Portions Copyright (c) 2013, PostgreSQL Global Development Group + * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1998, 1999 Henry Spencer * * IDENTIFICATION diff --git a/src/backend/regex/regprefix.c b/src/backend/regex/regprefix.c index abda80c094e..3b205e22dc0 100644 --- a/src/backend/regex/regprefix.c +++ b/src/backend/regex/regprefix.c @@ -4,7 +4,7 @@ * Extract a common prefix, if any, from a compiled regex. * * - * Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group + * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1998, 1999 Henry Spencer * * IDENTIFICATION |