From 81dba6f5adf06988f5259244812f5a79d5ca8790 Mon Sep 17 00:00:00 2001 From: zw_yan <106359229+zwyan0@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:49:24 +0900 Subject: [PATCH] Update copyright for 2023 (#258) Update copyright for 2023 --- COPYRIGHT | 4 ++-- backup.c | 2 +- catalog.c | 2 +- data.c | 2 +- delete.c | 2 +- dir.c | 2 +- docs/index-ja.html | 4 ++-- docs/index.html | 4 ++-- idxpagehdr.h | 2 +- init.c | 2 +- parray.c | 2 +- parray.h | 2 +- pg_rman.c | 2 +- pg_rman.h | 2 +- pgut/pgut-port.c | 2 +- pgut/pgut-port.h | 2 +- pgut/pgut.c | 2 +- pgut/pgut.h | 2 +- restore.c | 2 +- script/snapshot_script_lvm.sh | 2 +- show.c | 2 +- util.c | 2 +- validate.c | 2 +- xlog.c | 2 +- 24 files changed, 27 insertions(+), 27 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 7693c589..2551eb8a 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ -Copyright (c) 2009-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION +Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION -Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California Redistribution and use in source and binary forms, with or without diff --git a/backup.c b/backup.c index d3430d51..17ce2a64 100644 --- a/backup.c +++ b/backup.c @@ -2,7 +2,7 @@ * * backup.c: backup DB cluster, archived WAL, serverlog. * - * Copyright (c) 2009-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION + * Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION * *------------------------------------------------------------------------- */ diff --git a/catalog.c b/catalog.c index 456976d8..9cf7fd84 100644 --- a/catalog.c +++ b/catalog.c @@ -2,7 +2,7 @@ * * catalog.c: backup catalog operation * - * Copyright (c) 2009-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION + * Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION * *------------------------------------------------------------------------- */ diff --git a/data.c b/data.c index 6ee2ffd4..9c10c919 100644 --- a/data.c +++ b/data.c @@ -3,7 +3,7 @@ * data.c: utilities for backing up and restoring database files along with * the support for compression/decompression of individual data file pages * - * Copyright (c) 2009-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION + * Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION * *------------------------------------------------------------------------- */ diff --git a/delete.c b/delete.c index d62ba692..6ba8767a 100644 --- a/delete.c +++ b/delete.c @@ -2,7 +2,7 @@ * * delete.c: delete backup files. * - * Copyright (c) 2009-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION + * Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION * *------------------------------------------------------------------------- */ diff --git a/dir.c b/dir.c index 0ca4c460..7d9ceba4 100644 --- a/dir.c +++ b/dir.c @@ -2,7 +2,7 @@ * * dir.c: directory operation utility. * - * Copyright (c) 2009-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION + * Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION * *------------------------------------------------------------------------- */ diff --git a/docs/index-ja.html b/docs/index-ja.html index b6a5d16c..7a277095 100755 --- a/docs/index-ja.html +++ b/docs/index-ja.html @@ -1474,7 +1474,7 @@