diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-01-03 20:49:05 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-01-03 20:49:05 -0500 |
commit | 29275b1d177096597675b5c6e7e7c9db2df8f4df (patch) | |
tree | b82e12375286dd75030a36b6d770bc0c2d385dbe /src/bin/pg_test_fsync | |
parent | 793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff) | |
download | postgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.tar.gz postgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.zip |
Update copyright for 2024
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz
Backpatch-through: 12
Diffstat (limited to 'src/bin/pg_test_fsync')
-rw-r--r-- | src/bin/pg_test_fsync/meson.build | 2 | ||||
-rw-r--r-- | src/bin/pg_test_fsync/pg_test_fsync.c | 2 | ||||
-rw-r--r-- | src/bin/pg_test_fsync/po/meson.build | 2 | ||||
-rw-r--r-- | src/bin/pg_test_fsync/t/001_basic.pl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/pg_test_fsync/meson.build b/src/bin/pg_test_fsync/meson.build index aaf65c310ee..b7f35009de6 100644 --- a/src/bin/pg_test_fsync/meson.build +++ b/src/bin/pg_test_fsync/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, PostgreSQL Global Development Group test_fsync_sources = files( 'pg_test_fsync.c', diff --git a/src/bin/pg_test_fsync/pg_test_fsync.c b/src/bin/pg_test_fsync/pg_test_fsync.c index 54bc0767f18..5c0da425fbb 100644 --- a/src/bin/pg_test_fsync/pg_test_fsync.c +++ b/src/bin/pg_test_fsync/pg_test_fsync.c @@ -2,7 +2,7 @@ * * pg_test_fsync --- tests all supported fsync() methods * - * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * * src/bin/pg_test_fsync/pg_test_fsync.c * diff --git a/src/bin/pg_test_fsync/po/meson.build b/src/bin/pg_test_fsync/po/meson.build index 46d0ac587e2..5e286a9fc29 100644 --- a/src/bin/pg_test_fsync/po/meson.build +++ b/src/bin/pg_test_fsync/po/meson.build @@ -1,3 +1,3 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, PostgreSQL Global Development Group nls_targets += [i18n.gettext('pg_test_fsync-' + pg_version_major.to_string())] diff --git a/src/bin/pg_test_fsync/t/001_basic.pl b/src/bin/pg_test_fsync/t/001_basic.pl index 135e68b9baf..e9d2e5261df 100644 --- a/src/bin/pg_test_fsync/t/001_basic.pl +++ b/src/bin/pg_test_fsync/t/001_basic.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2023, PostgreSQL Global Development Group +# Copyright (c) 2021-2024, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all'; |