summaryrefslogtreecommitdiff
path: root/contrib/hstore
diff options
context:
space:
mode:
authorBruce Momjian2023-01-02 20:00:37 +0000
committerBruce Momjian2023-01-02 20:00:37 +0000
commitc8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch)
treebc2e271d4b902b97d9dee7870b138d5750aa86db /contrib/hstore
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'contrib/hstore')
-rw-r--r--contrib/hstore/hstore_subs.c2
-rw-r--r--contrib/hstore/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/hstore/hstore_subs.c b/contrib/hstore/hstore_subs.c
index 455fff676a1..6ac91e01935 100644
--- a/contrib/hstore/hstore_subs.c
+++ b/contrib/hstore/hstore_subs.c
@@ -12,7 +12,7 @@
* check_subscripts function and just let the fetch and assign functions
* do everything.
*
- * 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/contrib/hstore/meson.build b/contrib/hstore/meson.build
index 9e44fe69d46..99c3a3160d7 100644
--- a/contrib/hstore/meson.build
+++ b/contrib/hstore/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022, PostgreSQL Global Development Group
+# Copyright (c) 2022-2023, PostgreSQL Global Development Group
# .. so that includes of hstore/hstore.h work
hstore_inc = include_directories('.', '../')