Update pg_walsummary copyright notices to 2024

pull/154/head
Alvaro Herrera 2 years ago
parent ea18eb7d62
commit f0106b6d2d
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 2
      src/bin/pg_walsummary/Makefile
  2. 2
      src/bin/pg_walsummary/meson.build
  3. 2
      src/bin/pg_walsummary/pg_walsummary.c
  4. 2
      src/bin/pg_walsummary/t/001_basic.pl
  5. 2
      src/bin/pg_walsummary/t/002_blocks.pl

@ -2,7 +2,7 @@
#
# Makefile for src/bin/pg_walsummary
#
# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/bin/pg_walsummary/Makefile

@ -1,4 +1,4 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
pg_walsummary_sources = files(
'pg_walsummary.c',

@ -3,7 +3,7 @@
* pg_walsummary.c
* Prints the contents of WAL summary files.
*
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/bin/pg_walsummary/pg_walsummary.c

@ -1,4 +1,4 @@
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
use strict;
use warnings;

@ -1,4 +1,4 @@
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
use strict;
use warnings;

Loading…
Cancel
Save