Update the address of the FSF organization
authorNick Clifton <nickc@redhat.com>
Thu, 12 May 2005 07:36:59 +0000 (07:36 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 12 May 2005 07:36:59 +0000 (07:36 +0000)
33 files changed:
sim/arm/COPYING
sim/arm/ChangeLog
sim/arm/Makefile.in
sim/arm/armcopro.c
sim/arm/armdefs.h
sim/arm/armemu.c
sim/arm/armemu.h
sim/arm/armfpe.h
sim/arm/arminit.c
sim/arm/armopts.h
sim/arm/armos.c
sim/arm/armos.h
sim/arm/armrdi.c
sim/arm/armsupp.c
sim/arm/armvirt.c
sim/arm/bag.c
sim/arm/bag.h
sim/arm/communicate.c
sim/arm/communicate.h
sim/arm/dbg_conf.h
sim/arm/dbg_cp.h
sim/arm/dbg_hif.h
sim/arm/dbg_rdi.h
sim/arm/gdbhost.c
sim/arm/gdbhost.h
sim/arm/iwmmxt.c
sim/arm/iwmmxt.h
sim/arm/kid.c
sim/arm/main.c
sim/arm/maverick.c
sim/arm/parent.c
sim/arm/thumbemu.c
sim/arm/wrapper.c

index 60549be514af76c5db0c17ce6bbe01b2f81e2d9e..ebb24a85e9d03577a11a89e54b306b4808eb0bcc 100644 (file)
@@ -2,7 +2,7 @@
                       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+                       51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
 
     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
 
 
 Also add information on how to contact you by electronic and paper mail.
index 6318ed8b4dd182b896c45fad5d32a69d1fe53d9d..1402584609bb2d9858d1d780e2f014fd6c08d253 100644 (file)
@@ -1,3 +1,14 @@
+2005-05-12  Nick Clifton  <nickc@redhat.com>
+
+       * Update the address and phone number of the FSF organization in
+       the GPL notices in the following files:
+       COPYING, Makefile.in, armcopro.c, armdefs.h, armemu.c,
+       armemu.h, armfpe.h, arminit.c, armopts.h, armos.c, armos.h,
+       armrdi.c, armsupp.c, armvirt.c, bag.c, bag.h, communicate.c,
+       communicate.h, dbg_conf.h, dbg_cp.h, dbg_hif.h, dbg_rdi.h,
+       gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
+       maverick.c, parent.c, thumbemu.c, wrapper.c
+
 2005-04-20  Nick Clifton  <nickc@redhat.com>
 
        * armemu.c (handle_v6_insn): New function - emulate a few of the
index 1214a4a335c97679cb5ee723e43b014124f7214d..c8d10af581e635de88bdc73ac0edcb0018a95f3a 100644 (file)
@@ -14,7 +14,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.
 
 ## COMMON_PRE_CONFIG_FRAG
 
index aa75243dc3385c9dc7c8f4086896d35993be18e5..29303c00b78cf54d53d4c244ade7194d7ad84d50 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "armdefs.h"
 #include "armos.h"
index e2d2d95134c6f005737715f2d838cd3146b83ca6..0800e3e9f166b6755ac76be097e278f6fcd96ddf 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #include <stdio.h>
 #include <stdlib.h>
index b569559050ca1348d433a0fe0c495c4123861809..ab574957fafa07073dfe76dcdc00183c2c0886d9 100644 (file)
@@ -14,7 +14,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.  */
 
 #include "armdefs.h"
 #include "armemu.h"
index dfaafb03bbcc62ca5d21899cb28dadbc5a57bd77..ec1880382919a3f0257cfb5c1a838d6ffe3f3407 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 extern ARMword isize;
 
index 8093096e2f2d5175b0bbd6d2e65f705fa57525c0..c5a291f0a2a92a50b28a9c0b062cacd9da1d3743 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /* Array containing the Floating Point Emualtor (FPE). */
 
index 544a0c183fa616e288577965ed52d338b8a32a8f..df01570fc0b9e3f1a589e4dd90e0428cb481b483 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #include "armdefs.h"
 #include "armemu.h"
index c3b5cb770d3bddfaf4824d3dcc5064b7164bfa35..8fad7477504079c8f3207de49cdce8608fe2f102 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /* Define one of ARM60 or ARM61 */
 #ifndef ARM60
index 5c26b2b0b9a7a961825f066cd200b1116114476f..63ca2974a392210e90ea68a6475e356cc682172e 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /* This file contains a model of Demon, ARM Ltd's Debug Monitor,
    including all the SWI's required to support the C library. The code in
index b0a1da02e02c3dafe809e1518f48762ae7ee4c38..ce2d5bc0e4da07a79291db6f1f89bbcfcde778ef 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /* Define the initial layout of memory.  */
 
index 14904e3be532f09438d4a514d91f7c24ed8cf5dc..05f1c69005ca2371489a75eb7b2cf36614440da7 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #include <string.h>
 #include <ctype.h>
index 6e22ac771c93c1127f298ce241f189bc29320336..b8e1d385ccd372e5bf861cf3dbdaa846c0433101 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #include "armdefs.h"
 #include "armemu.h"
index 23038a1739da16cfe719e219c2861b1c557b1cbc..b8301f7d32a47c73e0eac21fde516e8c76ce86cf 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /* This file contains a complete ARMulator memory model, modelling a
 "virtual memory" system. A much simpler model can be found in armfast.c,
index a09d749b002e074542fe8e98321c69e567985fd5..1998f3947c06b6ffa9f344be63144df53cbafe99 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /********************************************************************/
 /* bag.c:                                                           */
index 0738195eca8c9e57ffc05632560e1dd9cf339755..5592bc838c289d2756ce22c2657d107145703d51 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /********************************************************************/
 /* bag.h:                                                           */
index 6f6d78581cda35472299b9906dc27561999c065b..2fabbaaac5ef62c1b5df1b4a08bf051b51a06dc2 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /**************************************************************************/
 /* Functions to read and write characters or groups of characters         */
index f6503ec10f3a6e095e5a34439e502fbac67c3439..b7f32e6a25ca6d112284a6257d56de29fc5c804e 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 int MYread_char (int sock, unsigned char *c);
 void MYwrite_char (int sock, unsigned char c);
index 2e49dddc826351b81fb672d9fa134197d4a4c3f0..81e37c0ff5479e37b5b6fcbc8519cbdbc8329bba 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #ifndef Dbg_Conf__h
 
index e59c0ec8a99e1df120a895842aa2f6dcfdffcc1c..68f4f63ecd11cdee4207825ccbff61ecf377638a 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #ifndef Dbg_CP__h
 
index 715551cb02c13fc45ab94c687d5e238179a1f78f..90056c3b687435dcb54d218c7d9963413777d5ae 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #ifdef __STDC__
 #  include <stdarg.h>
index 14d9d7039162d876974ee4bf4264573a0f71882d..c04a47622ede0f61e241087ea6d980feb6334d72 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #ifndef dbg_rdi__h
 #define dbg_rdi__h
index 5d12574f83cf67fe1a6309a61183c909674e3601..5058b7cf97c94320c6e276b5a0a082f6fd515eb9 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /***********************************************************/
 /* Functions that communicate info back to the debugger... */
index 164d7716efa7265235a6b02fc43246863800407d..2ddc17ddc0eee1a67dd772d87d9ace97792e4e59 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 void myprint (void *arg, const char *format, va_list ap);
 void mypause (void *arg);
index 2e285e4eb51c72ec87cd71cf3c6f0254ca794039..9773f61c3ee4afe13341217e1e10c6de9d25b39c 100644 (file)
@@ -14,7 +14,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. */
 
 #include "armdefs.h"
 #include "armos.h"
index e25feab10a4c4eff2113e483d4dd2a7a03030d34..ff24a1ce40e7596286b46779b0d0bbcad06b5b65 100644 (file)
@@ -14,7 +14,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. */
 
 extern unsigned IwmmxtLDC (ARMul_State *, unsigned, ARMword, ARMword);
 extern unsigned IwmmxtSTC (ARMul_State *, unsigned, ARMword, ARMword *);
index c43d4dd1ae878ac6617ac9a0fb3d3eead24aad4d..d9073e66c704a2def683a1747bced61d0f665b7c 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /*****************************************************************/
 /* The child process continues here...                           */
index c7992908b4400a0adea3158c8a18253a8445dc85..1841ae49b623020448d0ca82ee9f4f14e325f933 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /**********************************************************************/
 /* Forks the ARMulator and hangs on a socket passing on RDP messages  */
index 82871f906754b5629bebcadda86ce6e607bac1a9..303b1c9eb8ed495bdd914bddcc517b9d2ee1215f 100644 (file)
@@ -14,7 +14,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. */
 
 #include <assert.h>
 #include "armdefs.h"
index 684af842895056a8e1995314e163394ee714f755..159e8e35b62ed45feeca883e4e69a3fde693094f 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /*****************************************************************/
 /* The Parent process continues here...                          */
index 1b28edf80f0ab046be41891d93f34b0587b94423..0aa0f61fed08b88d5051dc5a810d2feea70dbc16 100644 (file)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
 /* We can provide simple Thumb simulation by decoding the Thumb
 instruction into its corresponding ARM instruction, and using the
index b9ad832efffee045b60a963451cbfb375cf50858..9736add9b11d70457e1d3fa7feafa05286518cb6 100644 (file)
@@ -16,8 +16,8 @@
 
    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.  */
+   Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* This file provides the interface between the simulator and
    run.c and gdb (when the simulator is linked with gdb).
This page took 0.040806 seconds and 4 git commands to generate.