aboutsummaryrefslogtreecommitdiff
path: root/src/tools/gen_keywordlist.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/gen_keywordlist.pl')
-rw-r--r--src/tools/gen_keywordlist.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/gen_keywordlist.pl b/src/tools/gen_keywordlist.pl
index 88ea78f0a4f..345dff6677f 100644
--- a/src/tools/gen_keywordlist.pl
+++ b/src/tools/gen_keywordlist.pl
@@ -21,7 +21,7 @@
# Note that case folding works correctly only for all-ASCII keywords!
#
#
-# 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
#
# src/tools/gen_keywordlist.pl
@@ -71,7 +71,7 @@ printf $kwdef <<EOM, $base_filename, uc $base_filename, uc $base_filename;
* %s.h
* List of keywords represented as a ScanKeywordList.
*
- * 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
*
* NOTES