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,3 +1,3 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011, 2014, 2017-2018 Free Software Foundation,
+# Copyright (C) 2007, 2011, 2014, 2017-2019 Free Software Foundation,
# Inc.
diff --git a/compat/close.c b/compat/close.c
index 4069745..f575b3a 100644
--- a/compat/close.c
+++ b/compat/close.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993, 2007, 2011, 2017-2018 Free Software Foundation,
+ Copyright (C) 1993, 2007, 2011, 2017-2019 Free Software Foundation,
Inc.
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,3 +1,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbm.h b/compat/dbm.h
index 7b97f31..10ea941 100644
--- a/compat/dbm.h
+++ b/compat/dbm.h
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
- Copyright (C) 1990-2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2019 Free Software Foundation, Inc.
diff --git a/compat/dbmclose.c b/compat/dbmclose.c
index 8f4b8c3..5601b0e 100644
--- a/compat/dbmclose.c
+++ b/compat/dbmclose.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbmdelete.c b/compat/dbmdelete.c
index 3a303a1..db1b146 100644
--- a/compat/dbmdelete.c
+++ b/compat/dbmdelete.c
@@ -4,3 +4,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbmdirfno.c b/compat/dbmdirfno.c
index baba032..8295776 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2018 Free
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017-2019 Free
Software Foundation, Inc.
diff --git a/compat/dbmerr.c b/compat/dbmerr.c
index 0da76f9..b7f70f1 100644
--- a/compat/dbmerr.c
+++ b/compat/dbmerr.c
@@ -1,3 +1,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017-2019 Free Software Foundation, Inc.
diff --git a/compat/dbmfetch.c b/compat/dbmfetch.c
index e4d3d4a..c8ac6fa 100644
--- a/compat/dbmfetch.c
+++ b/compat/dbmfetch.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbminit.c b/compat/dbminit.c
index aedf4f3..01170b9 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -4,3 +4,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbmopen.c b/compat/dbmopen.c
index 0538992..93757b8 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -4,3 +4,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbmpagfno.c b/compat/dbmpagfno.c
index 71402af..048c0e3 100644
--- a/compat/dbmpagfno.c
+++ b/compat/dbmpagfno.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbmrdonly.c b/compat/dbmrdonly.c
index 68bd886..e5264db 100644
--- a/compat/dbmrdonly.c
+++ b/compat/dbmrdonly.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993, 2007, 2011, 2017-2018 Free Software Foundation,
+ Copyright (C) 1993, 2007, 2011, 2017-2019 Free Software Foundation,
Inc.
diff --git a/compat/dbmseq.c b/compat/dbmseq.c
index 54df8dc..2227417 100644
--- a/compat/dbmseq.c
+++ b/compat/dbmseq.c
@@ -4,3 +4,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/dbmstore.c b/compat/dbmstore.c
index 5ef1e89..227b0af 100644
--- a/compat/dbmstore.c
+++ b/compat/dbmstore.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/delete.c b/compat/delete.c
index 7b4d459..facccd3 100644
--- a/compat/delete.c
+++ b/compat/delete.c
@@ -4,3 +4,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/fetch.c b/compat/fetch.c
index 654578d..075b9f1 100644
--- a/compat/fetch.c
+++ b/compat/fetch.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/ndbm.h b/compat/ndbm.h
index be021f9..66aa3a7 100644
--- a/compat/ndbm.h
+++ b/compat/ndbm.h
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
- Copyright (C) 1990-2011, 2017-2018 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017-2019 Free Software Foundation, Inc.
diff --git a/compat/seq.c b/compat/seq.c
index 1270a7d..2d2b3a5 100644
--- a/compat/seq.c
+++ b/compat/seq.c
@@ -4,3 +4,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.
diff --git a/compat/store.c b/compat/store.c
index b978ef4..cb28ecd 100644
--- a/compat/store.c
+++ b/compat/store.c
@@ -3,3 +3,3 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2018 Free Software
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017-2019 Free Software
Foundation, Inc.

Return to:

Send suggestions and report system problems to the System administrator.