summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/binaryheap.h2
-rw-r--r--src/include/lib/bipartite_match.h2
-rw-r--r--src/include/lib/bloomfilter.h2
-rw-r--r--src/include/lib/dshash.h2
-rw-r--r--src/include/lib/hyperloglog.h2
-rw-r--r--src/include/lib/ilist.h2
-rw-r--r--src/include/lib/integerset.h2
-rw-r--r--src/include/lib/knapsack.h2
-rw-r--r--src/include/lib/pairingheap.h2
-rw-r--r--src/include/lib/qunique.h2
-rw-r--r--src/include/lib/rbtree.h2
-rw-r--r--src/include/lib/simplehash.h2
-rw-r--r--src/include/lib/sort_template.h2
-rw-r--r--src/include/lib/stringinfo.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/include/lib/binaryheap.h b/src/include/lib/binaryheap.h
index e420e071879..52f7b06b253 100644
--- a/src/include/lib/binaryheap.h
+++ b/src/include/lib/binaryheap.h
@@ -3,7 +3,7 @@
*
* A simple binary heap implementation
*
- * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* src/include/lib/binaryheap.h
*/
diff --git a/src/include/lib/bipartite_match.h b/src/include/lib/bipartite_match.h
index 7560883f491..8fbbcaeb500 100644
--- a/src/include/lib/bipartite_match.h
+++ b/src/include/lib/bipartite_match.h
@@ -1,7 +1,7 @@
/*
* bipartite_match.h
*
- * Copyright (c) 2015-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2023, PostgreSQL Global Development Group
*
* src/include/lib/bipartite_match.h
*/
diff --git a/src/include/lib/bloomfilter.h b/src/include/lib/bloomfilter.h
index 8146d8e7fdc..5a98c09ab8a 100644
--- a/src/include/lib/bloomfilter.h
+++ b/src/include/lib/bloomfilter.h
@@ -3,7 +3,7 @@
* bloomfilter.h
* Space-efficient set membership testing
*
- * Copyright (c) 2018-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/lib/bloomfilter.h
diff --git a/src/include/lib/dshash.h b/src/include/lib/dshash.h
index 28f8db2eabc..152927742e8 100644
--- a/src/include/lib/dshash.h
+++ b/src/include/lib/dshash.h
@@ -3,7 +3,7 @@
* dshash.h
* Concurrent hash tables backed by dynamic shared memory areas.
*
- * 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/include/lib/hyperloglog.h b/src/include/lib/hyperloglog.h
index 414bcb4bb4a..f4150f0e85a 100644
--- a/src/include/lib/hyperloglog.h
+++ b/src/include/lib/hyperloglog.h
@@ -3,7 +3,7 @@
*
* A simple HyperLogLog cardinality estimator implementation
*
- * Portions Copyright (c) 2014-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2023, PostgreSQL Global Development Group
*
* Based on Hideaki Ohno's C++ implementation. The copyright terms of Ohno's
* original version (the MIT license) follow.
diff --git a/src/include/lib/ilist.h b/src/include/lib/ilist.h
index 3c543e7c365..9ff21bd41dc 100644
--- a/src/include/lib/ilist.h
+++ b/src/include/lib/ilist.h
@@ -112,7 +112,7 @@
* }
*
*
- * 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/include/lib/integerset.h b/src/include/lib/integerset.h
index 081ae3ccf00..d7f711ee8b6 100644
--- a/src/include/lib/integerset.h
+++ b/src/include/lib/integerset.h
@@ -2,7 +2,7 @@
* integerset.h
* In-memory data structure to hold a large set of integers efficiently
*
- * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* src/include/lib/integerset.h
*/
diff --git a/src/include/lib/knapsack.h b/src/include/lib/knapsack.h
index e86a0bc859f..04427ba7b5c 100644
--- a/src/include/lib/knapsack.h
+++ b/src/include/lib/knapsack.h
@@ -1,7 +1,7 @@
/*
* knapsack.h
*
- * Copyright (c) 2017-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2023, PostgreSQL Global Development Group
*
* src/include/lib/knapsack.h
*/
diff --git a/src/include/lib/pairingheap.h b/src/include/lib/pairingheap.h
index 26b1cad59b2..5691e10342d 100644
--- a/src/include/lib/pairingheap.h
+++ b/src/include/lib/pairingheap.h
@@ -3,7 +3,7 @@
*
* A Pairing Heap implementation
*
- * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* src/include/lib/pairingheap.h
*/
diff --git a/src/include/lib/qunique.h b/src/include/lib/qunique.h
index 982addf77e2..30b67c794f6 100644
--- a/src/include/lib/qunique.h
+++ b/src/include/lib/qunique.h
@@ -2,7 +2,7 @@
*
* qunique.h
* inline array unique functions
- * Portions Copyright (c) 2019-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2019-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/lib/qunique.h
diff --git a/src/include/lib/rbtree.h b/src/include/lib/rbtree.h
index 13cf68415e2..b339d6ea6fe 100644
--- a/src/include/lib/rbtree.h
+++ b/src/include/lib/rbtree.h
@@ -3,7 +3,7 @@
* rbtree.h
* interface for PostgreSQL generic Red-Black binary tree package
*
- * Copyright (c) 2009-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/lib/rbtree.h
diff --git a/src/include/lib/simplehash.h b/src/include/lib/simplehash.h
index df432a87c5f..48db837ec8c 100644
--- a/src/include/lib/simplehash.h
+++ b/src/include/lib/simplehash.h
@@ -87,7 +87,7 @@
* looking or is done - buckets following a deleted element are shifted
* backwards, unless they're empty or already at their optimal position.
*
- * 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/include/lib/simplehash.h
diff --git a/src/include/lib/sort_template.h b/src/include/lib/sort_template.h
index 3122a93009a..1edd05c7d36 100644
--- a/src/include/lib/sort_template.h
+++ b/src/include/lib/sort_template.h
@@ -5,7 +5,7 @@
* A template for a sort algorithm that supports varying degrees of
* specialization.
*
- * Copyright (c) 2021-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1992-1994, Regents of the University of California
*
* Usage notes:
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index 63ea1eca630..36a416f8e0a 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -8,7 +8,7 @@
* (null-terminated text) or arbitrary binary data. All storage is allocated
* with palloc() (falling back to malloc in 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/include/lib/stringinfo.h