aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 14:41:35 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 14:41:35 +0200
commit9fdcc7fc76f41b3b36161db28774c53803e93d91 (patch)
tree6a15cdf77e0e68af652ca5dee90c70936ef328d1
parent614eabb225a9f62d1dbfe50fe44e7b9db9c0467d (diff)
downloadcflow-9fdcc7fc76f41b3b36161db28774c53803e93d91.tar.gz
cflow-9fdcc7fc76f41b3b36161db28774c53803e93d91.tar.bz2
Happy GNU Year
-rw-r--r--.gitignore2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--doc/cflow.12
-rw-r--r--doc/cflow.texi2
-rw-r--r--elisp/cflow-mode.el2
m---------gnulib0
-rw-r--r--src/c.l2
-rw-r--r--src/cflow.h2
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.c2
-rw-r--r--src/main.c4
-rw-r--r--src/output.c2
-rw-r--r--src/parser.c2
-rw-r--r--src/parser.h2
-rw-r--r--src/posix.c2
-rw-r--r--src/rc.c2
-rw-r--r--src/symbol.c2
-rw-r--r--src/wordsplit.c2
-rw-r--r--src/wordsplit.h2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/attr.at2
-rw-r--r--tests/awrapper.at2
-rw-r--r--tests/bartest.at2
-rw-r--r--tests/decl01.at2
-rw-r--r--tests/direct.at2
-rw-r--r--tests/fdecl.at2
-rw-r--r--tests/funcarg.at2
-rw-r--r--tests/include.at2
-rw-r--r--tests/invalid.at2
-rw-r--r--tests/knr.at2
-rw-r--r--tests/nfarg.at2
-rw-r--r--tests/nfparg.at2
-rw-r--r--tests/parm.at2
-rw-r--r--tests/pwrapper.at2
-rw-r--r--tests/recurse.at2
-rw-r--r--tests/reverse.at2
-rw-r--r--tests/ssblock.at2
-rw-r--r--tests/static.at2
-rw-r--r--tests/struct00.at2
-rw-r--r--tests/struct01.at2
-rw-r--r--tests/struct02.at2
-rw-r--r--tests/struct03.at2
-rw-r--r--tests/struct04.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
48 files changed, 48 insertions, 48 deletions
diff --git a/.gitignore b/.gitignore
index 9039854..9ed9226 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,9 +13,9 @@
ABOUT-NLS
ChangeLog
INSTALL
-TAGS
Makefile
Makefile.in
+TAGS
aclocal.m4
autom4te.cache
build-aux
diff --git a/NEWS b/NEWS
index cc89a03..11d811d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU cflow NEWS -- history of user-visible changes. 2016-05-17
-Copyright (C) 2005-2007, 2009-2011, 2014-2016 Sergey Poznyakoff
+Copyright (C) 2005-2007, 2009-2011, 2014-2017 Sergey Poznyakoff
See the end of file for copying conditions.
Please send cflow bug reports to <bug-cflow@gnu.org>.
diff --git a/README b/README
index 76f65c6..c030b7d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
GNU cflow README
-Copyright (C) 2005, 2010-2011, 2014-2016 Sergey Poznyakoff
+Copyright (C) 2005, 2010-2011, 2014-2017 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
diff --git a/README-alpha b/README-alpha
index b485b0d..6a8d6ff 100644
--- a/README-alpha
+++ b/README-alpha
@@ -71,7 +71,7 @@ Now set your breakpoints and proceed as usual.
* Copyright information:
-Copyright (C) 2005, 2007, 2009-2010, 2014-2016 Sergey Poznyakoff
+Copyright (C) 2005, 2007, 2009-2010, 2014-2017 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/doc/cflow.1 b/doc/cflow.1
index 5578e2d..794bb41 100644
--- a/doc/cflow.1
+++ b/doc/cflow.1
@@ -1,5 +1,5 @@
.\" This file is part of Cflow -*- nroff -*-
-.\" Copyright (C) 2014-2016 Sergey Poznyakoff
+.\" Copyright (C) 2014-2017 Sergey Poznyakoff
.\"
.\" Cflow 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/doc/cflow.texi b/doc/cflow.texi
index 573dfb2..643a792 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -30,7 +30,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 2005, 2010, 2014-2016 Sergey Poznyakoff
+Copyright @copyright{} 2005, 2010, 2014-2017 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index 3a6034f..5b7859a 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -6,7 +6,7 @@
;; $Id$
;; This file is part of GNU cflow
-;; Copyright (C) 1994-1995, 2005, 2007, 2010, 2014-2016 Sergey
+;; Copyright (C) 1994-1995, 2005, 2007, 2010, 2014-2017 Sergey
;; Poznyakoff
;; GNU cflow is free software; you can redistribute it and/or modify
diff --git a/gnulib b/gnulib
-Subproject a62cca3ae2de241b79fd8afa3f4c2384efb6d1d
+Subproject e210a3cbaec0ee82a67ff8fc427e21bdd64dba1
diff --git a/src/c.l b/src/c.l
index ff7d572..2ca561b 100644
--- a/src/c.l
+++ b/src/c.l
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/cflow.h b/src/cflow.h
index 0e3ee44..1a5ec76 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2016 Sergey
+ Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2017 Sergey
Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
diff --git a/src/depmap.c b/src/depmap.c
index 578d0e0..e47fa46 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008-2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 2008-2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/gnu.c b/src/gnu.c
index 54a6e55..9de8e0b 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/linked-list.c b/src/linked-list.c
index 3c57bf0..f74d445 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/main.c b/src/main.c
index b70384f..301de44 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2017 Sergey
Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
@@ -743,7 +743,7 @@ const char version_etc_copyright[] =
/* Do *not* mark this string for translation. %s is a copyright
symbol suitable for this locale, and %d is the copyright
year. */
- "Copyright %s 2005, 2006, 2009, 2010, 2011, 2014 %d Sergey Poznyakoff";
+ "Copyright %s 2005-%d Sergey Poznyakoff";
int
main(int argc, char **argv)
diff --git a/src/output.c b/src/output.c
index f0146f1..764e926 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2017 Sergey
Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
diff --git a/src/parser.c b/src/parser.c
index e5114dc..96e14ad 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/parser.h b/src/parser.h
index 618f24d..3fdb503 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ * Copyright (C) 1997, 2007, 2010, 2014-2017 Sergey Poznyakoff
*
* GNU cflow 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/src/posix.c b/src/posix.c
index ce80ee3..f2fab18 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/rc.c b/src/rc.c
index 37cd74b..d73d828 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/symbol.c b/src/symbol.c
index 5f7dec2..7ae840c 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
GNU cflow 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/src/wordsplit.c b/src/wordsplit.c
index cfbbc1f..5b598d6 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/wordsplit.h b/src/wordsplit.h
index dc62046..3d18992 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4173c5f..11e78bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# Makefile for GNU cflow regression tests.
-# Copyright (C) 2005, 2007, 2010-2011, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010-2011, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/attr.at b/tests/attr.at
index 2bc4b00..c3181f3 100644
--- a/tests/attr.at
+++ b/tests/attr.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/awrapper.at b/tests/awrapper.at
index 8da1079..87a3ca7 100644
--- a/tests/awrapper.at
+++ b/tests/awrapper.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/bartest.at b/tests/bartest.at
index 813c97d..4906716 100644
--- a/tests/bartest.at
+++ b/tests/bartest.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2011, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2011, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/decl01.at b/tests/decl01.at
index 28e2434..2806a9c 100644
--- a/tests/decl01.at
+++ b/tests/decl01.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/direct.at b/tests/direct.at
index d2e82ec..ff63ce8 100644
--- a/tests/direct.at
+++ b/tests/direct.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/fdecl.at b/tests/fdecl.at
index a26ce30..4561a64 100644
--- a/tests/fdecl.at
+++ b/tests/fdecl.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/funcarg.at b/tests/funcarg.at
index fa19562..aa6a11b 100644
--- a/tests/funcarg.at
+++ b/tests/funcarg.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/include.at b/tests/include.at
index 5ba6799..343a360 100644
--- a/tests/include.at
+++ b/tests/include.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/invalid.at b/tests/invalid.at
index 581f8eb..4f3fe34 100644
--- a/tests/invalid.at
+++ b/tests/invalid.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2016 Sergey Poznyakoff
+# Copyright (C) 2016-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/knr.at b/tests/knr.at
index 8fb0652..6906258 100644
--- a/tests/knr.at
+++ b/tests/knr.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2006-2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2006-2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/nfarg.at b/tests/nfarg.at
index ba95fc5..5c5186d 100644
--- a/tests/nfarg.at
+++ b/tests/nfarg.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/nfparg.at b/tests/nfparg.at
index 277307b..6e7f78c 100644
--- a/tests/nfparg.at
+++ b/tests/nfparg.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/parm.at b/tests/parm.at
index 2789f91..05cbc53 100644
--- a/tests/parm.at
+++ b/tests/parm.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/pwrapper.at b/tests/pwrapper.at
index baa574a..9a7a409 100644
--- a/tests/pwrapper.at
+++ b/tests/pwrapper.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/recurse.at b/tests/recurse.at
index 7e54cba..27e709a 100644
--- a/tests/recurse.at
+++ b/tests/recurse.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/reverse.at b/tests/reverse.at
index 3bf989d..64308ac 100644
--- a/tests/reverse.at
+++ b/tests/reverse.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/ssblock.at b/tests/ssblock.at
index 8a88f4f..b71ec0d 100644
--- a/tests/ssblock.at
+++ b/tests/ssblock.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/static.at b/tests/static.at
index c8cfbc9..afe1918 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2006-2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2006-2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/struct00.at b/tests/struct00.at
index ec6234c..f350adf 100644
--- a/tests/struct00.at
+++ b/tests/struct00.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2011, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2011, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/struct01.at b/tests/struct01.at
index f49127e..1a90959 100644
--- a/tests/struct01.at
+++ b/tests/struct01.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2011, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2011, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/struct02.at b/tests/struct02.at
index 008b8c7..f19591c 100644
--- a/tests/struct02.at
+++ b/tests/struct02.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/struct03.at b/tests/struct03.at
index 17f281c..01c0360 100644
--- a/tests/struct03.at
+++ b/tests/struct03.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/struct04.at b/tests/struct04.at
index 55b773b..9cdc380 100644
--- a/tests/struct04.at
+++ b/tests/struct04.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 7ed3d7a..4f3c0c6 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# Process this file with autom4te to create testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010-2011, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010-2011, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/tests/version.at b/tests/version.at
index b801f92..d952fd1 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+# Copyright (C) 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as

Return to:

Send suggestions and report system problems to the System administrator.