aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_dsa
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_dsa')
-rw-r--r--src/test/modules/test_dsa/meson.build2
-rw-r--r--src/test/modules/test_dsa/test_dsa.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/modules/test_dsa/meson.build b/src/test/modules/test_dsa/meson.build
index 21738290ad5..854dc18232d 100644
--- a/src/test/modules/test_dsa/meson.build
+++ b/src/test/modules/test_dsa/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
+# Copyright (c) 2022-2024, PostgreSQL Global Development Group
test_dsa_sources = files(
'test_dsa.c',
diff --git a/src/test/modules/test_dsa/test_dsa.c b/src/test/modules/test_dsa/test_dsa.c
index a8616fa2eaa..844316dec2b 100644
--- a/src/test/modules/test_dsa/test_dsa.c
+++ b/src/test/modules/test_dsa/test_dsa.c
@@ -3,7 +3,7 @@
* test_dsa.c
* Test dynamic shared memory areas (DSAs)
*
- * Copyright (c) 2022-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2022-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_dsa/test_dsa.c