diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-01-02 15:00:37 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-01-02 15:00:37 -0500 |
commit | c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch) | |
tree | bc2e271d4b902b97d9dee7870b138d5750aa86db /src/include/regex/regexport.h | |
parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) | |
download | postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.tar.gz postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.zip |
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/include/regex/regexport.h')
-rw-r--r-- | src/include/regex/regexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regexport.h b/src/include/regex/regexport.h index 4ac10647197..8fdddc18805 100644 --- a/src/include/regex/regexport.h +++ b/src/include/regex/regexport.h @@ -17,7 +17,7 @@ * line and start/end of string. Colors are numbered 0..C-1, but note that * color 0 is "white" (all unused characters) and can generally be ignored. * - * 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 |