summaryrefslogtreecommitdiff
path: root/src/fe_utils
diff options
context:
space:
mode:
authorBruce Momjian2023-01-02 20:00:37 +0000
committerBruce Momjian2023-01-02 20:00:37 +0000
commitc8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch)
treebc2e271d4b902b97d9dee7870b138d5750aa86db /src/fe_utils
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/fe_utils')
-rw-r--r--src/fe_utils/Makefile2
-rw-r--r--src/fe_utils/archive.c2
-rw-r--r--src/fe_utils/cancel.c2
-rw-r--r--src/fe_utils/conditional.c2
-rw-r--r--src/fe_utils/connect_utils.c2
-rw-r--r--src/fe_utils/mbprint.c2
-rw-r--r--src/fe_utils/meson.build2
-rw-r--r--src/fe_utils/option_utils.c2
-rw-r--r--src/fe_utils/parallel_slot.c2
-rw-r--r--src/fe_utils/print.c2
-rw-r--r--src/fe_utils/psqlscan.l2
-rw-r--r--src/fe_utils/query_utils.c2
-rw-r--r--src/fe_utils/recovery_gen.c2
-rw-r--r--src/fe_utils/simple_list.c2
-rw-r--r--src/fe_utils/string_utils.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/fe_utils/Makefile b/src/fe_utils/Makefile
index 72966769a52..456d6dd3904 100644
--- a/src/fe_utils/Makefile
+++ b/src/fe_utils/Makefile
@@ -5,7 +5,7 @@
# This makefile generates a static library, libpgfeutils.a,
# for use by client applications
#
-# 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/fe_utils/archive.c b/src/fe_utils/archive.c
index fda93036615..aab813c1027 100644
--- a/src/fe_utils/archive.c
+++ b/src/fe_utils/archive.c
@@ -3,7 +3,7 @@
* archive.c
* Routines to access WAL archives from frontend
*
- * 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
*
*
diff --git a/src/fe_utils/cancel.c b/src/fe_utils/cancel.c
index 32195cb7062..10c0cd45545 100644
--- a/src/fe_utils/cancel.c
+++ b/src/fe_utils/cancel.c
@@ -6,7 +6,7 @@
* handler for SIGINT.
*
*
- * 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/fe_utils/cancel.c
diff --git a/src/fe_utils/conditional.c b/src/fe_utils/conditional.c
index 5a946649897..e67fb0dbe8c 100644
--- a/src/fe_utils/conditional.c
+++ b/src/fe_utils/conditional.c
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* A stack of automaton states to handle nested conditionals.
*
- * Copyright (c) 2000-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2023, PostgreSQL Global Development Group
*
* src/fe_utils/conditional.c
*
diff --git a/src/fe_utils/connect_utils.c b/src/fe_utils/connect_utils.c
index 1cc97b72f71..7a1edea7c8c 100644
--- a/src/fe_utils/connect_utils.c
+++ b/src/fe_utils/connect_utils.c
@@ -2,7 +2,7 @@
*
* Facilities for frontend code to connect to and disconnect from databases.
*
- * 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/fe_utils/connect_utils.c
diff --git a/src/fe_utils/mbprint.c b/src/fe_utils/mbprint.c
index 067f28119b3..e63be3b4fb1 100644
--- a/src/fe_utils/mbprint.c
+++ b/src/fe_utils/mbprint.c
@@ -3,7 +3,7 @@
* Multibyte character printing support for frontend code
*
*
- * 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/fe_utils/mbprint.c
diff --git a/src/fe_utils/meson.build b/src/fe_utils/meson.build
index 4998e85315b..ea96e862adb 100644
--- a/src/fe_utils/meson.build
+++ b/src/fe_utils/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022, PostgreSQL Global Development Group
+# Copyright (c) 2022-2023, PostgreSQL Global Development Group
fe_utils_sources = files(
'archive.c',
diff --git a/src/fe_utils/option_utils.c b/src/fe_utils/option_utils.c
index abea88154ca..763c991015b 100644
--- a/src/fe_utils/option_utils.c
+++ b/src/fe_utils/option_utils.c
@@ -2,7 +2,7 @@
*
* Command line option processing facilities for frontend code
*
- * 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/fe_utils/option_utils.c
diff --git a/src/fe_utils/parallel_slot.c b/src/fe_utils/parallel_slot.c
index 767256757f2..02368551f4e 100644
--- a/src/fe_utils/parallel_slot.c
+++ b/src/fe_utils/parallel_slot.c
@@ -4,7 +4,7 @@
* Parallel support for front-end parallel database connections
*
*
- * 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/fe_utils/parallel_slot.c
diff --git a/src/fe_utils/print.c b/src/fe_utils/print.c
index 55288f8876c..3396f9b4623 100644
--- a/src/fe_utils/print.c
+++ b/src/fe_utils/print.c
@@ -8,7 +8,7 @@
* pager open/close functions, all that stuff came with it.
*
*
- * 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/fe_utils/print.c
diff --git a/src/fe_utils/psqlscan.l b/src/fe_utils/psqlscan.l
index cb1fc521384..bec50957391 100644
--- a/src/fe_utils/psqlscan.l
+++ b/src/fe_utils/psqlscan.l
@@ -24,7 +24,7 @@
* See psqlscan_int.h for additional commentary.
*
*
- * 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/fe_utils/query_utils.c b/src/fe_utils/query_utils.c
index 6575b24c78f..ee136cfd53d 100644
--- a/src/fe_utils/query_utils.c
+++ b/src/fe_utils/query_utils.c
@@ -2,7 +2,7 @@
*
* Facilities for frontend code to query a databases.
*
- * 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/fe_utils/query_utils.c
diff --git a/src/fe_utils/recovery_gen.c b/src/fe_utils/recovery_gen.c
index c9a423038a4..99834a3b69e 100644
--- a/src/fe_utils/recovery_gen.c
+++ b/src/fe_utils/recovery_gen.c
@@ -3,7 +3,7 @@
* recovery_gen.c
* Generator for recovery configuration
*
- * Portions Copyright (c) 2011-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2023, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/fe_utils/simple_list.c b/src/fe_utils/simple_list.c
index ae6c69464cd..d446f1aa42f 100644
--- a/src/fe_utils/simple_list.c
+++ b/src/fe_utils/simple_list.c
@@ -7,7 +7,7 @@
* it's all we need in, eg, pg_dump.
*
*
- * 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/fe_utils/simple_list.c
diff --git a/src/fe_utils/string_utils.c b/src/fe_utils/string_utils.c
index a2fa7a0c26a..0429a72bfe2 100644
--- a/src/fe_utils/string_utils.c
+++ b/src/fe_utils/string_utils.c
@@ -6,7 +6,7 @@
* and interpreting backend output.
*
*
- * 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/fe_utils/string_utils.c