aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
committerBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
commitc8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch)
treebc2e271d4b902b97d9dee7870b138d5750aa86db /src/backend/regex
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
downloadpostgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.tar.gz
postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.zip
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/backend/regex')
-rw-r--r--src/backend/regex/meson.build2
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/regex/meson.build b/src/backend/regex/meson.build
index 513be807b4e..05077b255a2 100644
--- a/src/backend/regex/meson.build
+++ b/src/backend/regex/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022, PostgreSQL Global Development Group
+# Copyright (c) 2022-2023, PostgreSQL Global Development Group
backend_sources += files(
'regcomp.c',
diff --git a/src/backend/regex/regc_pg_locale.c b/src/backend/regex/regc_pg_locale.c
index 02d462a6597..323f00516d4 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-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2023, 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 04bbe0eec1a..c168b7233c1 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-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2023, 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 4a7794c3216..221f02da63d 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-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1998, 1999 Henry Spencer
*
* IDENTIFICATION