aboutsummaryrefslogtreecommitdiff
path: root/compat
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 /compat
parenta0d6c1a8117c64b25e19ce2858b71bbc37c72128 (diff)
downloadgdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.tar.gz
gdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.tar.bz2
Update copyright years
Diffstat (limited to 'compat')
-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
20 files changed, 20 insertions, 20 deletions
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 @@
1# This file is part of GDBM. -*- Makefile -*- 1# This file is part of GDBM. -*- Makefile -*-
2# Copyright (C) 2007, 2011, 2014, 2017-2018 Free Software Foundation, 2# Copyright (C) 2007, 2011, 2014, 2017-2019 Free Software Foundation,
3# Inc. 3# Inc.
4# 4#
5# GDBM is free software; you can redistribute it and/or modify 5# 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 @@
1/* close.c - Close the "original" style database. */ 1/* close.c - Close the "original" style database. */
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) 1993, 2007, 2011, 2017-2018 Free Software Foundation, 4 Copyright (C) 1993, 2007, 2011, 2017-2019 Free Software Foundation,
5 Inc. 5 Inc.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
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, 2017-2018 Free Software 2 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
3 Foundation, Inc. 3 Foundation, Inc.
4 4
5 GDBM is free software; you can redistribute it and/or modify 5 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 @@
1/* dbm.h - The include file for dbm users. */ 1/* dbm.h - The include file for dbm users. */
2 2
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-2011, 2017-2018 Free Software Foundation, Inc. 4 Copyright (C) 1990-2011, 2017-2019 Free Software Foundation, Inc.
5 5
6 GDBM is free software; you can redistribute it and/or modify 6 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 7 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 @@
1/* dbmclose.c - The the dbm file. This is the NDBM interface. */ 1/* dbmclose.c - The the dbm file. This is the NDBM interface. */
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, 2011, 2017-2018 Free Software 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
2 This is the NDBM unix interface name. */ 2 This is the NDBM unix interface name. */
3 3
4/* This file is part of GDBM, the GNU data base manager. 4/* This file is part of GDBM, the GNU data base manager.
5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software 5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
6 Foundation, Inc. 6 Foundation, Inc.
7 7
8 GDBM is free software; you can redistribute it and/or modify 8 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 @@
1/* dbmdirfno.c - The .dir file number for NDBM interface. */ 1/* dbmdirfno.c - The .dir file number for NDBM interface. */
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, 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.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
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, 2017-2018 Free Software Foundation, Inc. 2 Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
3 3
4 GDBM is free software; you can redistribute it and/or modify 4 GDBM is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
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, 2011, 2017-2018 Free Software 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
2 DBM interface. */ 2 DBM interface. */
3 3
4/* This file is part of GDBM, the GNU data base manager. 4/* This file is part of GDBM, the GNU data base manager.
5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2018 Free Software 5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2019 Free Software
6 Foundation, Inc. 6 Foundation, Inc.
7 7
8 GDBM is free software; you can redistribute it and/or modify 8 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 @@
2 NDBM interface for dbm use. */ 2 NDBM interface for dbm use. */
3 3
4/* This file is part of GDBM, the GNU data base manager. 4/* This file is part of GDBM, the GNU data base manager.
5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2018 Free Software 5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2019 Free Software
6 Foundation, Inc. 6 Foundation, Inc.
7 7
8 GDBM is free software; you can redistribute it and/or modify 8 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 @@
1/* dbmpagfno.c - The .pag file number for NDBM interface. */ 1/* dbmpagfno.c - The .pag file number for NDBM interface. */
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, 2011, 2017-2018 Free Software 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
1/* dbmrdonly.c - Check to see if a database is read only, NDBM style. */ 1/* dbmrdonly.c - Check to see if a database is read only, NDBM style. */
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) 1993, 2007, 2011, 2017-2018 Free Software Foundation, 4 Copyright (C) 1993, 2007, 2011, 2017-2019 Free Software Foundation,
5 Inc. 5 Inc.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
2 interface. */ 2 interface. */
3 3
4/* This file is part of GDBM, the GNU data base manager. 4/* This file is part of GDBM, the GNU data base manager.
5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software 5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
6 Foundation, Inc. 6 Foundation, Inc.
7 7
8 GDBM is free software; you can redistribute it and/or modify 8 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 @@
1/* dbmstore.c - Add a new key/data pair to the database. */ 1/* dbmstore.c - Add a new key/data pair to the database. */
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, 2011, 2017-2018 Free Software 4 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
5 Foundation, Inc. 5 Foundation, Inc.
6 6
7 GDBM is free software; you can redistribute it and/or modify 7 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 @@
2 This is the original unix interface name. */ 2 This is the original unix interface name. */
3 3
4/* This file is part of GDBM, the GNU data base manager. 4/* This file is part of GDBM, the GNU data base manager.
5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software 5 Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
6 Foundation, Inc. 6 Foundation, Inc.
7 7
8 GDBM is free software; you can redistribute it and/or modify 8 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 @@
1/* fetch.c - Find a key and return the associated data. */ 1/* fetch.c - Find a key and return the associated data. */
2 2