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
@@ -11,15 +11,13 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = gnu src elisp po doc tests
EXTRA_DIST = ChangeLog.2007
diff --git a/NEWS b/NEWS
index 4bfa96b..b41b60a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
GNU cflow NEWS -- history of user-visible changes. 2011-10-11
-Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 Sergey Poznyakoff
+Copyright (C) 2005-2007, 2009-2011, 2014 Sergey Poznyakoff
See the end of file for copying conditions.
Please send cflow bug reports to <bug-cflow@gnu.org>.
Version 1.4, 2011-10-11
diff --git a/README-alpha b/README-alpha
index 5401ac9..db7c3f1 100644
--- a/README-alpha
+++ b/README-alpha
@@ -68,13 +68,13 @@ Once in gdb, issue the following command
set _argp_hang=0
Now set your breakpoints and proceed as usual.
* Copyright information:
-Copyright (C) 2005, 2007, 2009, 2010 Sergey Poznyakoff
+Copyright (C) 2005, 2007, 2009-2010, 2014 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README-hacking b/README-hacking
index 2e74619..f50079c 100644
--- a/README-hacking
+++ b/README-hacking
@@ -50,15 +50,13 @@ any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301, USA.
+along with this program. If not, see <http://www.gnu.org/licenses/>.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end:
diff --git a/bootstrap.conf b/bootstrap.conf
index 1d32aab..408ba46 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -9,15 +9,13 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
source_base=gnu
gnulib_name=libgnu
gnulib_mk=Makefile.am
MODAVOID=""
diff --git a/configure.ac b/configure.ac
index 859d6de..8380736 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,15 +11,13 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
AC_INIT([GNU cflow], [1.4], [bug-cflow@gnu.org])
AC_CONFIG_SRCDIR([src/cflow.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5dc90c9..2fda397 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,15 +11,13 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
info_TEXINFOS=cflow.texi
cflow_TEXINFOS=fdl.texi rendition.texi
dist_man_MANS=cflow.1
EXTRA_DIST = gendocs_template ack.c d.c wc.c whoami.c foo.c
diff --git a/doc/cflow.texi b/doc/cflow.texi
index dfb1fdf..a9f2313 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -27,24 +27,20 @@
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 2005, 2010 Sergey Poznyakoff
+Copyright @copyright{} 2005, 2010, 2014 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
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
-and with the Back-Cover Texts as in (a) below. A copy of the license
-is included in the section entitled ``GNU Free Documentation License''.
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software. Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, no Front-Cover and Back-Cover texts. A copy of
+the license is included in the section entitled ``GNU Free Documentation
+License''.
@end copying
@titlepage
@title GNU cflow
@subtitle version @value{VERSION}, @value{UPDATED}
@author Sergey Poznyakoff.
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
index 350ee95..42aa15b 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -11,13 +11,11 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
LISPSRC = cflow-mode.el
lisp_LISP=@lisp_LISP@
EXTRA_DIST=$(LISPSRC)
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
@@ -3,27 +3,26 @@
;; Authors: 1994, 1995, 2005, 2007 Sergey Poznyakoff
;; Version: 0.2.1
;; Keywords: cflow
;; $Id$
;; This file is part of GNU cflow
-;; Copyright (C) 1994, 1995, 2005, 2007, 2010 Sergey Poznyakoff
+;; Copyright (C) 1994-1995, 2005, 2007, 2010, 2014 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
;; the Free Software Foundation; either version 3 of the License, or
;; (at your option) any later version.
;; GNU cflow is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU cflow; if not, write to the Free Software Foundation,
-;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; Installation:
;; You may wish to use precompiled version of the module. To create it
;; run:
;; emacs -batch -f batch-byte-compile cflow-mode.el
;; Install the file cflow-mode.elc (and, optionally, cflow-mode.el) to
diff --git a/src/Makefile.am b/src/Makefile.am
index a66f42a..bad0476 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,16 +11,13 @@
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
-
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
bin_PROGRAMS = cflow
cflow_SOURCES = \
argcv.c\
argcv.h\
c.l\
diff --git a/src/argcv.c b/src/argcv.c
index 51e335e..611cb64 100644
--- a/src/argcv.c
+++ b/src/argcv.c
@@ -8,16 +8,15 @@
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <ctype.h>
diff --git a/src/argcv.h b/src/argcv.h
index 17a2f31..c082709 100644
--- a/src/argcv.h
+++ b/src/argcv.h
@@ -8,16 +8,14 @@
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef _ARGCV_H
#define _ARGCV_H 1
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/c.l b/src/c.l
index d0466ed..510ee1f 100644
--- a/src/c.l
+++ b/src/c.l
@@ -8,16 +8,14 @@
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
%top {
#include <cflow.h>
#include <ctype.h>
#include <parser.h>
}
diff --git a/src/cflow.h b/src/cflow.h
index 07cc8cf..28ba0db 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009-2010, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
diff --git a/src/depmap.c b/src/depmap.c
index e1753ce..6cb4c8e 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2008-2010, 2014 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
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/gnu.c b/src/gnu.c
index e471892..aae4909 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
void
print_function_name(Symbol *sym, int has_subtree)
{
diff --git a/src/linked-list.c b/src/linked-list.c
index e81fd1c..1091dd7 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
static struct linked_list *
deref_linked_list (struct linked_list **plist)
{
diff --git a/src/main.c b/src/main.c
index 34db7a1..e78993a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
#include <argp.h>
#include <argp-version-etc.h>
#include <progname.h>
#include <stdarg.h>
diff --git a/src/output.c b/src/output.c
index 519a332..d46b496 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
#include <parser.h>
unsigned char *level_mark;
/* Tree level information. level_mark[i] contains 1 if there are more
diff --git a/src/parser.c b/src/parser.c
index 8dc2a4f..be82197 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -9,16 +9,14 @@
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
#include <parser.h>
typedef struct {
char *name;
diff --git a/src/parser.h b/src/parser.h
index 49c8b45..4204e2f 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997, 2007, 2010 Sergey Poznyakoff
+ * Copyright (C) 1997, 2007, 2010, 2014 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
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNU cflow is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNU cflow; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* tokens */
#define WORD 257
#define LBRACE0 258
#define RBRACE0 259
#define IDENTIFIER 260
diff --git a/src/posix.c b/src/posix.c
index 4b30545..d0caac8 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
#include <ctype.h>
static void
print_symbol_type(FILE *outfile, Symbol *sym)
diff --git a/src/rc.c b/src/rc.c
index 0b3ddf9..bb9d25a 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014 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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <cflow.h>
#include <parser.h>
#include <sys/stat.h>
#include <ctype.h>
#include <argcv.h>
diff --git a/src/symbol.c b/src/symbol.c
index 567e458..7c54a97 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,23 +1,21 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014 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