summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-01-22 14:35:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-01-22 14:35:02 +0200
commit0f610a0b540e9f768f00aff3e57a5124e324ac29 (patch)
tree4a87a7be22952e0d8b09a8c8770582f038ca8968 /doc
parent331f05ac9c58d358806fe1bcba88a01467ab0895 (diff)
downloadgdbm-0f610a0b540e9f768f00aff3e57a5124e324ac29.tar.gz
Update copyright years
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/fdl.texi3
-rw-r--r--doc/gdbm.32
-rw-r--r--doc/gdbm.texi5
-rw-r--r--doc/gdbm_dump.12
-rw-r--r--doc/gdbm_load.12
-rw-r--r--doc/gdbmtool.12
7 files changed, 8 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5d719ab..f5ac24b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007-2022 Free Software Foundation, Inc.
+# Copyright (C) 2007-2023 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/fdl.texi b/doc/fdl.texi
index 7d7127c..e1cecd2 100644
--- a/doc/fdl.texi
+++ b/doc/fdl.texi
@@ -5,8 +5,7 @@
@c hence no sectioning command or @node.
@display
-Copyright @copyright{} 2000--2002, 2007--2008, 2011, 2017--2022 Free
-Software Foundation, Inc.
+Copyright @copyright{} 2000--2023 Free Software Foundation, Inc.
@uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index 16aabd1..4017bc9 100644
--- a/doc/gdbm.3
+++ b/doc/gdbm.3
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2011-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2011-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 037ae07..4888968 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -43,8 +43,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 1989--1999, 2007--2022 Free Software Foundation,
-Inc.
+Copyright @copyright{} 1989--2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -529,7 +528,7 @@ returned from @code{gdbm_open} (or @code{gdbm_fd_open}, described below).
@anchor{gdbm_fd_open}
@deftypefn {gdbm interface} GDBM_FILE gdbm_fd_open (int @var{fd},@
const char *@var{name}, int @var{block_size}, @
- int @var{flags}, int @var{mode}, void (*@var{fatal_func})(const char *))
+ int @var{flags}, void (*@var{fatal_func})(const char *))
Alternative function for opening a @command{GDBM} database. The @var{fd}
argument is the file descriptor of the database file obtained by a
diff --git a/doc/gdbm_dump.1 b/doc/gdbm_dump.1
index 0111e7b..8b150aa 100644
--- a/doc/gdbm_dump.1
+++ b/doc/gdbm_dump.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM.
-.\" Copyright (C) 2013-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2013-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/gdbm_load.1 b/doc/gdbm_load.1
index c4153d0..b19eaaa 100644
--- a/doc/gdbm_load.1
+++ b/doc/gdbm_load.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM. -*- nroff -*-
-.\" Copyright (C) 2011-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2011-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/gdbmtool.1 b/doc/gdbmtool.1
index 8ac4fcf..ebc3001 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -1,5 +1,5 @@
.\" This file is part of GDBM. -*- nroff -*-
-.\" Copyright (C) 2013-2022 Free Software Foundation, Inc.
+.\" Copyright (C) 2013-2023 Free Software Foundation, Inc.
.\"
.\" GDBM is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by