summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-01-02 10:35:47 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-01-02 10:35:47 +0200
commit42276af5bd0a48512a23f83db021b6e832c3fb92 (patch)
tree64807770d6c08e0380ff9110c613f049b4d1abb2
parentd38991be3ee99b158e889e78439fc21723154767 (diff)
downloadgdbm-42276af5bd0a48512a23f83db021b6e832c3fb92.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.texi2
-rw-r--r--doc/gdbm.32
-rw-r--r--doc/gdbm.texi2
-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_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
156 files changed, 157 insertions, 157 deletions
diff --git a/Makefile.am b/Makefile.am
index 77c93ce..59e2643 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 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 a7e535d..e597c6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU dbm NEWS -- history of user-visible changes. 2021-11-14
-Copyright (C) 1990-2021 Free Software Foundation, Inc.
+Copyright (C) 1990-2022 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 185c2e3..54af553 100644
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ To track the development, visit
* Copyright information:
-Copyright (C) 2011-2021 Free Software Foundation, Inc.
+Copyright (C) 2011-2022 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 02c09e4..c848244 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-2021 Free Software Foundation, Inc.
+Copyright (C) 1990-2022 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 e6e5534..9f62dad 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2011-2022 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 5f14f18..04f81f5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 3265c43..538b138 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 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 9fb79ad..ab2a3e1 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 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 7d76a11..03693ae 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 53b7fdb..6220430 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 9212d3e..2bad3c5 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 ddebb7b..f6b5ea1 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 f6c32c0..c5891ab 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 de0dd58..6c1fa70 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 ce645af..bebfc62 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 81bad63..881c4fb 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 c89ce0f..e0056c8 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 e2ad0a1..4656bcf 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 9123303..ed8d031 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 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 973eff1..72e389a 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 5b2bde0..dad5e17 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 5b39f5f..e67c814 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 4d2c300..1145df6 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 c5901df..034d1cd 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 2f48f10..770e8eb 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 69dac6f..7afe7a1 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 a59ad5a..699a29c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 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 dfb1a2a..5d719ab 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 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 d0ff5f2..7d7127c 100644
--- a/doc/fdl.texi
+++ b/doc/fdl.texi
@@ -5,7 +5,7 @@
@c hence no sectioning command or @node.
@display
-Copyright @copyright{} 2000-2002, 2007-2008, 2011, 2017-2021 Free
+Copyright @copyright{} 2000--2002, 2007--2008, 2011, 2017--2022 Free
Software Foundation, Inc.
@uref{http://fsf.org/}
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index 612795c..16aabd1 100644
--- a/doc/gdbm.3
+++ b/doc/gdbm.3
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2011-2021 Free Software Foundation, Inc.
+.\" Copyright (C) 2011-2022 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 2c5c049..1d136bb 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -43,7 +43,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 1989-1999, 2007-2021 Free Software Foundation,
+Copyright @copyright{} 1989--1999, 2007--2022 Free Software Foundation,
Inc.
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/gdbm_dump.1 b/doc/gdbm_dump.1
index a06ee2e..0111e7b 100644
--- a/doc/gdbm_dump.1
+++ b/doc/gdbm_dump.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2013-2021 Free Software Foundation, Inc.
+.\" Copyright (C) 2013-2022 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 62fabf6..c4153d0 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-2021 Free Software Foundation, Inc.
+.\" Copyright (C) 2011-2022 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 4d1dfcb..8ac4fcf 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM. -*- nroff -*-
-.\" Copyright (C) 2013-2021 Free Software Foundation, Inc.
+.\" Copyright (C) 2013-2022 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 5e92924..b6793e6 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 Free Software Foundation, Inc.
+# Copyright (C) 2021-2022 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 1dde503..35344ad 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 781aa75..9bced00 100644
--- a/fuzz/gdbm_fuzzer.rc
+++ b/fuzz/gdbm_fuzzer.rc
@@ -1,5 +1,5 @@
# Run commands for gdbm_fuzzer
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright (C) 2021-2022 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 a777c65..029fa12 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,5 +1,5 @@
# Gettext variables for GDBM
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 fc505a6..82fce18 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-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 c088cce..830272f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 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 c361d5a..8f8669e 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 17c2307..15648b4 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 2165ce1..6ce08ad 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 e5395fe..6fb7fd8 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-2021 Free Software Foundation, Inc.
+ Copyright 2016-2022 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 f621658..f1cad4f 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 2b713bc..d4c0d01 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 a15b2fd..8051883 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 280c161..d164a81 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 f685481..65fcf25 100644
--- a/src/gdbm.magic
+++ b/src/gdbm.magic
@@ -1,5 +1,5 @@
# A "magic" file for file(1).
-# Copyright (C) 2016-2021 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 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 82bf618..5f3a757 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 29d717a..de88977 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 3e6bb06..5e74b61 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 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 70ea596..b651f92 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 28b604e..948c8a1 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 e157dd3..7caf805 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 3b812eb..1bc1a6e 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 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 0062ca4..b6e1714 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 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 d297a35..6646bba 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2007-2022 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 d86f3ce..e2a210f 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999-2022 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 f567da2..b06ac3f 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 ae029e8..be98ed7 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2007-2022 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 228316f..03c5263 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 5e29efb..08d42bc 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 6199926..7be188b 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 956ba2b..f938c5a 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 15c7ada..561f33d 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-2022 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 21c0913..f860d80 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 ed20ef7..f035cb1 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 28c181f..d705fd5 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1995-2022 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 97402f7..99c9636 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 23711aa..423d130 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2008-2022 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 0e92473..59f79e5 100644
--- a/src/mmap.c
+++ b/src/mmap.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM.
- Copyright (C) 2007-2021 Free Software Foundation, Inc.
+ Copyright (C) 2007-2022 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 68b2bc3..3b03c73 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 fac6b17..dbc187b 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2016-2022 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 2413af5..dd2ce1c 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 b7d28f9..7e16eeb 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 ff0790e..d6e7f33 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 de63cd5..fac6826 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 a3643c7..b5c4bd9 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,5 +1,5 @@
# @configure_input@ -*- shell-script -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 f1182a1..c31f1da 100644
--- a/tests/blocksize00.at
+++ b/tests/blocksize00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2021 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 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 566c662..eca653e 100644
--- a/tests/blocksize01.at
+++ b/tests/blocksize01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2021 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 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 92cdc75..46eb847 100644
--- a/tests/blocksize02.at
+++ b/tests/blocksize02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2021 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 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 c4b70ae..f58a072 100644
--- a/tests/cloexec00.at
+++ b/tests/cloexec00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 40c6fb8..85860db 100644
--- a/tests/cloexec01.at
+++ b/tests/cloexec01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 b8dba49..339744b 100644
--- a/tests/cloexec02.at
+++ b/tests/cloexec02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 37135b8..dbb8795 100644
--- a/tests/cloexec03.at
+++ b/tests/cloexec03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 c925f9d..97f7a54 100644
--- a/tests/closerr.c
+++ b/tests/closerr.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 cc1cd3e..aa0676e 100644
--- a/tests/conv.at
+++ b/tests/conv.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 d6bf2e6..0be62df 100644
--- a/tests/create00.at
+++ b/tests/create00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 d43f90f..3b409dd 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 23eda4f..94fac2f 100644
--- a/tests/dbmcreate00.at
+++ b/tests/dbmcreate00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 9cf7fcf..bead747 100644
--- a/tests/dbmcvt.at
+++ b/tests/dbmcvt.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 bd7915b..6809346 100644
--- a/tests/dbmdel00.at
+++ b/tests/dbmdel00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 1b75960..27b129d 100644
--- a/tests/dbmdel01.at
+++ b/tests/dbmdel01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 8614b53..e513199 100644
--- a/tests/dbmdel02.at
+++ b/tests/dbmdel02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 82a4044..0b6db6d 100644
--- a/tests/dbmfetch00.at
+++ b/tests/dbmfetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 e7b3935..a20b689 100644
--- a/tests/dbmfetch01.at
+++ b/tests/dbmfetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 87c0c5f..faf72dc 100644
--- a/tests/dbmfetch02.at
+++ b/tests/dbmfetch02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 98c7530..359d344 100644
--- a/tests/dbmfetch03.at
+++ b/tests/dbmfetch03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 25c19d2..ed79b21 100644
--- a/tests/delete00.at
+++ b/tests/delete00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 343742d..312d5ed 100644
--- a/tests/delete01.at
+++ b/tests/delete01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 bcbcd4d..1dc24aa 100644
--- a/tests/delete02.at
+++ b/tests/delete02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 e25059b..e2ac538 100644
--- a/tests/dtdel.c
+++ b/tests/dtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 7eea500..bb25348 100644
--- a/tests/dtdump.c
+++ b/tests/dtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 7e9c6dc..bad7df4 100644
--- a/tests/dtfetch.c
+++ b/tests/dtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 83aa11e..f96b108 100644
--- a/tests/dtload.c
+++ b/tests/dtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 a5de494..781cc7b 100644
--- a/tests/dump00.at
+++ b/tests/dump00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 0820a98..90cebeb 100644
--- a/tests/fdop.c
+++ b/tests/fdop.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 5c64593..e13d799 100644
--- a/tests/fetch00.at
+++ b/tests/fetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 2e1954d..792ee4e 100644
--- a/tests/fetch01.at
+++ b/tests/fetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 62ab056..4a0cf23 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 d3f1349..da9fd9b 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 19b1bfc..80511ed 100644
--- a/tests/gdbmtool00.at
+++ b/tests/gdbmtool00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 8668b3e..3345b88 100644
--- a/tests/gdbmtool01.at
+++ b/tests/gdbmtool01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 634bafc..d4c5652 100644
--- a/tests/gdbmtool02.at
+++ b/tests/gdbmtool02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 60f7edc..8b8d716 100644
--- a/tests/gdbmtool03.at
+++ b/tests/gdbmtool03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 413329e..3f23714 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 46ca8a7..6471f50 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 c91255f..301e761 100644
--- a/tests/gtdel.c
+++ b/tests/gtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 e0c2f8b..b2dd3c4 100644
--- a/tests/gtdump.c
+++ b/tests/gtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 87ddb09..28ad48c 100644
--- a/tests/gtfetch.c
+++ b/tests/gtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 b7df9d2..d843111 100644
--- a/tests/gtload.c
+++ b/tests/gtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 77bebce..864750f 100644
--- a/tests/gtopt.c
+++ b/tests/gtopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 35d60df..7754052 100644
--- a/tests/gtrecover.c
+++ b/tests/gtrecover.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2016-2021 Free Software Foundation, Inc.
+ Copyright (C) 2016-2022 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 c21fe90..f673393 100644
--- a/tests/gtver.c
+++ b/tests/gtver.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 0c9e7f7..e4d451b 100644
--- a/tests/num2word.c
+++ b/tests/num2word.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 3ea8446..2a1e31e 100644
--- a/tests/progname.h
+++ b/tests/progname.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 aee03e7..30fd71e 100644
--- a/tests/setopt00.at
+++ b/tests/setopt00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 b05a4c6..ee504f2 100644
--- a/tests/setopt01.at
+++ b/tests/setopt01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 500fbee..5493ccf 100644
--- a/tests/setopt02.at
+++ b/tests/setopt02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 baf0f5b..324b03d 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 8bfc8fd..5eba99f 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 7f60330..3418977 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011-2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2022 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 a3031b6..94e96a5 100644
--- a/tests/wordwrap.at
+++ b/tests/wordwrap.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright (C) 2021-2022 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 1002d92..36b51e4 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 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 4d05f11..874e260 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 19ba6ef..a2dd653 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 ada191d..a480152 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 41cb820..b4691c9 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 d766358..1bccb3d 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 06a0d0c..3a85211 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 dfe7094..7e793b4 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 432e9a6..748a210 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 baf72af..6b09152 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 acb6544..0142de3 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 0c83555..a386e19 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 7bc95ce..22a547b 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 6d91bd5..3565079 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2016-2022 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 ca3059c..5e60e0d 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2016-2022 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 3d63687..fb1e49e 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 8b2da75..ac3f4c6 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 0169ae5..f32b8e6 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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
@@ -650,7 +650,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-2019");
+ printf (version_etc_copyright, _("(C)"), "2011-2022");
putchar ('\n');
puts (license_text);
putchar ('\n');
diff --git a/tools/progname.c b/tools/progname.c
index 63bbd15..235e713 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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 509524a..f652fa7 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 5a1d750..ccec5b9 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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 890291e..226cb54 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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