aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 19:15:26 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 19:15:26 +0200
commitc9b5abe560c2fe06368cb733df8bcbfdb33a8526 (patch)
treef47eefa10b62e8564e80fd3424bd1cd8700c9620
parente0db6733fc8563896090f678d382375897757d18 (diff)
downloadcflow-c9b5abe560c2fe06368cb733df8bcbfdb33a8526.tar.gz
cflow-c9b5abe560c2fe06368cb733df8bcbfdb33a8526.tar.bz2
Update copyright statements. Remove 'Front-Cover' clause from cflow.texi
-rw-r--r--Makefile.am4
-rw-r--r--NEWS2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking4
-rw-r--r--bootstrap.conf4
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/cflow.texi12
-rw-r--r--elisp/Makefile.am4
-rw-r--r--elisp/cflow-mode.el5
-rw-r--r--src/Makefile.am5
-rw-r--r--src/argcv.c7
-rw-r--r--src/argcv.h6
-rw-r--r--src/c.l6
-rw-r--r--src/cflow.h8
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c8
-rw-r--r--src/linked-list.c8
-rw-r--r--src/main.c8
-rw-r--r--src/output.c8
-rw-r--r--src/parser.c6
-rw-r--r--src/parser.h6
-rw-r--r--src/posix.c8
-rw-r--r--src/rc.c8
-rw-r--r--src/symbol.c8
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/attr.at6
-rw-r--r--tests/awrapper.at6
-rw-r--r--tests/bartest.at2
-rw-r--r--tests/direct.at6
-rw-r--r--tests/fdecl.at6
-rw-r--r--tests/funcarg.at6
-rw-r--r--tests/hiding.at4
-rw-r--r--tests/include.at6
-rw-r--r--tests/knr.at6
-rw-r--r--tests/multi.at4
-rw-r--r--tests/nfarg.at6
-rw-r--r--tests/nfparg.at6
-rw-r--r--tests/parm.at6
-rw-r--r--tests/pwrapper.at6
-rw-r--r--tests/recurse.at6
-rw-r--r--tests/reverse.at6
-rw-r--r--tests/ssblock.at6
-rw-r--r--tests/static.at6
-rw-r--r--tests/struct00.at2
-rw-r--r--tests/struct01.at2
-rw-r--r--tests/testsuite.at4
-rw-r--r--tests/version.at6
48 files changed, 91 insertions, 176 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e74d49..400753b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,9 +14,7 @@
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software 17# along with this program. If not, see <http://www.gnu.org/licenses/>.
18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19# 02110-1301 USA.
20 18
21ACLOCAL_AMFLAGS = -I m4 19ACLOCAL_AMFLAGS = -I m4
22 20
diff --git a/NEWS b/NEWS
index 4bfa96b..b41b60a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
1GNU cflow NEWS -- history of user-visible changes. 2011-10-11 1GNU cflow NEWS -- history of user-visible changes. 2011-10-11
2Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 Sergey Poznyakoff 2Copyright (C) 2005-2007, 2009-2011, 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send cflow bug reports to <bug-cflow@gnu.org>. 5Please send cflow bug reports to <bug-cflow@gnu.org>.
diff --git a/README-alpha b/README-alpha
index 5401ac9..db7c3f1 100644
--- a/README-alpha
+++ b/README-alpha
@@ -71,7 +71,7 @@ Now set your breakpoints and proceed as usual.
71 71
72* Copyright information: 72* Copyright information:
73 73
74Copyright (C) 2005, 2007, 2009, 2010 Sergey Poznyakoff 74Copyright (C) 2005, 2007, 2009-2010, 2014 Sergey Poznyakoff
75 75
76 Permission is granted to anyone to make or distribute verbatim copies 76 Permission is granted to anyone to make or distribute verbatim copies
77 of this document as received, in any medium, provided that the 77 of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index 2e74619..f50079c 100644
--- a/README-hacking
+++ b/README-hacking
@@ -53,9 +53,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53GNU General Public License for more details. 53GNU General Public License for more details.
54 54
55You should have received a copy of the GNU General Public License 55You should have received a copy of the GNU General Public License
56along with this program; if not, write to the Free Software 56along with this program. If not, see <http://www.gnu.org/licenses/>.
57Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
5802110-1301, USA.
59 57
60 58
61Local variables: 59Local variables:
diff --git a/bootstrap.conf b/bootstrap.conf
index 1d32aab..408ba46 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -12,9 +12,7 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software 15# along with this program. If not, see <http://www.gnu.org/licenses/>.
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17# 02110-1301, USA.
18 16
19source_base=gnu 17source_base=gnu
20gnulib_name=libgnu 18gnulib_name=libgnu
diff --git a/configure.ac b/configure.ac
index 859d6de..8380736 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,9 +14,7 @@
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software 17# along with this program. If not, see <http://www.gnu.org/licenses/>.
18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19# 02110-1301 USA.
20 18
21AC_PREREQ(2.61) 19AC_PREREQ(2.61)
22AC_INIT([GNU cflow], [1.4], [bug-cflow@gnu.org]) 20AC_INIT([GNU cflow], [1.4], [bug-cflow@gnu.org])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5dc90c9..2fda397 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,9 +14,7 @@
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software 17# along with this program. If not, see <http://www.gnu.org/licenses/>.
18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19# 02110-1301 USA.
20 18
21info_TEXINFOS=cflow.texi 19info_TEXINFOS=cflow.texi
22cflow_TEXINFOS=fdl.texi rendition.texi 20cflow_TEXINFOS=fdl.texi rendition.texi
diff --git a/doc/cflow.texi b/doc/cflow.texi
index dfb1fdf..a9f2313 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -30,18 +30,14 @@ Published by the Free Software Foundation,
3051 Franklin Street, Fifth Floor 3051 Franklin Street, Fifth Floor
31Boston, MA 02110-1301, USA 31Boston, MA 02110-1301, USA
32 32
33Copyright @copyright{} 2005, 2010 Sergey Poznyakoff 33Copyright @copyright{} 2005, 2010, 2014 Sergey Poznyakoff
34 34
35Permission is granted to copy, distribute and/or modify this document 35Permission is granted to copy, distribute and/or modify this document
36under the terms of the GNU Free Documentation License, Version 1.2 or 36under the terms of the GNU Free Documentation License, Version 1.2 or
37any later version published by the Free Software Foundation; with no 37any later version published by the Free Software Foundation; with no
38Invariant Sections, with the Front-Cover texts being ``A GNU Manual'', 38Invariant Sections, no Front-Cover and Back-Cover texts. A copy of
39and with the Back-Cover Texts as in (a) below. A copy of the license 39the license is included in the section entitled ``GNU Free Documentation
40is included in the section entitled ``GNU Free Documentation License''. 40License''.
41
42(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
43this GNU Manual, like GNU software. Copies published by the Free
44Software Foundation raise funds for GNU development.''
45@end copying 41@end copying
46 42
47@titlepage 43@titlepage
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
index 350ee95..42aa15b 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -14,9 +14,7 @@
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software 17# along with this program. If not, see <http://www.gnu.org/licenses/>.
18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19# 02110-1301 USA.
20 18
21LISPSRC = cflow-mode.el 19LISPSRC = cflow-mode.el
22lisp_LISP=@lisp_LISP@ 20lisp_LISP=@lisp_LISP@
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index d1133d8..275c6f1 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -6,7 +6,7 @@
6;; $Id$ 6;; $Id$
7 7
8;; This file is part of GNU cflow 8;; This file is part of GNU cflow
9;; Copyright (C) 1994, 1995, 2005, 2007, 2010 Sergey Poznyakoff 9;; Copyright (C) 1994-1995, 2005, 2007, 2010, 2014 Sergey Poznyakoff
10 10
11;; GNU cflow is free software; you can redistribute it and/or modify 11;; GNU cflow is free software; you can redistribute it and/or modify
12;; it under the terms of the GNU General Public License as published by 12;; it under the terms of the GNU General Public License as published by
@@ -19,8 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU cflow; if not, write to the Free Software Foundation, 22;; along with this program. If not, see <http://www.gnu.org/licenses/>.
23;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 23
25;; Installat