summaryrefslogtreecommitdiff
path: root/contrib/seg
diff options
context:
space:
mode:
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 018ba5591ae..e331e097230 100644
--- a/contrib/seg/meson.build
+++ b/contrib/seg/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2024, PostgreSQL Global Development Group
+# Copyright (c) 2022-2025, PostgreSQL Global Development Group
seg_sources = files(
'seg.c',
diff --git a/contrib/seg/seg-validate.pl b/contrib/seg/seg-validate.pl
index 22cbca966d6..bf8e47f8c1f 100755
--- a/contrib/seg/seg-validate.pl
+++ b/contrib/seg/seg-validate.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (c) 2021-2024, PostgreSQL Global Development Group
+# Copyright (c) 2021-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/contrib/seg/sort-segments.pl b/contrib/seg/sort-segments.pl
index 44f203a9a9f..ec94402f302 100755
--- a/contrib/seg/sort-segments.pl
+++ b/contrib/seg/sort-segments.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (c) 2021-2024, PostgreSQL Global Development Group
+# Copyright (c) 2021-2025, PostgreSQL Global Development Group
# this script will sort any table with the segment data type in its last column