aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-01-01 11:20:33 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-01-01 11:20:33 +0200
commit1aa22ca9171ea2656b1a2f15e659e63c7ad972ae (patch)
treeed5133a8a8a1017ac4ca62a766df597e7a35354d /compat
parent272713d611c55effeaf1d2b45fbb2c69d70e4c74 (diff)
downloadgdbm-1aa22ca9171ea2656b1a2f15e659e63c7ad972ae.tar.gz
gdbm-1aa22ca9171ea2656b1a2f15e659e63c7ad972ae.tar.bz2
Happy GNU Year
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am3
-rw-r--r--compat/close.c3
-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.c4
-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.c3
-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, 24 insertions, 21 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index a36f223..ae29736 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,5 +1,6 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2014, 2017 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2014, 2017-2018 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/close.c b/compat/close.c
index 5f43dfb..4069745 100644
--- a/compat/close.c
+++ b/compat/close.c
@@ -1,7 +1,8 @@
/* close.c - Close the "original" style database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993, 2007, 2011, 2017 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2007, 2011, 2017-2018 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/dbm-priv.h b/compat/dbm-priv.h
index c094162..6e0200f 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 c92b7b8..7b97f31 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 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2018 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 dfcd472..8f4b8c3 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 601c3f7..3a303a1 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 5c4f932..baba032 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -1,8 +1,8 @@
/* 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 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2018 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/dbmerr.c b/compat/dbmerr.c
index bd809ec..0da76f9 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 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2018 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 d3f0aa6..e4d3d4a 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 3049a46..aedf4f3 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-2017 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2018 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 996f347..b9e7518 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-2017 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2018 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 d746339..71402af 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 cb3b7d3..68bd886 100644
--- a/compat/dbmrdonly.c
+++ b/compat/dbmrdonly.c
@@ -1,7 +1,8 @@
/* 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 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2007, 2011, 2017-2018 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/dbmseq.c b/compat/dbmseq.c
index 7568fd3..54df8dc 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 f912168..5ef1e89 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 bdb774d..7b4d459 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 f84dfad..654578d 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 dd4be85..be021f9 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 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2018 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 6c90495..1270a7d 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 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 7b107c7..b978ef4 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 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify

Return to:

Send suggestions and report system problems to the System administrator.