diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 00:41:31 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 00:41:31 +0000 |
commit | 2af676bddeda262d782b94e3f6a7ea359e65f510 (patch) | |
tree | 0aa02ea51e2538545ebc3cc9c0d884872c7b99f2 /contrib | |
parent | 9d7917a7569fcb87e5d643e8d50a017ce011937b (diff) | |
download | gcc-2af676bddeda262d782b94e3f6a7ea359e65f510.tar.gz |
2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
* All files: Update with new FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/analyze_brprob | 4 | ||||
-rwxr-xr-x | contrib/gcc_build | 4 | ||||
-rwxr-xr-x | contrib/gennews | 4 | ||||
-rwxr-xr-x | contrib/reghunt/reg_periodic | 4 | ||||
-rwxr-xr-x | contrib/reghunt/reg_search | 4 | ||||
-rwxr-xr-x | contrib/regression/btest-gcc.sh | 2 | ||||
-rwxr-xr-x | contrib/regression/objs-gcc.sh | 2 | ||||
-rwxr-xr-x | contrib/texi2pod.pl | 4 |
9 files changed, 18 insertions, 14 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5bd9180464a..73f0f265971 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 b441b957414..5b6a6f0cc01 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 b36685eeea3..af1a5bcdecb 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 ec8f056ac16..e8d58e85449 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 33e7bd0a077..e3b6b111984 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 f89b963ec9e..fc9022d53e9 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 2e9ea1e52d7..b03d025107e 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 cc152d1f80c..d926f8b85bf 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 480f26a212c..a22fd4fe692 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 |