summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-01-22 14:35:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-01-22 14:35:02 +0200
commit0f610a0b540e9f768f00aff3e57a5124e324ac29 (patch)
tree4a87a7be22952e0d8b09a8c8770582f038ca8968
parent331f05ac9c58d358806fe1bcba88a01467ab0895 (diff)
downloadgdbm-0f610a0b540e9f768f00aff3e57a5124e324ac29.tar.gz
Update copyright years
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rwxr-xr-xbootstrap2
-rw-r--r--compat/Makefile.am2
-rw-r--r--compat/close.c2
-rw-r--r--compat/dbm-priv.h2
-rw-r--r--compat/dbm.h2
-rw-r--r--compat/dbmclose.c2
-rw-r--r--compat/dbmdelete.c2
-rw-r--r--compat/dbmdirfno.c2
-rw-r--r--compat/dbmerr.c2
-rw-r--r--compat/dbmfetch.c2
-rw-r--r--compat/dbminit.c2
-rw-r--r--compat/dbmopen.c2
-rw-r--r--compat/dbmpagfno.c2
-rw-r--r--compat/dbmrdonly.c2
-rw-r--r--compat/dbmseq.c2
-rw-r--r--compat/dbmstore.c2
-rw-r--r--compat/delete.c2
-rw-r--r--compat/fetch.c2
-rw-r--r--compat/ndbm.h2
-rw-r--r--compat/seq.c2
-rw-r--r--compat/store.c2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/fdl.texi3
-rw-r--r--doc/gdbm.32
-rw-r--r--doc/gdbm.texi5
-rw-r--r--doc/gdbm_dump.12
-rw-r--r--doc/gdbm_load.12
-rw-r--r--doc/gdbmtool.12
-rw-r--r--fuzz/build_seed.sh2
-rw-r--r--fuzz/gdbm_fuzzer.c2
-rw-r--r--fuzz/gdbm_fuzzer.rc2
-rw-r--r--po/Makevars2
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/avail.c2
-rw-r--r--src/base64.c2
-rw-r--r--src/bucket.c2
-rw-r--r--src/debug.c2
-rw-r--r--src/falloc.c2
-rw-r--r--src/findkey.c2
-rw-r--r--src/fullio.c2
-rw-r--r--src/gdbm.h.in2
-rw-r--r--src/gdbm.magic2
-rw-r--r--src/gdbmclose.c2
-rw-r--r--src/gdbmconst.h2
-rw-r--r--src/gdbmcount.c2
-rw-r--r--src/gdbmdefs.h2
-rw-r--r--src/gdbmdelete.c2
-rw-r--r--src/gdbmdump.c2
-rw-r--r--src/gdbmerrno.c2
-rw-r--r--src/gdbmexists.c2
-rw-r--r--src/gdbmexp.c2
-rw-r--r--src/gdbmfdesc.c2
-rw-r--r--src/gdbmfetch.c2
-rw-r--r--src/gdbmimp.c2
-rw-r--r--src/gdbmload.c2
-rw-r--r--src/gdbmopen.c2
-rw-r--r--src/gdbmreorg.c2
-rw-r--r--src/gdbmseq.c2
-rw-r--r--src/gdbmsetopt.c2
-rw-r--r--src/gdbmstore.c2
-rw-r--r--src/gdbmsync.c2
-rw-r--r--src/gettext.h2
-rw-r--r--src/hash.c2
-rw-r--r--src/lock.c2
-rw-r--r--src/mmap.c2
-rw-r--r--src/proto.h2
-rw-r--r--src/recover.c2
-rw-r--r--src/systems.h2
-rw-r--r--src/update.c2
-rw-r--r--src/version.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/blocksize00.at2
-rw-r--r--tests/blocksize01.at2
-rw-r--r--tests/blocksize02.at2
-rw-r--r--tests/cloexec00.at2
-rw-r--r--tests/cloexec01.at2
-rw-r--r--tests/cloexec02.at2
-rw-r--r--tests/cloexec03.at2
-rw-r--r--tests/closerr.c2
-rw-r--r--tests/conv.at2
-rw-r--r--tests/create00.at2
-rw-r--r--tests/d_creat_ce.c2
-rw-r--r--tests/dbmcreate00.at2
-rw-r--r--tests/dbmcvt.at2
-rw-r--r--tests/dbmdel00.at2
-rw-r--r--tests/dbmdel01.at2
-rw-r--r--tests/dbmdel02.at2
-rw-r--r--tests/dbmfetch00.at2
-rw-r--r--tests/dbmfetch01.at2
-rw-r--r--tests/dbmfetch02.at2
-rw-r--r--tests/dbmfetch03.at2
-rw-r--r--tests/delete00.at2
-rw-r--r--tests/delete01.at2
-rw-r--r--tests/delete02.at2
-rw-r--r--tests/dtdel.c2
-rw-r--r--tests/dtdump.c2
-rw-r--r--tests/dtfetch.c2
-rw-r--r--tests/dtload.c2
-rw-r--r--tests/dump00.at2
-rw-r--r--tests/fdop.c2
-rw-r--r--tests/fetch00.at2
-rw-r--r--tests/fetch01.at2
-rw-r--r--tests/g_open_ce.c2
-rw-r--r--tests/g_reorg_ce.c2
-rw-r--r--tests/gdbmtool00.at2
-rw-r--r--tests/gdbmtool01.at2
-rw-r--r--tests/gdbmtool02.at2
-rw-r--r--tests/gdbmtool03.at2
-rw-r--r--tests/gtcacheopt.c2
-rw-r--r--tests/gtconv.c2
-rw-r--r--tests/gtdel.c2
-rw-r--r--tests/gtdump.c2
-rw-r--r--tests/gtfetch.c2
-rw-r--r--tests/gtload.c2
-rw-r--r--tests/gtopt.c2
-rw-r--r--tests/gtrecover.c2
-rw-r--r--tests/gtver.c2
-rw-r--r--tests/num2word.c2
-rw-r--r--tests/progname.h2
-rw-r--r--tests/setopt00.at2
-rw-r--r--tests/setopt01.at2
-rw-r--r--tests/setopt02.at2
-rw-r--r--tests/t_dumpload.c2
-rw-r--r--tests/t_wordwrap.c2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
-rw-r--r--tests/wordwrap.at2
-rw-r--r--tools/Makefile.am2
-rw-r--r--tools/datconv.c2
-rw-r--r--tools/err.c2
-rw-r--r--tools/gdbm_dump.c2
-rw-r--r--tools/gdbm_load.c2
-rw-r--r--tools/gdbmapp.h2
-rw-r--r--tools/gdbmshell.c2
-rw-r--r--tools/gdbmtool.c2
-rw-r--r--tools/gdbmtool.h2
-rw-r--r--tools/gram.y2
-rw-r--r--tools/input-argv.c2
-rw-r--r--tools/input-file.c2
-rw-r--r--tools/input-null.c2
-rw-r--r--tools/input-rl.c2
-rw-r--r--tools/input-std.c2
-rw-r--r--tools/lex.l2
-rw-r--r--tools/mem.c2
-rw-r--r--tools/parseopt.c4
-rw-r--r--tools/progname.c2
-rw-r--r--tools/util.c2
-rw-r--r--tools/var.c2
-rw-r--r--tools/wordwrap.c2
157 files changed, 159 insertions, 161 deletions
diff --git a/Makefile.am b/Makefile.am
index 59e2643..957e87a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index a0d16b1..8f2063b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU dbm NEWS -- history of user-visible changes. 2022-07-01
-Copyright (C) 1990-2022 Free Software Foundation, Inc.
+Copyright (C) 1990-2023 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
diff --git a/README b/README
index 54af553..cf26e58 100644
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ To track the development, visit
* Copyright information:
-Copyright (C) 2011-2022 Free Software Foundation, Inc.
+Copyright (C) 2011-2023 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/README-alpha b/README-alpha
index c848244..b103787 100644
--- a/README-alpha
+++ b/README-alpha
@@ -49,7 +49,7 @@ See the files INSTALL and README for the detailed instructions.
* Copyright information:
-Copyright (C) 1990-2022 Free Software Foundation, Inc.
+Copyright (C) 1990-2023 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index 9f62dad..b0376d1 100644
--- a/README-hacking
+++ b/README-hacking
@@ -35,7 +35,7 @@ Once done, proceed as described in the file README.
* Copyright information
-Copyright (C) 2011-2022 Free Software Foundation, Inc.
+Copyright (C) 2011-2023 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/bootstrap b/bootstrap
index 04f81f5..0be9aaa 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 538b138..5fd6420 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/compat/close.c b/compat/close.c
index ab2a3e1..1e4a181 100644
--- a/compat/close.c
+++ b/compat/close.c
@@ -1,7 +1,7 @@
/* close.c - Close the "original" style database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbm-priv.h b/compat/dbm-priv.h
index 03693ae..cbaa46d 100644
--- a/compat/dbm-priv.h
+++ b/compat/dbm-priv.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbm.h b/compat/dbm.h
index 6220430..208f368 100644
--- a/compat/dbm.h
+++ b/compat/dbm.h
@@ -1,7 +1,7 @@
/* dbm.h - The include file for dbm users. */
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmclose.c b/compat/dbmclose.c
index 2bad3c5..20c57a3 100644
--- a/compat/dbmclose.c
+++ b/compat/dbmclose.c
@@ -1,7 +1,7 @@
/* dbmclose.c - The the dbm file. This is the NDBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmdelete.c b/compat/dbmdelete.c
index f6b5ea1..252920d 100644
--- a/compat/dbmdelete.c
+++ b/compat/dbmdelete.c
@@ -2,7 +2,7 @@
This is the NDBM UNIX interface name. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmdirfno.c b/compat/dbmdirfno.c
index c5891ab..5b3c347 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -1,7 +1,7 @@
/* dbmdirfno.c - The .dir file number for NDBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmerr.c b/compat/dbmerr.c
index 6c1fa70..92f9eb5 100644
--- a/compat/dbmerr.c
+++ b/compat/dbmerr.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmfetch.c b/compat/dbmfetch.c
index bebfc62..3a3b349 100644
--- a/compat/dbmfetch.c
+++ b/compat/dbmfetch.c
@@ -1,7 +1,7 @@
/* dbmfetch.c - Find a key and return the associated data. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbminit.c b/compat/dbminit.c
index 881c4fb..66dae8a 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -2,7 +2,7 @@
DBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmopen.c b/compat/dbmopen.c
index e0056c8..b11af98 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -2,7 +2,7 @@
NDBM interface for dbm use. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmpagfno.c b/compat/dbmpagfno.c
index 4656bcf..e4a4e1e 100644
--- a/compat/dbmpagfno.c
+++ b/compat/dbmpagfno.c
@@ -1,7 +1,7 @@
/* dbmpagfno.c - The .pag file number for NDBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmrdonly.c b/compat/dbmrdonly.c
index ed8d031..73ae9e8 100644
--- a/compat/dbmrdonly.c
+++ b/compat/dbmrdonly.c
@@ -1,7 +1,7 @@
/* dbmrdonly.c - Check to see if a database is read only, NDBM style. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmseq.c b/compat/dbmseq.c
index 72e389a..b612396 100644
--- a/compat/dbmseq.c
+++ b/compat/dbmseq.c
@@ -2,7 +2,7 @@
interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/dbmstore.c b/compat/dbmstore.c
index dad5e17..9fa0362 100644
--- a/compat/dbmstore.c
+++ b/compat/dbmstore.c
@@ -1,7 +1,7 @@
/* dbmstore.c - Add a new key/data pair to the database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/delete.c b/compat/delete.c
index e67c814..2dc67ed 100644
--- a/compat/delete.c
+++ b/compat/delete.c
@@ -2,7 +2,7 @@
This is the original UNIX interface name. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/fetch.c b/compat/fetch.c
index 1145df6..8396913 100644
--- a/compat/fetch.c
+++ b/compat/fetch.c
@@ -1,7 +1,7 @@
/* fetch.c - Find a key and return the associated data. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/ndbm.h b/compat/ndbm.h
index 034d1cd..71584a2 100644
--- a/compat/ndbm.h
+++ b/compat/ndbm.h
@@ -1,7 +1,7 @@
/* ndbm.h - The include file for ndbm users. */
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/seq.c b/compat/seq.c
index 770e8eb..39bfb51 100644
--- a/compat/seq.c
+++ b/compat/seq.c
@@ -2,7 +2,7 @@
user-visible routines that are used together. This is the DBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/compat/store.c b/compat/store.c
index 7afe7a1..5cb4e95 100644
--- a/compat/store.c
+++ b/compat/store.c
@@ -1,7 +1,7 @@
/* store.c - Add a new key/data pair to the database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index d884bcc..b67b176 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5d719ab..f5ac24b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/fdl.texi b/doc/fdl.texi
index 7d7127c..e1cecd2 100644
--- a/doc/fdl.texi
+++ b/doc/fdl.texi
@@ -5,8 +5,7 @@
@c hence no sectioning command or @node.
@display
-Copyright @copyright{} 2000--2002, 2007--2008, 2011, 2017--2022 Free
-Software Foundation, Inc.
+Copyright @copyright{} 2000--2023 Free Software Foundation, Inc.
@uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index 16aabd1..4017bc9 100644
--- a/doc/gdbm.3
+++ b/doc/gdbm.3
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2011-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2011-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 037ae07..4888968 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -43,8 +43,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 1989--1999, 2007--2022 Free Software Foundation,
-Inc.
+Copyright @copyright{} 1989--2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -529,7 +528,7 @@ returned from @code{gdbm_open} (or @code{gdbm_fd_open}, described below).
@anchor{gdbm_fd_open}
@deftypefn {gdbm interface} GDBM_FILE gdbm_fd_open (int @var{fd},@
const char *@var{name}, int @var{block_size}, @
- int @var{flags}, int @var{mode}, void (*@var{fatal_func})(const char *))
+ int @var{flags}, void (*@var{fatal_func})(const char *))
Alternative function for opening a @command{GDBM} database. The @var{fd}
argument is the file descriptor of the database file obtained by a
diff --git a/doc/gdbm_dump.1 b/doc/gdbm_dump.1
index 0111e7b..8b150aa 100644
--- a/doc/gdbm_dump.1
+++ b/doc/gdbm_dump.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2013-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2013-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/gdbm_load.1 b/doc/gdbm_load.1
index c4153d0..b19eaaa 100644
--- a/doc/gdbm_load.1
+++ b/doc/gdbm_load.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM. -*- nroff -*-
-.\" Copyright (C) 2011-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2011-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/gdbmtool.1 b/doc/gdbmtool.1
index 8ac4fcf..ebc3001 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM. -*- nroff -*-
-.\" Copyright (C) 2013-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2013-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/fuzz/build_seed.sh b/fuzz/build_seed.sh
index b6793e6..88d6668 100644
--- a/fuzz/build_seed.sh
+++ b/fuzz/build_seed.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# This file is part of GDBM.
-# Copyright (C) 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/fuzz/gdbm_fuzzer.c b/fuzz/gdbm_fuzzer.c
index 35344ad..79b5f9e 100644
--- a/fuzz/gdbm_fuzzer.c
+++ b/fuzz/gdbm_fuzzer.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/fuzz/gdbm_fuzzer.rc b/fuzz/gdbm_fuzzer.rc
index 9bced00..2221503 100644
--- a/fuzz/gdbm_fuzzer.rc
+++ b/fuzz/gdbm_fuzzer.rc
@@ -1,5 +1,5 @@
# Run commands for gdbm_fuzzer
-# Copyright (C) 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
diff --git a/po/Makevars b/po/Makevars
index 029fa12..2222774 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,5 +1,5 @@
# Gettext variables for GDBM
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 82fce18..ac1e829 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,5 @@
# List of GDBM source files which contain translatable strings.
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/Makefile.am b/src/Makefile.am
index 830272f..b90a5ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/avail.c b/src/avail.c
index 8f8669e..d57b63e 100644
--- a/src/avail.c
+++ b/src/avail.c
@@ -1,7 +1,7 @@
/* avail.c - avail block and stack handling functions. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/base64.c b/src/base64.c
index 15648b4..ee41f98 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/bucket.c b/src/bucket.c
index 7bc6e5b..dfdbe2d 100644
--- a/src/bucket.c
+++ b/src/bucket.c
@@ -1,7 +1,7 @@
/* bucket.c - The routines for playing with hash buckets. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/debug.c b/src/debug.c
index 6fb7fd8..b114c32 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright 2016-2022 Free Software Foundation, Inc.
+ Copyright 2016-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/falloc.c b/src/falloc.c
index 1c3115b..5c81cf9 100644
--- a/src/falloc.c
+++ b/src/falloc.c
@@ -1,7 +1,7 @@
/* falloc.c - The file space management routines for dbm. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/findkey.c b/src/findkey.c
index de8cbbf..488ff47 100644
--- a/src/findkey.c
+++ b/src/findkey.c
@@ -1,7 +1,7 @@
/* findkey.c - The routine that finds a key entry in the file. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/fullio.c b/src/fullio.c
index 8051883..9bcfded 100644
--- a/src/fullio.c
+++ b/src/fullio.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbm.h.in b/src/gdbm.h.in
index d164a81..6f601b1 100644
--- a/src/gdbm.h.in
+++ b/src/gdbm.h.in
@@ -1,7 +1,7 @@
/* gdbm.h - The include file for dbm users. -*- c -*- */
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbm.magic b/src/gdbm.magic
index 65fcf25..7d279d5 100644
--- a/src/gdbm.magic
+++ b/src/gdbm.magic
@@ -1,5 +1,5 @@
# A "magic" file for file(1).
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmclose.c b/src/gdbmclose.c
index 5f3a757..d6e1742 100644
--- a/src/gdbmclose.c
+++ b/src/gdbmclose.c
@@ -1,7 +1,7 @@
/* gdbmclose.c - Close a previously opened dbm file. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmconst.h b/src/gdbmconst.h
index de88977..b1bfd7a 100644
--- a/src/gdbmconst.h
+++ b/src/gdbmconst.h
@@ -1,7 +1,7 @@
/* gdbmconst.h - The constants defined for use in gdbm. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmcount.c b/src/gdbmcount.c
index 5e74b61..846d73a 100644
--- a/src/gdbmcount.c
+++ b/src/gdbmcount.c
@@ -1,7 +1,7 @@
/* gdbmcount.c - get number of items in a gdbm file. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index bad69e9..6e8f177 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -1,7 +1,7 @@
/* gdbmdefs.h - The include file for dbm. Defines structure and constants. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmdelete.c b/src/gdbmdelete.c
index 9206658..aac84f7 100644
--- a/src/gdbmdelete.c
+++ b/src/gdbmdelete.c
@@ -1,7 +1,7 @@
/* gdbmdelete.c - Remove the key and its associated data from the database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmdump.c b/src/gdbmdump.c
index 7caf805..cca3385 100644
--- a/src/gdbmdump.c
+++ b/src/gdbmdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmerrno.c b/src/gdbmerrno.c
index 1bc1a6e..a013a2b 100644
--- a/src/gdbmerrno.c
+++ b/src/gdbmerrno.c
@@ -1,7 +1,7 @@
/* gdbmerrno.c - convert gdbm errors into English. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmexists.c b/src/gdbmexists.c
index b6e1714..35cd2f0 100644
--- a/src/gdbmexists.c
+++ b/src/gdbmexists.c
@@ -1,7 +1,7 @@
/* gdbmexists.c - Check to see if a key exists */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmexp.c b/src/gdbmexp.c
index 6f20fe6..1917539 100644
--- a/src/gdbmexp.c
+++ b/src/gdbmexp.c
@@ -1,7 +1,7 @@
/* gdbmexp.c - Export a GDBM database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2007-2022 Free Software Foundation, Inc.
+ Copyright (C) 2007-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmfdesc.c b/src/gdbmfdesc.c
index e2a210f..3c2c173 100644
--- a/src/gdbmfdesc.c
+++ b/src/gdbmfdesc.c
@@ -1,7 +1,7 @@
/* gdbfdesc.c - return the file descriptor associated with the database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1999-2022 Free Software Foundation, Inc.
+ Copyright (C) 1999-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmfetch.c b/src/gdbmfetch.c
index b06ac3f..189507f 100644
--- a/src/gdbmfetch.c
+++ b/src/gdbmfetch.c
@@ -1,7 +1,7 @@
/* gdbmfetch.c - Find a key and return the associated data. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmimp.c b/src/gdbmimp.c
index 73c0b74..5966dba 100644
--- a/src/gdbmimp.c
+++ b/src/gdbmimp.c
@@ -1,7 +1,7 @@
/* gdbmimp.c - Import a GDBM database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2007-2022 Free Software Foundation, Inc.
+ Copyright (C) 2007-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmload.c b/src/gdbmload.c
index 03c5263..5a4f022 100644
--- a/src/gdbmload.c
+++ b/src/gdbmload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmopen.c b/src/gdbmopen.c
index 183159c..334e7a1 100644
--- a/src/gdbmopen.c
+++ b/src/gdbmopen.c
@@ -1,7 +1,7 @@
/* gdbmopen.c - Open the dbm file and initialize data structures for use. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmreorg.c b/src/gdbmreorg.c
index 7be188b..f92cc89 100644
--- a/src/gdbmreorg.c
+++ b/src/gdbmreorg.c
@@ -1,7 +1,7 @@
/* gdbmreorg.c - Reorganize the database file. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmseq.c b/src/gdbmseq.c
index 52bddbd..e5d523a 100644
--- a/src/gdbmseq.c
+++ b/src/gdbmseq.c
@@ -1,7 +1,7 @@
/* gdbmseq.c - Routines to visit all keys. Not in sorted order. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmsetopt.c b/src/gdbmsetopt.c
index 068d8d1..7bfa446 100644
--- a/src/gdbmsetopt.c
+++ b/src/gdbmsetopt.c
@@ -1,7 +1,7 @@
/* gdbmsetopt.c - set options pertaining to a GDBM descriptor. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmstore.c b/src/gdbmstore.c
index 7491ffc..1a275d4 100644
--- a/src/gdbmstore.c
+++ b/src/gdbmstore.c
@@ -1,7 +1,7 @@
/* gdbmstore.c - Add a new key/data pair to the database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gdbmsync.c b/src/gdbmsync.c
index f035cb1..cc39d38 100644
--- a/src/gdbmsync.c
+++ b/src/gdbmsync.c
@@ -1,7 +1,7 @@
/* gdbmsync.c - Sync the disk with the in memory state. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gettext.h b/src/gettext.h
index d705fd5..98291c9 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -1,5 +1,5 @@
/* Convenience header for conditional use of GNU <libintl.h>.
- Copyright (C) 1995-2022 Free Software Foundation, Inc.
+ Copyright (C) 1995-2023 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
diff --git a/src/hash.c b/src/hash.c
index 99c9636..05eea7e 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -1,7 +1,7 @@
/* hash.c - The gdbm hash function. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/lock.c b/src/lock.c
index f6d31a5..e6762f4 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -1,7 +1,7 @@
/* lock.c - Implement basic file locking for GDBM. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2008-2022 Free Software Foundation, Inc.
+ Copyright (C) 2008-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/mmap.c b/src/mmap.c
index 59f79e5..6f815f4 100644
--- a/src/mmap.c
+++ b/src/mmap.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM.
- Copyright (C) 2007-2022 Free Software Foundation, Inc.
+ Copyright (C) 2007-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/proto.h b/src/proto.h
index 40a396a..d80e308 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -1,7 +1,7 @@
/* proto.h - The prototypes for the dbm routines. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/recover.c b/src/recover.c
index 9ef43d1..bbaa55f 100644
--- a/src/recover.c
+++ b/src/recover.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/systems.h b/src/systems.h
index dd2ce1c..457b6c9 100644
--- a/src/systems.h
+++ b/src/systems.h
@@ -1,7 +1,7 @@
/* systems.h - Most of the system dependent code and defines are here. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/update.c b/src/update.c
index 2faa116..688af29 100644
--- a/src/update.c
+++ b/src/update.c
@@ -1,7 +1,7 @@
/* update.c - The routines for updating the file to a consistent state. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/version.c b/src/version.c
index d6e7f33..a5b57ca 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,7 +1,7 @@
/* version.c - This is file contains the version number for gdbm source. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 246fd88..4ad22e1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/atlocal.in b/tests/atlocal.in
index b5c4bd9..f1f8719 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,5 +1,5 @@
# @configure_input@ -*- shell-script -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/blocksize00.at b/tests/blocksize00.at
index c31f1da..fb6e1ec 100644
--- a/tests/blocksize00.at
+++ b/tests/blocksize00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/blocksize01.at b/tests/blocksize01.at
index eca653e..ba86d97 100644
--- a/tests/blocksize01.at
+++ b/tests/blocksize01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/blocksize02.at b/tests/blocksize02.at
index 46eb847..a4beb39 100644
--- a/tests/blocksize02.at
+++ b/tests/blocksize02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/cloexec00.at b/tests/cloexec00.at
index f58a072..cb9eb6d 100644
--- a/tests/cloexec00.at
+++ b/tests/cloexec00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/cloexec01.at b/tests/cloexec01.at
index 85860db..79ee1bb 100644
--- a/tests/cloexec01.at
+++ b/tests/cloexec01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/cloexec02.at b/tests/cloexec02.at
index 339744b..8860fd0 100644
--- a/tests/cloexec02.at
+++ b/tests/cloexec02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/cloexec03.at b/tests/cloexec03.at
index dbb8795..2b94fbc 100644
--- a/tests/cloexec03.at
+++ b/tests/cloexec03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/closerr.c b/tests/closerr.c
index 97f7a54..858ea66 100644
--- a/tests/closerr.c
+++ b/tests/closerr.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/conv.at b/tests/conv.at
index aa0676e..690e857 100644
--- a/tests/conv.at
+++ b/tests/conv.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/create00.at b/tests/create00.at
index 0be62df..c0ae7ca 100644
--- a/tests/create00.at
+++ b/tests/create00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/d_creat_ce.c b/tests/d_creat_ce.c
index 3b409dd..942de31 100644
--- a/tests/d_creat_ce.c
+++ b/tests/d_creat_ce.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmcreate00.at b/tests/dbmcreate00.at
index 94fac2f..a79a4c2 100644
--- a/tests/dbmcreate00.at
+++ b/tests/dbmcreate00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmcvt.at b/tests/dbmcvt.at
index bead747..0737358 100644
--- a/tests/dbmcvt.at
+++ b/tests/dbmcvt.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmdel00.at b/tests/dbmdel00.at
index 6809346..17ff4d5 100644
--- a/tests/dbmdel00.at
+++ b/tests/dbmdel00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmdel01.at b/tests/dbmdel01.at
index 27b129d..0324680 100644
--- a/tests/dbmdel01.at
+++ b/tests/dbmdel01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmdel02.at b/tests/dbmdel02.at
index e513199..dae1742 100644
--- a/tests/dbmdel02.at
+++ b/tests/dbmdel02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmfetch00.at b/tests/dbmfetch00.at
index 0b6db6d..4a0df16 100644
--- a/tests/dbmfetch00.at
+++ b/tests/dbmfetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmfetch01.at b/tests/dbmfetch01.at
index a20b689..34e1ac1 100644
--- a/tests/dbmfetch01.at
+++ b/tests/dbmfetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmfetch02.at b/tests/dbmfetch02.at
index faf72dc..533bd18 100644
--- a/tests/dbmfetch02.at
+++ b/tests/dbmfetch02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dbmfetch03.at b/tests/dbmfetch03.at
index 359d344..1333b92 100644
--- a/tests/dbmfetch03.at
+++ b/tests/dbmfetch03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/delete00.at b/tests/delete00.at
index ed79b21..d013fcf 100644
--- a/tests/delete00.at
+++ b/tests/delete00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/delete01.at b/tests/delete01.at
index 312d5ed..fee95ae 100644
--- a/tests/delete01.at
+++ b/tests/delete01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/delete02.at b/tests/delete02.at
index 1dc24aa..07a1dbc 100644
--- a/tests/delete02.at
+++ b/tests/delete02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dtdel.c b/tests/dtdel.c
index e2ac538..e067993 100644
--- a/tests/dtdel.c
+++ b/tests/dtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/dtdump.c b/tests/dtdump.c
index bb25348..cab617b 100644
--- a/tests/dtdump.c
+++ b/tests/dtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/dtfetch.c b/tests/dtfetch.c
index bad7df4..2840f9d 100644
--- a/tests/dtfetch.c
+++ b/tests/dtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/dtload.c b/tests/dtload.c
index f96b108..486efb3 100644
--- a/tests/dtload.c
+++ b/tests/dtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/dump00.at b/tests/dump00.at
index 781cc7b..e30e3ba 100644
--- a/tests/dump00.at
+++ b/tests/dump00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/fdop.c b/tests/fdop.c
index 90cebeb..4d0db71 100644
--- a/tests/fdop.c
+++ b/tests/fdop.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/fetch00.at b/tests/fetch00.at
index e13d799..ae9072e 100644
--- a/tests/fetch00.at
+++ b/tests/fetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/fetch01.at b/tests/fetch01.at
index 792ee4e..dda5111 100644
--- a/tests/fetch01.at
+++ b/tests/fetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/g_open_ce.c b/tests/g_open_ce.c
index 4a0cf23..0fd9f29 100644
--- a/tests/g_open_ce.c
+++ b/tests/g_open_ce.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/g_reorg_ce.c b/tests/g_reorg_ce.c
index da9fd9b..a544b4f 100644
--- a/tests/g_reorg_ce.c
+++ b/tests/g_reorg_ce.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gdbmtool00.at b/tests/gdbmtool00.at
index 80511ed..c7c5436 100644
--- a/tests/gdbmtool00.at
+++ b/tests/gdbmtool00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/gdbmtool01.at b/tests/gdbmtool01.at
index 3345b88..ea7df53 100644
--- a/tests/gdbmtool01.at
+++ b/tests/gdbmtool01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/gdbmtool02.at b/tests/gdbmtool02.at
index d4c5652..e9f1bb2 100644
--- a/tests/gdbmtool02.at
+++ b/tests/gdbmtool02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/gdbmtool03.at b/tests/gdbmtool03.at
index 8b8d716..a7c331e 100644
--- a/tests/gdbmtool03.at
+++ b/tests/gdbmtool03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/gtcacheopt.c b/tests/gtcacheopt.c
index 088e6d8..c92d894 100644
--- a/tests/gtcacheopt.c
+++ b/tests/gtcacheopt.c
@@ -30,7 +30,7 @@
LICENSE
This file is part of GDBM test suite.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtconv.c b/tests/gtconv.c
index 6471f50..8eabf29 100644
--- a/tests/gtconv.c
+++ b/tests/gtconv.c
@@ -45,7 +45,7 @@
LICENSE
This file is part of GDBM test suite.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtdel.c b/tests/gtdel.c
index 301e761..13abd1e 100644
--- a/tests/gtdel.c
+++ b/tests/gtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtdump.c b/tests/gtdump.c
index b2dd3c4..faeb304 100644
--- a/tests/gtdump.c
+++ b/tests/gtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtfetch.c b/tests/gtfetch.c
index 28ad48c..913a478 100644
--- a/tests/gtfetch.c
+++ b/tests/gtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtload.c b/tests/gtload.c
index 1fcafb2..5653a55 100644
--- a/tests/gtload.c
+++ b/tests/gtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtopt.c b/tests/gtopt.c
index 864750f..5d831db 100644
--- a/tests/gtopt.c
+++ b/tests/gtopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtrecover.c b/tests/gtrecover.c
index 7754052..eb07cfe 100644
--- a/tests/gtrecover.c
+++ b/tests/gtrecover.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gtver.c b/tests/gtver.c
index f673393..3cdb161 100644
--- a/tests/gtver.c
+++ b/tests/gtver.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/num2word.c b/tests/num2word.c
index e4d451b..1f89710 100644
--- a/tests/num2word.c
+++ b/tests/num2word.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/progname.h b/tests/progname.h
index 2a1e31e..9a8f409 100644
--- a/tests/progname.h
+++ b/tests/progname.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/setopt00.at b/tests/setopt00.at
index 30fd71e..4b8debc 100644
--- a/tests/setopt00.at
+++ b/tests/setopt00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/setopt01.at b/tests/setopt01.at
index ee504f2..496c03f 100644
--- a/tests/setopt01.at
+++ b/tests/setopt01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/setopt02.at b/tests/setopt02.at
index 5493ccf..8caa680 100644
--- a/tests/setopt02.at
+++ b/tests/setopt02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/t_dumpload.c b/tests/t_dumpload.c
index 92f20ca..cbfab81 100644
--- a/tests/t_dumpload.c
+++ b/tests/t_dumpload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/t_wordwrap.c b/tests/t_wordwrap.c
index 324b03d..72d3ff1 100644
--- a/tests/t_wordwrap.c
+++ b/tests/t_wordwrap.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/testsuite.at b/tests/testsuite.at
index a914a7f..da5bff4 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/version.at b/tests/version.at
index 3418977..50a89be 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/wordwrap.at b/tests/wordwrap.at
index 94e96a5..063b9d1 100644
--- a/tests/wordwrap.at
+++ b/tests/wordwrap.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 36b51e4..fcc5354 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tools/datconv.c b/tools/datconv.c
index dbe4097..2474e6f 100644
--- a/tools/datconv.c
+++ b/tools/datconv.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/err.c b/tools/err.c
index a2dd653..9b27f35 100644
--- a/tools/err.c
+++ b/tools/err.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gdbm_dump.c b/tools/gdbm_dump.c
index 2f37eac..c57b330 100644
--- a/tools/gdbm_dump.c
+++ b/tools/gdbm_dump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gdbm_load.c b/tools/gdbm_load.c
index 78ab6a8..9697e34 100644
--- a/tools/gdbm_load.c
+++ b/tools/gdbm_load.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gdbmapp.h b/tools/gdbmapp.h
index 94c04f6..6ef433c 100644
--- a/tools/gdbmapp.h
+++ b/tools/gdbmapp.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gdbmshell.c b/tools/gdbmshell.c
index 71cca72..5ab865d 100644
--- a/tools/gdbmshell.c
+++ b/tools/gdbmshell.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gdbmtool.c b/tools/gdbmtool.c
index 7e793b4..d1e54d8 100644
--- a/tools/gdbmtool.c
+++ b/tools/gdbmtool.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gdbmtool.h b/tools/gdbmtool.h
index 5e65c8e..dd436ad 100644
--- a/tools/gdbmtool.h
+++ b/tools/gdbmtool.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/gram.y b/tools/gram.y
index e052815..c67c3ec 100644
--- a/tools/gram.y
+++ b/tools/gram.y
@@ -1,6 +1,6 @@
%{
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/input-argv.c b/tools/input-argv.c
index 0142de3..d25fa00 100644
--- a/tools/input-argv.c
+++ b/tools/input-argv.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/input-file.c b/tools/input-file.c
index a386e19..3f26a1c 100644
--- a/tools/input-file.c
+++ b/tools/input-file.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/input-null.c b/tools/input-null.c
index 22a547b..71c292d 100644
--- a/tools/input-null.c
+++ b/tools/input-null.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/input-rl.c b/tools/input-rl.c
index 3565079..44c0063 100644
--- a/tools/input-rl.c
+++ b/tools/input-rl.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/input-std.c b/tools/input-std.c
index 5e60e0d..45e3fc0 100644
--- a/tools/input-std.c
+++ b/tools/input-std.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/lex.l b/tools/lex.l
index ae4525e..6706ce5 100644
--- a/tools/lex.l
+++ b/tools/lex.l
@@ -1,6 +1,6 @@
%{
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/mem.c b/tools/mem.c
index ac3f4c6..7f9ec4b 100644
--- a/tools/mem.c
+++ b/tools/mem.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/parseopt.c b/tools/parseopt.c
index 19a6576..98e6aea 100644
--- a/tools/parseopt.c
+++ b/tools/parseopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -664,7 +664,7 @@ print_version_only (void)
/* TRANSLATORS: Translate "(C)" to the copyright symbol
(C-in-a-circle), if this symbol is available in the user's
locale. Otherwise, do not translate "(C)"; leave it as-is. */
- printf (version_etc_copyright, _("(C)"), "2011-2022");
+ printf (version_etc_copyright, _("(C)"), "2011-2023");
putchar ('\n');
puts (license_text);
putchar ('\n');
diff --git a/tools/progname.c b/tools/progname.c
index 235e713..6e27a2b 100644
--- a/tools/progname.c
+++ b/tools/progname.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/util.c b/tools/util.c
index f652fa7..74e068d 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/var.c b/tools/var.c
index ccec5b9..ce62151 100644
--- a/tools/var.c
+++ b/tools/var.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2022 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tools/wordwrap.c b/tools/wordwrap.c
index 526ab04..8089fc9 100644
--- a/tools/wordwrap.c
+++ b/tools/wordwrap.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by