From 380d9419c99660cdfb1501be9a14630ad5e398cf Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 12 May 2005 07:36:59 +0000 Subject: Update the address of the FSF organization --- sim/arm/COPYING | 4 ++-- sim/arm/ChangeLog | 11 +++++++++++ sim/arm/Makefile.in | 2 +- sim/arm/armcopro.c | 2 +- sim/arm/armdefs.h | 2 +- sim/arm/armemu.c | 2 +- sim/arm/armemu.h | 2 +- sim/arm/armfpe.h | 2 +- sim/arm/arminit.c | 2 +- sim/arm/armopts.h | 2 +- sim/arm/armos.c | 2 +- sim/arm/armos.h | 2 +- sim/arm/armrdi.c | 2 +- sim/arm/armsupp.c | 2 +- sim/arm/armvirt.c | 2 +- sim/arm/bag.c | 2 +- sim/arm/bag.h | 2 +- sim/arm/communicate.c | 2 +- sim/arm/communicate.h | 2 +- sim/arm/dbg_conf.h | 2 +- sim/arm/dbg_cp.h | 2 +- sim/arm/dbg_hif.h | 2 +- sim/arm/dbg_rdi.h | 2 +- sim/arm/gdbhost.c | 2 +- sim/arm/gdbhost.h | 2 +- sim/arm/iwmmxt.c | 2 +- sim/arm/iwmmxt.h | 2 +- sim/arm/kid.c | 2 +- sim/arm/main.c | 2 +- sim/arm/maverick.c | 2 +- sim/arm/parent.c | 2 +- sim/arm/thumbemu.c | 2 +- sim/arm/wrapper.c | 4 ++-- 33 files changed, 45 insertions(+), 34 deletions(-) (limited to 'sim/arm') diff --git a/sim/arm/COPYING b/sim/arm/COPYING index 60549be..ebb24a8 100644 --- a/sim/arm/COPYING +++ b/sim/arm/COPYING @@ -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. diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 6318ed8..1402584 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,14 @@ +2005-05-12 Nick Clifton + + * 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 * armemu.c (handle_v6_insn): New function - emulate a few of the diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index 1214a4a..c8d10af 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -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 diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c index aa75243..29303c0 100644 --- a/sim/arm/armcopro.c +++ b/sim/arm/armcopro.c @@ -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" diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h index e2d2d95..0800e3e 100644 --- a/sim/arm/armdefs.h +++ b/sim/arm/armdefs.h @@ -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 #include diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index b569559..ab57495 100644 --- a/sim/arm/armemu.c +++ b/sim/arm/armemu.c @@ -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" diff --git a/sim/arm/armemu.h b/sim/arm/armemu.h index dfaafb0..ec18803 100644 --- a/sim/arm/armemu.h +++ b/sim/arm/armemu.h @@ -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; diff --git a/sim/arm/armfpe.h b/sim/arm/armfpe.h index 8093096..c5a291f 100644 --- a/sim/arm/armfpe.h +++ b/sim/arm/armfpe.h @@ -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). */ diff --git a/sim/arm/arminit.c b/sim/arm/arminit.c index 544a0c1..df01570 100644 --- a/sim/arm/arminit.c +++ b/sim/arm/arminit.c @@ -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" diff --git a/sim/arm/armopts.h b/sim/arm/armopts.h index c3b5cb7..8fad747 100644 --- a/sim/arm/armopts.h +++ b/sim/arm/armopts.h @@ -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 diff --git a/sim/arm/armos.c b/sim/arm/armos.c index 5c26b2b..63ca297 100644 --- a/sim/arm/armos.c +++ b/sim/arm/armos.c @@ -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 diff --git a/sim/arm/armos.h b/sim/arm/armos.h index b0a1da0..ce2d5bc 100644 --- a/sim/arm/armos.h +++ b/sim/arm/armos.h @@ -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. */ diff --git a/sim/arm/armrdi.c b/sim/arm/armrdi.c index 14904e3..05f1c69 100644 --- a/sim/arm/armrdi.c +++ b/sim/arm/armrdi.c @@ -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 #include diff --git a/sim/arm/armsupp.c b/sim/arm/armsupp.c index 6e22ac7..b8e1d38 100644 --- a/sim/arm/armsupp.c +++ b/sim/arm/armsupp.c @@ -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" diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c index 23038a1..b8301f7 100644 --- a/sim/arm/armvirt.c +++ b/sim/arm/armvirt.c @@ -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, diff --git a/sim/arm/bag.c b/sim/arm/bag.c index a09d749..1998f39 100644 --- a/sim/arm/bag.c +++ b/sim/arm/bag.c @@ -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: */ diff --git a/sim/arm/bag.h b/sim/arm/bag.h index 0738195..5592bc8 100644 --- a/sim/arm/bag.h +++ b/sim/arm/bag.h @@ -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: */ diff --git a/sim/arm/communicate.c b/sim/arm/communicate.c index 6f6d785..2fabbaa 100644 --- a/sim/arm/communicate.c +++ b/sim/arm/communicate.c @@ -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 */ diff --git a/sim/arm/communicate.h b/sim/arm/communicate.h index f6503ec..b7f32e6 100644 --- a/sim/arm/communicate.h +++ b/sim/arm/communicate.h @@ -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); diff --git a/sim/arm/dbg_conf.h b/sim/arm/dbg_conf.h index 2e49ddd..81e37c0 100644 --- a/sim/arm/dbg_conf.h +++ b/sim/arm/dbg_conf.h @@ -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 diff --git a/sim/arm/dbg_cp.h b/sim/arm/dbg_cp.h index e59c0ec..68f4f63 100644 --- a/sim/arm/dbg_cp.h +++ b/sim/arm/dbg_cp.h @@ -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 diff --git a/sim/arm/dbg_hif.h b/sim/arm/dbg_hif.h index 715551c..90056c3 100644 --- a/sim/arm/dbg_hif.h +++ b/sim/arm/dbg_hif.h @@ -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 diff --git a/sim/arm/dbg_rdi.h b/sim/arm/dbg_rdi.h index 14d9d70..c04a476 100644 --- a/sim/arm/dbg_rdi.h +++ b/sim/arm/dbg_rdi.h @@ -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 diff --git a/sim/arm/gdbhost.c b/sim/arm/gdbhost.c index 5d12574..5058b7c 100644 --- a/sim/arm/gdbhost.c +++ b/sim/arm/gdbhost.c @@ -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... */ diff --git a/sim/arm/gdbhost.h b/sim/arm/gdbhost.h index 164d771..2ddc17d 100644 --- a/sim/arm/gdbhost.h +++ b/sim/arm/gdbhost.h @@ -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); diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index 2e285e4..9773f61 100644 --- a/sim/arm/iwmmxt.c +++ b/sim/arm/iwmmxt.c @@ -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" diff --git a/sim/arm/iwmmxt.h b/sim/arm/iwmmxt.h index e25feab..ff24a1c 100644 --- a/sim/arm/iwmmxt.h +++ b/sim/arm/iwmmxt.h @@ -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 *); diff --git a/sim/arm/kid.c b/sim/arm/kid.c index c43d4dd..d9073e6 100644 --- a/sim/arm/kid.c +++ b/sim/arm/kid.c @@ -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... */ diff --git a/sim/arm/main.c b/sim/arm/main.c index c799290..1841ae4 100644 --- a/sim/arm/main.c +++ b/sim/arm/main.c @@ -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 */ diff --git a/sim/arm/maverick.c b/sim/arm/maverick.c index 82871f9..303b1c9 100644 --- a/sim/arm/maverick.c +++ b/sim/arm/maverick.c @@ -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 #include "armdefs.h" diff --git a/sim/arm/parent.c b/sim/arm/parent.c index 684af84..159e8e3 100644 --- a/sim/arm/parent.c +++ b/sim/arm/parent.c @@ -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... */ diff --git a/sim/arm/thumbemu.c b/sim/arm/thumbemu.c index 1b28edf..0aa0f61 100644 --- a/sim/arm/thumbemu.c +++ b/sim/arm/thumbemu.c @@ -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 diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index b9ad832..9736add 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -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). -- cgit v1.1