aboutsummaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent9ca58064e8a10546004c9a376a63105698a72d3c (diff)
downloadgdbm-35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a.tar.gz
gdbm-35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a.tar.bz2
Happy GNU Year
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/blocksize00.at2
-rw-r--r--tests/blocksize01.at2
-rw-r--r--tests/blocksize02.at2
-rw-r--r--tests/cloexec00.at2
-rw-r--r--tests/cloexec01.at2
-rw-r--r--tests/cloexec02.at2
-rw-r--r--tests/cloexec03.at2
-rw-r--r--tests/create00.at2
-rw-r--r--tests/d_creat_ce.c2
-rw-r--r--tests/dbmcreate00.at2
-rw-r--r--tests/dbmcvt.at2
-rw-r--r--tests/dbmdel00.at2
-rw-r--r--tests/dbmdel01.at2
-rw-r--r--tests/dbmdel02.at2
-rw-r--r--tests/dbmfetch00.at2
-rw-r--r--tests/dbmfetch01.at2
-rw-r--r--tests/dbmfetch02.at2
-rw-r--r--tests/dbmfetch03.at2
-rw-r--r--tests/delete00.at2
-rw-r--r--tests/delete01.at2
-rw-r--r--tests/delete02.at2
-rw-r--r--tests/dtdel.c2
-rw-r--r--tests/dtdump.c2
-rw-r--r--tests/dtfetch.c2
-rw-r--r--tests/dtload.c2
-rw-r--r--tests/fdop.c2
-rw-r--r--tests/fetch00.at2
-rw-r--r--tests/fetch01.at2
-rw-r--r--tests/g_open_ce.c2
-rw-r--r--tests/g_reorg_ce.c2
-rw-r--r--tests/gtdel.c2
-rw-r--r--tests/gtdump.c2
-rw-r--r--tests/gtfetch.c2
-rw-r--r--tests/gtload.c2
-rw-r--r--tests/gtopt.c2
-rw-r--r--tests/gtrecover.c2
-rw-r--r--tests/gtver.c2
-rw-r--r--tests/num2word.c2
-rw-r--r--tests/progname.h2
-rw-r--r--tests/setopt00.at2
-rw-r--r--tests/setopt01.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
45 files changed, 45 insertions, 45 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2e68e69..3dbb580 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/atlocal.in b/tests/atlocal.in
index 8dc31d1..b731bb3 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,5 +1,5 @@
# @configure_input@ -*- shell-script -*-
-# 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/tests/blocksize00.at b/tests/blocksize00.at
index a8ceab4..ce7de70 100644
--- a/tests/blocksize00.at
+++ b/tests/blocksize00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016 Free Software Foundation, Inc.
+# Copyright (C) 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/tests/blocksize01.at b/tests/blocksize01.at
index 444ae8c..05679d8 100644
--- a/tests/blocksize01.at
+++ b/tests/blocksize01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016 Free Software Foundation, Inc.
+# Copyright (C) 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/tests/blocksize02.at b/tests/blocksize02.at
index 7e0d7af..3fe402c 100644
--- a/tests/blocksize02.at
+++ b/tests/blocksize02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM test suite.
-# Copyright (C) 2016 Free Software Foundation, Inc.
+# Copyright (C) 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/tests/cloexec00.at b/tests/cloexec00.at
index 022b12f..c604d0d 100644
--- a/tests/cloexec00.at
+++ b/tests/cloexec00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/cloexec01.at b/tests/cloexec01.at
index 21baac6..92fee5d 100644
--- a/tests/cloexec01.at
+++ b/tests/cloexec01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/cloexec02.at b/tests/cloexec02.at
index 9d1b7e3..b07fe97 100644
--- a/tests/cloexec02.at
+++ b/tests/cloexec02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/cloexec03.at b/tests/cloexec03.at
index 5fa1c0f..3b332c5 100644
--- a/tests/cloexec03.at
+++ b/tests/cloexec03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/create00.at b/tests/create00.at
index 173c864..5093d12 100644
--- a/tests/create00.at
+++ b/tests/create00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/d_creat_ce.c b/tests/d_creat_ce.c
index 6a6cff2..c38adf2 100644
--- a/tests/d_creat_ce.c
+++ b/tests/d_creat_ce.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/dbmcreate00.at b/tests/dbmcreate00.at
index 3aedf7b..2567b0d 100644
--- a/tests/dbmcreate00.at
+++ b/tests/dbmcreate00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmcvt.at b/tests/dbmcvt.at
index c314c8e..560a08b 100644
--- a/tests/dbmcvt.at
+++ b/tests/dbmcvt.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmdel00.at b/tests/dbmdel00.at
index 165e330..242d904 100644
--- a/tests/dbmdel00.at
+++ b/tests/dbmdel00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmdel01.at b/tests/dbmdel01.at
index e0b8f20..09ccec3 100644
--- a/tests/dbmdel01.at
+++ b/tests/dbmdel01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmdel02.at b/tests/dbmdel02.at
index 79e5ef6..db2ae00 100644
--- a/tests/dbmdel02.at
+++ b/tests/dbmdel02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmfetch00.at b/tests/dbmfetch00.at
index 2eb3279..491475a 100644
--- a/tests/dbmfetch00.at
+++ b/tests/dbmfetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmfetch01.at b/tests/dbmfetch01.at
index ce74a16..eac7552 100644
--- a/tests/dbmfetch01.at
+++ b/tests/dbmfetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmfetch02.at b/tests/dbmfetch02.at
index c581a22..97dbdf4 100644
--- a/tests/dbmfetch02.at
+++ b/tests/dbmfetch02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dbmfetch03.at b/tests/dbmfetch03.at
index b1e149b..e1bcee7 100644
--- a/tests/dbmfetch03.at
+++ b/tests/dbmfetch03.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/delete00.at b/tests/delete00.at
index 38de2d7..0c49a22 100644
--- a/tests/delete00.at
+++ b/tests/delete00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/delete01.at b/tests/delete01.at
index ab7fe4b..036ae54 100644
--- a/tests/delete01.at
+++ b/tests/delete01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/delete02.at b/tests/delete02.at
index 6162c0b..5f71ec5 100644
--- a/tests/delete02.at
+++ b/tests/delete02.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/dtdel.c b/tests/dtdel.c
index b7d0112..df1b277 100644
--- a/tests/dtdel.c
+++ b/tests/dtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/dtdump.c b/tests/dtdump.c
index 4e0aa3e..f1e2f95 100644
--- a/tests/dtdump.c
+++ b/tests/dtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/dtfetch.c b/tests/dtfetch.c
index 8a2686f..30cb2c9 100644
--- a/tests/dtfetch.c
+++ b/tests/dtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/dtload.c b/tests/dtload.c
index a02b36c..00a1e96 100644
--- a/tests/dtload.c
+++ b/tests/dtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/fdop.c b/tests/fdop.c
index 1729323..c036936 100644
--- a/tests/fdop.c
+++ b/tests/fdop.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/fetch00.at b/tests/fetch00.at
index 0b2f48b..61b82db 100644
--- a/tests/fetch00.at
+++ b/tests/fetch00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/fetch01.at b/tests/fetch01.at
index 8618b66..885ae8d 100644
--- a/tests/fetch01.at
+++ b/tests/fetch01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/g_open_ce.c b/tests/g_open_ce.c
index 4f1fcd4..7eb3f75 100644
--- a/tests/g_open_ce.c
+++ b/tests/g_open_ce.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/g_reorg_ce.c b/tests/g_reorg_ce.c
index f72afa2..b2861ba 100644
--- a/tests/g_reorg_ce.c
+++ b/tests/g_reorg_ce.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/gtdel.c b/tests/gtdel.c
index ff9cdb9..63af3cc 100644
--- a/tests/gtdel.c
+++ b/tests/gtdel.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/gtdump.c b/tests/gtdump.c
index 9e151d9..22ff273 100644
--- a/tests/gtdump.c
+++ b/tests/gtdump.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2016 Free Software Foundation, Inc.
+ Copyright (C) 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/tests/gtfetch.c b/tests/gtfetch.c
index 63598ee..501e9bc 100644
--- a/tests/gtfetch.c
+++ b/tests/gtfetch.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2016 Free Software Foundation, Inc.
+ Copyright (C) 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/tests/gtload.c b/tests/gtload.c
index 10f65c3..a774a2a 100644
--- a/tests/gtload.c
+++ b/tests/gtload.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2011, 2016 Free Software Foundation, Inc.
+ Copyright (C) 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/tests/gtopt.c b/tests/gtopt.c
index 13ad8cc..f728c9a 100644
--- a/tests/gtopt.c
+++ b/tests/gtopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/gtrecover.c b/tests/gtrecover.c
index 7bb1f1e..3cd54ed 100644
--- a/tests/gtrecover.c
+++ b/tests/gtrecover.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- Copyright (C) 2016 Free Software Foundation, Inc.
+ Copyright (C) 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/tests/gtver.c b/tests/gtver.c
index 27fc0b9..9425143 100644
--- a/tests/gtver.c
+++ b/tests/gtver.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/num2word.c b/tests/num2word.c
index 4b55a35..148ea2f 100644
--- a/tests/num2word.c
+++ b/tests/num2word.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/progname.h b/tests/progname.h
index 47dea1e..7aab798 100644
--- a/tests/progname.h
+++ b/tests/progname.h
@@ -1,5 +1,5 @@
/* This file is part of GDBM test suite.
- 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/tests/setopt00.at b/tests/setopt00.at
index 6fe3f41..c01e93e 100644
--- a/tests/setopt00.at
+++ b/tests/setopt00.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/setopt01.at b/tests/setopt01.at
index fbe9c71..165bc4d 100644
--- a/tests/setopt01.at
+++ b/tests/setopt01.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/testsuite.at b/tests/testsuite.at
index 822d172..6a89d5f 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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/tests/version.at b/tests/version.at
index 8959d75..8755c49 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# 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

Return to:

Send suggestions and report system problems to the System administrator.