aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-01-01 11:21:55 -0500
committerBruce Momjian <bruce@momjian.us>2025-01-01 11:21:55 -0500
commit50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch)
treeafa997a1b8df3ed53e220af8374e637cd5de5c5a /contrib/intarray
parent98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff)
downloadpostgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.tar.gz
postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.zip
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/intarray')
-rw-r--r--contrib/intarray/_int_selfuncs.c2
-rwxr-xr-xcontrib/intarray/bench/bench.pl2
-rwxr-xr-xcontrib/intarray/bench/create_test.pl2
-rw-r--r--contrib/intarray/meson.build2
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/intarray/_int_selfuncs.c b/contrib/intarray/_int_selfuncs.c
index 99179d0c6fc..6c3b7ace146 100644
--- a/contrib/intarray/_int_selfuncs.c
+++ b/contrib/intarray/_int_selfuncs.c
@@ -3,7 +3,7 @@
* _int_selfuncs.c
* Functions for selectivity estimation of intarray operators
*
- * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
diff --git a/contrib/intarray/bench/bench.pl b/contrib/intarray/bench/bench.pl
index 1c728a2762b..dfad66baea4 100755
--- a/contrib/intarray/bench/bench.pl
+++ b/contrib/intarray/bench/bench.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/intarray/bench/create_test.pl b/contrib/intarray/bench/create_test.pl
index fc540001fc0..ed8132b0888 100755
--- a/contrib/intarray/bench/create_test.pl
+++ b/contrib/intarray/bench/create_test.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (c) 2021-2024, PostgreSQL Global Development Group
+# Copyright (c) 2021-2025, PostgreSQL Global Development Group
# contrib/intarray/bench/create_test.pl
diff --git a/contrib/intarray/meson.build b/contrib/intarray/meson.build
index 5d4609ebc6e..fae9add981d 100644
--- a/contrib/intarray/meson.build
+++ b/contrib/intarray/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2024, PostgreSQL Global Development Group
+# Copyright (c) 2022-2025, PostgreSQL Global Development Group
intarray_sources = files(
'_int_bool.c',