summaryrefslogtreecommitdiff
path: root/contrib/seg
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/seg
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'contrib/seg')
-rw-r--r--contrib/seg/meson.build2
-rwxr-xr-xcontrib/seg/seg-validate.pl2
-rwxr-xr-xcontrib/seg/sort-segments.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/seg/meson.build b/contrib/seg/meson.build
index 200a67f4453..0395f7609f0 100644
--- a/contrib/seg/meson.build
+++ b/contrib/seg/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022, PostgreSQL Global Development Group
+# Copyright (c) 2022-2023, PostgreSQL Global Development Group
seg_sources = files(
'seg.c',
diff --git a/contrib/seg/seg-validate.pl b/contrib/seg/seg-validate.pl
index 3d27492f8cc..00bc23aa955 100755
--- a/contrib/seg/seg-validate.pl
+++ b/contrib/seg/seg-validate.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (c) 2021-2022, PostgreSQL Global Development Group
+# Copyright (c) 2021-2023, PostgreSQL Global Development Group
use strict;
use warnings;
diff --git a/contrib/seg/sort-segments.pl b/contrib/seg/sort-segments.pl
index 67a227bdb2b..3cc21a3ba04 100755
--- a/contrib/seg/sort-segments.pl
+++ b/contrib/seg/sort-segments.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (c) 2021-2022, PostgreSQL Global Development Group
+# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# this script will sort any table with the segment data type in its last column