aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 13:53:52 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 13:53:52 +0200
commit35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a (patch)
tree75d52a94ed57a8ebe9e22c78a3a337ca545b65d1 /compat
parent9ca58064e8a10546004c9a376a63105698a72d3c (diff)
downloadgdbm-35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a.tar.gz
gdbm-35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a.tar.bz2
Happy GNU Year
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am2
-rw-r--r--compat/close.c2
-rw-r--r--compat/dbm-priv.h4
-rw-r--r--compat/dbm.h2
-rw-r--r--compat/dbmclose.c4
-rw-r--r--compat/dbmdelete.c4
-rw-r--r--compat/dbmdirfno.c4
-rw-r--r--compat/dbmerr.c2
-rw-r--r--compat/dbmfetch.c4
-rw-r--r--compat/dbminit.c4
-rw-r--r--compat/dbmopen.c4
-rw-r--r--compat/dbmpagfno.c4
-rw-r--r--compat/dbmrdonly.c2
-rw-r--r--compat/dbmseq.c4
-rw-r--r--compat/dbmstore.c4
-rw-r--r--compat/delete.c4
-rw-r--r--compat/fetch.c4
-rw-r--r--compat/ndbm.h2
-rw-r--r--compat/seq.c4
-rw-r--r--compat/store.c4
20 files changed, 34 insertions, 34 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index f73c2f5..a36f223 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 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2014, 2017 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 2b368f9..5f43dfb 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 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2007, 2011, 2017 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 f6cca3f..c094162 100644
--- a/compat/dbm-priv.h
+++ b/compat/dbm-priv.h
@@ -1,6 +1,6 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990, 1991, 1993, 2007, 2011 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 f812950..c92b7b8 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 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017 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 f7c88b3..dfcd472 100644
--- a/compat/dbmclose.c
+++ b/compat/dbmclose.c
@@ -1,8 +1,8 @@
/* 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 22e6976..601c3f7 100644
--- a/compat/dbmdelete.c
+++ b/compat/dbmdelete.c
@@ -2,8 +2,8 @@
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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 3707ca0..5c4f932 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2013, 2017 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 aab8f31..bd809ec 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 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2017 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 edc7430..d3f0aa6 100644
--- a/compat/dbmfetch.c
+++ b/compat/dbmfetch.c
@@ -1,8 +1,8 @@
/* 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 526410d..3049a46 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -2,8 +2,8 @@
DBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990, 1991, 1993, 2007, 2011, 2016 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2017 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 f576b37..996f347 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -2,8 +2,8 @@
NDBM interface for dbm use. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990, 1991, 1993, 2007, 2011, 2016 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2016-2017 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 6e07d39..d746339 100644
--- a/compat/dbmpagfno.c
+++ b/compat/dbmpagfno.c
@@ -1,8 +1,8 @@
/* 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 62e165f..cb3b7d3 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 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2007, 2011, 2017 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 57c8ab9..7568fd3 100644
--- a/compat/dbmseq.c
+++ b/compat/dbmseq.c
@@ -2,8 +2,8 @@
interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990, 1991, 1993, 2007, 2011 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 76c6232..f912168 100644
--- a/compat/dbmstore.c
+++ b/compat/dbmstore.c
@@ -1,8 +1,8 @@
/* 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 a267dcc..bdb774d 100644
--- a/compat/delete.c
+++ b/compat/delete.c
@@ -2,8 +2,8 @@
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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 00d369e..f84dfad 100644
--- a/compat/fetch.c
+++ b/compat/fetch.c
@@ -1,8 +1,8 @@
/* 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 b19e61a..dd4be85 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 Free Software Foundation, Inc.
+ Copyright (C) 1990-2011, 2017 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 e787f96..6c90495 100644
--- a/compat/seq.c
+++ b/compat/seq.c
@@ -2,8 +2,8 @@
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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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 dd6ee78..7b107c7 100644
--- a/compat/store.c
+++ b/compat/store.c
@@ -1,8 +1,8 @@
/* 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 Free Software Foundation,
- Inc.
+ Copyright (C) 1990-1991, 1993, 2007, 2011, 2017 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.