summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-04-08 22:26:54 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-04-08 22:26:54 +0300
commit155c3856ce84ec209f7648baef5b00a63ce77ce5 (patch)
treeb3f55c069c44925726fa2a438ebdf5082324e1a9
parenta0d6c1a8117c64b25e19ce2858b71bbc37c72128 (diff)
downloadgdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.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
-rwxr-xr-xdoc/gendocs.sh2
-rw-r--r--po/Makevars2
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/base64.c2
-rw-r--r--src/bucket.c2
-rw-r--r--src/datconv.c2
-rw-r--r--src/debug.c2
-rw-r--r--src/err.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/gdbm_dump.c2
-rw-r--r--src/gdbm_load.c2
-rw-r--r--src/gdbmapp.h2
-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/gdbmtool.c2
-rw-r--r--src/gdbmtool.h2
-rw-r--r--src/gettext.h2
-rw-r--r--src/gram.y2
-rw-r--r--src/hash.c2
-rw-r--r--src/input-argv.c2
-rw-r--r--src/input-file.c2
-rw-r--r--src/input-rl.c2
-rw-r--r--src/input-std.c2
-rw-r--r--src/lex.l2
-rw-r--r--src/lock.c2
-rw-r--r--src/mem.c2
-rw-r--r--src/mmap.c2
-rw-r--r--src/parseopt.c5
-rw-r--r--src/progname.c2
-rw-r--r--src/proto.h2
-rw-r--r--src/recover.c54
-rw-r--r--src/systems.h2
-rw-r--r--src/update.c2
-rw-r--r--src/util.c2
-rw-r--r--src/var.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/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/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/testsuite.at2
-rw-r--r--tests/version.at2
143 files changed, 171 insertions, 170 deletions
diff --git a/Makefile.am b/Makefile.am
index ecc03df..5356c17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2013, 2016-2018 Free Software Foundation,
+# Copyright (C) 2007, 2011, 2013, 2016-2019 Free Software Foundation,
# Inc.
#
# GDBM is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index b9ddff0..cb1ee4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU dbm NEWS -- history of user-visible changes. 2018-10-27
-Copyright (C) 1990-2018 Free Software Foundation, Inc.
+Copyright (C) 1990-2019 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 e3cdd6d..747d1a2 100644
--- a/README
+++ b/README
@@ -90,7 +90,7 @@ To track the development, visit
* Copyright information:
-Copyright (C) 2011, 2016-2018 Free Software Foundation, Inc.
+Copyright (C) 2011, 2016-2019 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 b700adc..1982390 100644
--- a/README-alpha
+++ b/README-alpha
@@ -68,7 +68,7 @@ See the files INSTALL and README for the detailed instructions.
* Copyright information:
Copyright information:
-Copyright (C) 1990-2011, 2017-2018 Free Software Foundation, Inc.
+Copyright (C) 1990-2011, 2017-2019 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 c0c9d39..ac5da51 100644
--- a/README-hacking
+++ b/README-hacking
@@ -33,7 +33,7 @@ Once done, proceed as described in the file README.
* Copyright information
-Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+Copyright (C) 2011, 2017-2019 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 c5e8d01..3203df2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 ae29736..7300d56 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2014, 2017-2018 Free Software Foundation,
+# Copyright (C) 2007, 2011, 2014, 2017-2019 Free Software Foundation,
# Inc.
#
# GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/close.c b/compat/close.c
index 4069745..f575b3a 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, 2007, 2011, 2017-2018 Free Software Foundation,
+ Copyright (C) 1993, 2007, 2011, 2017-2019 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbm-priv.h b/compat/dbm-priv.h
index 6e0200f..a6d614e 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbm.h b/compat/dbm.h
index 7b97f31..10ea941 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-2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 8f4b8c3..5601b0e 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmdelete.c b/compat/dbmdelete.c
index 3a303a1..db1b146 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmdirfno.c b/compat/dbmdirfno.c
index baba032..8295776 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-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmerr.c b/compat/dbmerr.c
index 0da76f9..b7f70f1 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, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 e4d3d4a..c8ac6fa 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbminit.c b/compat/dbminit.c
index aedf4f3..01170b9 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-1991, 1993, 2007, 2011, 2016-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmopen.c b/compat/dbmopen.c
index 0538992..93757b8 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-1991, 1993, 2007, 2011, 2016-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmpagfno.c b/compat/dbmpagfno.c
index 71402af..048c0e3 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmrdonly.c b/compat/dbmrdonly.c
index 68bd886..e5264db 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, 2007, 2011, 2017-2018 Free Software Foundation,
+ Copyright (C) 1993, 2007, 2011, 2017-2019 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmseq.c b/compat/dbmseq.c
index 54df8dc..2227417 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmstore.c b/compat/dbmstore.c
index 5ef1e89..227b0af 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/delete.c b/compat/delete.c
index 7b4d459..facccd3 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/fetch.c b/compat/fetch.c
index 654578d..075b9f1 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/ndbm.h b/compat/ndbm.h
index be021f9..66aa3a7 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-2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 1270a7d..2d2b3a5 100644
--- a/compat/seq.c
+++ b/compat/seq.c
@@ -2,7 +2,7 @@
user-visable routines that are used together. This is the DBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/store.c b/compat/store.c
index b978ef4..cb28ecd 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-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/configure.ac b/configure.ac
index e45e1aa..4302526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2007, 2009, 2011, 2013-2014, 2016-2018 Free Software
+# Copyright (C) 2007, 2009, 2011, 2013-2014, 2016-2019 Free Software
# Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c8e9098..96ba74d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2014-2018 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2014-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 d37f56d..380865e 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-2018 Free
+Copyright @copyright{} 2000-2002, 2007-2008, 2011, 2017-2019 Free
Software Foundation, Inc.
@uref{http://fsf.org/}
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index d36a852..3e3ceea 100644
--- a/doc/gdbm.3
+++ b/doc/gdbm.3
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc.
+.\" Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
.\"
.\" GDBM is free 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 4a0b1a7..e81f993 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -44,7 +44,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 1989-1999, 2007-2018 Free Software Foundation,
+Copyright @copyright{} 1989-1999, 2007-2019 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 da1d303..647663d 100644
--- a/doc/gdbm_dump.1
+++ b/doc/gdbm_dump.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2013, 2017-2018 Free Software Foundation, Inc.
+.\" Copyright (C) 2013, 2017-2019 Free Software Foundation, Inc.
.\"
.\" GDBM is free 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 79f70b5..b20c82d 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, 2013, 2017-2018 Free Software Foundation, Inc.
+.\" Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
.\"
.\" GDBM is free 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 c5d5f9e..ec3e3a4 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM. -*- nroff -*-
-.\" Copyright (C) 2013, 2016-2018 Free Software Foundation, Inc.
+.\" Copyright (C) 2013, 2016-2019 Free Software Foundation, Inc.
.\"
.\" GDBM is free 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/gendocs.sh b/doc/gendocs.sh
index 7839118..7f0a4e7 100755
--- a/doc/gendocs.sh
+++ b/doc/gendocs.sh
@@ -4,7 +4,7 @@
scriptversion=2015-02-28.17
-# Copyright 2003-2013, 2017-2018 Free Software Foundation, Inc.
+# Copyright 2003-2013, 2017-2019 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 by
diff --git a/po/Makevars b/po/Makevars
index 19650d9..939b0bc 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,5 +1,5 @@
# Gettext variables for GDBM
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 7f14ab8..f19f1a5 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, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 2710bf0..e34bb7e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2016-2018 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2016-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 fc7136a..1ef1a83 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, 2013, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 3d267e2..b88972e 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/datconv.c b/src/datconv.c
index d29ec84..f5b893f 100644
--- a/src/datconv.c
+++ b/src/datconv.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/debug.c b/src/debug.c
index 08957ed..073207f 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-2018 Free Software Foundation, Inc.
+ Copyright 2016-2019 Free Software Foundation, Inc.
GDBM is free 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/err.c b/src/err.c
index 300f2e1..c59778a 100644
--- a/src/err.c
+++ b/src/err.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 7a94afb..445b5ad 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-1991, 1993-1994, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993-1994, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/findkey.c b/src/findkey.c
index 5560b28..6e4bccd 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/fullio.c b/src/fullio.c
index 0efa96d..560c456 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, 2013, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 f5eadc5..e537d54 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-1991, 1993, 2011, 2016-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2011, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbm.magic b/src/gdbm.magic
index c83be7a..007320a 100644
--- a/src/gdbm.magic
+++ b/src/gdbm.magic
@@ -1,5 +1,5 @@
# A "magic" file for file(1).
-# Copyright (C) 2016-2018 Free Software Foundation, Inc.
+# Copyright (C) 2016-2019 Free Software Foundation, Inc.
#
# GDBM is free 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_dump.c b/src/gdbm_dump.c
index 82fb5af..8e78fc9 100644
--- a/src/gdbm_dump.c
+++ b/src/gdbm_dump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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_load.c b/src/gdbm_load.c
index 2d96ada..0973854 100644
--- a/src/gdbm_load.c
+++ b/src/gdbm_load.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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/gdbmapp.h b/src/gdbmapp.h
index 141e233..2df4aa1 100644
--- a/src/gdbmapp.h
+++ b/src/gdbmapp.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 c438ec1..6e21320 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-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmconst.h b/src/gdbmconst.h
index 250402b..d30da3a 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmcount.c b/src/gdbmcount.c
index bacad83..85d234a 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-1994, 2007, 2011, 2013, 2016-2018 Free Software
+ Copyright (C) 1993-1994, 2007, 2011, 2013, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index 9740b16..7dc15ee 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmdelete.c b/src/gdbmdelete.c
index ff13a1a..6e558eb 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmdump.c b/src/gdbmdump.c
index a8c4ec5..667d51c 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, 2013, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 6758272..8aa58a4 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, 2007, 2011, 2013, 2016-2018 Free Software
+ Copyright (C) 1993, 2007, 2011, 2013, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmexists.c b/src/gdbmexists.c
index 8c837f7..49f3dff 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, 2007, 2011, 2013, 2016-2018 Free Software
+ Copyright (C) 1993, 2007, 2011, 2013, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmexp.c b/src/gdbmexp.c
index 56a792a..4b8d449 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, 2011, 2013, 2016-2018 Free Software Foundation,
+ Copyright (C) 2007, 2011, 2013, 2016-2019 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmfdesc.c b/src/gdbmfdesc.c
index 67756bf..58e6281 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, 2007, 2011, 2013, 2017-2018 Free Software
+ Copyright (C) 1999, 2007, 2011, 2013, 2017-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmfetch.c b/src/gdbmfetch.c
index d591058..a5e1597 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmimp.c b/src/gdbmimp.c
index 5a4d166..f1fd4bc 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, 2011, 2013, 2016-2018 Free Software Foundation,
+ Copyright (C) 2007, 2011, 2013, 2016-2019 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmload.c b/src/gdbmload.c
index f5b7869..de08949 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, 2013, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 42f429d..c68834c 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmreorg.c b/src/gdbmreorg.c
index 2e207e9..0ca8133 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmseq.c b/src/gdbmseq.c
index ee7ebf3..89235ca 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmsetopt.c b/src/gdbmsetopt.c
index 865f5a5..c132335 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-1994, 2007, 2011, 2013, 2016-2018 Free Software
+ Copyright (C) 1993-1994, 2007, 2011, 2013, 2016-2019 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmstore.c b/src/gdbmstore.c
index b8a1e66..9c1f14b 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmsync.c b/src/gdbmsync.c
index a75952b..ecb3ef5 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmtool.c b/src/gdbmtool.c
index bbadbae..9bd23ea 100644
--- a/src/gdbmtool.c
+++ b/src/gdbmtool.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gdbmtool.h b/src/gdbmtool.h
index aee483c..0bd3a81 100644
--- a/src/gdbmtool.h
+++ b/src/gdbmtool.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/gettext.h b/src/gettext.h
index 1814074..1da078d 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-1998, 2000-2002, 2004-2006, 2009, 2013, 2017-2018
+ Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009, 2013, 2017-2019
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/src/gram.y b/src/gram.y
index 6c79c7a..aa2ee87 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -1,6 +1,6 @@
%{
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/hash.c b/src/hash.c
index 498d515..34e0e09 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-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/input-argv.c b/src/input-argv.c
index bb4ab72..d03bbe6 100644
--- a/src/input-argv.c
+++ b/src/input-argv.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
GDBM is free 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/input-file.c b/src/input-file.c
index 5cbb030..5e88f7d 100644
--- a/src/input-file.c
+++ b/src/input-file.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
GDBM is free 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/input-rl.c b/src/input-rl.c
index e239939..19463ee 100644
--- a/src/input-rl.c
+++ b/src/input-rl.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2016-2019 Free Software Foundation, Inc.
GDBM is free 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/input-std.c b/src/input-std.c
index 6a95eb6..4a06712 100644
--- a/src/input-std.c
+++ b/src/input-std.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2016-2019 Free Software Foundation, Inc.
GDBM is free 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/lex.l b/src/lex.l
index 0318031..fa42ff8 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -1,6 +1,6 @@
%{
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/lock.c b/src/lock.c
index 751b678..99922fe 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, 2011, 2013, 2017-2018 Free Software Foundation,
+ Copyright (C) 2008, 2011, 2013, 2017-2019 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/mem.c b/src/mem.c
index 7050cb0..42fe89f 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 148b852..3d57b11 100644
--- a/src/mmap.c
+++ b/src/mmap.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM.
- Copyright (C) 2007, 2011, 2013, 2016-2018 Free Software Foundation,
+ Copyright (C) 2007, 2011, 2013, 2016-2019 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/parseopt.c b/src/parseopt.c
index a7b504f..268e080 100644
--- a/src/parseopt.c
+++ b/src/parseopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -538,7 +538,8 @@ 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-2017");
+ printf (version_etc_copyright, _("(C)"), "2011-2019");
+ putchar ('\n');
puts (license_text);
putchar ('\n');
}
diff --git a/src/progname.c b/src/progname.c
index b074905..6378b4b 100644
--- a/src/progname.c
+++ b/src/progname.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 e3b6a45..57f9e3c 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-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/recover.c b/src/recover.c
index f1603d9..8d34bec 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2016-2019 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -155,36 +155,36 @@ _gdbm_finish_transfer (GDBM_FILE dbf, GDBM_FILE new_dbf,
free (dbf->bucket_cache);
}
- dbf->lock_type = new_dbf->lock_type;
- dbf->desc = new_dbf->desc;
- dbf->header = new_dbf->header;
- dbf->dir = new_dbf->dir;
- dbf->bucket = new_dbf->bucket;
- dbf->bucket_dir = new_dbf->bucket_dir;
- dbf->last_read = new_dbf->last_read;
- dbf->bucket_cache = new_dbf->bucket_cache;
- dbf->cache_size = new_dbf->cache_size;
- dbf->header_changed = new_dbf->header_changed;
- dbf->directory_changed = new_dbf->directory_changed;
- dbf->bucket_changed = new_dbf->bucket_changed;
- dbf->second_changed = new_dbf->second_changed;
-
- free (new_dbf->name);
- free (new_dbf);
+ dbf->lock_type = new_dbf->lock_type;
+ dbf->desc = new_dbf->desc;
+ dbf->header = new_dbf->header;
+ dbf->dir = new_dbf->dir;
+ dbf->bucket = new_dbf->bucket;
+ dbf->bucket_dir = new_dbf->bucket_dir;
+ dbf->last_read = new_dbf->last_read;
+ dbf->bucket_cache = new_dbf->bucket_cache;
+ dbf->cache_size = new_dbf->cache_size;
+ dbf->header_changed = new_dbf->header_changed;
+ dbf->directory_changed = new_dbf->directory_changed;
+ dbf->bucket_changed = new_dbf->bucket_changed;
+ dbf->second_changed = new_dbf->second_changed;
+
+ free (new_dbf->name);
+ free (new_dbf);
#if HAVE_MMAP
- /* Re-initialize mapping if required */
- if (dbf->memory_mapping)
- _gdbm_mapped_init (dbf);
+ /* Re-initialize mapping if required */
+ if (dbf->memory_mapping)
+ _gdbm_mapped_init (dbf);
#endif
- /* Make sure the new database is all on disk. */
- gdbm_file_sync (dbf);
-
- /* Force the right stuff for a correct bucket cache. */
- dbf->cache_entry = &dbf->bucket_cache[0];
- return _gdbm_get_bucket (dbf, 0);
- }
+ /* Make sure the new database is all on disk. */
+ gdbm_file_sync (dbf);
+
+ /* Force the right stuff for a correct bucket cache. */
+ dbf->cache_entry = &dbf->bucket_cache[0];
+ return _gdbm_get_bucket (dbf, 0);
+}
int
_gdbm_next_bucket_dir (GDBM_FILE dbf, int bucket_dir)
diff --git a/src/systems.h b/src/systems.h
index f269060..aee790e 100644
--- a/src/systems.h
+++ b/src/systems.h
@@ -1,7 +1,7 @@
/* systems.h - Most of the system dependant code and defines are here. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/update.c b/src/update.c
index d10d31f..44be33c 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-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/util.c b/src/util.c
index 3493366..7ae549e 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/var.c b/src/var.c
index 4765bc9..d1b0c59 100644
--- a/src/var.c
+++ b/src/var.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/src/version.c b/src/version.c
index f742ba3..72c2b70 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-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dbe17dd..a116172 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 9f57aa9..29017bb 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,5 +1,5 @@
# @configure_input@ -*- shell-script -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 495824d..ff8c973 100644
--- a/tests/blocksize00.at
+++ b/tests/blocksize00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2018 Free Software Foundation, Inc.
+# Copyright (C) 2016-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 d553e32..e855922 100644
--- a/tests/blocksize01.at
+++ b/tests/blocksize01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2018 Free Software Foundation, Inc.
+# Copyright (C) 2016-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 bab3291..01a0c43 100644
--- a/tests/blocksize02.at
+++ b/tests/blocksize02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016-2018 Free Software Foundation, Inc.
+# Copyright (C) 2016-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 78de42e..5157ec8 100644
--- a/tests/cloexec00.at
+++ b/tests/cloexec00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 5047646..cf3d2b7 100644
--- a/tests/cloexec01.at
+++ b/tests/cloexec01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 c6099df..4381d73 100644
--- a/tests/cloexec02.at
+++ b/tests/cloexec02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 ace9270..adeabaa 100644
--- a/tests/cloexec03.at
+++ b/tests/cloexec03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 5bc8fdc..39fb0b7 100644
--- a/tests/closerr.c
+++ b/tests/closerr.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2018 Free Software Foundation, Inc.
+ Copyright (C) 2018-2019 Free Software Foundation, Inc.
GDBM is free 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 aa207d4..69ee0f6 100644
--- a/tests/create00.at
+++ b/tests/create00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 271bbd2..b20b3c2 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, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 b4ebd01..c9c9d5a 100644
--- a/tests/dbmcreate00.at
+++ b/tests/dbmcreate00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 c8d89d9..500d836 100644
--- a/tests/dbmcvt.at
+++ b/tests/dbmcvt.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 d99956f..e803008 100644
--- a/tests/dbmdel00.at
+++ b/tests/dbmdel00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 be611cc..21c33b3 100644
--- a/tests/dbmdel01.at
+++ b/tests/dbmdel01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 d36fc34..ae70ba3 100644
--- a/tests/dbmdel02.at
+++ b/tests/dbmdel02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 596ab33..d964e5c 100644
--- a/tests/dbmfetch00.at
+++ b/tests/dbmfetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 cf82ac6..9be5d54 100644
--- a/tests/dbmfetch01.at
+++ b/tests/dbmfetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 90a746b..75419a2 100644
--- a/tests/dbmfetch02.at
+++ b/tests/dbmfetch02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 6e2455c..3e00438 100644
--- a/tests/dbmfetch03.at
+++ b/tests/dbmfetch03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 fa48c42..c3702e3 100644
--- a/tests/delete00.at
+++ b/tests/delete00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 382d22b..c3b48b8 100644
--- a/tests/delete01.at
+++ b/tests/delete01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 94c3462..1a3e4dd 100644
--- a/tests/delete02.at
+++ b/tests/delete02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 862939f..64e04a0 100644
--- a/tests/dtdel.c
+++ b/tests/dtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 6da7761..1daf277 100644
--- a/tests/dtdump.c
+++ b/tests/dtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 6743ee7..f6eb336 100644
--- a/tests/dtfetch.c
+++ b/tests/dtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 6eaea6d..19d9174 100644
--- a/tests/dtload.c
+++ b/tests/dtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 740d3c0..331f92d 100644
--- a/tests/dump00.at
+++ b/tests/dump00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018 Free Software Foundation, Inc.
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 99ba145..e86435e 100644
--- a/tests/fdop.c
+++ b/tests/fdop.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 2dd2f6a..d3772d7 100644
--- a/tests/fetch00.at
+++ b/tests/fetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 3114f38..c60aba3 100644
--- a/tests/fetch01.at
+++ b/tests/fetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 dcc849c..acc389f 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, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 3ec14fa..b769127 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, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 baec9a4..58db866 100644
--- a/tests/gdbmtool00.at
+++ b/tests/gdbmtool00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018 Free Software Foundation, Inc.
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 91203f6..69eeb55 100644
--- a/tests/gdbmtool01.at
+++ b/tests/gdbmtool01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018 Free Software Foundation, Inc.
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 0c2d35f..33e96ad 100644
--- a/tests/gdbmtool02.at
+++ b/tests/gdbmtool02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018 Free Software Foundation, Inc.
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 309bb6d..00ac179 100644
--- a/tests/gdbmtool03.at
+++ b/tests/gdbmtool03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2018 Free Software Foundation, Inc.
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 d0c711d..0870168 100644
--- a/tests/gtdel.c
+++ b/tests/gtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 fb27997..d6e80ed 100644
--- a/tests/gtdump.c
+++ b/tests/gtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 5070fcc..9e5d8d8 100644
--- a/tests/gtfetch.c
+++ b/tests/gtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 1493236..7cc5f58 100644
--- a/tests/gtload.c
+++ b/tests/gtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 236ae92..344d687 100644
--- a/tests/gtopt.c
+++ b/tests/gtopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 f5e6f97..a4558ee 100644
--- a/tests/gtrecover.c
+++ b/tests/gtrecover.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2016-2019 Free Software Foundation, Inc.
GDBM is free 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 573b428..934ae8f 100644
--- a/tests/gtver.c
+++ b/tests/gtver.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 2a1878a..b315718 100644
--- a/tests/num2word.c
+++ b/tests/num2word.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 a18c86f..277e129 100644
--- a/tests/progname.h
+++ b/tests/progname.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
GDBM is free 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 04f0229..4ef915b 100644
--- a/tests/setopt00.at
+++ b/tests/setopt00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 6c2167a..1fc7775 100644
--- a/tests/setopt01.at
+++ b/tests/setopt01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 efc2705..c788193 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free 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 0cd4b62..5377c14 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by