aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
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 7300d56..ede88aa 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2014, 2017-2019 Free Software Foundation,
+# Copyright (C) 2007, 2011, 2014, 2017-2020 Free Software Foundation,
# Inc.
#
# GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/close.c b/compat/close.c
index f575b3a..ca2c581 100644
--- a/compat/close.c
+++ b/compat/close.c
@@ -1,7 +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-2019 Free Software Foundation,
+ Copyright (C) 1993, 2007, 2011, 2017-2020 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbm-priv.h b/compat/dbm-priv.h
index a6d614e..f40e3d4 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 10ea941..002e4d4 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-2019 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2020 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 5601b0e..4a4a2a4 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 db1b146..533021c 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 8295776..0512fd1 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -1,7 +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-2019 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2020 Free
Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmerr.c b/compat/dbmerr.c
index b7f70f1..da3ec6b 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-2019 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2020 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 c8ac6fa..1a7c1fa 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 01170b9..f8bfc55 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2020 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 93757b8..bf1fe5a 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2020 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 048c0e3..f80e574 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 e5264db..8354118 100644
--- a/compat/dbmrdonly.c
+++ b/compat/dbmrdonly.c
@@ -1,7 +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-2019 Free Software Foundation,
+ Copyright (C) 1993, 2007, 2011, 2017-2020 Free Software Foundation,
Inc.
GDBM is free software; you can redistribute it and/or modify
diff --git a/compat/dbmseq.c b/compat/dbmseq.c
index 2227417..a86494f 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 227b0af..362f191 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 facccd3..68eb723 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 075b9f1..9fffb7d 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 66aa3a7..2d316e4 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-2019 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2020 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 2d2b3a5..b8a73ab 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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 cb28ecd..d5cec1d 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-2019 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2020 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.