aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-01-11 06:17:38 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-11 06:17:38 -0700
commit6f48294de29659b94f8519ac0f615d6743836196 (patch)
treeb67fff7320967890174abf9a8c826835eaa552bb /gcc
parent201853b4a8f6a82cc9df2548c32ef7472adcd1fd (diff)
downloadgcc-6f48294de29659b94f8519ac0f615d6743836196.zip
gcc-6f48294de29659b94f8519ac0f615d6743836196.tar.gz
gcc-6f48294de29659b94f8519ac0f615d6743836196.tar.bz2
Update FSF address in copyright header.
From-SVN: r24612
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ch/Make-lang.in3
-rw-r--r--gcc/ch/Makefile.in3
-rw-r--r--gcc/ch/actions.c3
-rw-r--r--gcc/ch/actions.h3
-rw-r--r--gcc/ch/ch-tree.def3
-rw-r--r--gcc/ch/ch-tree.h3
-rw-r--r--gcc/ch/config-lang.in3
-rwxr-xr-xgcc/ch/configure3
-rw-r--r--gcc/ch/convert.c3
-rw-r--r--gcc/ch/decl.c3
-rw-r--r--gcc/ch/except.c3
-rw-r--r--gcc/ch/expr.c3
-rw-r--r--gcc/ch/grant.c3
-rw-r--r--gcc/ch/inout.c3
-rw-r--r--gcc/ch/lang-options.h3
-rw-r--r--gcc/ch/lang-specs.h3
-rw-r--r--gcc/ch/lang.c3
-rw-r--r--gcc/ch/lex.c3
-rw-r--r--gcc/ch/lex.h3
-rw-r--r--gcc/ch/loop.c3
-rw-r--r--gcc/ch/nloop.c3
-rw-r--r--gcc/ch/parse.c3
-rw-r--r--gcc/ch/satisfy.c3
-rw-r--r--gcc/ch/tasking.c3
-rw-r--r--gcc/ch/tasking.h3
-rw-r--r--gcc/ch/timing.c3
-rw-r--r--gcc/ch/tree.c3
-rw-r--r--gcc/ch/typeck.c3
-rw-r--r--gcc/ch/xtypeck.c3
29 files changed, 58 insertions, 29 deletions
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index b6d9f89..27859f1 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
-#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+#the Free Software Foundation, 59 Temple Place - Suite 330,
+#Boston, MA 02111-1307, USA. */
# This file provides the language dependent support in the main Makefile.
# Each language makefile fragment must provide the following targets:
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index 9278365..29321a7 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
-#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+#the Free Software Foundation, 59 Temple Place - Suite 330,
+#Boston, MA 02111-1307, USA. */
# The makefile built from this file lives in the language subdirectory.
# It's purpose is to provide support for:
diff --git a/gcc/ch/actions.c b/gcc/ch/actions.c
index 326ae3d..96727a5 100644
--- a/gcc/ch/actions.c
+++ b/gcc/ch/actions.c
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/actions.h b/gcc/ch/actions.h
index d1eceb3..1059e5f 100644
--- a/gcc/ch/actions.h
+++ b/gcc/ch/actions.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* used by compile_file */
diff --git a/gcc/ch/ch-tree.def b/gcc/ch/ch-tree.def
index af8edb0..a47e014 100644
--- a/gcc/ch/ch-tree.def
+++ b/gcc/ch/ch-tree.def
@@ -17,7 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/*
diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h
index 5a709c3..43aad42 100644
--- a/gcc/ch/ch-tree.h
+++ b/gcc/ch/ch-tree.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#ifndef _CH_TREE_H
#define _CH_TREE_H
diff --git a/gcc/ch/config-lang.in b/gcc/ch/config-lang.in
index 48be2d9..ac79f45 100644
--- a/gcc/ch/config-lang.in
+++ b/gcc/ch/config-lang.in
@@ -15,7 +15,8 @@
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
-#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+#the Free Software Foundation, 59 Temple Place - Suite 330,
+#Boston, MA 02111-1307, USA. */
# Configure looks for the existence of this file to auto-config each language.
# We define several parameters used by configure:
diff --git a/gcc/ch/configure b/gcc/ch/configure
index 1179770..8574a9f 100755
--- a/gcc/ch/configure
+++ b/gcc/ch/configure
@@ -16,7 +16,8 @@
#You should have received a copy of the GNU General Public License
#along with GNU CC; see the file COPYING. If not, write to
-#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+#the Free Software Foundation, 59 Temple Place - Suite 330,
+#Boston, MA 02111-1307, USA. */
#
# Shell script to create proper links to machine-dependent files in
diff --git a/gcc/ch/convert.c b/gcc/ch/convert.c
index 77a0ffe..1f4345d 100644
--- a/gcc/ch/convert.c
+++ b/gcc/ch/convert.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This file contains the functions for converting CHILL expressions
diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c
index 406103c..b0aa4e8 100644
--- a/gcc/ch/decl.c
+++ b/gcc/ch/decl.c
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* Process declarations and symbol lookup for CHILL front end.
diff --git a/gcc/ch/except.c b/gcc/ch/except.c
index 079a5e9..8b9c4c3 100644
--- a/gcc/ch/except.c
+++ b/gcc/ch/except.c
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c
index 09c222b..f6ccf1c 100644
--- a/gcc/ch/expr.c
+++ b/gcc/ch/expr.c
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
diff --git a/gcc/ch/grant.c b/gcc/ch/grant.c
index 8bbbcd7..2809003 100644
--- a/gcc/ch/grant.c
+++ b/gcc/ch/grant.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/inout.c b/gcc/ch/inout.c
index 86d6d1e..4cd0827 100644
--- a/gcc/ch/inout.c
+++ b/gcc/ch/inout.c
@@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/lang-options.h b/gcc/ch/lang-options.h
index 984892b..cf0c44e 100644
--- a/gcc/ch/lang-options.h
+++ b/gcc/ch/lang-options.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This is the contribution to the `lang_options' array in gcc.c for
CHILL. */
diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h
index 476bc34..de73ff8 100644
--- a/gcc/ch/lang-specs.h
+++ b/gcc/ch/lang-specs.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This is the contribution to the `default_compilers' array in gcc.c for
CHILL. */
diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c
index 56a65fd..794c592 100644
--- a/gcc/ch/lang.c
+++ b/gcc/ch/lang.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
diff --git a/gcc/ch/lex.c b/gcc/ch/lex.c
index 64531d7..30096a7 100644
--- a/gcc/ch/lex.c
+++ b/gcc/ch/lex.c
@@ -15,7 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/lex.h b/gcc/ch/lex.h
index 61c46b7..df53342 100644
--- a/gcc/ch/lex.h
+++ b/gcc/ch/lex.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
diff --git a/gcc/ch/loop.c b/gcc/ch/loop.c
index 9e2736a..0716ba2 100644
--- a/gcc/ch/loop.c
+++ b/gcc/ch/loop.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/nloop.c b/gcc/ch/nloop.c
index ddd4aad..f011703 100644
--- a/gcc/ch/nloop.c
+++ b/gcc/ch/nloop.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <limits.h>
diff --git a/gcc/ch/parse.c b/gcc/ch/parse.c
index e87dcf7..2105e28 100644
--- a/gcc/ch/parse.c
+++ b/gcc/ch/parse.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/*
* This is a two-pass parser. In pass 1, we collect declarations,
diff --git a/gcc/ch/satisfy.c b/gcc/ch/satisfy.c
index df5d78e..61862d1 100644
--- a/gcc/ch/satisfy.c
+++ b/gcc/ch/satisfy.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/tasking.c b/gcc/ch/tasking.c
index f49e9f3..f01f694 100644
--- a/gcc/ch/tasking.c
+++ b/gcc/ch/tasking.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/tasking.h b/gcc/ch/tasking.h
index 31e0581..fde7197 100644
--- a/gcc/ch/tasking.h
+++ b/gcc/ch/tasking.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#ifndef _CH_TASKING_H
#define _CH_TASKING_H
diff --git a/gcc/ch/timing.c b/gcc/ch/timing.c
index c477fe0..f60cc7a 100644
--- a/gcc/ch/timing.c
+++ b/gcc/ch/timing.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/tree.c b/gcc/ch/tree.c
index 5045937..41ccb0e 100644
--- a/gcc/ch/tree.c
+++ b/gcc/ch/tree.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/ch/typeck.c b/gcc/ch/typeck.c
index 5462365..d37391d 100644
--- a/gcc/ch/typeck.c
+++ b/gcc/ch/typeck.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This file is part of the CHILL front end.
diff --git a/gcc/ch/xtypeck.c b/gcc/ch/xtypeck.c
index f07797d..efe81ff 100644
--- a/gcc/ch/xtypeck.c
+++ b/gcc/ch/xtypeck.c
@@ -14,7 +14,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#if 0