aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am3
-rw-r--r--compat/close.c3
-rw-r--r--compat/dbm-priv.h3
-rw-r--r--compat/dbm.h2
-rw-r--r--compat/dbmclose.c3
-rw-r--r--compat/dbmdelete.c3
-rw-r--r--compat/dbmdirfno.c3
-rw-r--r--compat/dbmerr.c2
-rw-r--r--compat/dbmfetch.c3
-rw-r--r--compat/dbminit.c3
-rw-r--r--compat/dbmopen.c3
-rw-r--r--compat/dbmpagfno.c3
-rw-r--r--compat/dbmrdonly.c3
-rw-r--r--compat/dbmseq.c3
-rw-r--r--compat/dbmstore.c3
-rw-r--r--compat/delete.c3
-rw-r--r--compat/fetch.c3
-rw-r--r--compat/ndbm.h2
-rw-r--r--compat/seq.c3
-rw-r--r--compat/store.c3
20 files changed, 20 insertions, 37 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index ede88aa..3265c43 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,6 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2014, 2017-2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2021 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 ca2c581..9fb79ad 100644
--- a/compat/close.c
+++ b/compat/close.c
@@ -1,8 +1,7 @@
/* close.c - Close the "original" style database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993, 2007, 2011, 2017-2020 Free Software Foundation,
- Inc.
+ Copyright (C) 1993-2021 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 f40e3d4..7d76a11 100644
--- a/compat/dbm-priv.h
+++ b/compat/dbm-priv.h
@@ -1,6 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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.h b/compat/dbm.h
index 002e4d4..53b7fdb 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-2020 Free Software Foundation, Inc.
+ Copyright (C) 1990-2021 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 4a4a2a4..9212d3e 100644
--- a/compat/dbmclose.c
+++ b/compat/dbmclose.c
@@ -1,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbmdelete.c b/compat/dbmdelete.c
index 533021c..631d9f6 100644
--- a/compat/dbmdelete.c
+++ b/compat/dbmdelete.c
@@ -2,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbmdirfno.c b/compat/dbmdirfno.c
index 0512fd1..f6c32c0 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -1,8 +1,7 @@
/* 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-2020 Free
- Software Foundation, Inc.
+ Copyright (C) 1990-2021 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 da3ec6b..de0dd58 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-2020 Free Software Foundation, Inc.
+ Copyright (C) 2011-2021 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 1a7c1fa..ce645af 100644
--- a/compat/dbmfetch.c
+++ b/compat/dbmfetch.c
@@ -1,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbminit.c b/compat/dbminit.c
index f8bfc55..d8af045 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -2,8 +2,7 @@
DBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbmopen.c b/compat/dbmopen.c
index bf1fe5a..1c2e4b0 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -2,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbmpagfno.c b/compat/dbmpagfno.c
index f80e574..e2ad0a1 100644
--- a/compat/dbmpagfno.c
+++ b/compat/dbmpagfno.c
@@ -1,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbmrdonly.c b/compat/dbmrdonly.c
index 8354118..9123303 100644
--- a/compat/dbmrdonly.c
+++ b/compat/dbmrdonly.c
@@ -1,8 +1,7 @@
/* 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-2020 Free Software Foundation,
- Inc.
+ Copyright (C) 1993-2021 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 a86494f..973eff1 100644
--- a/compat/dbmseq.c
+++ b/compat/dbmseq.c
@@ -2,8 +2,7 @@
interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/dbmstore.c b/compat/dbmstore.c
index 362f191..5b2bde0 100644
--- a/compat/dbmstore.c
+++ b/compat/dbmstore.c
@@ -1,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/delete.c b/compat/delete.c
index 68eb723..152c094 100644
--- a/compat/delete.c
+++ b/compat/delete.c
@@ -2,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/fetch.c b/compat/fetch.c
index 9fffb7d..4d2c300 100644
--- a/compat/fetch.c
+++ b/compat/fetch.c
@@ -1,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/ndbm.h b/compat/ndbm.h
index 2d316e4..c5901df 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-2020 Free Software Foundation, Inc.
+ Copyright (C) 1990-2021 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 b8a73ab..534d662 100644
--- a/compat/seq.c
+++ b/compat/seq.c
@@ -2,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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/store.c b/compat/store.c
index d5cec1d..69dac6f 100644
--- a/compat/store.c
+++ b/compat/store.c
@@ -1,8 +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-2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1990-2021 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

Return to:

Send suggestions and report system problems to the System administrator.