diff options
Diffstat (limited to 'src/test/modules/test_int128')
| -rw-r--r-- | src/test/modules/test_int128/meson.build | 2 | ||||
| -rw-r--r-- | src/test/modules/test_int128/t/001_test_int128.pl | 2 | ||||
| -rw-r--r-- | src/test/modules/test_int128/test_int128.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/modules/test_int128/meson.build b/src/test/modules/test_int128/meson.build index 4c2be7a0326..74456112433 100644 --- a/src/test/modules/test_int128/meson.build +++ b/src/test/modules/test_int128/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2025, PostgreSQL Global Development Group +# Copyright (c) 2025-2026, PostgreSQL Global Development Group test_int128_sources = files( 'test_int128.c', diff --git a/src/test/modules/test_int128/t/001_test_int128.pl b/src/test/modules/test_int128/t/001_test_int128.pl index 0c683869f34..71265c47d8c 100644 --- a/src/test/modules/test_int128/t/001_test_int128.pl +++ b/src/test/modules/test_int128/t/001_test_int128.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2025, PostgreSQL Global Development Group +# Copyright (c) 2025-2026, PostgreSQL Global Development Group # Test 128-bit integer arithmetic code in int128.h diff --git a/src/test/modules/test_int128/test_int128.c b/src/test/modules/test_int128/test_int128.c index f4c4f3a1de0..8f230f3937b 100644 --- a/src/test/modules/test_int128/test_int128.c +++ b/src/test/modules/test_int128/test_int128.c @@ -6,7 +6,7 @@ * This is a standalone test program that compares the behavior of an * implementation in int128.h to an (assumed correct) int128 native type. * - * Copyright (c) 2017-2025, PostgreSQL Global Development Group + * Copyright (c) 2017-2026, PostgreSQL Global Development Group * * * IDENTIFICATION |
