aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmfetch.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 13:10:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 13:10:23 +0000
commit50f332ec721165bf092f299bfd5379a7e05f0354 (patch)
tree22a32811f900ad5aec6650e3b25029c7b6d6eabe /compat/dbmfetch.c
parent5c31cefba8301ee08757c15079312bdcb8c38135 (diff)
downloadgdbm-50f332ec721165bf092f299bfd5379a7e05f0354.tar.gz
gdbm-50f332ec721165bf092f299bfd5379a7e05f0354.tar.bz2
Update copyright headers.
Diffstat (limited to 'compat/dbmfetch.c')
-rw-r--r--compat/dbmfetch.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/compat/dbmfetch.c b/compat/dbmfetch.c
index 54784c4..e779d1a 100644
--- a/compat/dbmfetch.c
+++ b/compat/dbmfetch.c
@@ -1,21 +1,21 @@
1/* dbmfetch.c - Find a key and return the associated data. */ 1/* dbmfetch.c - Find a key and return the associated data. */
2 2
3/* This file is part of GDBM, the GNU data base manager. 3/* This file is part of GDBM, the GNU data base manager.
4 Copyright (C) 1990, 1991, 1993, 2007 Free Software Foundation, Inc. 4 Copyright (C) 1990, 1991, 1993, 2007, 2011 Free Software Foundation,
5 Inc.
5 6
6 This program is free software; you can redistribute it and/or modify 7 GDBM is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3, or (at your option) 9 the Free Software Foundation; either version 3, or (at your option)
9 any later version. 10 any later version.
10 11
11 This program is distributed in the hope that it will be useful, 12 GDBM is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15 GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software Foundation, 18 along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
18 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
19 19
20/* Include system configuration before all else. */ 20/* Include system configuration before all else. */
21#include "autoconf.h" 21#include "autoconf.h"

Return to:

Send suggestions and report system problems to the System administrator.