diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index b6d9f892523..27859f12ba4 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 9278365c961..29321a7aceb 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 326ae3d5ced..96727a5e570 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 d1eceb366a6..1059e5fd5f7 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 af8edb0c00d..a47e014744c 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 5a709c3cb75..43aad423eb1 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 48be2d9488d..ac79f45aff6 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 1179770cd48..8574a9fb763 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 77a0ffeab7a..1f4345d4424 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 406103c967c..b0aa4e86b6f 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 079a5e931b1..8b9c4c38763 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 09c222bda77..f6ccf1cd476 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 8bbbcd7f0ae..2809003fdab 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 86d6d1e5a0c..4cd0827bac6 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 984892bf6de..cf0c44e1014 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 476bc348eaa..de73ff8f650 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 56a65fd1b33..794c5921269 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 64531d72c67..30096a77c0b 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 61c46b79a01..df533425a1c 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 9e2736ab720..0716ba2cd33 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 ddd4aad7e42..f011703cd33 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 #include diff --git a/gcc/ch/parse.c b/gcc/ch/parse.c index e87dcf77336..2105e28621f 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 df5d78e4195..61862d16100 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 f49e9f38b93..f01f69499ba 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 31e0581bc0d..fde719789cb 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 c477fe00975..f60cc7aca97 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 504593774af..41ccb0e88d8 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 54623654b23..d37391d075b 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 f07797dc58e..efe81ff2184 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