From: Jeff Law Date: Mon, 11 Jan 1999 13:17:38 +0000 (-0700) Subject: Update FSF address in copyright header. X-Git-Tag: prereleases/libgcj-0.1~1400 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f48294de29659b94f8519ac0f615d6743836196;p=thirdparty%2Fgcc.git Update FSF address in copyright header. From-SVN: r24612 --- diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index b6d9f8925232..27859f12ba44 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 9278365c9614..29321a7aceb2 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 326ae3d5ced9..96727a5e5709 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 d1eceb366a6c..1059e5fd5f7e 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 af8edb0c00d6..a47e014744c9 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 5a709c3cb754..43aad423eb14 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 48be2d9488d2..ac79f45aff6d 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 1179770cd48d..8574a9fb7631 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 77a0ffeab7ab..1f4345d4424d 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 406103c967c4..b0aa4e86b6f3 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 079a5e931b11..8b9c4c387633 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 09c222bda775..f6ccf1cd476d 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 8bbbcd7f0ae9..2809003fdab1 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 86d6d1e5a0ce..4cd0827bac67 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 984892bf6deb..cf0c44e1014c 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 476bc348eaa8..de73ff8f6507 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 56a65fd1b33d..794c59212696 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 64531d72c67b..30096a77c0ba 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 61c46b79a01a..df533425a1c1 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 9e2736ab7204..0716ba2cd330 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 ddd4aad7e429..f011703cd334 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 e87dcf77336d..2105e28621f7 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 df5d78e41956..61862d16100a 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 f49e9f38b93c..f01f69499ba0 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 31e0581bc0dc..fde719789cb6 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 c477fe009754..f60cc7aca97b 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 504593774afd..41ccb0e88d8d 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 54623654b23a..d37391d075b1 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 f07797dc58ee..efe81ff2184d 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