aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rw-r--r--doc/cflow.12
-rw-r--r--elisp/Makefile.am2
-rw-r--r--elisp/cflow-mode.el3
-rw-r--r--src/c.l2
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.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
44 files changed, 44 insertions, 46 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a77d69..7d7bfbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,5 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2009, 2015-2016 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2019 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
diff --git a/README b/README
index c030b7d..c7f1957 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
GNU cflow README
-Copyright (C) 2005, 2010-2011, 2014-2017 Sergey Poznyakoff
+Copyright (C) 2005-2019 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
diff --git a/README-alpha b/README-alpha
index 6a8d6ff..d3e2ebe 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-2017 Sergey Poznyakoff
+Copyright (C) 2005-2019 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/README-hacking b/README-hacking
index c99ce7f..c8b653e 100644
--- a/README-hacking
+++ b/README-hacking
@@ -39,7 +39,7 @@ Enjoy!
-----
-Copyright (C) 2002-2007, 2009, 2016 Free Software Foundation, Inc.
+Copyright (C) 2002-2019 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
diff --git a/doc/cflow.1 b/doc/cflow.1
index 794bb41..ae2f692 100644
--- a/doc/cflow.1
+++ b/doc/cflow.1
@@ -1,5 +1,5 @@
.\" This file is part of Cflow -*- nroff -*-
-.\" Copyright (C) 2014-2017 Sergey Poznyakoff
+.\" Copyright (C) 2014-2019 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/elisp/Makefile.am b/elisp/Makefile.am
index da6dfcb..64dd706 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2005-2019 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index 5b7859a..3fa9720 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -6,8 +6,7 @@
;; $Id$
;; This file is part of GNU cflow
-;; Copyright (C) 1994-1995, 2005, 2007, 2010, 2014-2017 Sergey
-;; Poznyakoff
+;; Copyright (C) 1994-2019 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/c.l b/src/c.l
index 2ca561b..60f74f8 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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/depmap.c b/src/depmap.c
index e47fa46..ca4f062 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-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2019 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 9de8e0b..6389b96 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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 f74d445..856ee42 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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.c b/src/parser.c
index 96e14ad..e2c5f62 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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 3fdb503..24434b1 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-2017 Sergey Poznyakoff
+ * Copyright (C) 1997-2019 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 f2fab18..c677ef1 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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 d73d828..f8a4251 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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 7ae840c..e4cf657 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-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 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 5b598d6..999d616 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 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 3d18992..af188a6 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 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 11e78bd..0beb3b3 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 c3181f3..46efd22 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 87a3ca7..04c4896 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 4906716..3f2bf02 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-2017 Sergey Poznyakoff
+# Copyright (C) 2011-2019 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 2806a9c..3178a89 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-2017 Sergey Poznyakoff
+# Copyright (C) 2014-2019 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 ff63ce8..15b02a3 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 4561a64..2712d6d 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 aa6a11b..f86d8da 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 343a360..566d870 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 4f3fe34..846a698 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-2017 Sergey Poznyakoff
+# Copyright (C) 2016-2019 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 6906258..733cfdc 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-2017 Sergey Poznyakoff
+# Copyright (C) 2006-2019 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 5c5186d..b7d57f2 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 6e7f78c..7ac54ff 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 05cbc53..045b06f 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 9a7a409..68ccff5 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 27e709a..d9988ec 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 64308ac..5fd4dbb 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 b71ec0d..718a1e5 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 afe1918..1c4a785 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-2017 Sergey Poznyakoff
+# Copyright (C) 2006-2019 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 f350adf..d51a9df 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-2017 Sergey Poznyakoff
+# Copyright (C) 2011-2019 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 1a90959..fd42b23 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-2017 Sergey Poznyakoff
+# Copyright (C) 2011-2019 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 f19591c..ab5ce20 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-2017 Sergey Poznyakoff
+# Copyright (C) 2014-2019 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 01c0360..a6f11f8 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-2017 Sergey Poznyakoff
+# Copyright (C) 2014-2019 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 9cdc380..afaab9e 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-2017 Sergey Poznyakoff
+# Copyright (C) 2014-2019 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 4f3c0c6..766e018 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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 d952fd1..83f573a 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-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 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.