This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libmudflap] Update FSF address



2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

	* All files: Update FSF address.

Index: mf-heuristics.c
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-heuristics.c,v
retrieving revision 1.4
diff -p -u -d -r1.4 mf-heuristics.c
--- mf-heuristics.c	15 Aug 2005 16:15:16 -0000	1.4
+++ mf-heuristics.c	17 Aug 2005 03:19:21 -0000
@@ -26,8 +26,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
Index: mf-hooks1.c
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-hooks1.c,v
retrieving revision 1.6
diff -p -u -d -r1.6 mf-hooks1.c
--- mf-hooks1.c	17 Jul 2005 02:29:00 -0000	1.6
+++ mf-hooks1.c	17 Aug 2005 03:19:21 -0000
@@ -26,8 +26,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
Index: mf-hooks2.c
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-hooks2.c,v
retrieving revision 1.12
diff -p -u -d -r1.12 mf-hooks2.c
--- mf-hooks2.c	22 Mar 2005 02:14:32 -0000	1.12
+++ mf-hooks2.c	17 Aug 2005 03:19:22 -0000
@@ -26,8 +26,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
Index: mf-hooks3.c
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-hooks3.c,v
retrieving revision 1.10
diff -p -u -d -r1.10 mf-hooks3.c
--- mf-hooks3.c	15 Aug 2005 20:26:46 -0000	1.10
+++ mf-hooks3.c	17 Aug 2005 03:19:22 -0000
@@ -26,8 +26,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
Index: mf-impl.h
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-impl.h,v
retrieving revision 1.8
diff -p -u -d -r1.8 mf-impl.h
--- mf-impl.h	17 Jul 2005 02:29:00 -0000	1.8
+++ mf-impl.h	17 Aug 2005 03:19:22 -0000
@@ -27,8 +27,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef __MF_IMPL_H
 #define __MF_IMPL_H
Index: mf-runtime.c
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-runtime.c,v
retrieving revision 1.25
diff -p -u -d -r1.25 mf-runtime.c
--- mf-runtime.c	14 Aug 2005 19:38:34 -0000	1.25
+++ mf-runtime.c	17 Aug 2005 03:19:22 -0000
@@ -28,8 +28,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 
Index: mf-runtime.h
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/mf-runtime.h,v
retrieving revision 1.4
diff -p -u -d -r1.4 mf-runtime.h
--- mf-runtime.h	7 Apr 2005 22:51:01 -0000	1.4
+++ mf-runtime.h	17 Aug 2005 03:19:22 -0000
@@ -27,8 +27,8 @@ for more details.
 
 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.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Public libmudflap declarations -*- C -*- */
 
Index: testsuite/lib/libmudflap.exp
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/testsuite/lib/libmudflap.exp,v
retrieving revision 1.8
diff -p -u -d -r1.8 libmudflap.exp
--- testsuite/lib/libmudflap.exp	2 Jan 2005 22:24:50 -0000	1.8
+++ testsuite/lib/libmudflap.exp	17 Aug 2005 03:19:22 -0000
@@ -12,7 +12,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.  
 
 # Define libmudflap callbacks for dg.exp.
 # This file is a copy of libstdc++-v3's dejagnu driver, with minor changes.
Index: testsuite/lib/mfdg.exp
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/testsuite/lib/mfdg.exp,v
retrieving revision 1.2
diff -p -u -d -r1.2 mfdg.exp
--- testsuite/lib/mfdg.exp	13 May 2004 06:41:04 -0000	1.2
+++ testsuite/lib/mfdg.exp	17 Aug 2005 03:19:22 -0000
@@ -13,7 +13,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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 
 # This is a modified excerpt of dejagnu/lib/dg.exp.
Index: testsuite/libmudflap.c/pass-stratcliff.c
===================================================================
RCS file: /cvs/gcc/gcc/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c,v
retrieving revision 1.2
diff -p -u -d -r1.2 pass-stratcliff.c
--- testsuite/libmudflap.c/pass-stratcliff.c	13 May 2004 06:41:05 -0000	1.2
+++ testsuite/libmudflap.c/pass-stratcliff.c	17 Aug 2005 03:19:22 -0000
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 #define _GNU_SOURCE 1
 #define __USE_GNU

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]