aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING4
-rw-r--r--ChangeLog10
-rw-r--r--Makefile.am5
-rw-r--r--configure.ac5
-rw-r--r--doc/Makefile.am5
-rw-r--r--doc/cflow.texi4
-rw-r--r--doc/fdl.texi2
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--elisp/Makefile.am5
-rw-r--r--elisp/cflow-mode.el4
-rw-r--r--lib/Makefile.tmpl4
-rw-r--r--lib/argcv.c7
-rw-r--r--lib/argcv.h7
-rw-r--r--src/Makefile.am7
-rw-r--r--src/c.l7
-rw-r--r--src/cflow.h7
-rw-r--r--src/gnu.c7
-rw-r--r--src/main.c16
-rw-r--r--src/output.c7
-rw-r--r--src/parser.c7
-rw-r--r--src/parser.h6
-rw-r--r--src/posix.c7
-rw-r--r--src/rc.c7
-rw-r--r--src/symbol.c11
24 files changed, 91 insertions, 62 deletions
diff --git a/COPYING b/COPYING
index d60c31a..5c95a60 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/ChangeLog b/ChangeLog
index 4d79654..90ce3bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * COPYING, Makefile.am, configure.ac, doc/Makefile.am,
+ doc/cflow.texi, doc/fdl.texi, doc/gendocs_template,
+ elisp/Makefile.am, elisp/cflow-mode.el, lib/Makefile.tmpl,
+ lib/argcv.c, lib/argcv.h, src/Makefile.am, src/c.l,
+ src/cflow.h, src/gnu.c, src/main.c, src/output.c,
+ src/parser.c, src/parser.h, src/posix.c, src/rc.c,
+ src/symbol.c: Changed FSF postal address
+
2005-04-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* Makefile.am (SUBDIRS): Add po/
diff --git a/Makefile.am b/Makefile.am
index 84dfacc..8d726e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,8 +14,9 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
AUTOMAKE_OPTIONS = gnits 1.8 dist-bzip2
ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index c530dba..4186a12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,9 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
AC_PREREQ(2.59)
AC_INIT([GNU cflow], [0.2.1], [bug-cflow@gnu.org])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9f272d9..0238a54 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,8 +14,9 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
info_TEXINFOS=cflow.texi
cflow_TEXINFOS=fdl.texi rendition.texi
diff --git a/doc/cflow.texi b/doc/cflow.texi
index 61aa42b..5a3ba41 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -22,8 +22,8 @@
@copying
Published by the Free Software Foundation,
-59 Temple Place - Suite 330
-Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor
+Boston, MA 02110-1301, USA
Copyright @copyright{} 2005 Sergey Poznyakoff
diff --git a/doc/fdl.texi b/doc/fdl.texi
index a148845..f13635b 100644
--- a/doc/fdl.texi
+++ b/doc/fdl.texi
@@ -5,7 +5,7 @@
@display
Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 3a6efae..a4d2c07 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -90,7 +90,7 @@ Please send broken links and other corrections (or suggestions) to
<p>
Copyright (C) 2005 Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
<br />
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
index 1c019b4..03c310a 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -14,8 +14,9 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
LISPSRC = cflow-mode.el
lisp_LISP=@lisp_LISP@
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index cf2a612..df7277e 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -19,8 +19,8 @@
;; 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+;; along with GNU cflow; if not, write to the Free Software Foundation,
+;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Installation:
;; You may wish to use precompiled version of the module. To create it
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index f875eef..4e88f63 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -14,8 +14,8 @@
## 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., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
noinst_LIBRARIES = libcflow.a
noinst_HEADERS = argcv.h
diff --git a/lib/argcv.c b/lib/argcv.c
index c631c6a..7539bf1 100644
--- a/lib/argcv.c
+++ b/lib/argcv.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/argcv.h b/lib/argcv.h
index fe4e2b0..2429c59 100644
--- a/lib/argcv.h
+++ b/lib/argcv.h
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#ifndef _ARGCV_H
#define _ARGCV_H 1
diff --git a/src/Makefile.am b/src/Makefile.am
index 851b9dc..be9808e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,8 +14,9 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
@@ -52,4 +53,4 @@ FLOWCHART_FILES=\
chart.cflow: cflow $(FLOWCHART_FILES) cflow.rc Makefile
CFLOWRC=$(top_srcdir)/src/cflow.rc \
cflow -o$@ -i^s $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(FLOWCHART_FILES) \ No newline at end of file
+ $(CPPFLAGS) $(FLOWCHART_FILES)
diff --git a/src/c.l b/src/c.l
index b897c1c..af64809 100644
--- a/src/c.l
+++ b/src/c.l
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
%x comment
%x string
diff --git a/src/cflow.h b/src/cflow.h
index 1e05849..538de5e 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/src/gnu.c b/src/gnu.c
index 8d4c504..07f843e 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
diff --git a/src/main.c b/src/main.c
index be34831..c2d96b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
#include <argp.h>
@@ -117,8 +118,11 @@ char *cflow_license_text = N_(
" GNU General Public License for more details.\n"
"\n"
" You should have received a copy of the GNU General Public License\n"
-" along with GNU cflow; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n");
+" along with GNU cflow; if not, write to the Free Software Foundation,\n"
+" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
+"\n"
+"\n"
+);
/* Structure representing various arguments of command line options */
struct option_type {
@@ -282,7 +286,7 @@ number(const char **str_ptr, int base, int count)
* KEYWORD is one of "begin", "0", ", "1", "end0", "end1",
* or an abbreviation thereof,
* STR is the value to be assigned to the parameter.
- *
+ *
* STR can contain usual C escape sequences plus \e meaning '\033'.
* Apart from this any character followed by xN suffix (where N is
* a decimal number) is expanded to the sequence of N such characters.
diff --git a/src/output.c b/src/output.c
index d7dea98..1e54e23 100644
--- a/src/output.c
+++ b/src/output.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
#include <parser.h>
diff --git a/src/parser.c b/src/parser.c
index 168d7ba..efd0e94 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
#include <parser.h>
diff --git a/src/parser.h b/src/parser.h
index bb55ecf..b8681f3 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,17 +1,17 @@
/* $Id$
* cflow
* Copyright (C) 1997 Gray
- *
+ *
* 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 Free Software Foundation; either version 2 of the License, or
* (at your option) 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., 675 Mass Ave, Cambridge, MA 02139, USA.
diff --git a/src/posix.c b/src/posix.c
index 00398cb..d4efd48 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
#include <ctype.h>
diff --git a/src/rc.c b/src/rc.c
index 8241920..99a0a0c 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
#include <parser.h>
diff --git a/src/symbol.c b/src/symbol.c
index dd46477..7da473d 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -11,9 +11,10 @@
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ 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 */
#include <cflow.h>
#include <parser.h>
@@ -149,7 +150,7 @@ delete_autos(int level)
* This means for each list replace its entry point with its CAR
* and throw away the first cons. The first cons holds pointers
* to the head and tail of the list and is used to speed up appends.
- *
+ *
* TODO: The memory is not reclaimed
*/
static bool
@@ -275,7 +276,7 @@ alloc_cons()
/* Append a new cons to the tail of the list
* ROOT_PTR points to a `root cons'.
* CAR is the car value of the cons to be created.
- *
+ *
* Note: Car of the root cons points to the head of the list,
* cdr of root cons points to the tail of the list.
*/

Return to:

Send suggestions and report system problems to the System administrator.