diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5bd9180464ae1155f353c8feacc99ae63e2e3712..73f0f2659711b7badf914ec1e7202dd8c8247287 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2005-08-14 Kelley Cook <kcook@gcc.gnu.org> + + * All files: Update with new FSF address. + 2005-07-14 Ben Elliston <bje@au.ibm.com> * filter_params.pl: Typo fix. diff --git a/contrib/analyze_brprob b/contrib/analyze_brprob index b441b9574144988dc78b1cf6fa23c389bfe46d76..5b6a6f0cc0155be180c3a882ff6dd30cc2eb6360 100755 --- a/contrib/analyze_brprob +++ b/contrib/analyze_brprob @@ -17,8 +17,8 @@ # # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING. If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # # This script is used to calculate two basic properties of the branch prediction diff --git a/contrib/gcc_build b/contrib/gcc_build index b36685eeea3f08a5db3ab1d089b01c51ec9ec042..af1a5bcdecb23d103c3814fd62c5558681ae67d4 100755 --- a/contrib/gcc_build +++ b/contrib/gcc_build @@ -25,8 +25,8 @@ # # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING. If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # ######################################################################## diff --git a/contrib/gennews b/contrib/gennews index ec8f056ac16b6d2c4bbcc66927ca663ec44c1a9e..e8d58e85449773bbae350a4872ba4b4fe3d7e233 100755 --- a/contrib/gennews +++ b/contrib/gennews @@ -18,8 +18,8 @@ # # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING. If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# the Free Software Foundation, 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. website=http://gcc.gnu.org/ files="gcc-4.0/index.html gcc-4.0/changes.html diff --git a/contrib/reghunt/reg_periodic b/contrib/reghunt/reg_periodic index 33e7bd0a077e6ce6219b1fe6c415c38363c44fe7..e3b6b111984a12c5a4ca6adf43a08544904e2fbb 100755 --- a/contrib/reghunt/reg_periodic +++ b/contrib/reghunt/reg_periodic @@ -38,8 +38,8 @@ # GNU General Public License for more details. # # For a copy of the GNU General Public License, write the the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # ######################################################################## diff --git a/contrib/reghunt/reg_search b/contrib/reghunt/reg_search index f89b963ec9e7c6f1a989ef76d4fbb3179aa9082b..fc9022d53e921317bb8566c04ab90bfeb50b7830 100755 --- a/contrib/reghunt/reg_search +++ b/contrib/reghunt/reg_search @@ -58,8 +58,8 @@ # GNU General Public License for more details. # # For a copy of the GNU General Public License, write the the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # ######################################################################## diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh index 2e9ea1e52d70c700b5160b3e5a9c452c330befc5..b03d025107e6c8d40d72da08c1cd182b754bfa7f 100755 --- a/contrib/regression/btest-gcc.sh +++ b/contrib/regression/btest-gcc.sh @@ -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 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # INPUT: # btest <options> <target> <source> <prefix> <state> <build> diff --git a/contrib/regression/objs-gcc.sh b/contrib/regression/objs-gcc.sh index cc152d1f80cef4393e7f2fcf062da9f9d4e73513..d926f8b85bf227862d0cb09e7441f174223e4033 100755 --- a/contrib/regression/objs-gcc.sh +++ b/contrib/regression/objs-gcc.sh @@ -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 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # INPUT: # btest <target> <source> <prefix> <state> <build> diff --git a/contrib/texi2pod.pl b/contrib/texi2pod.pl index 480f26a212ce53b99b7290540b7ab3319794841d..a22fd4fe692266c908e6cd572625827b4efff599 100755 --- a/contrib/texi2pod.pl +++ b/contrib/texi2pod.pl @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING. If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston MA 02111-1307, USA. +# the Free Software Foundation, 51 Franklin Street, Fifth Floor, +# Boston MA 02110-1301, USA. # This does trivial (and I mean _trivial_) conversion of Texinfo # markup to Perl POD format. It's intended to be used to extract