summaryrefslogtreecommitdiff
path: root/src/test/modules/test_lfind
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_lfind')
-rw-r--r--src/test/modules/test_lfind/meson.build2
-rw-r--r--src/test/modules/test_lfind/test_lfind.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/modules/test_lfind/meson.build b/src/test/modules/test_lfind/meson.build
index 6ae9b3c95ea..b9479cb9aa5 100644
--- a/src/test/modules/test_lfind/meson.build
+++ b/src/test/modules/test_lfind/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2025, PostgreSQL Global Development Group
+# Copyright (c) 2022-2026, PostgreSQL Global Development Group
test_lfind_sources = files(
'test_lfind.c',
diff --git a/src/test/modules/test_lfind/test_lfind.c b/src/test/modules/test_lfind/test_lfind.c
index 8dcaa8f9fda..037f4923175 100644
--- a/src/test/modules/test_lfind/test_lfind.c
+++ b/src/test/modules/test_lfind/test_lfind.c
@@ -3,7 +3,7 @@
* test_lfind.c
* Test correctness of optimized linear search functions.
*
- * Copyright (c) 2022-2025, PostgreSQL Global Development Group
+ * Copyright (c) 2022-2026, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_lfind/test_lfind.c