summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-14 06:49:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-14 06:49:48 +0000
commit0fb669f9d648dfdd7a39478a6b658511455ae966 (patch)
tree52b79f071887c51d7c3ca9442e5f4d39860969c9 /src
parent51f4735e22c1b9172f41b5774ef323103a11924a (diff)
downloadbison-0fb669f9d648dfdd7a39478a6b658511455ae966.tar.gz
Update FSF postal mail address.
Diffstat (limited to 'src')
-rw-r--r--src/LR0.c4
-rw-r--r--src/LR0.h4
-rw-r--r--src/Makefile.am4
-rw-r--r--src/assoc.c4
-rw-r--r--src/assoc.h4
-rw-r--r--src/closure.c4
-rw-r--r--src/closure.h4
-rw-r--r--src/complain.c2
-rw-r--r--src/complain.h2
-rw-r--r--src/conflicts.c4
-rw-r--r--src/conflicts.h4
-rw-r--r--src/derives.c4
-rw-r--r--src/derives.h4
-rw-r--r--src/files.c4
-rw-r--r--src/files.h4
-rw-r--r--src/getargs.c4
-rw-r--r--src/getargs.h4
-rw-r--r--src/gram.c4
-rw-r--r--src/gram.h4
-rw-r--r--src/lalr.c4
-rw-r--r--src/lalr.h4
-rw-r--r--src/location.c4
-rw-r--r--src/location.h4
-rw-r--r--src/main.c4
-rw-r--r--src/muscle_tab.c4
-rw-r--r--src/muscle_tab.h4
-rw-r--r--src/nullable.c4
-rw-r--r--src/nullable.h4
-rw-r--r--src/output.c4
-rw-r--r--src/output.h4
-rw-r--r--src/parse-gram.c8
-rw-r--r--src/parse-gram.h4
-rw-r--r--src/parse-gram.y4
-rw-r--r--src/print.c4
-rw-r--r--src/print.h4
-rw-r--r--src/print_graph.c4
-rw-r--r--src/print_graph.h4
-rw-r--r--src/reader.c4
-rw-r--r--src/reader.h4
-rw-r--r--src/reduce.c4
-rw-r--r--src/reduce.h4
-rw-r--r--src/relation.c4
-rw-r--r--src/relation.h4
-rw-r--r--src/scan-gram.l4
-rw-r--r--src/scan-skel.l4
-rw-r--r--src/state.c4
-rw-r--r--src/state.h4
-rw-r--r--src/symlist.c4
-rw-r--r--src/symlist.h4
-rw-r--r--src/symtab.c4
-rw-r--r--src/symtab.h4
-rw-r--r--src/system.h2
-rw-r--r--src/tables.c4
-rw-r--r--src/tables.h4
-rw-r--r--src/uniqstr.c4
-rw-r--r--src/uniqstr.h4
-rw-r--r--src/vcg.c4
-rw-r--r--src/vcg.h4
-rw-r--r--src/vcg_defaults.h4
59 files changed, 117 insertions, 117 deletions
diff --git a/src/LR0.c b/src/LR0.c
index aeb597d8..43030fc5 100644
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* See comments in state.h for the data structures that represent it.
diff --git a/src/LR0.h b/src/LR0.h
index be8cdaa1..60045389 100644
--- a/src/LR0.h
+++ b/src/LR0.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef LR0_H_
# define LR0_H_
diff --git a/src/Makefile.am b/src/Makefile.am
index 8f348329..3c9e5695 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,8 +12,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
DEFS = @DEFS@ \
-DPKGDATADIR=\"$(pkgdatadir)\" \
diff --git a/src/assoc.c b/src/assoc.c
index a63fc191..b816499c 100644
--- a/src/assoc.c
+++ b/src/assoc.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/assoc.h b/src/assoc.h
index 97a6b28b..b31c55e2 100644
--- a/src/assoc.h
+++ b/src/assoc.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef ASSOC_H_
# define ASSOC_H_
diff --git a/src/closure.c b/src/closure.c
index 01f026bb..eb53ee05 100644
--- a/src/closure.c
+++ b/src/closure.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#include "system.h"
diff --git a/src/closure.h b/src/closure.h
index 3c5f5637..a2582e89 100644
--- a/src/closure.h
+++ b/src/closure.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#ifndef CLOSURE_H_
# define CLOSURE_H_
diff --git a/src/complain.c b/src/complain.c
index 8a192bd2..4769df5c 100644
--- a/src/complain.c
+++ b/src/complain.c
@@ -13,7 +13,7 @@
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,
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA. */
/* Based on error.c and error.h,
diff --git a/src/complain.h b/src/complain.h
index b9b00c66..9ae334a4 100644
--- a/src/complain.h
+++ b/src/complain.h
@@ -13,7 +13,7 @@
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,
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA. */
#ifndef COMPLAIN_H_
diff --git a/src/conflicts.c b/src/conflicts.c
index bcd6c846..ede39690 100644
--- a/src/conflicts.c
+++ b/src/conflicts.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#include "system.h"
diff --git a/src/conflicts.h b/src/conflicts.h
index fdf83893..4389e5ec 100644
--- a/src/conflicts.h
+++ b/src/conflicts.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#ifndef CONFLICTS_H_
# define CONFLICTS_H_
diff --git a/src/derives.c b/src/derives.c
index 0810a726..24fde5d2 100644
--- a/src/derives.c
+++ b/src/derives.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/derives.h b/src/derives.h
index df6dde8a..9a45dc9c 100644
--- a/src/derives.h
+++ b/src/derives.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef DERIVES_H_
# define DERIVES_H_
diff --git a/src/files.c b/src/files.c
index 32a3e729..aa65f41f 100644
--- a/src/files.c
+++ b/src/files.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#include "system.h"
diff --git a/src/files.h b/src/files.h
index bf7e2c77..3269c40d 100644
--- a/src/files.h
+++ b/src/files.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef FILES_H_
# define FILES_H_
diff --git a/src/getargs.c b/src/getargs.c
index 969c6611..515b8583 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#include "system.h"
diff --git a/src/getargs.h b/src/getargs.h
index de060b4f..ec4bf695 100644
--- a/src/getargs.h
+++ b/src/getargs.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#ifndef GETARGS_H_
# define GETARGS_H_
diff --git a/src/gram.c b/src/gram.c
index c99cb9d8..e394478d 100644
--- a/src/gram.c
+++ b/src/gram.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/gram.h b/src/gram.h
index f6b2707e..a5dfc1e9 100644
--- a/src/gram.h
+++ b/src/gram.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef GRAM_H_
# define GRAM_H_
diff --git a/src/lalr.c b/src/lalr.c
index e69c05c7..8627f1cb 100644
--- a/src/lalr.c
+++ b/src/lalr.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* Compute how to make the finite state machine deterministic; find
diff --git a/src/lalr.h b/src/lalr.h
index 1d6eeb4c..a2c17537 100644
--- a/src/lalr.h
+++ b/src/lalr.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef LALR_H_
# define LALR_H_
diff --git a/src/location.c b/src/location.c
index 9ba93785..8c235bbb 100644
--- a/src/location.c
+++ b/src/location.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/location.h b/src/location.h
index 3bdf93c3..b03f6d0e 100644
--- a/src/location.h
+++ b/src/location.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef LOCATION_H_
# define LOCATION_H_
diff --git a/src/main.c b/src/main.c
index 59402c3e..cd68c903 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/muscle_tab.c b/src/muscle_tab.c
index 93d44cc9..876f1c89 100644
--- a/src/muscle_tab.c
+++ b/src/muscle_tab.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/muscle_tab.h b/src/muscle_tab.h
index d4cd4b54..ebd1c3bb 100644
--- a/src/muscle_tab.h
+++ b/src/muscle_tab.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef MUSCLE_TAB_H_
# define MUSCLE_TAB_H_
diff --git a/src/nullable.c b/src/nullable.c
index d41aabeb..e73344f8 100644
--- a/src/nullable.c
+++ b/src/nullable.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* Set up NULLABLE, a vector saying which nonterminals can expand into
diff --git a/src/nullable.h b/src/nullable.h
index dbef4905..d5106c7e 100644
--- a/src/nullable.h
+++ b/src/nullable.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef NULLABLE_H_
# define NULLABLE_H_
diff --git a/src/output.c b/src/output.c
index 2b5e9154..2a45c39a 100644
--- a/src/output.c
+++ b/src/output.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#include "system.h"
diff --git a/src/output.h b/src/output.h
index de69e6af..0f16e874 100644
--- a/src/output.h
+++ b/src/output.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#ifndef OUTPUT_H_
# define OUTPUT_H_
diff --git a/src/parse-gram.c b/src/parse-gram.c
index 705b0f28..0527917f 100644
--- a/src/parse-gram.c
+++ b/src/parse-gram.c
@@ -15,8 +15,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. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
@@ -185,8 +185,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
*/
#include "system.h"
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 07a395b0..3a5be674 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -15,8 +15,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. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
diff --git a/src/parse-gram.y b/src/parse-gram.y
index cecde65e..6a98d202 100644
--- a/src/parse-gram.y
+++ b/src/parse-gram.y
@@ -16,8 +16,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
*/
#include "system.h"
diff --git a/src/print.c b/src/print.c
index 7d16da5f..533e3ca1 100644
--- a/src/print.c
+++ b/src/print.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/print.h b/src/print.h
index bdddafbe..1daa577d 100644
--- a/src/print.h
+++ b/src/print.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef PRINT_H_
# define PRINT_H_
diff --git a/src/print_graph.c b/src/print_graph.c
index 0eecd460..187d2eb8 100644
--- a/src/print_graph.c
+++ b/src/print_graph.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/print_graph.h b/src/print_graph.h
index 7be8a52d..befc5313 100644
--- a/src/print_graph.h
+++ b/src/print_graph.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef PRINT_GRAPH_H_
# define PRINT_GRAPH_H_
diff --git a/src/reader.c b/src/reader.c
index b6200c91..561b7419 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/reader.h b/src/reader.h
index fc6ee7d6..d7d53015 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef READER_H_
# define READER_H_
diff --git a/src/reduce.c b/src/reduce.c
index b53948f9..a6b9e629 100644
--- a/src/reduce.c
+++ b/src/reduce.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* Reduce the grammar: Find and eliminate unreachable terminals,
diff --git a/src/reduce.h b/src/reduce.h
index f66d4f38..dfdab657 100644
--- a/src/reduce.h
+++ b/src/reduce.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef REDUCE_H_
# define REDUCE_H_
diff --git a/src/relation.c b/src/relation.c
index 9e2c2bd4..441b0076 100644
--- a/src/relation.c
+++ b/src/relation.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/relation.h b/src/relation.h
index 5b8a8b27..479e42ec 100644
--- a/src/relation.h
+++ b/src/relation.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef RELATION_H_
diff --git a/src/scan-gram.l b/src/scan-gram.l
index 9fc1dcb4..c7540d8e 100644
--- a/src/scan-gram.l
+++ b/src/scan-gram.l
@@ -16,8 +16,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
*/
%option debug nodefault nounput noyywrap never-interactive
diff --git a/src/scan-skel.l b/src/scan-skel.l
index 7ac27c6e..3cb2178a 100644
--- a/src/scan-skel.l
+++ b/src/scan-skel.l
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
%option nodefault noyywrap nounput never-interactive debug
%option prefix="skel_" outfile="lex.yy.c"
diff --git a/src/state.c b/src/state.c
index 6ced8e5a..89d0c870 100644
--- a/src/state.c
+++ b/src/state.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/state.h b/src/state.h
index 36395d16..440cd466 100644
--- a/src/state.h
+++ b/src/state.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* These type definitions are used to represent a nondeterministic
diff --git a/src/symlist.c b/src/symlist.c
index c7510c43..40bac872 100644
--- a/src/symlist.c
+++ b/src/symlist.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/symlist.h b/src/symlist.h
index c88c0cae..aea5c144 100644
--- a/src/symlist.h
+++ b/src/symlist.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef SYMLIST_H_
# define SYMLIST_H_
diff --git a/src/symtab.c b/src/symtab.c
index 3b5683a2..aabf3343 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/symtab.h b/src/symtab.h
index 6433efcd..fe06297a 100644
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef SYMTAB_H_
# define SYMTAB_H_
diff --git a/src/system.h b/src/system.h
index 1d681c9a..1cd7deef 100644
--- a/src/system.h
+++ b/src/system.h
@@ -15,7 +15,7 @@
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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef BISON_SYSTEM_H
#define BISON_SYSTEM_H
diff --git a/src/tables.c b/src/tables.c
index c25d74e7..3e534bea 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#include "system.h"
diff --git a/src/tables.h b/src/tables.h
index 962b7367..911917fd 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#ifndef TABLES_H_
# define TABLES_H_
diff --git a/src/uniqstr.c b/src/uniqstr.c
index cc5bc685..4a345d48 100644
--- a/src/uniqstr.c
+++ b/src/uniqstr.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/uniqstr.h b/src/uniqstr.h
index 8f941141..ab482beb 100644
--- a/src/uniqstr.h
+++ b/src/uniqstr.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef UNIQSTR_H_
# define UNIQSTR_H_
diff --git a/src/vcg.c b/src/vcg.c
index bdf45dff..b680b328 100644
--- a/src/vcg.c
+++ b/src/vcg.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#include "system.h"
diff --git a/src/vcg.h b/src/vcg.h
index 76964de4..ed356030 100644
--- a/src/vcg.h
+++ b/src/vcg.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef VCG_H_
# define VCG_H_
diff --git a/src/vcg_defaults.h b/src/vcg_defaults.h
index ee7bf4d5..d20a327d 100644
--- a/src/vcg_defaults.h
+++ b/src/vcg_defaults.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
#ifndef VCG_DEFAULTS_H_
# define VCG_DEFAULTS_H_