aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parenta0d6c1a8117c64b25e19ce2858b71bbc37c72128 (diff)
downloadgdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.tar.gz
gdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.tar.bz2
Update copyright years
Diffstat (limited to 'src')
-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
55 files changed, 83 insertions, 82 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2710bf0..e34bb7e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
1# This file is part of GDBM. -*- Makefile -*- 1# This file is part of GDBM. -*- Makefile -*-
2# Copyright (C) 2007, 2011, 2016-2018 Free Software Foundation, Inc. 2# Copyright (C) 2007, 2011, 2016-2019 Free Software Foundation, Inc.
3# 3#
diff --git a/src/base64.c b/src/base64.c
index fc7136a..1ef1a83 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
3 3
diff --git a/src/bucket.c b/src/bucket.c
index 3d267e2..b88972e 100644
--- a/src/bucket.c
+++ b/src/bucket.c
@@ -3,3 +3,3 @@
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, 2011, 2013, 2016-2018 Free 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/datconv.c b/src/datconv.c
index d29ec84..f5b893f 100644
--- a/src/datconv.c
+++ b/src/datconv.c
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2018 Free 2 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
3 Software Foundation, Inc. 3 Software Foundation, Inc.
diff --git a/src/debug.c b/src/debug.c
index 08957ed..073207f 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright 2016-2018 Free Software Foundation, Inc. 2 Copyright 2016-2019 Free Software Foundation, Inc.
3 3
diff --git a/src/err.c b/src/err.c
index 300f2e1..c59778a 100644
--- a/src/err.c
+++ b/src/err.c
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
3 3
diff --git a/src/falloc.c b/src/falloc.c
index 7a94afb..445b5ad 100644
--- a/src/falloc.c
+++ b/src/falloc.c
@@ -3,3 +3,3 @@
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-1994, 2007, 2011, 2013, 2017-2018 Free 4 Copyright (C) 1990-1991, 1993-1994, 2007, 2011, 2013, 2017-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/findkey.c b/src/findkey.c
index 5560b28..6e4bccd 100644
--- a/src/findkey.c
+++ b/src/findkey.c
@@ -3,3 +3,3 @@
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, 2011, 2013, 2016-2018 Free 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/fullio.c b/src/fullio.c
index 0efa96d..560c456 100644
--- a/src/fullio.c
+++ b/src/fullio.c
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
3 3
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
@@ -3,3 +3,3 @@
3/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson. 3/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
4 Copyright (C) 1990-1991, 1993, 2011, 2016-2018 Free Software 4 Copyright (C) 1990-1991, 1993, 2011, 2016-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.
diff --git a/src/gdbm.magic b/src/gdbm.magic
index c83be7a..007320a 100644
--- a/src/gdbm.magic
+++ b/src/gdbm.magic
@@ -1,3 +1,3 @@
1# A "magic" file for file(1). 1# A "magic" file for file(1).
2# Copyright (C) 2016-2018 Free Software Foundation, Inc. 2# Copyright (C) 2016-2019 Free Software Foundation, Inc.
3# 3#
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,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
3 3
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,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
3 3
diff --git a/src/gdbmapp.h b/src/gdbmapp.h
index 141e233..2df4aa1 100644
--- a/src/gdbmapp.h
+++ b/src/gdbmapp.h
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2017-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2017-2019 Free Software Foundation, Inc.
3 3
diff --git a/src/gdbmclose.c b/src/gdbmclose.c
index c438ec1..6e21320 100644
--- a/src/gdbmclose.c
+++ b/src/gdbmclose.c
@@ -3,3 +3,3 @@
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, 2011, 2013, 2017-2018 Free 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/gdbmconst.h b/src/gdbmconst.h
index 250402b..d30da3a 100644
--- a/src/gdbmconst.h
+++ b/src/gdbmconst.h
@@ -3,3 +3,3 @@
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, 2011, 2013, 2016-2018 Free 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/gdbmcount.c b/src/gdbmcount.c
index bacad83..85d234a 100644
--- a/src/gdbmcount.c
+++ b/src/gdbmcount.c
@@ -3,3 +3,3 @@
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) 1993-1994, 2007, 2011, 2013, 2016-2018 Free Software 4 Copyright (C) 1993-1994, 2007, 2011, 2013, 2016-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index 9740b16..7dc15ee 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -3,3 +3,3 @@
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, 2011, 2013, 2016-2018 Free 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/gdbmdelete.c b/src/gdbmdelete.c
index ff13a1a..6e558eb 100644
--- a/src/gdbmdelete.c
+++ b/src/gdbmdelete.c
@@ -3,3 +3,3 @@
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, 2011, 2013, 2016-2018 Free 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2016-2019 Free
5 Software Foundation, Inc. 5 Software Foundation, Inc.
diff --git a/src/gdbmdump.c b/src/gdbmdump.c
index a8c4ec5..667d51c 100644
--- a/src/gdbmdump.c
+++ b/src/gdbmdump.c
@@ -1,3 +1,3 @@
1/* This file is part of GDBM, the GNU data base manager. 1/* This file is part of GDBM, the GNU data base manager.
2 Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
3 3
diff --git a/src/gdbmerrno.c b/src/gdbmerrno.c
index 6758272..8aa58a4 100644
--- a/src/gdbmerrno.c
+++ b/src/gdbmerrno.c
@@ -3,3 +3,3 @@
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) 1993, 2007, 2011, 2013, 2016-2018 Free Software 4 Copyright (C) 1993, 2007, 2011, 2013, 2016-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.<