aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-01-01 12:21:45 -0500
committerBruce Momjian <bruce@momjian.us>2020-01-01 12:21:45 -0500
commit7559d8ebfa11d98728e816f6b655582ce41150f3 (patch)
tree8414e77dc5bc0d450692cb67eaf7b021f18987c4 /src/backend/regex
parentb55413d77f96b9fa2dfae4ddec43412b90ebf588 (diff)
downloadpostgresql-7559d8ebfa11d98728e816f6b655582ce41150f3.tar.gz
postgresql-7559d8ebfa11d98728e816f6b655582ce41150f3.zip
Update copyrights for 2020
Backpatch-through: update all files in master, backpatch legal files through 9.4
Diffstat (limited to 'src/backend/regex')
-rw-r--r--src/backend/regex/regc_pg_locale.c2
-rw-r--r--src/backend/regex/regexport.c2
-rw-r--r--src/backend/regex/regprefix.c2
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 4a808b7606c..3cc2d4d3627 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-2019, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2020, 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 30e7186021d..a925a9f9a00 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-2019, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2020, 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 207d40904ba..991b8689bef 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-2019, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1998, 1999 Henry Spencer
*
* IDENTIFICATION