diff options
author | Bruce Momjian <bruce@momjian.us> | 2016-01-02 13:33:40 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2016-01-02 13:33:40 -0500 |
commit | ee943004466418595363d567f18c053bae407792 (patch) | |
tree | 9dce63059d075efff2faaad06def5d0a1ffb92e4 /src/backend/regex | |
parent | dfcd9cb30237f882b7308bdcbfb0318b22b1e224 (diff) | |
download | postgresql-ee943004466418595363d567f18c053bae407792.tar.gz postgresql-ee943004466418595363d567f18c053bae407792.zip |
Update copyright for 2016
Backpatch certain files through 9.1
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 b707b065a98..551ae7dc08e 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-2015, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2016, 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 91340719e88..93da82286f3 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-2015, PostgreSQL Global Development Group + * Portions Copyright (c) 2013-2016, 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 86928453260..04b6449a20c 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-2015, PostgreSQL Global Development Group + * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1998, 1999 Henry Spencer * * IDENTIFICATION |