From 4fe3e7289947b7ec3bd23bd70cdc9943d7892764 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 27 Jan 2020 13:02:53 +0200 Subject: Update copyright years --- Makefile.am | 2 +- NEWS | 2 +- README | 2 +- README-alpha | 2 +- README-hacking | 2 +- bootstrap | 2 +- compat/Makefile.am | 2 +- compat/close.c | 2 +- compat/dbm-priv.h | 2 +- compat/dbm.h | 2 +- compat/dbmclose.c | 2 +- compat/dbmdelete.c | 2 +- compat/dbmdirfno.c | 2 +- compat/dbmerr.c | 2 +- compat/dbmfetch.c | 2 +- compat/dbminit.c | 2 +- compat/dbmopen.c | 2 +- compat/dbmpagfno.c | 2 +- compat/dbmrdonly.c | 2 +- compat/dbmseq.c | 2 +- compat/dbmstore.c | 2 +- compat/delete.c | 2 +- compat/fetch.c | 2 +- compat/ndbm.h | 2 +- compat/seq.c | 2 +- compat/store.c | 2 +- configure.ac | 4 ++-- doc/Makefile.am | 2 +- doc/fdl.texi | 2 +- doc/gdbm.3 | 6 +++--- doc/gdbm.texi | 2 +- doc/gdbm_dump.1 | 2 +- doc/gdbm_load.1 | 2 +- doc/gdbmtool.1 | 2 +- doc/gendocs.sh | 2 +- po/Makevars | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 2 +- src/base64.c | 2 +- src/bucket.c | 2 +- src/datconv.c | 2 +- src/debug.c | 2 +- src/err.c | 2 +- src/falloc.c | 2 +- src/findkey.c | 2 +- src/fullio.c | 2 +- src/gdbm.h.in | 2 +- src/gdbm.magic | 2 +- src/gdbm_dump.c | 2 +- src/gdbm_load.c | 2 +- src/gdbmapp.h | 2 +- src/gdbmclose.c | 2 +- src/gdbmconst.h | 2 +- src/gdbmcount.c | 2 +- src/gdbmdefs.h | 2 +- src/gdbmdelete.c | 2 +- src/gdbmdump.c | 2 +- src/gdbmerrno.c | 2 +- src/gdbmexists.c | 2 +- src/gdbmexp.c | 2 +- src/gdbmfdesc.c | 2 +- src/gdbmfetch.c | 2 +- src/gdbmimp.c | 2 +- src/gdbmload.c | 2 +- src/gdbmopen.c | 2 +- src/gdbmreorg.c | 2 +- src/gdbmseq.c | 2 +- src/gdbmsetopt.c | 2 +- src/gdbmstore.c | 2 +- src/gdbmsync.c | 2 +- src/gdbmtool.c | 2 +- src/gdbmtool.h | 2 +- src/gettext.h | 2 +- src/gram.y | 2 +- src/hash.c | 2 +- src/input-argv.c | 2 +- src/input-file.c | 2 +- src/input-rl.c | 2 +- src/input-std.c | 2 +- src/lex.l | 2 +- src/lock.c | 2 +- src/mem.c | 2 +- src/mmap.c | 2 +- src/parseopt.c | 2 +- src/progname.c | 2 +- src/proto.h | 2 +- src/recover.c | 2 +- src/systems.h | 2 +- src/update.c | 2 +- src/util.c | 2 +- src/var.c | 2 +- src/version.c | 2 +- tests/Makefile.am | 2 +- tests/atlocal.in | 2 +- tests/blocksize00.at | 2 +- tests/blocksize01.at | 2 +- tests/blocksize02.at | 2 +- tests/cloexec00.at | 2 +- tests/cloexec01.at | 2 +- tests/cloexec02.at | 2 +- tests/cloexec03.at | 2 +- tests/closerr.c | 2 +- tests/create00.at | 2 +- tests/d_creat_ce.c | 2 +- tests/dbmcreate00.at | 2 +- tests/dbmcvt.at | 2 +- tests/dbmdel00.at | 2 +- tests/dbmdel01.at | 2 +- tests/dbmdel02.at | 2 +- tests/dbmfetch00.at | 2 +- tests/dbmfetch01.at | 2 +- tests/dbmfetch02.at | 2 +- tests/dbmfetch03.at | 2 +- tests/delete00.at | 2 +- tests/delete01.at | 2 +- tests/delete02.at | 2 +- tests/dtdel.c | 2 +- tests/dtdump.c | 2 +- tests/dtfetch.c | 2 +- tests/dtload.c | 2 +- tests/dump00.at | 2 +- tests/fdop.c | 2 +- tests/fetch00.at | 2 +- tests/fetch01.at | 2 +- tests/g_open_ce.c | 2 +- tests/g_reorg_ce.c | 2 +- tests/gdbmtool00.at | 2 +- tests/gdbmtool01.at | 2 +- tests/gdbmtool02.at | 2 +- tests/gdbmtool03.at | 2 +- tests/gtdel.c | 2 +- tests/gtdump.c | 2 +- tests/gtfetch.c | 2 +- tests/gtload.c | 2 +- tests/gtopt.c | 2 +- tests/gtrecover.c | 2 +- tests/gtver.c | 2 +- tests/num2word.c | 2 +- tests/progname.h | 2 +- tests/setopt00.at | 2 +- tests/setopt01.at | 2 +- tests/testsuite.at | 2 +- tests/version.at | 2 +- 143 files changed, 146 insertions(+), 146 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5356c17..339c76c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- Makefile -*- -# Copyright (C) 2007, 2011, 2013, 2016-2019 Free Software Foundation, +# Copyright (C) 2007, 2011, 2013, 2016-2020 Free Software Foundation, # Inc. # # GDBM is free software; you can redistribute it and/or modify diff --git a/NEWS b/NEWS index c815aff..12d5757 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU dbm NEWS -- history of user-visible changes. 2020-10-09 +GNU dbm NEWS -- history of user-visible changes. 2020-12-23 Copyright (C) 1990-2020 Free Software Foundation, Inc. See the end of file for copying conditions. diff --git a/README b/README index 747d1a2..62c467c 100644 --- a/README +++ b/README @@ -90,7 +90,7 @@ To track the development, visit * Copyright information: -Copyright (C) 2011, 2016-2019 Free Software Foundation, Inc. +Copyright (C) 2011, 2016-2020 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 1982390..fc0d545 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-2019 Free Software Foundation, Inc. +Copyright (C) 1990-2011, 2017-2020 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 ac5da51..c9511cf 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-2019 Free Software Foundation, Inc. +Copyright (C) 2011, 2017-2020 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 3203df2..9767025 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2019 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 Free Software Foundation, Inc. # # GDBM is free 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 7300d56..ede88aa 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-2019 Free Software Foundation, +# Copyright (C) 2007, 2011, 2014, 2017-2020 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 f575b3a..ca2c581 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-2019 Free Software Foundation, + Copyright (C) 1993, 2007, 2011, 2017-2020 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 a6d614e..f40e3d4 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 10ea941..002e4d4 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-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 5601b0e..4a4a2a4 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 db1b146..533021c 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 8295776..0512fd1 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 b7f70f1..da3ec6b 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 c8ac6fa..1a7c1fa 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 01170b9..f8bfc55 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2020 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 93757b8..bf1fe5a 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2020 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 048c0e3..f80e574 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 e5264db..8354118 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-2019 Free Software Foundation, + Copyright (C) 1993, 2007, 2011, 2017-2020 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 2227417..a86494f 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 227b0af..362f191 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 facccd3..68eb723 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 075b9f1..9fffb7d 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 66aa3a7..2d316e4 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-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 2d2b3a5..b8a73ab 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 cb28ecd..d5cec1d 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free software; you can redistribute it and/or modify diff --git a/configure.ac b/configure.ac index 0f0ca0a..c840a46 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-2019 Free Software +# Copyright (C) 2007, 2009, 2011, 2013-2014, 2016-2020 Free Software # Foundation, Inc. # # GDBM is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ m4_define([_GDBM_VERSION_MAJOR], 1) m4_define([_GDBM_VERSION_MINOR], 18) -m4_define([_GDBM_VERSION_PATCH], 1) +m4_define([_GDBM_VERSION_PATCH], 90) AC_INIT([gdbm], _GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH), diff --git a/doc/Makefile.am b/doc/Makefile.am index 96ba74d..17cf60c 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-2019 Free Software Foundation, Inc. +# Copyright (C) 2007, 2011, 2014-2020 Free Software Foundation, Inc. # # GDBM is free 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 380865e..c6c9d40 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-2019 Free +Copyright @copyright{} 2000-2002, 2007-2008, 2011, 2017-2020 Free Software Foundation, Inc. @uref{http://fsf.org/} diff --git a/doc/gdbm.3 b/doc/gdbm.3 index 3e3ceea..2c9869a 100644 --- a/doc/gdbm.3 +++ b/doc/gdbm.3 @@ -1,5 +1,5 @@ .\" This file is part of GDBM. -.\" Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc. +.\" Copyright (C) 2011, 2013, 2016-2020 Free Software Foundation, Inc. .\" .\" GDBM is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ .\" .\" You should have received a copy of the GNU General Public License .\" along with GDBM. If not, see . */ -.TH GDBM 3 "July 1, 2018" "GDBM" "GDBM User Reference" +.TH GDBM 3 "January 27, 2020" "GDBM" "GDBM User Reference" .SH NAME GDBM \- The GNU database manager. Includes \fBdbm\fR and \fBndbm\fR compatibility. @@ -434,7 +434,7 @@ Send bug reports to . .SH AUTHORS by Philip A. Nelson, Jason Downs and Sergey Poznyakoff. .SH COPYRIGHT -Copyright \(co 1990 - 2016 Free Software Foundation, Inc. +Copyright \(co 1990 - 2020 Free Software Foundation, Inc. GDBM is free 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 43fb2a2..77fe877 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-2019 Free Software Foundation, +Copyright @copyright{} 1989-1999, 2007-2020 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 647663d..413d9b7 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-2019 Free Software Foundation, Inc. +.\" Copyright (C) 2013, 2017-2020 Free Software Foundation, Inc. .\" .\" GDBM is free 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 b20c82d..44abcd4 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-2019 Free Software Foundation, Inc. +.\" Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. .\" .\" GDBM is free 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 ec3e3a4..fd1fedf 100644 --- a/doc/gdbmtool.1 +++ b/doc/gdbmtool.1 @@ -1,5 +1,5 @@ .\" This file is part of GDBM. -*- nroff -*- -.\" Copyright (C) 2013, 2016-2019 Free Software Foundation, Inc. +.\" Copyright (C) 2013, 2016-2020 Free Software Foundation, Inc. .\" .\" GDBM is free 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 7f0a4e7..0984f94 100755 --- a/doc/gendocs.sh +++ b/doc/gendocs.sh @@ -4,7 +4,7 @@ scriptversion=2015-02-28.17 -# Copyright 2003-2013, 2017-2019 Free Software Foundation, Inc. +# Copyright 2003-2013, 2017-2020 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 939b0bc..331a333 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,5 +1,5 @@ # Gettext variables for GDBM -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 f19f1a5..344f445 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-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 e34bb7e..aedfadc 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-2019 Free Software Foundation, Inc. +# Copyright (C) 2007, 2011, 2016-2020 Free Software Foundation, Inc. # # GDBM is free 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 1ef1a83..533136f 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2016-2020 Free Software Foundation, Inc. GDBM is free 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 b88972e..8aa790b 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 295598d..dc25f58 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 073207f..b4f8e15 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-2019 Free Software Foundation, Inc. + Copyright 2016-2020 Free Software Foundation, Inc. GDBM is free 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 c59778a..f010743 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 445b5ad..fe44cb6 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-2019 Free + Copyright (C) 1990-1991, 1993-1994, 2007, 2011, 2013, 2017-2020 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 6e4bccd..e8a4315 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 560c456..b4de582 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 e537d54..54c221d 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-2019 Free Software + Copyright (C) 1990-1991, 1993, 2011, 2016-2020 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 007320a..3f9d981 100644 --- a/src/gdbm.magic +++ b/src/gdbm.magic @@ -1,5 +1,5 @@ # A "magic" file for file(1). -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 Free Software Foundation, Inc. # # GDBM is free 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 18e329c..206da3e 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 0b6a62f..4e4e480 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2016-2020 Free Software Foundation, Inc. GDBM is free 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 2df4aa1..05b5711 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 6e21320..26f03ee 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 5ce182a..044b658 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 85d234a..4a78bc0 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-2019 Free Software + Copyright (C) 1993-1994, 2007, 2011, 2013, 2016-2020 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 7dc15ee..3915ae7 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 6e558eb..6e8f3d5 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 667d51c..a5396b5 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2016-2020 Free Software Foundation, Inc. GDBM is free 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 8aa58a4..88b5827 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-2019 Free Software + Copyright (C) 1993, 2007, 2011, 2013, 2016-2020 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 49f3dff..2dc3d47 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-2019 Free Software + Copyright (C) 1993, 2007, 2011, 2013, 2016-2020 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 4b8d449..8a63497 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-2019 Free Software Foundation, + Copyright (C) 2007, 2011, 2013, 2016-2020 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 58e6281..2f10a37 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-2019 Free Software + Copyright (C) 1999, 2007, 2011, 2013, 2017-2020 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 a5e1597..6f1dc37 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 f1fd4bc..10f85d7 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-2019 Free Software Foundation, + Copyright (C) 2007, 2011, 2013, 2016-2020 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 de08949..dd58832 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2016-2020 Free Software Foundation, Inc. GDBM is free 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 c68834c..ebeca22 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 0ca8133..7ccc171 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 89235ca..73b8735 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 c132335..056af4f 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-2019 Free Software + Copyright (C) 1993-1994, 2007, 2011, 2013, 2016-2020 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 9c1f14b..9a7680f 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 ecb3ef5..0d5324b 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 8ecffd0..09c09bd 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 73bbb77..eda2b6f 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 1da078d..5aa6224 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009, 2013, 2017-2019 + Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009, 2013, 2017-2020 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 17b50c1..e4eb91a 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 34e0e09..cc5cdb0 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 d03bbe6..7411916 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-2019 Free Software Foundation, Inc. + Copyright (C) 2018-2020 Free Software Foundation, Inc. GDBM is free 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 5e88f7d..741a378 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-2019 Free Software Foundation, Inc. + Copyright (C) 2018-2020 Free Software Foundation, Inc. GDBM is free 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 19463ee..ea059e9 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-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2020 Free Software Foundation, Inc. GDBM is free 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 4a06712..ba485f8 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-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2020 Free Software Foundation, Inc. GDBM is free 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 fa42ff8..fa78d6a 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 99922fe..f4971d6 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-2019 Free Software Foundation, + Copyright (C) 2008, 2011, 2013, 2017-2020 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 42fe89f..99d7d2a 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 273f64c..51d3558 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-2019 Free Software Foundation, + Copyright (C) 2007, 2011, 2013, 2016-2020 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 a4c8576..2869cc2 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2016-2020 Free Software Foundation, Inc. GDBM is free 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/progname.c b/src/progname.c index 6378b4b..7e41466 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2013, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 57f9e3c..19d80b2 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 8d34bec..7c6150b 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-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2020 Free Software Foundation, Inc. GDBM is free 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 aee790e..03387c5 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 44be33c..a2363bc 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 7ae549e..0cd3d89 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 d1b0c59..31ed318 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2020 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 72c2b70..c05d52b 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-2019 Free + Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 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 a116172..d823800 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 29017bb..bf05fb4 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,5 +1,5 @@ # @configure_input@ -*- shell-script -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 ff8c973..b93a42e 100644 --- a/tests/blocksize00.at +++ b/tests/blocksize00.at @@ -1,5 +1,5 @@ # This file is part of GDBM test suite. -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 Free Software Foundation, Inc. # # GDBM is free 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 e855922..1701807 100644 --- a/tests/blocksize01.at +++ b/tests/blocksize01.at @@ -1,5 +1,5 @@ # This file is part of GDBM test suite. -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 Free Software Foundation, Inc. # # GDBM is free 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 01a0c43..434f829 100644 --- a/tests/blocksize02.at +++ b/tests/blocksize02.at @@ -1,5 +1,5 @@ # This file is part of GDBM test suite. -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 Free Software Foundation, Inc. # # GDBM is free 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 5157ec8..9f6ad28 100644 --- a/tests/cloexec00.at +++ b/tests/cloexec00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 cf3d2b7..05a0273 100644 --- a/tests/cloexec01.at +++ b/tests/cloexec01.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 4381d73..5be3c5b 100644 --- a/tests/cloexec02.at +++ b/tests/cloexec02.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 adeabaa..ac2b542 100644 --- a/tests/cloexec03.at +++ b/tests/cloexec03.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 b86d74f..a78befe 100644 --- a/tests/closerr.c +++ b/tests/closerr.c @@ -1,5 +1,5 @@ /* This file is part of GDBM test suite. - Copyright (C) 2018-2019 Free Software Foundation, Inc. + Copyright (C) 2018-2020 Free Software Foundation, Inc. GDBM is free 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 69ee0f6..350257c 100644 --- a/tests/create00.at +++ b/tests/create00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 b20b3c2..eadacdf 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 c9c9d5a..e0c565b 100644 --- a/tests/dbmcreate00.at +++ b/tests/dbmcreate00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 500d836..854ba38 100644 --- a/tests/dbmcvt.at +++ b/tests/dbmcvt.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 e803008..6650a2b 100644 --- a/tests/dbmdel00.at +++ b/tests/dbmdel00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 21c33b3..07ddca7 100644 --- a/tests/dbmdel01.at +++ b/tests/dbmdel01.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 ae70ba3..22efb24 100644 --- a/tests/dbmdel02.at +++ b/tests/dbmdel02.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 d964e5c..88d2b7e 100644 --- a/tests/dbmfetch00.at +++ b/tests/dbmfetch00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 9be5d54..e41674d 100644 --- a/tests/dbmfetch01.at +++ b/tests/dbmfetch01.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 75419a2..63a4138 100644 --- a/tests/dbmfetch02.at +++ b/tests/dbmfetch02.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 3e00438..2ccb24a 100644 --- a/tests/dbmfetch03.at +++ b/tests/dbmfetch03.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 c3702e3..61a727f 100644 --- a/tests/delete00.at +++ b/tests/delete00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 c3b48b8..376f3c2 100644 --- a/tests/delete01.at +++ b/tests/delete01.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 1a3e4dd..2b0f486 100644 --- a/tests/delete02.at +++ b/tests/delete02.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 64e04a0..b945380 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 1daf277..6d9108f 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 f6eb336..f03b5eb 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 19d9174..7f21fc5 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 331f92d..5b3d251 100644 --- a/tests/dump00.at +++ b/tests/dump00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2018-2019 Free Software Foundation, Inc. +# Copyright (C) 2018-2020 Free Software Foundation, Inc. # # GDBM is free 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 e86435e..bcfe404 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 d3772d7..2534fe1 100644 --- a/tests/fetch00.at +++ b/tests/fetch00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 c60aba3..97c0af2 100644 --- a/tests/fetch01.at +++ b/tests/fetch01.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. # # GDBM is free 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 acc389f..d15ab65 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 b769127..6f1fe39 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-2019 Free Software Foundation, Inc. + Copyright (C) 2011, 2017-2020 Free Software Foundation, Inc. GDBM is free 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 58db866..907e60d 100644 --- a/tests/gdbmtool00.at +++ b/tests/gdbmtool00.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Copyright (C) 2018-2019 Free Software Foundation, Inc. +# Copyright (C) 2018-2020 Free Software Foundation, Inc. # # GDBM is free 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 69eeb55..91be981 100644 --- a/tests/gdbmtool01.at +++ b/tests/gdbmtool01.at @@ -1,5 +1,5 @@ # This file is part of GDBM. -*- autoconf -*- -# Cop